@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
|
@@ -1140,49 +1140,49 @@
|
|
|
1140
1140
|
var useTheme = function() {
|
|
1141
1141
|
return React.useContext(ThemeContext).theme;
|
|
1142
1142
|
};
|
|
1143
|
-
function _array_like_to_array$
|
|
1143
|
+
function _array_like_to_array$t(arr, len) {
|
|
1144
1144
|
if (len == null || len > arr.length)
|
|
1145
1145
|
len = arr.length;
|
|
1146
1146
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
1147
1147
|
arr2[i] = arr[i];
|
|
1148
1148
|
return arr2;
|
|
1149
1149
|
}
|
|
1150
|
-
function _array_with_holes$
|
|
1150
|
+
function _array_with_holes$r(arr) {
|
|
1151
1151
|
if (Array.isArray(arr))
|
|
1152
1152
|
return arr;
|
|
1153
1153
|
}
|
|
1154
|
-
function _array_without_holes$
|
|
1154
|
+
function _array_without_holes$e(arr) {
|
|
1155
1155
|
if (Array.isArray(arr))
|
|
1156
|
-
return _array_like_to_array$
|
|
1156
|
+
return _array_like_to_array$t(arr);
|
|
1157
1157
|
}
|
|
1158
|
-
function _iterable_to_array$
|
|
1158
|
+
function _iterable_to_array$e(iter) {
|
|
1159
1159
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
1160
1160
|
return Array.from(iter);
|
|
1161
1161
|
}
|
|
1162
|
-
function _non_iterable_rest$
|
|
1162
|
+
function _non_iterable_rest$r() {
|
|
1163
1163
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1164
1164
|
}
|
|
1165
|
-
function _non_iterable_spread$
|
|
1165
|
+
function _non_iterable_spread$e() {
|
|
1166
1166
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1167
1167
|
}
|
|
1168
1168
|
function _to_array$2(arr) {
|
|
1169
|
-
return _array_with_holes$
|
|
1169
|
+
return _array_with_holes$r(arr) || _iterable_to_array$e(arr) || _unsupported_iterable_to_array$t(arr) || _non_iterable_rest$r();
|
|
1170
1170
|
}
|
|
1171
|
-
function _to_consumable_array$
|
|
1172
|
-
return _array_without_holes$
|
|
1171
|
+
function _to_consumable_array$e(arr) {
|
|
1172
|
+
return _array_without_holes$e(arr) || _iterable_to_array$e(arr) || _unsupported_iterable_to_array$t(arr) || _non_iterable_spread$e();
|
|
1173
1173
|
}
|
|
1174
|
-
function _unsupported_iterable_to_array$
|
|
1174
|
+
function _unsupported_iterable_to_array$t(o, minLen) {
|
|
1175
1175
|
if (!o)
|
|
1176
1176
|
return;
|
|
1177
1177
|
if (typeof o === "string")
|
|
1178
|
-
return _array_like_to_array$
|
|
1178
|
+
return _array_like_to_array$t(o, minLen);
|
|
1179
1179
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
1180
1180
|
if (n === "Object" && o.constructor)
|
|
1181
1181
|
n = o.constructor.name;
|
|
1182
1182
|
if (n === "Map" || n === "Set")
|
|
1183
1183
|
return Array.from(n);
|
|
1184
1184
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
1185
|
-
return _array_like_to_array$
|
|
1185
|
+
return _array_like_to_array$t(o, minLen);
|
|
1186
1186
|
}
|
|
1187
1187
|
var EMPTY_STYLES = {};
|
|
1188
1188
|
var isTweakStyle = function(key) {
|
|
@@ -1201,7 +1201,7 @@
|
|
|
1201
1201
|
var _tweakStyles = _to_array$2(tweakStyles), first = _tweakStyles[0], rest = _tweakStyles.slice(1);
|
|
1202
1202
|
return trueReactPlatformHelpers.isArrayNotEmpty(rest) ? trueReactPlatformHelpers.mergeStyles.apply(void 0, [
|
|
1203
1203
|
first
|
|
1204
|
-
].concat(_to_consumable_array$
|
|
1204
|
+
].concat(_to_consumable_array$e(rest))) : first;
|
|
1205
1205
|
};
|
|
1206
1206
|
var checkStyles = function(componentName, styles) {
|
|
1207
1207
|
var invalidClasses = Object.keys(styles).filter(isTweakStyle);
|
|
@@ -1243,20 +1243,20 @@
|
|
|
1243
1243
|
return mergedStyles = mergeTweakStyles(prev);
|
|
1244
1244
|
};
|
|
1245
1245
|
};
|
|
1246
|
-
function _array_like_to_array$
|
|
1246
|
+
function _array_like_to_array$s(arr, len) {
|
|
1247
1247
|
if (len == null || len > arr.length)
|
|
1248
1248
|
len = arr.length;
|
|
1249
1249
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
1250
1250
|
arr2[i] = arr[i];
|
|
1251
1251
|
return arr2;
|
|
1252
1252
|
}
|
|
1253
|
-
function _array_with_holes$
|
|
1253
|
+
function _array_with_holes$q(arr) {
|
|
1254
1254
|
if (Array.isArray(arr))
|
|
1255
1255
|
return arr;
|
|
1256
1256
|
}
|
|
1257
|
-
function _array_without_holes$
|
|
1257
|
+
function _array_without_holes$d(arr) {
|
|
1258
1258
|
if (Array.isArray(arr))
|
|
1259
|
-
return _array_like_to_array$
|
|
1259
|
+
return _array_like_to_array$s(arr);
|
|
1260
1260
|
}
|
|
1261
1261
|
function _check_private_redeclaration$1(obj, privateCollection) {
|
|
1262
1262
|
if (privateCollection.has(obj)) {
|
|
@@ -1333,11 +1333,11 @@
|
|
|
1333
1333
|
}
|
|
1334
1334
|
return obj;
|
|
1335
1335
|
}
|
|
1336
|
-
function _iterable_to_array$
|
|
1336
|
+
function _iterable_to_array$d(iter) {
|
|
1337
1337
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
1338
1338
|
return Array.from(iter);
|
|
1339
1339
|
}
|
|
1340
|
-
function _iterable_to_array_limit$
|
|
1340
|
+
function _iterable_to_array_limit$p(arr, i) {
|
|
1341
1341
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
1342
1342
|
if (_i == null)
|
|
1343
1343
|
return;
|
|
@@ -1365,10 +1365,10 @@
|
|
|
1365
1365
|
}
|
|
1366
1366
|
return _arr;
|
|
1367
1367
|
}
|
|
1368
|
-
function _non_iterable_rest$
|
|
1368
|
+
function _non_iterable_rest$q() {
|
|
1369
1369
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1370
1370
|
}
|
|
1371
|
-
function _non_iterable_spread$
|
|
1371
|
+
function _non_iterable_spread$d() {
|
|
1372
1372
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1373
1373
|
}
|
|
1374
1374
|
function _object_spread$1c(target) {
|
|
@@ -1386,27 +1386,27 @@
|
|
|
1386
1386
|
}
|
|
1387
1387
|
return target;
|
|
1388
1388
|
}
|
|
1389
|
-
function _sliced_to_array$
|
|
1390
|
-
return _array_with_holes$
|
|
1389
|
+
function _sliced_to_array$p(arr, i) {
|
|
1390
|
+
return _array_with_holes$q(arr) || _iterable_to_array_limit$p(arr, i) || _unsupported_iterable_to_array$s(arr, i) || _non_iterable_rest$q();
|
|
1391
1391
|
}
|
|
1392
1392
|
function _to_array$1(arr) {
|
|
1393
|
-
return _array_with_holes$
|
|
1393
|
+
return _array_with_holes$q(arr) || _iterable_to_array$d(arr) || _unsupported_iterable_to_array$s(arr) || _non_iterable_rest$q();
|
|
1394
1394
|
}
|
|
1395
|
-
function _to_consumable_array$
|
|
1396
|
-
return _array_without_holes$
|
|
1395
|
+
function _to_consumable_array$d(arr) {
|
|
1396
|
+
return _array_without_holes$d(arr) || _iterable_to_array$d(arr) || _unsupported_iterable_to_array$s(arr) || _non_iterable_spread$d();
|
|
1397
1397
|
}
|
|
1398
|
-
function _unsupported_iterable_to_array$
|
|
1398
|
+
function _unsupported_iterable_to_array$s(o, minLen) {
|
|
1399
1399
|
if (!o)
|
|
1400
1400
|
return;
|
|
1401
1401
|
if (typeof o === "string")
|
|
1402
|
-
return _array_like_to_array$
|
|
1402
|
+
return _array_like_to_array$s(o, minLen);
|
|
1403
1403
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
1404
1404
|
if (n === "Object" && o.constructor)
|
|
1405
1405
|
n = o.constructor.name;
|
|
1406
1406
|
if (n === "Map" || n === "Set")
|
|
1407
1407
|
return Array.from(n);
|
|
1408
1408
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
1409
|
-
return _array_like_to_array$
|
|
1409
|
+
return _array_like_to_array$s(o, minLen);
|
|
1410
1410
|
}
|
|
1411
1411
|
var _map = /* @__PURE__ */ new WeakMap(), _sheet = /* @__PURE__ */ new WeakMap(), _classes = /* @__PURE__ */ new WeakMap(), _tweak = /* @__PURE__ */ new WeakMap(), _tweakRules = /* @__PURE__ */ new WeakMap();
|
|
1412
1412
|
var TweakStylesManager = /* @__PURE__ */ function() {
|
|
@@ -1511,7 +1511,7 @@
|
|
|
1511
1511
|
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);
|
|
1512
1512
|
var styles = trueReactPlatformHelpers.isArrayNotEmpty(rest) ? trueReactPlatformHelpers.mergeStyles.apply(void 0, [
|
|
1513
1513
|
first
|
|
1514
|
-
].concat(_to_consumable_array$
|
|
1514
|
+
].concat(_to_consumable_array$d(rest))) : first;
|
|
1515
1515
|
var rules = this.addRules(styles);
|
|
1516
1516
|
var classes = _object_spread$1c({}, _class_private_field_get$1(this, _classes));
|
|
1517
1517
|
rules.forEach(function(rule, key) {
|
|
@@ -1533,7 +1533,7 @@
|
|
|
1533
1533
|
value: function addRules(styles) {
|
|
1534
1534
|
var _this = this;
|
|
1535
1535
|
return new Map(Object.entries(styles).map(function(param) {
|
|
1536
|
-
var _param = _sliced_to_array$
|
|
1536
|
+
var _param = _sliced_to_array$p(param, 2), key = _param[0], style = _param[1];
|
|
1537
1537
|
return _this.addRule(key, style);
|
|
1538
1538
|
}).filter(trueReactPlatformHelpers.isNotEmpty));
|
|
1539
1539
|
}
|
|
@@ -1869,14 +1869,14 @@
|
|
|
1869
1869
|
tweakStyles
|
|
1870
1870
|
]);
|
|
1871
1871
|
};
|
|
1872
|
-
function _array_like_to_array$
|
|
1872
|
+
function _array_like_to_array$r(arr, len) {
|
|
1873
1873
|
if (len == null || len > arr.length)
|
|
1874
1874
|
len = arr.length;
|
|
1875
1875
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
1876
1876
|
arr2[i] = arr[i];
|
|
1877
1877
|
return arr2;
|
|
1878
1878
|
}
|
|
1879
|
-
function _array_with_holes$
|
|
1879
|
+
function _array_with_holes$p(arr) {
|
|
1880
1880
|
if (Array.isArray(arr))
|
|
1881
1881
|
return arr;
|
|
1882
1882
|
}
|
|
@@ -1893,7 +1893,7 @@
|
|
|
1893
1893
|
}
|
|
1894
1894
|
return obj;
|
|
1895
1895
|
}
|
|
1896
|
-
function _iterable_to_array_limit$
|
|
1896
|
+
function _iterable_to_array_limit$o(arr, i) {
|
|
1897
1897
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
1898
1898
|
if (_i == null)
|
|
1899
1899
|
return;
|
|
@@ -1921,7 +1921,7 @@
|
|
|
1921
1921
|
}
|
|
1922
1922
|
return _arr;
|
|
1923
1923
|
}
|
|
1924
|
-
function _non_iterable_rest$
|
|
1924
|
+
function _non_iterable_rest$p() {
|
|
1925
1925
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
1926
1926
|
}
|
|
1927
1927
|
function _object_spread$19(target) {
|
|
@@ -1963,28 +1963,28 @@
|
|
|
1963
1963
|
}
|
|
1964
1964
|
return target;
|
|
1965
1965
|
}
|
|
1966
|
-
function _sliced_to_array$
|
|
1967
|
-
return _array_with_holes$
|
|
1966
|
+
function _sliced_to_array$o(arr, i) {
|
|
1967
|
+
return _array_with_holes$p(arr) || _iterable_to_array_limit$o(arr, i) || _unsupported_iterable_to_array$r(arr, i) || _non_iterable_rest$p();
|
|
1968
1968
|
}
|
|
1969
|
-
function _unsupported_iterable_to_array$
|
|
1969
|
+
function _unsupported_iterable_to_array$r(o, minLen) {
|
|
1970
1970
|
if (!o)
|
|
1971
1971
|
return;
|
|
1972
1972
|
if (typeof o === "string")
|
|
1973
|
-
return _array_like_to_array$
|
|
1973
|
+
return _array_like_to_array$r(o, minLen);
|
|
1974
1974
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
1975
1975
|
if (n === "Object" && o.constructor)
|
|
1976
1976
|
n = o.constructor.name;
|
|
1977
1977
|
if (n === "Map" || n === "Set")
|
|
1978
1978
|
return Array.from(n);
|
|
1979
1979
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
1980
|
-
return _array_like_to_array$
|
|
1980
|
+
return _array_like_to_array$r(o, minLen);
|
|
1981
1981
|
}
|
|
1982
1982
|
var DEFAULT_NAME = "LocalComponent";
|
|
1983
1983
|
function createThemedStyles() {
|
|
1984
1984
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1985
1985
|
args[_key] = arguments[_key];
|
|
1986
1986
|
}
|
|
1987
|
-
var _ref = _sliced_to_array$
|
|
1987
|
+
var _ref = _sliced_to_array$o(args.length === 2 ? args : [
|
|
1988
1988
|
void 0,
|
|
1989
1989
|
args[0]
|
|
1990
1990
|
], 2), componentName = _ref[0], styles = _ref[1];
|
|
@@ -4731,39 +4731,39 @@
|
|
|
4731
4731
|
"3g2": "video/3gpp2",
|
|
4732
4732
|
"7z": "application/x-7z-compressed"
|
|
4733
4733
|
};
|
|
4734
|
-
function _array_like_to_array$
|
|
4734
|
+
function _array_like_to_array$q(arr, len) {
|
|
4735
4735
|
if (len == null || len > arr.length)
|
|
4736
4736
|
len = arr.length;
|
|
4737
4737
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
4738
4738
|
arr2[i] = arr[i];
|
|
4739
4739
|
return arr2;
|
|
4740
4740
|
}
|
|
4741
|
-
function _array_without_holes$
|
|
4741
|
+
function _array_without_holes$c(arr) {
|
|
4742
4742
|
if (Array.isArray(arr))
|
|
4743
|
-
return _array_like_to_array$
|
|
4743
|
+
return _array_like_to_array$q(arr);
|
|
4744
4744
|
}
|
|
4745
|
-
function _iterable_to_array$
|
|
4745
|
+
function _iterable_to_array$c(iter) {
|
|
4746
4746
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
4747
4747
|
return Array.from(iter);
|
|
4748
4748
|
}
|
|
4749
|
-
function _non_iterable_spread$
|
|
4749
|
+
function _non_iterable_spread$c() {
|
|
4750
4750
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
4751
4751
|
}
|
|
4752
|
-
function _to_consumable_array$
|
|
4753
|
-
return _array_without_holes$
|
|
4752
|
+
function _to_consumable_array$c(arr) {
|
|
4753
|
+
return _array_without_holes$c(arr) || _iterable_to_array$c(arr) || _unsupported_iterable_to_array$q(arr) || _non_iterable_spread$c();
|
|
4754
4754
|
}
|
|
4755
|
-
function _unsupported_iterable_to_array$
|
|
4755
|
+
function _unsupported_iterable_to_array$q(o, minLen) {
|
|
4756
4756
|
if (!o)
|
|
4757
4757
|
return;
|
|
4758
4758
|
if (typeof o === "string")
|
|
4759
|
-
return _array_like_to_array$
|
|
4759
|
+
return _array_like_to_array$q(o, minLen);
|
|
4760
4760
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
4761
4761
|
if (n === "Object" && o.constructor)
|
|
4762
4762
|
n = o.constructor.name;
|
|
4763
4763
|
if (n === "Map" || n === "Set")
|
|
4764
4764
|
return Array.from(n);
|
|
4765
4765
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
4766
|
-
return _array_like_to_array$
|
|
4766
|
+
return _array_like_to_array$q(o, minLen);
|
|
4767
4767
|
}
|
|
4768
4768
|
var findCountryByCode = function(countryCode) {
|
|
4769
4769
|
var countriesList = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : phoneInfo;
|
|
@@ -4790,7 +4790,7 @@
|
|
|
4790
4790
|
var possibleValues = [
|
|
4791
4791
|
country.countryRu,
|
|
4792
4792
|
country.countryEn
|
|
4793
|
-
].concat(_to_consumable_array$
|
|
4793
|
+
].concat(_to_consumable_array$c(country.countryRu.split(" ")), _to_consumable_array$c(country.countryEn.split(" ")), [
|
|
4794
4794
|
country.dialCode
|
|
4795
4795
|
]).map(function(part) {
|
|
4796
4796
|
return part.toLowerCase();
|
|
@@ -4849,18 +4849,26 @@
|
|
|
4849
4849
|
}
|
|
4850
4850
|
return mask;
|
|
4851
4851
|
};
|
|
4852
|
-
function _array_like_to_array$
|
|
4852
|
+
function _array_like_to_array$p(arr, len) {
|
|
4853
4853
|
if (len == null || len > arr.length)
|
|
4854
4854
|
len = arr.length;
|
|
4855
4855
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
4856
4856
|
arr2[i] = arr[i];
|
|
4857
4857
|
return arr2;
|
|
4858
4858
|
}
|
|
4859
|
-
function _array_with_holes$
|
|
4859
|
+
function _array_with_holes$o(arr) {
|
|
4860
4860
|
if (Array.isArray(arr))
|
|
4861
4861
|
return arr;
|
|
4862
4862
|
}
|
|
4863
|
-
function
|
|
4863
|
+
function _array_without_holes$b(arr) {
|
|
4864
|
+
if (Array.isArray(arr))
|
|
4865
|
+
return _array_like_to_array$p(arr);
|
|
4866
|
+
}
|
|
4867
|
+
function _iterable_to_array$b(iter) {
|
|
4868
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
4869
|
+
return Array.from(iter);
|
|
4870
|
+
}
|
|
4871
|
+
function _iterable_to_array_limit$n(arr, i) {
|
|
4864
4872
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
4865
4873
|
if (_i == null)
|
|
4866
4874
|
return;
|
|
@@ -4888,24 +4896,30 @@
|
|
|
4888
4896
|
}
|
|
4889
4897
|
return _arr;
|
|
4890
4898
|
}
|
|
4891
|
-
function _non_iterable_rest$
|
|
4899
|
+
function _non_iterable_rest$o() {
|
|
4892
4900
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
4893
4901
|
}
|
|
4894
|
-
function
|
|
4895
|
-
|
|
4902
|
+
function _non_iterable_spread$b() {
|
|
4903
|
+
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
4896
4904
|
}
|
|
4897
|
-
function
|
|
4905
|
+
function _sliced_to_array$n(arr, i) {
|
|
4906
|
+
return _array_with_holes$o(arr) || _iterable_to_array_limit$n(arr, i) || _unsupported_iterable_to_array$p(arr, i) || _non_iterable_rest$o();
|
|
4907
|
+
}
|
|
4908
|
+
function _to_consumable_array$b(arr) {
|
|
4909
|
+
return _array_without_holes$b(arr) || _iterable_to_array$b(arr) || _unsupported_iterable_to_array$p(arr) || _non_iterable_spread$b();
|
|
4910
|
+
}
|
|
4911
|
+
function _unsupported_iterable_to_array$p(o, minLen) {
|
|
4898
4912
|
if (!o)
|
|
4899
4913
|
return;
|
|
4900
4914
|
if (typeof o === "string")
|
|
4901
|
-
return _array_like_to_array$
|
|
4915
|
+
return _array_like_to_array$p(o, minLen);
|
|
4902
4916
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
4903
4917
|
if (n === "Object" && o.constructor)
|
|
4904
4918
|
n = o.constructor.name;
|
|
4905
4919
|
if (n === "Map" || n === "Set")
|
|
4906
4920
|
return Array.from(n);
|
|
4907
4921
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
4908
|
-
return _array_like_to_array$
|
|
4922
|
+
return _array_like_to_array$p(o, minLen);
|
|
4909
4923
|
}
|
|
4910
4924
|
var transformToKebab = function(string) {
|
|
4911
4925
|
var result = "";
|
|
@@ -4918,6 +4932,10 @@
|
|
|
4918
4932
|
});
|
|
4919
4933
|
return result;
|
|
4920
4934
|
};
|
|
4935
|
+
var getParentNode$1 = function(element) {
|
|
4936
|
+
var _element_parentNode;
|
|
4937
|
+
return element.nodeName === "HTML" || element === document ? element : (_element_parentNode = element.parentNode) !== null && _element_parentNode !== void 0 ? _element_parentNode : element.host;
|
|
4938
|
+
};
|
|
4921
4939
|
var hasExactParent = function(element, parent) {
|
|
4922
4940
|
if (element === parent) {
|
|
4923
4941
|
return true;
|
|
@@ -4928,10 +4946,6 @@
|
|
|
4928
4946
|
}
|
|
4929
4947
|
return hasExactParent(parentNode, parent);
|
|
4930
4948
|
};
|
|
4931
|
-
var getParentNode$1 = function(element) {
|
|
4932
|
-
var _element_parentNode;
|
|
4933
|
-
return element.nodeName === "HTML" || element === document ? element : (_element_parentNode = element.parentNode) !== null && _element_parentNode !== void 0 ? _element_parentNode : element.host;
|
|
4934
|
-
};
|
|
4935
4949
|
var getStyleComputedProperty = function(element) {
|
|
4936
4950
|
return element.nodeType !== 1 ? {} : getComputedStyle(element, null);
|
|
4937
4951
|
};
|
|
@@ -5027,13 +5041,19 @@
|
|
|
5027
5041
|
var addDataAttributes = function() {
|
|
5028
5042
|
var data = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
5029
5043
|
return Object.fromEntries(Object.entries(data).map(function(param) {
|
|
5030
|
-
var _param = _sliced_to_array$
|
|
5044
|
+
var _param = _sliced_to_array$n(param, 2), key = _param[0], value = _param[1];
|
|
5031
5045
|
return trueReactPlatformHelpers.isString(value) && trueReactPlatformHelpers.isStringNotEmpty(value) || trueReactPlatformHelpers.isNotEmpty(value) ? [
|
|
5032
5046
|
"data-".concat(transformToKebab(key)),
|
|
5033
5047
|
value
|
|
5034
5048
|
] : [];
|
|
5035
5049
|
}));
|
|
5036
5050
|
};
|
|
5051
|
+
var excludeStorybookParams = function(params) {
|
|
5052
|
+
return new RegExp("^(on.*|".concat([
|
|
5053
|
+
"tweakStyles",
|
|
5054
|
+
"data"
|
|
5055
|
+
].concat(_to_consumable_array$b(params)).join("|"), ")$"));
|
|
5056
|
+
};
|
|
5037
5057
|
var useDidMountEffect = function(effect2, dependencies) {
|
|
5038
5058
|
var isMountedRef = React.useRef(false);
|
|
5039
5059
|
React.useEffect(function() {
|
|
@@ -6313,13 +6333,13 @@
|
|
|
6313
6333
|
state.orderedModifiers.forEach(function(modifier) {
|
|
6314
6334
|
return state.modifiersData[modifier.name] = Object.assign({}, modifier.data);
|
|
6315
6335
|
});
|
|
6316
|
-
for (var
|
|
6336
|
+
for (var index2 = 0; index2 < state.orderedModifiers.length; index2++) {
|
|
6317
6337
|
if (state.reset === true) {
|
|
6318
6338
|
state.reset = false;
|
|
6319
|
-
|
|
6339
|
+
index2 = -1;
|
|
6320
6340
|
continue;
|
|
6321
6341
|
}
|
|
6322
|
-
var _state$orderedModifie = state.orderedModifiers[
|
|
6342
|
+
var _state$orderedModifie = state.orderedModifiers[index2], fn = _state$orderedModifie.fn, _state$orderedModifie2 = _state$orderedModifie.options, _options = _state$orderedModifie2 === void 0 ? {} : _state$orderedModifie2, name = _state$orderedModifie.name;
|
|
6323
6343
|
if (typeof fn === "function") {
|
|
6324
6344
|
state = fn({
|
|
6325
6345
|
state,
|
|
@@ -6507,7 +6527,7 @@
|
|
|
6507
6527
|
}, [enabled, referenceElement, popperElement]);
|
|
6508
6528
|
return popperState;
|
|
6509
6529
|
}
|
|
6510
|
-
function _array_like_to_array$
|
|
6530
|
+
function _array_like_to_array$o(arr, len) {
|
|
6511
6531
|
if (len == null || len > arr.length)
|
|
6512
6532
|
len = arr.length;
|
|
6513
6533
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
@@ -6516,7 +6536,7 @@
|
|
|
6516
6536
|
}
|
|
6517
6537
|
function _array_without_holes$a(arr) {
|
|
6518
6538
|
if (Array.isArray(arr))
|
|
6519
|
-
return _array_like_to_array$
|
|
6539
|
+
return _array_like_to_array$o(arr);
|
|
6520
6540
|
}
|
|
6521
6541
|
function _define_property$1b(obj, key, value) {
|
|
6522
6542
|
if (key in obj) {
|
|
@@ -6554,20 +6574,20 @@
|
|
|
6554
6574
|
return target;
|
|
6555
6575
|
}
|
|
6556
6576
|
function _to_consumable_array$a(arr) {
|
|
6557
|
-
return _array_without_holes$a(arr) || _iterable_to_array$a(arr) || _unsupported_iterable_to_array$
|
|
6577
|
+
return _array_without_holes$a(arr) || _iterable_to_array$a(arr) || _unsupported_iterable_to_array$o(arr) || _non_iterable_spread$a();
|
|
6558
6578
|
}
|
|
6559
|
-
function _unsupported_iterable_to_array$
|
|
6579
|
+
function _unsupported_iterable_to_array$o(o, minLen) {
|
|
6560
6580
|
if (!o)
|
|
6561
6581
|
return;
|
|
6562
6582
|
if (typeof o === "string")
|
|
6563
|
-
return _array_like_to_array$
|
|
6583
|
+
return _array_like_to_array$o(o, minLen);
|
|
6564
6584
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
6565
6585
|
if (n === "Object" && o.constructor)
|
|
6566
6586
|
n = o.constructor.name;
|
|
6567
6587
|
if (n === "Map" || n === "Set")
|
|
6568
6588
|
return Array.from(n);
|
|
6569
6589
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
6570
|
-
return _array_like_to_array$
|
|
6590
|
+
return _array_like_to_array$o(o, minLen);
|
|
6571
6591
|
}
|
|
6572
6592
|
var useDropdown = function(param) {
|
|
6573
6593
|
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;
|
|
@@ -6628,18 +6648,18 @@
|
|
|
6628
6648
|
ref.current = value;
|
|
6629
6649
|
return ref;
|
|
6630
6650
|
};
|
|
6631
|
-
function _array_like_to_array$
|
|
6651
|
+
function _array_like_to_array$n(arr, len) {
|
|
6632
6652
|
if (len == null || len > arr.length)
|
|
6633
6653
|
len = arr.length;
|
|
6634
6654
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
6635
6655
|
arr2[i] = arr[i];
|
|
6636
6656
|
return arr2;
|
|
6637
6657
|
}
|
|
6638
|
-
function _array_with_holes$
|
|
6658
|
+
function _array_with_holes$n(arr) {
|
|
6639
6659
|
if (Array.isArray(arr))
|
|
6640
6660
|
return arr;
|
|
6641
6661
|
}
|
|
6642
|
-
function _iterable_to_array_limit$
|
|
6662
|
+
function _iterable_to_array_limit$m(arr, i) {
|
|
6643
6663
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
6644
6664
|
if (_i == null)
|
|
6645
6665
|
return;
|
|
@@ -6667,30 +6687,30 @@
|
|
|
6667
6687
|
}
|
|
6668
6688
|
return _arr;
|
|
6669
6689
|
}
|
|
6670
|
-
function _non_iterable_rest$
|
|
6690
|
+
function _non_iterable_rest$n() {
|
|
6671
6691
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
6672
6692
|
}
|
|
6673
|
-
function _sliced_to_array$
|
|
6674
|
-
return _array_with_holes$
|
|
6693
|
+
function _sliced_to_array$m(arr, i) {
|
|
6694
|
+
return _array_with_holes$n(arr) || _iterable_to_array_limit$m(arr, i) || _unsupported_iterable_to_array$n(arr, i) || _non_iterable_rest$n();
|
|
6675
6695
|
}
|
|
6676
|
-
function _unsupported_iterable_to_array$
|
|
6696
|
+
function _unsupported_iterable_to_array$n(o, minLen) {
|
|
6677
6697
|
if (!o)
|
|
6678
6698
|
return;
|
|
6679
6699
|
if (typeof o === "string")
|
|
6680
|
-
return _array_like_to_array$
|
|
6700
|
+
return _array_like_to_array$n(o, minLen);
|
|
6681
6701
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
6682
6702
|
if (n === "Object" && o.constructor)
|
|
6683
6703
|
n = o.constructor.name;
|
|
6684
6704
|
if (n === "Map" || n === "Set")
|
|
6685
6705
|
return Array.from(n);
|
|
6686
6706
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
6687
|
-
return _array_like_to_array$
|
|
6707
|
+
return _array_like_to_array$n(o, minLen);
|
|
6688
6708
|
}
|
|
6689
6709
|
var useIntersectionRef = function(options) {
|
|
6690
6710
|
var optionsRef = useLatestRef(options);
|
|
6691
6711
|
return React.useMemo(function() {
|
|
6692
6712
|
var observer = new IntersectionObserver(function(param) {
|
|
6693
|
-
var _param = _sliced_to_array$
|
|
6713
|
+
var _param = _sliced_to_array$m(param, 1), isIntersecting = _param[0].isIntersecting;
|
|
6694
6714
|
var current = optionsRef.current;
|
|
6695
6715
|
if (current === null || current === void 0 ? void 0 : current.isDisabled) {
|
|
6696
6716
|
return;
|
|
@@ -6792,49 +6812,49 @@
|
|
|
6792
6812
|
optionsRef
|
|
6793
6813
|
]);
|
|
6794
6814
|
}
|
|
6795
|
-
function _array_like_to_array$
|
|
6815
|
+
function _array_like_to_array$m(arr, len) {
|
|
6796
6816
|
if (len == null || len > arr.length)
|
|
6797
6817
|
len = arr.length;
|
|
6798
6818
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
6799
6819
|
arr2[i] = arr[i];
|
|
6800
6820
|
return arr2;
|
|
6801
6821
|
}
|
|
6802
|
-
function _array_with_holes$
|
|
6822
|
+
function _array_with_holes$m(arr) {
|
|
6803
6823
|
if (Array.isArray(arr))
|
|
6804
6824
|
return arr;
|
|
6805
6825
|
}
|
|
6806
6826
|
function _array_without_holes$9(arr) {
|
|
6807
6827
|
if (Array.isArray(arr))
|
|
6808
|
-
return _array_like_to_array$
|
|
6828
|
+
return _array_like_to_array$m(arr);
|
|
6809
6829
|
}
|
|
6810
6830
|
function _iterable_to_array$9(iter) {
|
|
6811
6831
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
6812
6832
|
return Array.from(iter);
|
|
6813
6833
|
}
|
|
6814
|
-
function _non_iterable_rest$
|
|
6834
|
+
function _non_iterable_rest$m() {
|
|
6815
6835
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
6816
6836
|
}
|
|
6817
6837
|
function _non_iterable_spread$9() {
|
|
6818
6838
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
6819
6839
|
}
|
|
6820
6840
|
function _to_array(arr) {
|
|
6821
|
-
return _array_with_holes$
|
|
6841
|
+
return _array_with_holes$m(arr) || _iterable_to_array$9(arr) || _unsupported_iterable_to_array$m(arr) || _non_iterable_rest$m();
|
|
6822
6842
|
}
|
|
6823
6843
|
function _to_consumable_array$9(arr) {
|
|
6824
|
-
return _array_without_holes$9(arr) || _iterable_to_array$9(arr) || _unsupported_iterable_to_array$
|
|
6844
|
+
return _array_without_holes$9(arr) || _iterable_to_array$9(arr) || _unsupported_iterable_to_array$m(arr) || _non_iterable_spread$9();
|
|
6825
6845
|
}
|
|
6826
|
-
function _unsupported_iterable_to_array$
|
|
6846
|
+
function _unsupported_iterable_to_array$m(o, minLen) {
|
|
6827
6847
|
if (!o)
|
|
6828
6848
|
return;
|
|
6829
6849
|
if (typeof o === "string")
|
|
6830
|
-
return _array_like_to_array$
|
|
6850
|
+
return _array_like_to_array$m(o, minLen);
|
|
6831
6851
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
6832
6852
|
if (n === "Object" && o.constructor)
|
|
6833
6853
|
n = o.constructor.name;
|
|
6834
6854
|
if (n === "Map" || n === "Set")
|
|
6835
6855
|
return Array.from(n);
|
|
6836
6856
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
6837
|
-
return _array_like_to_array$
|
|
6857
|
+
return _array_like_to_array$m(o, minLen);
|
|
6838
6858
|
}
|
|
6839
6859
|
var useTweakStyles = function(param) {
|
|
6840
6860
|
var innerStyles = param.innerStyles, tweakStyles = param.tweakStyles, className = param.className, currentComponentName = param.currentComponentName;
|
|
@@ -6991,7 +7011,7 @@
|
|
|
6991
7011
|
"status-warning": statusWarning,
|
|
6992
7012
|
"trash-can": trashCan
|
|
6993
7013
|
};
|
|
6994
|
-
var useStyles$
|
|
7014
|
+
var useStyles$X = createThemedStyles("Icon", {
|
|
6995
7015
|
root: {
|
|
6996
7016
|
display: "flex",
|
|
6997
7017
|
alignItems: "center"
|
|
@@ -7052,7 +7072,7 @@
|
|
|
7052
7072
|
var Icon = function(param) {
|
|
7053
7073
|
var type = param.type, data = param.data, testId = param.testId, tweakStyles = param.tweakStyles;
|
|
7054
7074
|
var _theme_icons;
|
|
7055
|
-
var classes = useStyles$
|
|
7075
|
+
var classes = useStyles$X({
|
|
7056
7076
|
theme: tweakStyles
|
|
7057
7077
|
});
|
|
7058
7078
|
var theme = useTheme();
|
|
@@ -7084,7 +7104,7 @@
|
|
|
7084
7104
|
});
|
|
7085
7105
|
}
|
|
7086
7106
|
});
|
|
7087
|
-
var useStyles$
|
|
7107
|
+
var useStyles$W = createThemedStyles("WithPopup", {
|
|
7088
7108
|
trigger: {
|
|
7089
7109
|
width: "fit-content"
|
|
7090
7110
|
},
|
|
@@ -7116,20 +7136,20 @@
|
|
|
7116
7136
|
extend: "animationEnd"
|
|
7117
7137
|
}
|
|
7118
7138
|
});
|
|
7119
|
-
function _array_like_to_array$
|
|
7139
|
+
function _array_like_to_array$l(arr, len) {
|
|
7120
7140
|
if (len == null || len > arr.length)
|
|
7121
7141
|
len = arr.length;
|
|
7122
7142
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
7123
7143
|
arr2[i] = arr[i];
|
|
7124
7144
|
return arr2;
|
|
7125
7145
|
}
|
|
7126
|
-
function _array_with_holes$
|
|
7146
|
+
function _array_with_holes$l(arr) {
|
|
7127
7147
|
if (Array.isArray(arr))
|
|
7128
7148
|
return arr;
|
|
7129
7149
|
}
|
|
7130
7150
|
function _array_without_holes$8(arr) {
|
|
7131
7151
|
if (Array.isArray(arr))
|
|
7132
|
-
return _array_like_to_array$
|
|
7152
|
+
return _array_like_to_array$l(arr);
|
|
7133
7153
|
}
|
|
7134
7154
|
function _define_property$19(obj, key, value) {
|
|
7135
7155
|
if (key in obj) {
|
|
@@ -7148,7 +7168,7 @@
|
|
|
7148
7168
|
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null)
|
|
7149
7169
|
return Array.from(iter);
|
|
7150
7170
|
}
|
|
7151
|
-
function _iterable_to_array_limit$
|
|
7171
|
+
function _iterable_to_array_limit$l(arr, i) {
|
|
7152
7172
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
7153
7173
|
if (_i == null)
|
|
7154
7174
|
return;
|
|
@@ -7176,7 +7196,7 @@
|
|
|
7176
7196
|
}
|
|
7177
7197
|
return _arr;
|
|
7178
7198
|
}
|
|
7179
|
-
function _non_iterable_rest$
|
|
7199
|
+
function _non_iterable_rest$l() {
|
|
7180
7200
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
7181
7201
|
}
|
|
7182
7202
|
function _non_iterable_spread$8() {
|
|
@@ -7221,31 +7241,31 @@
|
|
|
7221
7241
|
}
|
|
7222
7242
|
return target;
|
|
7223
7243
|
}
|
|
7224
|
-
function _sliced_to_array$
|
|
7225
|
-
return _array_with_holes$
|
|
7244
|
+
function _sliced_to_array$l(arr, i) {
|
|
7245
|
+
return _array_with_holes$l(arr) || _iterable_to_array_limit$l(arr, i) || _unsupported_iterable_to_array$l(arr, i) || _non_iterable_rest$l();
|
|
7226
7246
|
}
|
|
7227
7247
|
function _to_consumable_array$8(arr) {
|
|
7228
|
-
return _array_without_holes$8(arr) || _iterable_to_array$8(arr) || _unsupported_iterable_to_array$
|
|
7248
|
+
return _array_without_holes$8(arr) || _iterable_to_array$8(arr) || _unsupported_iterable_to_array$l(arr) || _non_iterable_spread$8();
|
|
7229
7249
|
}
|
|
7230
|
-
function _unsupported_iterable_to_array$
|
|
7250
|
+
function _unsupported_iterable_to_array$l(o, minLen) {
|
|
7231
7251
|
if (!o)
|
|
7232
7252
|
return;
|
|
7233
7253
|
if (typeof o === "string")
|
|
7234
|
-
return _array_like_to_array$
|
|
7254
|
+
return _array_like_to_array$l(o, minLen);
|
|
7235
7255
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
7236
7256
|
if (n === "Object" && o.constructor)
|
|
7237
7257
|
n = o.constructor.name;
|
|
7238
7258
|
if (n === "Map" || n === "Set")
|
|
7239
7259
|
return Array.from(n);
|
|
7240
7260
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
7241
|
-
return _array_like_to_array$
|
|
7261
|
+
return _array_like_to_array$l(o, minLen);
|
|
7242
7262
|
}
|
|
7243
7263
|
var WithPopup = function(param) {
|
|
7244
7264
|
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;
|
|
7245
|
-
var classes = useStyles$
|
|
7265
|
+
var classes = useStyles$W({
|
|
7246
7266
|
theme: tweakStyles
|
|
7247
7267
|
});
|
|
7248
|
-
var _useState = _sliced_to_array$
|
|
7268
|
+
var _useState = _sliced_to_array$l(React.useState(false), 2), isOpen = _useState[0], setIsOpen = _useState[1];
|
|
7249
7269
|
var isActive = isOpen && !isDisabled;
|
|
7250
7270
|
var arrowRef = React.useRef(null);
|
|
7251
7271
|
var handleToggle = function(next, event) {
|
|
@@ -7354,7 +7374,7 @@
|
|
|
7354
7374
|
var ITEM_HORIZONTAL_PADDING = 16;
|
|
7355
7375
|
var ICON_SIZE = 20;
|
|
7356
7376
|
var ICON_GAP = 12;
|
|
7357
|
-
var useStyles$
|
|
7377
|
+
var useStyles$V = createThemedStyles("ListItem", {
|
|
7358
7378
|
root: {
|
|
7359
7379
|
display: "flex",
|
|
7360
7380
|
alignItems: "center",
|
|
@@ -7447,7 +7467,7 @@
|
|
|
7447
7467
|
}
|
|
7448
7468
|
var ListItem = function(param) {
|
|
7449
7469
|
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;
|
|
7450
|
-
var classes = useStyles$
|
|
7470
|
+
var classes = useStyles$V({
|
|
7451
7471
|
theme: tweakStyles
|
|
7452
7472
|
});
|
|
7453
7473
|
var _obj2;
|
|
@@ -7484,7 +7504,7 @@
|
|
|
7484
7504
|
]
|
|
7485
7505
|
});
|
|
7486
7506
|
};
|
|
7487
|
-
var useStyles$
|
|
7507
|
+
var useStyles$U = createThemedStyles("List", {
|
|
7488
7508
|
root: {
|
|
7489
7509
|
minWidth: 180,
|
|
7490
7510
|
backgroundColor: colors.CLASSIC_WHITE,
|
|
@@ -7493,7 +7513,8 @@
|
|
|
7493
7513
|
0
|
|
7494
7514
|
],
|
|
7495
7515
|
listStyle: "none",
|
|
7496
|
-
margin: 0
|
|
7516
|
+
margin: 0,
|
|
7517
|
+
textAlign: "left"
|
|
7497
7518
|
},
|
|
7498
7519
|
nestedItems: {
|
|
7499
7520
|
marginTop: -8,
|
|
@@ -7559,7 +7580,7 @@
|
|
|
7559
7580
|
}
|
|
7560
7581
|
var List = function(param) {
|
|
7561
7582
|
var items = param.items, testId = param.testId, data = param.data, tweakStyles = param.tweakStyles, onClick = param.onClick;
|
|
7562
|
-
var classes = useStyles$
|
|
7583
|
+
var classes = useStyles$U({
|
|
7563
7584
|
theme: tweakStyles
|
|
7564
7585
|
});
|
|
7565
7586
|
var handleItemClick = function(event, param2) {
|
|
@@ -7640,7 +7661,7 @@
|
|
|
7640
7661
|
}
|
|
7641
7662
|
return target;
|
|
7642
7663
|
}
|
|
7643
|
-
var useStyles$
|
|
7664
|
+
var useStyles$T = createThemedStyles("AccountInfo", _object_spread$13({
|
|
7644
7665
|
root: {
|
|
7645
7666
|
display: "flex"
|
|
7646
7667
|
},
|
|
@@ -7683,14 +7704,14 @@
|
|
|
7683
7704
|
height: 32
|
|
7684
7705
|
}
|
|
7685
7706
|
}, animations.slideUp));
|
|
7686
|
-
function _array_like_to_array$
|
|
7707
|
+
function _array_like_to_array$k(arr, len) {
|
|
7687
7708
|
if (len == null || len > arr.length)
|
|
7688
7709
|
len = arr.length;
|
|
7689
7710
|
for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
7690
7711
|
arr2[i] = arr[i];
|
|
7691
7712
|
return arr2;
|
|
7692
7713
|
}
|
|
7693
|
-
function _array_with_holes$
|
|
7714
|
+
function _array_with_holes$k(arr) {
|
|
7694
7715
|
if (Array.isArray(arr))
|
|
7695
7716
|
return arr;
|
|
7696
7717
|
}
|
|
@@ -7707,7 +7728,7 @@
|
|
|
7707
7728
|
}
|
|
7708
7729
|
return obj;
|
|
7709
7730
|
}
|
|
7710
|
-
function _iterable_to_array_limit$
|
|
7731
|
+
function _iterable_to_array_limit$k(arr, i) {
|
|
7711
7732
|
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
7712
7733
|
if (_i == null)
|
|
7713
7734
|
return;
|
|
@@ -7735,7 +7756,7 @@
|
|
|
7735
7756
|
}
|
|
7736
7757
|
return _arr;
|
|
7737
7758
|
}
|
|
7738
|
-
function _non_iterable_rest$
|
|
7759
|
+
function _non_iterable_rest$k() {
|
|
7739
7760
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
7740
7761
|
}
|
|
7741
7762
|
function _object_spread$12(target) {
|
|
@@ -7777,25 +7798,25 @@
|
|
|
7777
7798
|
}
|
|
7778
7799
|
return target;
|
|
7779
7800
|
}
|
|
7780
|
-
function _sliced_to_array$
|
|
7781
|
-
return _array_with_holes$
|
|
7801
|
+
function _sliced_to_array$k(arr, i) {
|
|
7802
|
+
return _array_with_holes$k(arr) || _iterable_to_array_limit$k(arr, i) || _unsupported_iterable_to_array$k(arr, i) || _non_iterable_rest$k();
|
|
7782
7803
|
}
|
|
7783
|
-
function _unsupported_iterable_to_array$
|
|
7804
|
+
function _unsupported_iterable_to_array$k(o, minLen) {
|
|
7784
7805
|
if (!o)
|
|
7785
7806
|
return;
|
|
7786
7807
|
if (typeof o === "string")
|
|
7787
|
-
return _array_like_to_array$
|
|
7808
|
+
return _array_like_to_array$k(o, minLen);
|
|
7788
7809
|
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
7789
7810
|
if (n === "Object" && o.constructor)
|
|
7790
7811
|
n = o.constructor.name;
|
|
7791
7812
|
if (n === "Map" || n === "Set")
|
|
7792
7813
|
return Array.from(n);
|
|
7793
7814
|
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
7794
|
-
return _array_like_to_array$
|
|
7815
|
+
return _array_like_to_array$k(o, minLen);
|
|
7795
7816
|
}
|
|
7796
7817
|
var AccountInfo = function(param) {
|
|
7797
7818
|
var data = param.data, testId = param.testId, avatar2 = param.avatar, tweakStyles = param.tweakStyles, accountName = param.accountName, options = param.options;
|
|
7798
|
-
var classes = useStyles$
|
|
7819
|
+
var classes = useStyles$T({
|
|
7799
7820
|
theme: tweakStyles
|
|
7800
7821
|
});
|
|
7801
7822
|
var tweakListStyles = useTweakStyles({
|
|
@@ -7805,7 +7826,7 @@
|
|
|
7805
7826
|
});
|
|
7806
7827
|
var nameRef = React.useRef(null);
|
|
7807
7828
|
var dropdownRef = React.useRef(null);
|
|
7808
|
-
var _useState = _sliced_to_array$
|
|
7829
|
+
var _useState = _sliced_to_array$k(React.useState(false), 2), isMenuOpen = _useState[0], setIsMenuOpen = _useState[1];
|
|
7809
7830
|
var toggleMenu = function(event) {
|
|
7810
7831
|
event.stopPropagation();
|
|
7811
7832
|
setIsMenuOpen(function(v) {
|
|
@@ -7865,7 +7886,7 @@
|
|
|
7865
7886
|
]
|
|
7866
7887
|
}));
|
|
7867
7888
|
};
|
|
7868
|
-
var useStyles$
|
|
7889
|
+
var useStyles$S = createThemedStyles("AddButton", {
|
|
7869
7890
|
root: {
|
|
7870
7891
|
display: "flex",
|
|
7871
7892
|
alignItems: "center",
|
|
@@ -7945,7 +7966,7 @@
|
|
|
7945
7966
|
}
|
|
7946
7967
|
var AddButton = function(param) {
|
|
7947
7968
|
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;
|
|
7948
|
-
var classes = useStyles$
|
|
7969
|
+
var classes = useStyles$S({
|
|
7949
7970
|
theme: tweakStyles
|
|
7950
7971
|
});
|
|
7951
7972
|
return /* @__PURE__ */ jsxs("button", _object_spread_props$R(_object_spread$11({
|
|
@@ -7967,7 +7988,7 @@
|
|
|
7967
7988
|
]
|
|
7968
7989
|
}));
|
|
7969
7990
|
};
|
|
7970
|
-
var useStyles$
|
|
7991
|
+
var useStyles$R = createThemedStyles("DotsPreloader", {
|
|
7971
7992
|
root: {
|
|
7972
7993
|
display: "flex",
|
|
7973
7994
|
gap: 4,
|
|
@@ -8013,7 +8034,7 @@
|
|
|
8013
8034
|
});
|
|
8014
8035
|
var DotsPreloader = function(param) {
|
|
8015
8036
|
var tweakStyles = param.tweakStyles;
|
|
8016
|
-
var classes = useStyles$
|
|
8037
|
+
var classes = useStyles$R({
|
|
8017
8038
|
theme: tweakStyles
|
|
8018
8039
|
});
|
|
8019
8040
|
return /* @__PURE__ */ jsx("div", {
|
|
@@ -8079,7 +8100,7 @@
|
|
|
8079
8100
|
]
|
|
8080
8101
|
});
|
|
8081
8102
|
};
|
|
8082
|
-
var useStyles$
|
|
8103
|
+
var useStyles$Q = createThemedStyles("SvgPreloader", {
|
|
8083
8104
|
root: {
|
|
8084
8105
|
display: "flex",
|
|
8085
8106
|
width: "100%",
|
|
@@ -8089,7 +8110,7 @@
|
|
|
8089
8110
|
var SvgPreloader = function(param) {
|
|
8090
8111
|
var _param_type = param.type, type = _param_type === void 0 ? "default" : _param_type, tweakStyles = param.tweakStyles;
|
|
8091
8112
|
var _theme_preloaders;
|
|
8092
|
-
var classes = useStyles$
|
|
8113
|
+
var classes = useStyles$Q({
|
|
8093
8114
|
theme: tweakStyles
|
|
8094
8115
|
});
|
|
8095
8116
|
var theme = useTheme();
|
|
@@ -8103,7 +8124,7 @@
|
|
|
8103
8124
|
}
|
|
8104
8125
|
}) : /* @__PURE__ */ jsx(PreloaderIcon, {});
|
|
8105
8126
|
};
|
|
8106
|
-
var useStyles$
|
|
8127
|
+
var useStyles$P = createThemedStyles("ThemedPreloader", {
|
|
8107
8128
|
root: {
|
|
8108
8129
|
display: "flex"
|
|
8109
8130
|
},
|
|
@@ -8168,7 +8189,7 @@
|
|
|
8168
8189
|
}
|
|
8169
8190
|
var ThemedPreloader = function(param) {
|
|
8170
8191
|
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;
|
|
8171
|
-
var classes = useStyles$
|
|
8192
|
+
var classes = useStyles$P({
|
|
8172
8193
|
theme: tweakStyles
|
|
8173
8194
|
});
|
|
8174
8195
|
var tweakDotsPreloaderStyles = useTweakStyles({
|
|
@@ -8192,7 +8213,7 @@
|
|
|
8192
8213
|
})
|
|
8193
8214
|
}));
|
|
8194
8215
|
};
|
|
8195
|
-
var useStyles$
|
|
8216
|
+
var useStyles$O = createThemedStyles("Button", {
|
|
8196
8217
|
root: {
|
|
8197
8218
|
display: "flex",
|
|
8198
8219
|
justifyContent: "center",
|
|
@@ -8466,7 +8487,7 @@
|
|
|
8466
8487
|
"iconPosition",
|
|
8467
8488
|
"preloaderType"
|
|
8468
8489
|
]);
|
|
8469
|
-
var classes = useStyles$
|
|
8490
|
+
var classes = useStyles$O({
|
|
8470
8491
|
theme: tweakStyles
|
|
8471
8492
|
});
|
|
8472
8493
|
var tweakPreloaderStyles = useTweakStyles({
|
|
@@ -8511,7 +8532,7 @@
|
|
|
8511
8532
|
]
|
|
8512
8533
|
}));
|
|
8513
8534
|
});
|
|
8514
|
-
var useStyles$
|
|
8535
|
+
var useStyles$N = createThemedStyles("Checkbox", {
|
|
8515
8536
|
root: {
|
|
8516
8537
|
cursor: "pointer",
|
|
8517
8538
|
display: "flex",
|
|
@@ -8603,7 +8624,7 @@
|
|
|
8603
8624
|
}
|
|
8604
8625
|
function Checkbox(param) {
|
|
8605
8626
|
var value = param.value, children = param.children, size = 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;
|
|
8606
|
-
var classes = useStyles$
|
|
8627
|
+
var classes = useStyles$N({
|
|
8607
8628
|
theme: tweakStyles
|
|
8608
8629
|
});
|
|
8609
8630
|
var hasAction = !isDisabled && !isReadonly;
|
|
@@ -8642,7 +8663,7 @@
|
|
|
8642
8663
|
]
|
|
8643
8664
|
}));
|
|
8644
8665
|
}
|
|
8645
|
-
var useStyles$
|
|
8666
|
+
var useStyles$M = createThemedStyles("CloseButton", {
|
|
8646
8667
|
root: {
|
|
8647
8668
|
width: 40,
|
|
8648
8669
|
height: 40,
|
|
@@ -8722,7 +8743,7 @@
|
|
|
8722
8743
|
}
|
|
8723
8744
|
var CloseButton = function(param) {
|
|
8724
8745
|
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;
|
|
8725
|
-
var classes = useStyles$
|
|
8746
|
+
var classes = useStyles$M({
|
|
8726
8747
|
theme: tweakStyles
|
|
8727
8748
|
});
|
|
8728
8749
|
return /* @__PURE__ */ jsx("button", _object_spread_props$N(_object_spread$Z({
|
|
@@ -8735,150 +8756,27 @@
|
|
|
8735
8756
|
})
|
|
8736
8757
|
}));
|
|
8737
8758
|
};
|
|
8738
|
-
var useStyles$
|
|
8739
|
-
|
|
8740
|
-
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
|
|
8744
|
-
width: 120,
|
|
8745
|
-
border: "solid 1px #dde3ed",
|
|
8746
|
-
borderRadius: 8,
|
|
8747
|
-
color: "#222a37",
|
|
8748
|
-
fontSize: 14,
|
|
8749
|
-
margin: 6
|
|
8750
|
-
},
|
|
8751
|
-
color: {
|
|
8752
|
-
height: 120,
|
|
8753
|
-
borderTopLeftRadius: 8,
|
|
8754
|
-
borderTopRightRadius: 8
|
|
8755
|
-
},
|
|
8756
|
-
colorName: {
|
|
8757
|
-
marginBottom: 6,
|
|
8758
|
-
padding: 6,
|
|
8759
|
-
overflow: "hidden"
|
|
8759
|
+
var useStyles$L = createThemedStyles("CssBaseline", {
|
|
8760
|
+
"@global html, body": {
|
|
8761
|
+
fontFamily: "Arial, sans-serif",
|
|
8762
|
+
color: colors.FONT_MAIN,
|
|
8763
|
+
padding: 0,
|
|
8764
|
+
margin: 0
|
|
8760
8765
|
},
|
|
8761
|
-
|
|
8762
|
-
marginTop: 6,
|
|
8763
|
-
textTransform: "uppercase",
|
|
8764
|
-
fontWeight: "bold",
|
|
8765
|
-
padding: [
|
|
8766
|
-
0,
|
|
8767
|
-
6,
|
|
8768
|
-
6
|
|
8769
|
-
]
|
|
8770
|
-
}
|
|
8766
|
+
root: {}
|
|
8771
8767
|
});
|
|
8772
|
-
function
|
|
8773
|
-
if (
|
|
8774
|
-
|
|
8775
|
-
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
|
-
|
|
8779
|
-
|
|
8780
|
-
|
|
8781
|
-
|
|
8782
|
-
|
|
8783
|
-
|
|
8784
|
-
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
|
|
8785
|
-
if (_i == null)
|
|
8786
|
-
return;
|
|
8787
|
-
var _arr = [];
|
|
8788
|
-
var _n = true;
|
|
8789
|
-
var _d = false;
|
|
8790
|
-
var _s, _e;
|
|
8791
|
-
try {
|
|
8792
|
-
for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) {
|
|
8793
|
-
_arr.push(_s.value);
|
|
8794
|
-
if (i && _arr.length === i)
|
|
8795
|
-
break;
|
|
8796
|
-
}
|
|
8797
|
-
} catch (err) {
|
|
8798
|
-
_d = true;
|
|
8799
|
-
_e = err;
|
|
8800
|
-
} finally {
|
|
8801
|
-
try {
|
|
8802
|
-
if (!_n && _i["return"] != null)
|
|
8803
|
-
_i["return"]();
|
|
8804
|
-
} finally {
|
|
8805
|
-
if (_d)
|
|
8806
|
-
throw _e;
|
|
8807
|
-
}
|
|
8808
|
-
}
|
|
8809
|
-
return _arr;
|
|
8810
|
-
}
|
|
8811
|
-
function _non_iterable_rest$k() {
|
|
8812
|
-
throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
8813
|
-
}
|
|
8814
|
-
function _sliced_to_array$k(arr, i) {
|
|
8815
|
-
return _array_with_holes$k(arr) || _iterable_to_array_limit$k(arr, i) || _unsupported_iterable_to_array$k(arr, i) || _non_iterable_rest$k();
|
|
8816
|
-
}
|
|
8817
|
-
function _unsupported_iterable_to_array$k(o, minLen) {
|
|
8818
|
-
if (!o)
|
|
8819
|
-
return;
|
|
8820
|
-
if (typeof o === "string")
|
|
8821
|
-
return _array_like_to_array$k(o, minLen);
|
|
8822
|
-
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
8823
|
-
if (n === "Object" && o.constructor)
|
|
8824
|
-
n = o.constructor.name;
|
|
8825
|
-
if (n === "Map" || n === "Set")
|
|
8826
|
-
return Array.from(n);
|
|
8827
|
-
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
8828
|
-
return _array_like_to_array$k(o, minLen);
|
|
8829
|
-
}
|
|
8830
|
-
var Colors = function() {
|
|
8831
|
-
var classes = useStyles$M();
|
|
8832
|
-
var theme = useTheme();
|
|
8833
|
-
var _theme_colors = theme.colors, colors2 = _theme_colors === void 0 ? {} : _theme_colors;
|
|
8834
|
-
return /* @__PURE__ */ jsx("div", {
|
|
8835
|
-
className: classes.root,
|
|
8836
|
-
children: Object.entries(colors2).map(function(param) {
|
|
8837
|
-
var _param = _sliced_to_array$k(param, 2), colorName = _param[0], color = _param[1];
|
|
8838
|
-
var name = colorName.split("_").join(" ").toLowerCase();
|
|
8839
|
-
return /* @__PURE__ */ jsxs("div", {
|
|
8840
|
-
className: classes.colorCard,
|
|
8841
|
-
children: [
|
|
8842
|
-
/* @__PURE__ */ jsx("div", {
|
|
8843
|
-
className: classes.color,
|
|
8844
|
-
style: {
|
|
8845
|
-
backgroundColor: color
|
|
8846
|
-
}
|
|
8847
|
-
}),
|
|
8848
|
-
/* @__PURE__ */ jsx("div", {
|
|
8849
|
-
className: classes.colorName,
|
|
8850
|
-
children: "".concat(name[0].toUpperCase()).concat(name.slice(1))
|
|
8851
|
-
}),
|
|
8852
|
-
/* @__PURE__ */ jsx("div", {
|
|
8853
|
-
className: classes.hex,
|
|
8854
|
-
children: color
|
|
8855
|
-
})
|
|
8856
|
-
]
|
|
8857
|
-
}, colorName);
|
|
8858
|
-
})
|
|
8859
|
-
});
|
|
8860
|
-
};
|
|
8861
|
-
var useStyles$L = createThemedStyles("CssBaseline", {
|
|
8862
|
-
"@global html, body": {
|
|
8863
|
-
fontFamily: "Arial, sans-serif",
|
|
8864
|
-
color: colors.FONT_MAIN,
|
|
8865
|
-
padding: 0,
|
|
8866
|
-
margin: 0
|
|
8867
|
-
},
|
|
8868
|
-
root: {}
|
|
8869
|
-
});
|
|
8870
|
-
function _define_property$$(obj, key, value) {
|
|
8871
|
-
if (key in obj) {
|
|
8872
|
-
Object.defineProperty(obj, key, {
|
|
8873
|
-
value,
|
|
8874
|
-
enumerable: true,
|
|
8875
|
-
configurable: true,
|
|
8876
|
-
writable: true
|
|
8877
|
-
});
|
|
8878
|
-
} else {
|
|
8879
|
-
obj[key] = value;
|
|
8880
|
-
}
|
|
8881
|
-
return obj;
|
|
8768
|
+
function _define_property$$(obj, key, value) {
|
|
8769
|
+
if (key in obj) {
|
|
8770
|
+
Object.defineProperty(obj, key, {
|
|
8771
|
+
value,
|
|
8772
|
+
enumerable: true,
|
|
8773
|
+
configurable: true,
|
|
8774
|
+
writable: true
|
|
8775
|
+
});
|
|
8776
|
+
} else {
|
|
8777
|
+
obj[key] = value;
|
|
8778
|
+
}
|
|
8779
|
+
return obj;
|
|
8882
8780
|
}
|
|
8883
8781
|
function _object_spread$Y(target) {
|
|
8884
8782
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -9278,7 +9176,7 @@
|
|
|
9278
9176
|
})
|
|
9279
9177
|
})
|
|
9280
9178
|
})),
|
|
9281
|
-
hasIcons && icons.map(function(param2,
|
|
9179
|
+
hasIcons && icons.map(function(param2, index2) {
|
|
9282
9180
|
var key = param2.key, iconComponent = param2.iconComponent, onClick = param2.onClick, _param_shouldResetSize = param2.shouldResetSize, shouldResetSize = _param_shouldResetSize === void 0 ? false : _param_shouldResetSize;
|
|
9283
9181
|
var _obj3;
|
|
9284
9182
|
return /* @__PURE__ */ jsx("div", _object_spread_props$L(_object_spread$W({
|
|
@@ -9288,7 +9186,7 @@
|
|
|
9288
9186
|
className: classes.iconInner,
|
|
9289
9187
|
children: renderIcon(iconComponent)
|
|
9290
9188
|
})
|
|
9291
|
-
}), key !== null && key !== void 0 ? key :
|
|
9189
|
+
}), key !== null && key !== void 0 ? key : index2);
|
|
9292
9190
|
}),
|
|
9293
9191
|
isLoading && /* @__PURE__ */ jsx("div", _object_spread_props$L(_object_spread$W({
|
|
9294
9192
|
className: clsx(classes.icon, classes.loader)
|
|
@@ -9307,6 +9205,17 @@
|
|
|
9307
9205
|
]
|
|
9308
9206
|
}));
|
|
9309
9207
|
};
|
|
9208
|
+
var GROUP_PLACEMENTS = [
|
|
9209
|
+
"left",
|
|
9210
|
+
"right",
|
|
9211
|
+
"middle",
|
|
9212
|
+
"top",
|
|
9213
|
+
"bottom",
|
|
9214
|
+
"top-left",
|
|
9215
|
+
"top-right",
|
|
9216
|
+
"bottom-left",
|
|
9217
|
+
"bottom-right"
|
|
9218
|
+
];
|
|
9310
9219
|
var PADDING_WITH_UNITS = 8;
|
|
9311
9220
|
var useStyles$I = createThemedStyles("Input", {
|
|
9312
9221
|
inputContent: {
|
|
@@ -10643,7 +10552,7 @@
|
|
|
10643
10552
|
return target;
|
|
10644
10553
|
}
|
|
10645
10554
|
var SelectListItem = function(param) {
|
|
10646
|
-
var classes = param.classes,
|
|
10555
|
+
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;
|
|
10647
10556
|
var multiSelectContent = isMultiSelect && /* @__PURE__ */ jsx(Checkbox, {
|
|
10648
10557
|
isChecked: isActive || isSemiChecked,
|
|
10649
10558
|
isSemiChecked,
|
|
@@ -10651,7 +10560,7 @@
|
|
|
10651
10560
|
tweakStyles: checkboxStyles$1,
|
|
10652
10561
|
onSelect: function(param2, event) {
|
|
10653
10562
|
var isSelected = param2.isSelected;
|
|
10654
|
-
return onToggleCheckbox(
|
|
10563
|
+
return onToggleCheckbox(index2, isSelected, event);
|
|
10655
10564
|
},
|
|
10656
10565
|
children
|
|
10657
10566
|
});
|
|
@@ -10668,7 +10577,7 @@
|
|
|
10668
10577
|
focused: isFocused
|
|
10669
10578
|
}, data))), {
|
|
10670
10579
|
onClick: !isDisabled && !isMultiSelect ? function(event) {
|
|
10671
|
-
return onOptionSelect(
|
|
10580
|
+
return onOptionSelect(index2, event);
|
|
10672
10581
|
} : void 0,
|
|
10673
10582
|
children: isMultiSelect ? multiSelectContent : children
|
|
10674
10583
|
}));
|
|
@@ -10739,8 +10648,8 @@
|
|
|
10739
10648
|
isOptionDisabled
|
|
10740
10649
|
]);
|
|
10741
10650
|
var listOptions = React.useMemo(function() {
|
|
10742
|
-
return options.map(function(option,
|
|
10743
|
-
return convertValueToReactNode(option, optionsDisableMap[
|
|
10651
|
+
return options.map(function(option, index2) {
|
|
10652
|
+
return convertValueToReactNode(option, optionsDisableMap[index2]);
|
|
10744
10653
|
});
|
|
10745
10654
|
}, [
|
|
10746
10655
|
options,
|
|
@@ -11370,19 +11279,6 @@
|
|
|
11370
11279
|
var handleOnClick = function() {
|
|
11371
11280
|
handleListOpen();
|
|
11372
11281
|
};
|
|
11373
|
-
var handleBlur = function(event) {
|
|
11374
|
-
if (isListOpen && !isOpen) {
|
|
11375
|
-
handleListClose(event);
|
|
11376
|
-
return;
|
|
11377
|
-
}
|
|
11378
|
-
if (!trueReactPlatformHelpers.isNotEmpty(event.relatedTarget) || !trueReactPlatformHelpers.isNotEmpty(list.current) || !trueReactPlatformHelpers.isNotEmpty(inputWrapper.current)) {
|
|
11379
|
-
return;
|
|
11380
|
-
}
|
|
11381
|
-
var isActionInsideSelect = hasExactParent(event.relatedTarget, list.current) || hasExactParent(event.relatedTarget, inputWrapper.current);
|
|
11382
|
-
if (!isActionInsideSelect) {
|
|
11383
|
-
handleListClose(event);
|
|
11384
|
-
}
|
|
11385
|
-
};
|
|
11386
11282
|
var handleChange = React.useCallback(function(newValue, event) {
|
|
11387
11283
|
if (!compareValuesOnChange(value, newValue)) {
|
|
11388
11284
|
onChange(newValue, event);
|
|
@@ -11392,9 +11288,9 @@
|
|
|
11392
11288
|
compareValuesOnChange,
|
|
11393
11289
|
onChange
|
|
11394
11290
|
]);
|
|
11395
|
-
var handleOptionSelect = React.useCallback(function(
|
|
11291
|
+
var handleOptionSelect = React.useCallback(function(index2, event) {
|
|
11396
11292
|
var _input_current2;
|
|
11397
|
-
handleChange(
|
|
11293
|
+
handleChange(index2 === DEFAULT_OPTION_INDEX ? void 0 : filteredOptions[index2], event);
|
|
11398
11294
|
handleListClose(event);
|
|
11399
11295
|
(_input_current2 = input.current) === null || _input_current2 === void 0 ? void 0 : _input_current2.blur();
|
|
11400
11296
|
}, [
|
|
@@ -11402,19 +11298,19 @@
|
|
|
11402
11298
|
handleListClose,
|
|
11403
11299
|
filteredOptions
|
|
11404
11300
|
]);
|
|
11405
|
-
var handleToggleOptionCheckbox = React.useCallback(function(
|
|
11301
|
+
var handleToggleOptionCheckbox = React.useCallback(function(index2, isSelected, event) {
|
|
11406
11302
|
if (!isMultiSelect) {
|
|
11407
11303
|
return;
|
|
11408
11304
|
}
|
|
11409
|
-
if (
|
|
11305
|
+
if (index2 === DEFAULT_OPTION_INDEX || index2 === ALL_OPTION_INDEX && !isSelected) {
|
|
11410
11306
|
handleChange(void 0, event);
|
|
11411
11307
|
return;
|
|
11412
11308
|
}
|
|
11413
|
-
if (
|
|
11309
|
+
if (index2 === ALL_OPTION_INDEX && isSelected) {
|
|
11414
11310
|
handleChange(availableOptions, event);
|
|
11415
11311
|
return;
|
|
11416
11312
|
}
|
|
11417
|
-
var option = filteredOptions[
|
|
11313
|
+
var option = filteredOptions[index2];
|
|
11418
11314
|
handleChange(isSelected ? (
|
|
11419
11315
|
// Добавляем
|
|
11420
11316
|
_to_consumable_array$7(value !== null && value !== void 0 ? value : []).concat([
|
|
@@ -11498,8 +11394,8 @@
|
|
|
11498
11394
|
return;
|
|
11499
11395
|
}
|
|
11500
11396
|
event.stopPropagation();
|
|
11501
|
-
var curIndexInNavigation = optionsIndexesForNavigation.findIndex(function(
|
|
11502
|
-
return
|
|
11397
|
+
var curIndexInNavigation = optionsIndexesForNavigation.findIndex(function(index2) {
|
|
11398
|
+
return index2 === focusedListCellIndex;
|
|
11503
11399
|
});
|
|
11504
11400
|
switch (event.code) {
|
|
11505
11401
|
case "Enter":
|
|
@@ -11563,6 +11459,19 @@
|
|
|
11563
11459
|
hasSearchInputInList) && // Последняя проверка на случай, если мы че то ищем в опциях
|
|
11564
11460
|
(optionsMode === "normal" || hasEnoughSymbolsToSearch)
|
|
11565
11461
|
);
|
|
11462
|
+
var handleBlur = function(event) {
|
|
11463
|
+
if (isListOpen && !isOpen) {
|
|
11464
|
+
handleListClose(event);
|
|
11465
|
+
return;
|
|
11466
|
+
}
|
|
11467
|
+
if (!trueReactPlatformHelpers.isNotEmpty(event.relatedTarget) || !trueReactPlatformHelpers.isNotEmpty(list.current) || !trueReactPlatformHelpers.isNotEmpty(inputWrapper.current)) {
|
|
11468
|
+
return;
|
|
11469
|
+
}
|
|
11470
|
+
var isActionInsideSelect = hasExactParent(event.relatedTarget, list.current) || hasExactParent(event.relatedTarget, inputWrapper.current);
|
|
11471
|
+
if (!isActionInsideSelect) {
|
|
11472
|
+
handleListClose(event);
|
|
11473
|
+
}
|
|
11474
|
+
};
|
|
11566
11475
|
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;
|
|
11567
11476
|
var _input_current_parentElement;
|
|
11568
11477
|
var popperData = useDropdown({
|
|
@@ -11577,8 +11486,8 @@
|
|
|
11577
11486
|
]
|
|
11578
11487
|
});
|
|
11579
11488
|
React.useEffect(function() {
|
|
11580
|
-
var focusedCellIndex = trueReactPlatformHelpers.isNotEmpty(strValue) ? optionsIndexesForNavigation.find(function(
|
|
11581
|
-
var option = filteredOptions[
|
|
11489
|
+
var focusedCellIndex = trueReactPlatformHelpers.isNotEmpty(strValue) ? optionsIndexesForNavigation.find(function(index2) {
|
|
11490
|
+
var option = filteredOptions[index2];
|
|
11582
11491
|
return trueReactPlatformHelpers.isNotEmpty(option) && convertToId(option) === convertToId(strValue);
|
|
11583
11492
|
}) : void 0;
|
|
11584
11493
|
setFocusedListCellIndex(focusedCellIndex !== null && focusedCellIndex !== void 0 ? focusedCellIndex : optionsIndexesForNavigation[0]);
|
|
@@ -11860,8 +11769,8 @@
|
|
|
11860
11769
|
const width = (options == null ? void 0 : options.width) ? String(options.width) : args.defaultWidth;
|
|
11861
11770
|
valuesArray = args.values[width] || args.values[defaultWidth];
|
|
11862
11771
|
}
|
|
11863
|
-
const
|
|
11864
|
-
return valuesArray[
|
|
11772
|
+
const index2 = args.argumentCallback ? args.argumentCallback(value) : value;
|
|
11773
|
+
return valuesArray[index2];
|
|
11865
11774
|
};
|
|
11866
11775
|
}
|
|
11867
11776
|
function buildMatchFn(args) {
|
|
@@ -12309,7 +12218,7 @@
|
|
|
12309
12218
|
defaultMatchWidth: "wide",
|
|
12310
12219
|
parsePatterns: parseQuarterPatterns$1,
|
|
12311
12220
|
defaultParseWidth: "any",
|
|
12312
|
-
valueCallback: (
|
|
12221
|
+
valueCallback: (index2) => index2 + 1
|
|
12313
12222
|
}),
|
|
12314
12223
|
month: buildMatchFn({
|
|
12315
12224
|
matchPatterns: matchMonthPatterns$1,
|
|
@@ -12986,7 +12895,7 @@
|
|
|
12986
12895
|
defaultMatchWidth: "wide",
|
|
12987
12896
|
parsePatterns: parseQuarterPatterns,
|
|
12988
12897
|
defaultParseWidth: "any",
|
|
12989
|
-
valueCallback: (
|
|
12898
|
+
valueCallback: (index2) => index2 + 1
|
|
12990
12899
|
}),
|
|
12991
12900
|
month: buildMatchFn({
|
|
12992
12901
|
matchPatterns: matchMonthPatterns,
|
|
@@ -16419,12 +16328,12 @@
|
|
|
16419
16328
|
className: classes.label,
|
|
16420
16329
|
children: translates.all
|
|
16421
16330
|
}),
|
|
16422
|
-
mainOptionsList.map(function(val,
|
|
16331
|
+
mainOptionsList.map(function(val, index2) {
|
|
16423
16332
|
var id = getValueId(val);
|
|
16424
16333
|
var view = getValueView(val);
|
|
16425
16334
|
return /* @__PURE__ */ jsx("div", {
|
|
16426
16335
|
className: clsx(classes.item),
|
|
16427
|
-
ref: mainOptionsList.length - 1 ===
|
|
16336
|
+
ref: mainOptionsList.length - 1 === index2 ? initIntersectionObserver : void 0,
|
|
16428
16337
|
children: /* @__PURE__ */ jsx(Checkbox, {
|
|
16429
16338
|
onSelect,
|
|
16430
16339
|
isChecked: getIsValueChosen(id),
|
|
@@ -17255,7 +17164,7 @@
|
|
|
17255
17164
|
})
|
|
17256
17165
|
]
|
|
17257
17166
|
}),
|
|
17258
|
-
allOptions.map(function(item,
|
|
17167
|
+
allOptions.map(function(item, index2) {
|
|
17259
17168
|
var isActive = trueReactPlatformHelpers.isNotEmpty(value) && getValueId(value) === getValueId(item);
|
|
17260
17169
|
if (isGroupingEnabled && isActive) {
|
|
17261
17170
|
return null;
|
|
@@ -17264,7 +17173,7 @@
|
|
|
17264
17173
|
var view = getValueView(item);
|
|
17265
17174
|
var renderedItem = /* @__PURE__ */ jsxs("div", {
|
|
17266
17175
|
className: classes.item,
|
|
17267
|
-
ref: allOptions.length - 1 ===
|
|
17176
|
+
ref: allOptions.length - 1 === index2 && fetchOptions !== void 0 ? initIntersectionObserver : void 0,
|
|
17268
17177
|
onClick: function() {
|
|
17269
17178
|
return handleChange(item);
|
|
17270
17179
|
},
|
|
@@ -18979,9 +18888,9 @@
|
|
|
18979
18888
|
isDisabled: (_search_isDisabled = search2.isDisabled) !== null && _search_isDisabled !== void 0 ? _search_isDisabled : isDisabled,
|
|
18980
18889
|
testId: trueReactPlatformHelpers.getTestId(testId, "search")
|
|
18981
18890
|
})),
|
|
18982
|
-
filtersKeys.map(function(key,
|
|
18891
|
+
filtersKeys.map(function(key, index2) {
|
|
18983
18892
|
var _filter_requiredFilledFilters;
|
|
18984
|
-
var isLast =
|
|
18893
|
+
var isLast = index2 === filtersKeys.length - 1;
|
|
18985
18894
|
var filterKey = String(key);
|
|
18986
18895
|
var currentValue = values[filterKey];
|
|
18987
18896
|
var filter2 = filtersConfig[filterKey];
|
|
@@ -19207,7 +19116,7 @@
|
|
|
19207
19116
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19208
19117
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19209
19118
|
viewBox: "0 0 513 342"
|
|
19210
|
-
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("
|
|
19119
|
+
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19211
19120
|
fill: "#FFDA44",
|
|
19212
19121
|
d: "M0 0h513v342H0z"
|
|
19213
19122
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
@@ -19373,7 +19282,6 @@
|
|
|
19373
19282
|
d: "M0 171h513v171H0z"
|
|
19374
19283
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19375
19284
|
fill: "#D80027",
|
|
19376
|
-
className: "prefix__st0",
|
|
19377
19285
|
d: "M0 0h513v171H0z"
|
|
19378
19286
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
19379
19287
|
fill: "#FFDA44"
|
|
@@ -19431,7 +19339,7 @@
|
|
|
19431
19339
|
d: "M0 0h513v342H0z"
|
|
19432
19340
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19433
19341
|
fill: "#D80027",
|
|
19434
|
-
d: "M513 33 95.3 171 513 310.
|
|
19342
|
+
d: "M513 33 95.3 171 513 310.76V342L0 171 513 0z"
|
|
19435
19343
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19436
19344
|
fill: "#FFF",
|
|
19437
19345
|
d: "M513 287.18v24.58L81.72 171 513 30v24.16"
|
|
@@ -19650,29 +19558,29 @@
|
|
|
19650
19558
|
var title = _ref23.title, rest = _objectWithoutProperties(_ref23, _excluded23);
|
|
19651
19559
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19652
19560
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19653
|
-
viewBox: "0
|
|
19561
|
+
viewBox: "0 0 513 342"
|
|
19654
19562
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19655
19563
|
fill: "#00966e",
|
|
19656
|
-
d: "M0
|
|
19564
|
+
d: "M0 0h513v342H0z"
|
|
19657
19565
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19658
19566
|
fill: "#FFF",
|
|
19659
|
-
d: "M0
|
|
19567
|
+
d: "M0 0h513v114H0z"
|
|
19660
19568
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19661
19569
|
fill: "#d62612",
|
|
19662
|
-
d: "M0
|
|
19570
|
+
d: "M0 228h513v114H0z"
|
|
19663
19571
|
}));
|
|
19664
19572
|
};
|
|
19665
19573
|
var BH = function BH2(_ref24) {
|
|
19666
19574
|
var title = _ref24.title, rest = _objectWithoutProperties(_ref24, _excluded24);
|
|
19667
19575
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19668
19576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19669
|
-
viewBox: "0 0
|
|
19577
|
+
viewBox: "0 0 513 342"
|
|
19670
19578
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19671
19579
|
fill: "#D80027",
|
|
19672
|
-
d: "M0
|
|
19580
|
+
d: "M0 0h513v342H0z"
|
|
19673
19581
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19674
19582
|
fill: "#FFF",
|
|
19675
|
-
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.
|
|
19583
|
+
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"
|
|
19676
19584
|
}));
|
|
19677
19585
|
};
|
|
19678
19586
|
var BI = function BI2(_ref25) {
|
|
@@ -19688,7 +19596,7 @@
|
|
|
19688
19596
|
fill: "#47a644"
|
|
19689
19597
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19690
19598
|
fill: "#0052B4",
|
|
19691
|
-
d: "
|
|
19599
|
+
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"
|
|
19692
19600
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19693
19601
|
fill: "#FFF",
|
|
19694
19602
|
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"
|
|
@@ -19724,10 +19632,10 @@
|
|
|
19724
19632
|
var title = _ref27.title, rest = _objectWithoutProperties(_ref27, _excluded27);
|
|
19725
19633
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19726
19634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19727
|
-
viewBox: "0 0
|
|
19635
|
+
viewBox: "0 0 513 342"
|
|
19728
19636
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19729
19637
|
fill: "#FFF",
|
|
19730
|
-
d: "M0
|
|
19638
|
+
d: "M0 0h513v342H0z"
|
|
19731
19639
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19732
19640
|
fill: "#E6BC00",
|
|
19733
19641
|
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"
|
|
@@ -19816,15 +19724,15 @@
|
|
|
19816
19724
|
var title = _ref29.title, rest = _objectWithoutProperties(_ref29, _excluded29);
|
|
19817
19725
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19818
19726
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19819
|
-
viewBox: "0 0
|
|
19727
|
+
viewBox: "0 0 513 342"
|
|
19820
19728
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19821
19729
|
fill: "#FFDA44",
|
|
19822
|
-
d: "M0
|
|
19730
|
+
d: "M0 0h513v342H0z"
|
|
19823
19731
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19824
|
-
d: "m0 193.74
|
|
19732
|
+
d: "m0 193.74 513 127.19V214.26L0 97.08z"
|
|
19825
19733
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19826
19734
|
fill: "#FFF",
|
|
19827
|
-
d: "
|
|
19735
|
+
d: "M513 234.26v-86.67L0 20.41v86.67"
|
|
19828
19736
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
19829
19737
|
fill: "#D80027",
|
|
19830
19738
|
stroke: "#231F20",
|
|
@@ -19856,13 +19764,13 @@
|
|
|
19856
19764
|
var title = _ref31.title, rest = _objectWithoutProperties(_ref31, _excluded31);
|
|
19857
19765
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19858
19766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19859
|
-
viewBox: "0 0
|
|
19767
|
+
viewBox: "0 0 513 342"
|
|
19860
19768
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19861
19769
|
fill: "#FFF",
|
|
19862
|
-
d: "M0
|
|
19770
|
+
d: "M0 0h513v342H0z"
|
|
19863
19771
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19864
19772
|
fill: "#012a87",
|
|
19865
|
-
d: "M0
|
|
19773
|
+
d: "M0 342h513V0z"
|
|
19866
19774
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19867
19775
|
fill: "#f9d90f",
|
|
19868
19776
|
d: "M250.4 0H0v166.9z"
|
|
@@ -19904,28 +19812,28 @@
|
|
|
19904
19812
|
var title = _ref33.title, rest = _objectWithoutProperties(_ref33, _excluded33);
|
|
19905
19813
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19906
19814
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19907
|
-
viewBox: "0
|
|
19815
|
+
viewBox: "0 0 513 342"
|
|
19908
19816
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19909
19817
|
fill: "#ffc72c",
|
|
19910
|
-
d: "M0
|
|
19818
|
+
d: "M0 0h513v342H0z"
|
|
19911
19819
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19912
|
-
d: "M0
|
|
19820
|
+
d: "M0 0h513v114H0zm0 228h513v114H0z",
|
|
19913
19821
|
fill: "#00778b"
|
|
19914
19822
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19915
|
-
d: "M256
|
|
19823
|
+
d: "M256 171 0 342V0z"
|
|
19916
19824
|
}));
|
|
19917
19825
|
};
|
|
19918
19826
|
var BT = function BT2(_ref34) {
|
|
19919
19827
|
var title = _ref34.title, rest = _objectWithoutProperties(_ref34, _excluded34);
|
|
19920
19828
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
19921
19829
|
xmlns: "http://www.w3.org/2000/svg",
|
|
19922
|
-
viewBox: "0 0
|
|
19830
|
+
viewBox: "0 0 513 342"
|
|
19923
19831
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
19924
19832
|
fill: "#FF7415",
|
|
19925
|
-
d: "M0
|
|
19833
|
+
d: "M0 0h513v342H0z"
|
|
19926
19834
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19927
19835
|
fill: "#FFDA44",
|
|
19928
|
-
d: "
|
|
19836
|
+
d: "M513 0H0v342"
|
|
19929
19837
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
19930
19838
|
fill: "none",
|
|
19931
19839
|
stroke: "#FFF",
|
|
@@ -19999,10 +19907,10 @@
|
|
|
19999
19907
|
var title = _ref38.title, rest = _objectWithoutProperties(_ref38, _excluded38);
|
|
20000
19908
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20001
19909
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20002
|
-
viewBox: "0 0
|
|
19910
|
+
viewBox: "0 0 513 342"
|
|
20003
19911
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20004
19912
|
fill: "#003e87",
|
|
20005
|
-
d: "M0
|
|
19913
|
+
d: "M0 0h513v342H0z"
|
|
20006
19914
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
20007
19915
|
fill: "#FFF",
|
|
20008
19916
|
cx: 260.9,
|
|
@@ -20025,7 +19933,7 @@
|
|
|
20025
19933
|
fill: "#FFDA44",
|
|
20026
19934
|
d: "M211.3 128.1h101.3v46.7H211.3z"
|
|
20027
19935
|
})), /* @__PURE__ */ React.createElement("path", {
|
|
20028
|
-
d: "M0
|
|
19936
|
+
d: "M0 0h513v35H0zm0 306h513v35H0z",
|
|
20029
19937
|
fill: "#ce1127"
|
|
20030
19938
|
}));
|
|
20031
19939
|
};
|
|
@@ -20046,10 +19954,10 @@
|
|
|
20046
19954
|
var title = _ref40.title, rest = _objectWithoutProperties(_ref40, _excluded40);
|
|
20047
19955
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20048
19956
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20049
|
-
viewBox: "0 0
|
|
19957
|
+
viewBox: "0 0 513 342"
|
|
20050
19958
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20051
19959
|
fill: "green",
|
|
20052
|
-
d: "M0
|
|
19960
|
+
d: "M0 0h513v342H0z"
|
|
20053
19961
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20054
19962
|
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",
|
|
20055
19963
|
fill: "#FFDA44"
|
|
@@ -20062,16 +19970,16 @@
|
|
|
20062
19970
|
var title = _ref41.title, rest = _objectWithoutProperties(_ref41, _excluded41);
|
|
20063
19971
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20064
19972
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20065
|
-
viewBox: "0 0
|
|
19973
|
+
viewBox: "0 0 513 342"
|
|
20066
19974
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20067
19975
|
fill: "#338AF3",
|
|
20068
|
-
d: "M0
|
|
19976
|
+
d: "M0 0h513v342H0z"
|
|
20069
19977
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20070
19978
|
fill: "#FFDA44",
|
|
20071
|
-
d: "
|
|
19979
|
+
d: "M513 66.9V0H411.7L0 274.4V342h100.3z"
|
|
20072
19980
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20073
19981
|
fill: "#D80027",
|
|
20074
|
-
d: "
|
|
19982
|
+
d: "M513 0v40.1L60.2 342H0v-40.8L451.8 0z"
|
|
20075
19983
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20076
19984
|
fill: "#FFDA44",
|
|
20077
19985
|
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"
|
|
@@ -20081,21 +19989,21 @@
|
|
|
20081
19989
|
var title = _ref42.title, rest = _objectWithoutProperties(_ref42, _excluded42);
|
|
20082
19990
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20083
19991
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20084
|
-
viewBox: "0 0
|
|
19992
|
+
viewBox: "0 0 513 342"
|
|
20085
19993
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20086
19994
|
fill: "#d21034",
|
|
20087
|
-
d: "M0
|
|
19995
|
+
d: "M0 0h513v342H0z"
|
|
20088
19996
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20089
|
-
d: "M0
|
|
19997
|
+
d: "M0 171h211.5v85.3H0zm300.5 0H512v85.3H300.5z",
|
|
20090
19998
|
fill: "#3a9927"
|
|
20091
19999
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20092
20000
|
fill: "#003082",
|
|
20093
|
-
d: "M0 0v85.3h211.5V0h89v85.
|
|
20001
|
+
d: "M0 0v85.3h211.5V0h89v85.3H513V0z"
|
|
20094
20002
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20095
20003
|
d: "M300.5 85.3H512v85.3H300.5zM0 85.3h211.5v85.3H0z",
|
|
20096
20004
|
fill: "#FFF"
|
|
20097
20005
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20098
|
-
d: "M300.5
|
|
20006
|
+
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",
|
|
20099
20007
|
fill: "#ffce00"
|
|
20100
20008
|
}));
|
|
20101
20009
|
};
|
|
@@ -20132,16 +20040,16 @@
|
|
|
20132
20040
|
var title = _ref45.title, rest = _objectWithoutProperties(_ref45, _excluded45);
|
|
20133
20041
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20134
20042
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20135
|
-
viewBox: "0
|
|
20043
|
+
viewBox: "0 0 513 342"
|
|
20136
20044
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20137
20045
|
fill: "#FFF",
|
|
20138
|
-
d: "M0
|
|
20046
|
+
d: "M0 0h513v342H0z"
|
|
20139
20047
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20140
20048
|
fill: "#009e60",
|
|
20141
|
-
d: "
|
|
20049
|
+
d: "M342 0h171v342H342z"
|
|
20142
20050
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20143
20051
|
fill: "#f77f00",
|
|
20144
|
-
d: "M0
|
|
20052
|
+
d: "M0 0h171v342H0z"
|
|
20145
20053
|
}));
|
|
20146
20054
|
};
|
|
20147
20055
|
var CK = function CK2(_ref46) {
|
|
@@ -20215,51 +20123,51 @@
|
|
|
20215
20123
|
var title = _ref50.title, rest = _objectWithoutProperties(_ref50, _excluded50);
|
|
20216
20124
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20217
20125
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20218
|
-
viewBox: "0
|
|
20126
|
+
viewBox: "0 0 513 342"
|
|
20219
20127
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20220
20128
|
fill: "#FFDA44",
|
|
20221
|
-
d: "M0
|
|
20129
|
+
d: "M0 0h513v342H0z"
|
|
20222
20130
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20223
20131
|
fill: "#D80027",
|
|
20224
|
-
d: "M0
|
|
20132
|
+
d: "M0 256.5h513V342H0z"
|
|
20225
20133
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20226
20134
|
fill: "#0052B4",
|
|
20227
|
-
d: "M0
|
|
20135
|
+
d: "M0 171h513v85.5H0z"
|
|
20228
20136
|
}));
|
|
20229
20137
|
};
|
|
20230
20138
|
var CR = function CR2(_ref51) {
|
|
20231
20139
|
var title = _ref51.title, rest = _objectWithoutProperties(_ref51, _excluded51);
|
|
20232
20140
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20233
20141
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20234
|
-
viewBox: "0
|
|
20142
|
+
viewBox: "0 0 513 342"
|
|
20235
20143
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20236
20144
|
fill: "#FFF",
|
|
20237
|
-
d: "M0
|
|
20145
|
+
d: "M0 0h513v342H0z"
|
|
20238
20146
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20239
20147
|
fill: "#D80027",
|
|
20240
|
-
d: "M0
|
|
20148
|
+
d: "M0 114h513v114H0z"
|
|
20241
20149
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20242
|
-
|
|
20243
|
-
|
|
20150
|
+
fill: "#0052B4",
|
|
20151
|
+
d: "M0 285h513v57H0zM0 0h513v57H0z"
|
|
20244
20152
|
}));
|
|
20245
20153
|
};
|
|
20246
20154
|
var CU = function CU2(_ref52) {
|
|
20247
20155
|
var title = _ref52.title, rest = _objectWithoutProperties(_ref52, _excluded52);
|
|
20248
20156
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20249
20157
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20250
|
-
viewBox: "0 0
|
|
20158
|
+
viewBox: "0 0 513 342"
|
|
20251
20159
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20252
20160
|
fill: "#FF9811",
|
|
20253
20161
|
d: "M0-40.8v422.9-211.4z"
|
|
20254
20162
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20255
20163
|
fill: "#FFF",
|
|
20256
|
-
d: "M0
|
|
20164
|
+
d: "M0 0h513v342H0z"
|
|
20257
20165
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20258
|
-
d: "M0
|
|
20166
|
+
d: "M0 0h513v68.3H0zm0 136.5h513v68.3H0zm0 136.6h513v68.3H0z",
|
|
20259
20167
|
fill: "#0052B4"
|
|
20260
20168
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20261
20169
|
fill: "#D80027",
|
|
20262
|
-
d: "M256 170.7 0
|
|
20170
|
+
d: "M256 170.7 0 342V0z"
|
|
20263
20171
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20264
20172
|
fill: "#FFF",
|
|
20265
20173
|
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"
|
|
@@ -20305,13 +20213,13 @@
|
|
|
20305
20213
|
var title = _ref55.title, rest = _objectWithoutProperties(_ref55, _excluded55);
|
|
20306
20214
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20307
20215
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20308
|
-
viewBox: "0 0
|
|
20216
|
+
viewBox: "0 0 513 342"
|
|
20309
20217
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20310
20218
|
fill: "#0021ad",
|
|
20311
|
-
d: "M0
|
|
20219
|
+
d: "M0 0h513v342H0z"
|
|
20312
20220
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20313
20221
|
fill: "#1c8a42",
|
|
20314
|
-
d: "M0
|
|
20222
|
+
d: "M0 0h513v342"
|
|
20315
20223
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20316
20224
|
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",
|
|
20317
20225
|
fill: "#FFF"
|
|
@@ -20353,47 +20261,47 @@
|
|
|
20353
20261
|
var title = _ref57.title, rest = _objectWithoutProperties(_ref57, _excluded57);
|
|
20354
20262
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20355
20263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20356
|
-
viewBox: "0
|
|
20264
|
+
viewBox: "0 0 513 342"
|
|
20357
20265
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20358
20266
|
fill: "#11457e",
|
|
20359
|
-
d: "M0
|
|
20267
|
+
d: "M0 0h513v342H0z"
|
|
20360
20268
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20361
20269
|
fill: "#d7141a",
|
|
20362
|
-
d: "
|
|
20270
|
+
d: "M513 171v171H0l256.5-171z"
|
|
20363
20271
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20364
20272
|
fill: "#FFF",
|
|
20365
|
-
d: "
|
|
20273
|
+
d: "M513 0v171H256.5L0 0z"
|
|
20366
20274
|
}));
|
|
20367
20275
|
};
|
|
20368
20276
|
var DE = function DE2(_ref58) {
|
|
20369
20277
|
var title = _ref58.title, rest = _objectWithoutProperties(_ref58, _excluded58);
|
|
20370
20278
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20371
20279
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20372
|
-
viewBox: "0
|
|
20280
|
+
viewBox: "0 0 513 342"
|
|
20373
20281
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20374
20282
|
fill: "#D80027",
|
|
20375
|
-
d: "M0
|
|
20283
|
+
d: "M0 0h513v342H0z"
|
|
20376
20284
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20377
|
-
d: "M0
|
|
20285
|
+
d: "M0 0h513v114H0z"
|
|
20378
20286
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20379
20287
|
fill: "#FFDA44",
|
|
20380
|
-
d: "M0
|
|
20288
|
+
d: "M0 228h513v114H0z"
|
|
20381
20289
|
}));
|
|
20382
20290
|
};
|
|
20383
20291
|
var DJ = function DJ2(_ref59) {
|
|
20384
20292
|
var title = _ref59.title, rest = _objectWithoutProperties(_ref59, _excluded59);
|
|
20385
20293
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20386
20294
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20387
|
-
viewBox: "0 0
|
|
20295
|
+
viewBox: "0 0 513 342"
|
|
20388
20296
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20389
20297
|
fill: "#12ad2b",
|
|
20390
|
-
d: "M0
|
|
20298
|
+
d: "M0 0h513v342H0z"
|
|
20391
20299
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20392
20300
|
fill: "#6ab2e7",
|
|
20393
|
-
d: "
|
|
20301
|
+
d: "M513 0v166.7L0 170.8V0z"
|
|
20394
20302
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20395
20303
|
fill: "#FFF",
|
|
20396
|
-
d: "M256 170.7 0
|
|
20304
|
+
d: "M256 170.7 0 342V0z"
|
|
20397
20305
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20398
20306
|
fill: "#d7141a",
|
|
20399
20307
|
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"
|
|
@@ -20416,26 +20324,26 @@
|
|
|
20416
20324
|
var title = _ref61.title, rest = _objectWithoutProperties(_ref61, _excluded61);
|
|
20417
20325
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20418
20326
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20419
|
-
viewBox: "0 0
|
|
20327
|
+
viewBox: "0 0 513 342"
|
|
20420
20328
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20421
20329
|
fill: "#496E2D",
|
|
20422
|
-
d: "M0
|
|
20330
|
+
d: "M0 0h513v342H0z"
|
|
20423
20331
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20424
|
-
d: "M0 110.
|
|
20332
|
+
d: "M0 110.7v120h513v-120z"
|
|
20425
20333
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20426
20334
|
fill: "#FFDA44",
|
|
20427
|
-
d: "M0 110.
|
|
20335
|
+
d: "M0 110.7h513v40H0z"
|
|
20428
20336
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20429
20337
|
fill: "#FFF",
|
|
20430
|
-
d: "M0 190.
|
|
20338
|
+
d: "M0 190.7h513v40H0z"
|
|
20431
20339
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20432
|
-
d: "M196
|
|
20340
|
+
d: "M196 0h120v342H196z"
|
|
20433
20341
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20434
20342
|
fill: "#FFDA44",
|
|
20435
|
-
d: "M196
|
|
20343
|
+
d: "M196 0h40v342h-40z"
|
|
20436
20344
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20437
20345
|
fill: "#FFF",
|
|
20438
|
-
d: "M274.7
|
|
20346
|
+
d: "M274.7 0h40v342h-40z"
|
|
20439
20347
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
20440
20348
|
fill: "#D80027",
|
|
20441
20349
|
cx: 256,
|
|
@@ -20450,22 +20358,22 @@
|
|
|
20450
20358
|
var title = _ref62.title, rest = _objectWithoutProperties(_ref62, _excluded62);
|
|
20451
20359
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20452
20360
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20453
|
-
viewBox: "0 0
|
|
20361
|
+
viewBox: "0 0 513 342"
|
|
20454
20362
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20455
20363
|
fill: "#FFF",
|
|
20456
|
-
d: "M0
|
|
20364
|
+
d: "M0 0h513v342H0z"
|
|
20457
20365
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20458
20366
|
fill: "#D80027",
|
|
20459
|
-
d: "M0
|
|
20367
|
+
d: "M0 216h211v126H0z"
|
|
20460
20368
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20461
20369
|
fill: "#0052B4",
|
|
20462
|
-
d: "M0
|
|
20370
|
+
d: "M0 0h211v126H0z"
|
|
20463
20371
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20464
20372
|
fill: "#D80027",
|
|
20465
|
-
d: "
|
|
20373
|
+
d: "M302 0h211v126H302z"
|
|
20466
20374
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20467
20375
|
fill: "#0052B4",
|
|
20468
|
-
d: "
|
|
20376
|
+
d: "M302 216h211v126H302z"
|
|
20469
20377
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
20470
20378
|
stroke: "#FFF",
|
|
20471
20379
|
strokeWidth: 5,
|
|
@@ -20488,13 +20396,13 @@
|
|
|
20488
20396
|
var title = _ref63.title, rest = _objectWithoutProperties(_ref63, _excluded63);
|
|
20489
20397
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20490
20398
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20491
|
-
viewBox: "0 0
|
|
20399
|
+
viewBox: "0 0 513 342"
|
|
20492
20400
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20493
20401
|
fill: "#41662E",
|
|
20494
|
-
d: "M0
|
|
20402
|
+
d: "M0 0h513v342H0z"
|
|
20495
20403
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20496
20404
|
fill: "#FFF",
|
|
20497
|
-
d: "M256
|
|
20405
|
+
d: "M256.5 0H513v342H256.5z"
|
|
20498
20406
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
20499
20407
|
fill: "#D80027"
|
|
20500
20408
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
@@ -20507,21 +20415,21 @@
|
|
|
20507
20415
|
var title = _ref64.title, rest = _objectWithoutProperties(_ref64, _excluded64);
|
|
20508
20416
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20509
20417
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20510
|
-
viewBox: "0 0
|
|
20418
|
+
viewBox: "0 0 513 342"
|
|
20511
20419
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20512
20420
|
fill: "#FFDA44",
|
|
20513
|
-
d: "M0
|
|
20421
|
+
d: "M0 0h513v342H0z"
|
|
20514
20422
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20515
20423
|
fill: "#0052B4",
|
|
20516
|
-
d: "M0 170.
|
|
20424
|
+
d: "M0 170.7h513V256H0z"
|
|
20517
20425
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20518
20426
|
fill: "#D80027",
|
|
20519
|
-
d: "M0
|
|
20427
|
+
d: "M0 256h513v85.3H0z"
|
|
20520
20428
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
20521
20429
|
fill: "#FFDA44",
|
|
20522
20430
|
cx: 256,
|
|
20523
|
-
cy:
|
|
20524
|
-
r:
|
|
20431
|
+
cy: 171,
|
|
20432
|
+
r: 60
|
|
20525
20433
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20526
20434
|
fill: "#4C1F00",
|
|
20527
20435
|
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"
|
|
@@ -20537,31 +20445,31 @@
|
|
|
20537
20445
|
var title = _ref65.title, rest = _objectWithoutProperties(_ref65, _excluded65);
|
|
20538
20446
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20539
20447
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20540
|
-
viewBox: "0
|
|
20448
|
+
viewBox: "0 0 513 342"
|
|
20541
20449
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20542
20450
|
fill: "#111",
|
|
20543
|
-
d: "M0
|
|
20451
|
+
d: "M0 0h513v342H0z"
|
|
20544
20452
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20545
20453
|
fill: "#368FD8",
|
|
20546
|
-
d: "M0
|
|
20454
|
+
d: "M0 0h513v114H0z"
|
|
20547
20455
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20548
20456
|
fill: "#FFF",
|
|
20549
|
-
d: "M0
|
|
20457
|
+
d: "M0 228h513v114H0z"
|
|
20550
20458
|
}));
|
|
20551
20459
|
};
|
|
20552
20460
|
var EG = function EG2(_ref66) {
|
|
20553
20461
|
var title = _ref66.title, rest = _objectWithoutProperties(_ref66, _excluded66);
|
|
20554
20462
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20555
20463
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20556
|
-
viewBox: "0 0
|
|
20464
|
+
viewBox: "0 0 513 342"
|
|
20557
20465
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20558
20466
|
fill: "#FFF",
|
|
20559
|
-
d: "M0
|
|
20467
|
+
d: "M0 0h513v342H0z"
|
|
20560
20468
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20561
20469
|
fill: "#D80027",
|
|
20562
|
-
d: "M0
|
|
20470
|
+
d: "M0 0h513v114H0z"
|
|
20563
20471
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20564
|
-
d: "M0
|
|
20472
|
+
d: "M0 228h513v114H0z"
|
|
20565
20473
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20566
20474
|
fill: "#C09300",
|
|
20567
20475
|
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"
|
|
@@ -20571,19 +20479,19 @@
|
|
|
20571
20479
|
var title = _ref67.title, rest = _objectWithoutProperties(_ref67, _excluded67);
|
|
20572
20480
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20573
20481
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20574
|
-
viewBox: "0 0
|
|
20482
|
+
viewBox: "0 0 513 342"
|
|
20575
20483
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20576
20484
|
fill: "#FFF",
|
|
20577
|
-
d: "M0
|
|
20485
|
+
d: "M0 0h513v342H0z"
|
|
20578
20486
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20579
|
-
d: "M0
|
|
20487
|
+
d: "M0 0h513v114H0z"
|
|
20580
20488
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20581
20489
|
fill: "#428823",
|
|
20582
|
-
d: "M0
|
|
20490
|
+
d: "M0 228h513v114H0z"
|
|
20583
20491
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
20584
20492
|
fill: "#D80027"
|
|
20585
20493
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
20586
|
-
d: "M256
|
|
20494
|
+
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"
|
|
20587
20495
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20588
20496
|
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"
|
|
20589
20497
|
})));
|
|
@@ -20592,16 +20500,16 @@
|
|
|
20592
20500
|
var title = _ref68.title, rest = _objectWithoutProperties(_ref68, _excluded68);
|
|
20593
20501
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20594
20502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20595
|
-
viewBox: "0 0
|
|
20503
|
+
viewBox: "0 0 513 342"
|
|
20596
20504
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20597
20505
|
fill: "#338AF3",
|
|
20598
|
-
d: "M0
|
|
20506
|
+
d: "M0 0h513v342H0z"
|
|
20599
20507
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20600
20508
|
fill: "#56AF35",
|
|
20601
|
-
d: "M0
|
|
20509
|
+
d: "M0 0h513v171H0z"
|
|
20602
20510
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20603
20511
|
fill: "#D80027",
|
|
20604
|
-
d: "m0
|
|
20512
|
+
d: "m0 342 513-171L0 0v342z"
|
|
20605
20513
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
20606
20514
|
fill: "#ffc945"
|
|
20607
20515
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
@@ -20708,50 +20616,54 @@
|
|
|
20708
20616
|
var title = _ref72.title, rest = _objectWithoutProperties(_ref72, _excluded72);
|
|
20709
20617
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20710
20618
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20711
|
-
viewBox: "0 0
|
|
20619
|
+
viewBox: "0 0 513 342"
|
|
20712
20620
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20713
20621
|
fill: "#FFF",
|
|
20714
|
-
d: "M0
|
|
20622
|
+
d: "M0 0h513v342H0z"
|
|
20715
20623
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20716
20624
|
fill: "#2E52B2",
|
|
20717
|
-
d: "
|
|
20625
|
+
d: "M513 129.3V212H203.7v130H121V212H0v-82.7h121V0h82.7v129.3z"
|
|
20718
20626
|
}));
|
|
20719
20627
|
};
|
|
20720
20628
|
var FJ = function FJ2(_ref73) {
|
|
20721
20629
|
var title = _ref73.title, rest = _objectWithoutProperties(_ref73, _excluded73);
|
|
20722
20630
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20723
20631
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20724
|
-
viewBox: "0 0
|
|
20632
|
+
viewBox: "0 0 513 342"
|
|
20725
20633
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20726
|
-
fill: "#
|
|
20727
|
-
d: "M0
|
|
20634
|
+
fill: "#62B5E5",
|
|
20635
|
+
d: "M0 0h513v342H0z"
|
|
20728
20636
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20729
|
-
fill: "#FFF",
|
|
20730
|
-
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"
|
|
20731
|
-
}), /* @__PURE__ */ React.createElement("g", {
|
|
20732
|
-
fill: "#D80027"
|
|
20733
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
20734
|
-
d: "M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"
|
|
20735
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20736
|
-
d: "M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176z"
|
|
20737
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20738
|
-
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"
|
|
20739
|
-
})), /* @__PURE__ */ React.createElement("path", {
|
|
20740
20637
|
fill: "#F3F3F3",
|
|
20741
20638
|
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"
|
|
20742
20639
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20743
20640
|
fill: "#D80027",
|
|
20744
20641
|
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"
|
|
20745
|
-
})
|
|
20642
|
+
}), /* @__PURE__ */ React.createElement("g", {
|
|
20643
|
+
fill: "#FFF"
|
|
20644
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
20645
|
+
d: "M0 0h256.5v170.6H0V0z"
|
|
20646
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
20647
|
+
d: "m155.9 115 100.6 55.6v-15.8L184.6 115h-28.7zm-55.7-59.3L0 0v15.8l71.8 39.9h28.4z"
|
|
20648
|
+
})), /* @__PURE__ */ React.createElement("path", {
|
|
20649
|
+
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",
|
|
20650
|
+
fill: "#0052B4"
|
|
20651
|
+
}), /* @__PURE__ */ React.createElement("g", {
|
|
20652
|
+
fill: "#D80027"
|
|
20653
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
20654
|
+
d: "M144.3-.2h-32.1v69.5H0v32.1h112.2v69.5h32.1v-69.5h112.2V69.3H144.3V-.2z"
|
|
20655
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
20656
|
+
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"
|
|
20657
|
+
})));
|
|
20746
20658
|
};
|
|
20747
20659
|
var FK = function FK2(_ref74) {
|
|
20748
20660
|
var title = _ref74.title, rest = _objectWithoutProperties(_ref74, _excluded74);
|
|
20749
20661
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20750
20662
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20751
|
-
viewBox: "0 0
|
|
20663
|
+
viewBox: "0 0 513 342"
|
|
20752
20664
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20753
20665
|
fill: "#0052B4",
|
|
20754
|
-
d: "M0
|
|
20666
|
+
d: "M0 0h513v342H0z"
|
|
20755
20667
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20756
20668
|
fill: "#FFF",
|
|
20757
20669
|
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"
|
|
@@ -20794,10 +20706,10 @@
|
|
|
20794
20706
|
var title = _ref75.title, rest = _objectWithoutProperties(_ref75, _excluded75);
|
|
20795
20707
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20796
20708
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20797
|
-
viewBox: "0 0
|
|
20709
|
+
viewBox: "0 0 513 342"
|
|
20798
20710
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20799
20711
|
fill: "#338AF3",
|
|
20800
|
-
d: "M0
|
|
20712
|
+
d: "M0 0h513v342H0z"
|
|
20801
20713
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20802
20714
|
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",
|
|
20803
20715
|
fill: "#FFF"
|
|
@@ -20807,112 +20719,91 @@
|
|
|
20807
20719
|
var title = _ref76.title, rest = _objectWithoutProperties(_ref76, _excluded76);
|
|
20808
20720
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20809
20721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20810
|
-
viewBox: "0 0
|
|
20722
|
+
viewBox: "0 0 513 342"
|
|
20811
20723
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20812
20724
|
fill: "#FFF",
|
|
20813
|
-
d: "M0
|
|
20725
|
+
d: "M0 0h513v342H0z"
|
|
20814
20726
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20815
20727
|
fill: "#0F61A5",
|
|
20816
|
-
d: "
|
|
20728
|
+
d: "M513 214.5H206.2V342h-87.8V214.5H0v-87.7h118.4V0h87.8v126.8H513V192z"
|
|
20817
20729
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20818
20730
|
fill: "#E50E3D",
|
|
20819
|
-
d: "
|
|
20731
|
+
d: "M513 149.3V192H183.7v150H141V192H0v-42.7h141V0h42.7v149.3z"
|
|
20820
20732
|
}));
|
|
20821
20733
|
};
|
|
20822
20734
|
var FR = function FR2(_ref77) {
|
|
20823
20735
|
var title = _ref77.title, rest = _objectWithoutProperties(_ref77, _excluded77);
|
|
20824
20736
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20825
20737
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20826
|
-
viewBox: "0
|
|
20738
|
+
viewBox: "0 0 513 342"
|
|
20827
20739
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20828
20740
|
fill: "#FFF",
|
|
20829
|
-
d: "M0
|
|
20741
|
+
d: "M0 0h513v342H0z"
|
|
20830
20742
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20831
|
-
fill: "#
|
|
20832
|
-
d: "M0
|
|
20743
|
+
fill: "#00318A",
|
|
20744
|
+
d: "M0 0h171v342H0z"
|
|
20833
20745
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20834
20746
|
fill: "#D80027",
|
|
20835
|
-
d: "
|
|
20747
|
+
d: "M342 0h171v342H342z"
|
|
20836
20748
|
}));
|
|
20837
20749
|
};
|
|
20838
20750
|
var GA = function GA2(_ref78) {
|
|
20839
20751
|
var title = _ref78.title, rest = _objectWithoutProperties(_ref78, _excluded78);
|
|
20840
20752
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20841
20753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20842
|
-
viewBox: "0
|
|
20754
|
+
viewBox: "0 0 513 342"
|
|
20843
20755
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20844
20756
|
fill: "#FFDA44",
|
|
20845
|
-
d: "M0
|
|
20757
|
+
d: "M0 0h513v342H0z"
|
|
20846
20758
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20847
20759
|
fill: "#6DA544",
|
|
20848
|
-
d: "M0
|
|
20760
|
+
d: "M0 0h513v114H0z"
|
|
20849
20761
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20850
20762
|
fill: "#0052B4",
|
|
20851
|
-
d: "M0
|
|
20763
|
+
d: "M0 228h513v114H0z"
|
|
20852
20764
|
}));
|
|
20853
20765
|
};
|
|
20854
20766
|
var GB = function GB2(_ref79) {
|
|
20855
20767
|
var title = _ref79.title, rest = _objectWithoutProperties(_ref79, _excluded79);
|
|
20856
20768
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20857
20769
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20858
|
-
viewBox: "0
|
|
20859
|
-
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("
|
|
20860
|
-
fill: "#FFF"
|
|
20861
|
-
|
|
20862
|
-
|
|
20863
|
-
fill: "#D80027",
|
|
20864
|
-
d: "M288 85.33h-64v138.666H0v64h224v138.666h64V287.996h224v-64H288z"
|
|
20865
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20866
|
-
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",
|
|
20867
|
-
fill: "#0052B4"
|
|
20868
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20869
|
-
fill: "#FFF",
|
|
20870
|
-
d: "M311.652 315.358 512 426.662v-31.474l-143.693-79.83z"
|
|
20871
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20872
|
-
fill: "#D80027",
|
|
20873
|
-
d: "M311.652 315.358 512 426.662v-31.474l-143.693-79.83z"
|
|
20874
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20875
|
-
d: "M90.341 315.356 0 365.546v-50.19zm110.007 14.154v97.151H25.491z",
|
|
20876
|
-
fill: "#0052B4"
|
|
20877
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20878
|
-
fill: "#D80027",
|
|
20879
|
-
d: "M143.693 315.358 0 395.188v31.474l200.348-111.304z"
|
|
20880
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20881
|
-
d: "M118.215 196.634 0 130.958v65.676zm82.133 0L0 85.33v31.474l143.693 79.83zM53.366 85.33l146.982 81.664V85.33z",
|
|
20882
|
-
fill: "#0052B4"
|
|
20883
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20884
|
-
fill: "#FFF",
|
|
20885
|
-
d: "M200.348 196.634 0 85.33v31.474l143.693 79.83z"
|
|
20886
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
20887
|
-
fill: "#D80027",
|
|
20888
|
-
d: "M200.348 196.634 0 85.33v31.474l143.693 79.83z"
|
|
20770
|
+
viewBox: "0 0 513 342"
|
|
20771
|
+
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("g", {
|
|
20772
|
+
fill: "#FFF"
|
|
20773
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
20774
|
+
d: "M0 0h513v341.3H0V0z"
|
|
20889
20775
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20890
|
-
d: "
|
|
20776
|
+
d: "M311.7 230 513 341.3v-31.5L369.3 230h-57.6zM200.3 111.3 0 0v31.5l143.7 79.8h56.6z"
|
|
20777
|
+
})), /* @__PURE__ */ React.createElement("path", {
|
|
20778
|
+
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",
|
|
20891
20779
|
fill: "#0052B4"
|
|
20780
|
+
}), /* @__PURE__ */ React.createElement("g", {
|
|
20781
|
+
fill: "#D80027"
|
|
20782
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
20783
|
+
d: "M288 0h-64v138.7H0v64h224v138.7h64V202.7h224v-64H288V0z"
|
|
20892
20784
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20893
|
-
|
|
20894
|
-
|
|
20895
|
-
}));
|
|
20785
|
+
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"
|
|
20786
|
+
})));
|
|
20896
20787
|
};
|
|
20897
20788
|
var GD = function GD2(_ref80) {
|
|
20898
20789
|
var title = _ref80.title, rest = _objectWithoutProperties(_ref80, _excluded80);
|
|
20899
20790
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20900
20791
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20901
|
-
viewBox: "0 0
|
|
20792
|
+
viewBox: "0 0 513 342"
|
|
20902
20793
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20903
20794
|
fill: "#c60a0a",
|
|
20904
|
-
d: "M0
|
|
20795
|
+
d: "M0 0h513v342H0z"
|
|
20905
20796
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20906
20797
|
fill: "#3E8446",
|
|
20907
|
-
d: "
|
|
20798
|
+
d: "m256.5 170.7-212 126.1V44.5z"
|
|
20908
20799
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20909
|
-
d: "m256 170.7 211
|
|
20800
|
+
d: "m256.5 170.7 211 126.1h-423zm211-126.2-211 126.2-212-126.2z",
|
|
20910
20801
|
fill: "#FFDA44"
|
|
20911
20802
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20912
20803
|
fill: "#3E8446",
|
|
20913
|
-
d: "M467.5 44.5v252.
|
|
20804
|
+
d: "M467.5 44.5v252.3l-211-126.1z"
|
|
20914
20805
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20915
|
-
d: "m256 10.4
|
|
20806
|
+
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",
|
|
20916
20807
|
fill: "#FFDA44"
|
|
20917
20808
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
20918
20809
|
fill: "#c60a0a",
|
|
@@ -20935,8 +20826,8 @@
|
|
|
20935
20826
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20936
20827
|
viewBox: "0 0 22.5 15"
|
|
20937
20828
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20938
|
-
fill: "#
|
|
20939
|
-
d: "
|
|
20829
|
+
fill: "#fff",
|
|
20830
|
+
d: "M0 0h22.5v15H0z"
|
|
20940
20831
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20941
20832
|
fill: "#eb000e",
|
|
20942
20833
|
d: "M9.8 6H0v3h9.8v6h3V9h9.8V6h-9.8V0h-3v6z"
|
|
@@ -20981,18 +20872,18 @@
|
|
|
20981
20872
|
var title = _ref84.title, rest = _objectWithoutProperties(_ref84, _excluded84);
|
|
20982
20873
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
20983
20874
|
xmlns: "http://www.w3.org/2000/svg",
|
|
20984
|
-
viewBox: "0
|
|
20875
|
+
viewBox: "0 0 513 342"
|
|
20985
20876
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
20986
20877
|
fill: "#FFDA44",
|
|
20987
|
-
d: "M0
|
|
20878
|
+
d: "M0 0h513v342H0z"
|
|
20988
20879
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20989
20880
|
fill: "#D80027",
|
|
20990
|
-
d: "M0
|
|
20881
|
+
d: "M0 0h513v114H0z"
|
|
20991
20882
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20992
20883
|
fill: "#496E2D",
|
|
20993
|
-
d: "M0
|
|
20884
|
+
d: "M0 228h513v114H0z"
|
|
20994
20885
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
20995
|
-
d: "m255.
|
|
20886
|
+
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"
|
|
20996
20887
|
}));
|
|
20997
20888
|
};
|
|
20998
20889
|
var GI = function GI2(_ref85) {
|
|
@@ -21047,19 +20938,19 @@
|
|
|
21047
20938
|
var title = _ref87.title, rest = _objectWithoutProperties(_ref87, _excluded87);
|
|
21048
20939
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21049
20940
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21050
|
-
viewBox: "0
|
|
20941
|
+
viewBox: "0 0 513 342"
|
|
21051
20942
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21052
20943
|
fill: "#FFF",
|
|
21053
|
-
d: "M0
|
|
21054
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
21055
|
-
fill: "#1a7e25",
|
|
21056
|
-
d: "M0 322.783h512v103.88H0z"
|
|
20944
|
+
d: "M0 0h513v342H0z"
|
|
21057
20945
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21058
20946
|
fill: "#cf0d19",
|
|
21059
|
-
d: "M0
|
|
20947
|
+
d: "M0 0h513v100H0z"
|
|
21060
20948
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21061
20949
|
fill: "#0052B4",
|
|
21062
|
-
d: "M0
|
|
20950
|
+
d: "M0 121h513v100H0z"
|
|
20951
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
20952
|
+
fill: "#1a7e25",
|
|
20953
|
+
d: "M0 242h513v100H0z"
|
|
21063
20954
|
}));
|
|
21064
20955
|
};
|
|
21065
20956
|
var GN = function GN2(_ref88) {
|
|
@@ -21082,16 +20973,16 @@
|
|
|
21082
20973
|
var title = _ref89.title, rest = _objectWithoutProperties(_ref89, _excluded89);
|
|
21083
20974
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21084
20975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21085
|
-
viewBox: "0
|
|
20976
|
+
viewBox: "0 0 513 342"
|
|
21086
20977
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21087
20978
|
fill: "#FFF",
|
|
21088
|
-
d: "M0
|
|
20979
|
+
d: "M0 0h513v342H0z"
|
|
21089
20980
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21090
|
-
fill: "#
|
|
21091
|
-
d: "M0
|
|
20981
|
+
fill: "#00318A",
|
|
20982
|
+
d: "M0 0h171v342H0z"
|
|
21092
20983
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21093
20984
|
fill: "#D80027",
|
|
21094
|
-
d: "
|
|
20985
|
+
d: "M342 0h171v342H342z"
|
|
21095
20986
|
}));
|
|
21096
20987
|
};
|
|
21097
20988
|
var GQ = function GQ2(_ref90) {
|
|
@@ -21110,7 +21001,7 @@
|
|
|
21110
21001
|
d: "M0 227.6h513V342H0z"
|
|
21111
21002
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21112
21003
|
fill: "#0070C8",
|
|
21113
|
-
d: "M126
|
|
21004
|
+
d: "M126 171 0 342V0z"
|
|
21114
21005
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21115
21006
|
fill: "none",
|
|
21116
21007
|
stroke: "#000",
|
|
@@ -21155,10 +21046,10 @@
|
|
|
21155
21046
|
var title = _ref92.title, rest = _objectWithoutProperties(_ref92, _excluded92);
|
|
21156
21047
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21157
21048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21158
|
-
viewBox: "0 0
|
|
21049
|
+
viewBox: "0 0 513 342"
|
|
21159
21050
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21160
21051
|
fill: "#0052B4",
|
|
21161
|
-
d: "M0
|
|
21052
|
+
d: "M0 0h513v342H0z"
|
|
21162
21053
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21163
21054
|
fill: "#FFF",
|
|
21164
21055
|
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"
|
|
@@ -21279,7 +21170,7 @@
|
|
|
21279
21170
|
viewBox: "0 0 513 342"
|
|
21280
21171
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21281
21172
|
fill: "#D80027",
|
|
21282
|
-
d: "M0
|
|
21173
|
+
d: "M0 0h513v342H0z"
|
|
21283
21174
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21284
21175
|
fill: "#0052B4",
|
|
21285
21176
|
d: "M11.1 11.1h489.7v319.1H11.1z"
|
|
@@ -21313,18 +21204,18 @@
|
|
|
21313
21204
|
var title = _ref95.title, rest = _objectWithoutProperties(_ref95, _excluded95);
|
|
21314
21205
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21315
21206
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21316
|
-
viewBox: "0
|
|
21207
|
+
viewBox: "0 0 513 342"
|
|
21317
21208
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21318
21209
|
fill: "#6DA544",
|
|
21319
|
-
d: "M0
|
|
21210
|
+
d: "M0 0h512v342H0z"
|
|
21320
21211
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21321
21212
|
fill: "#FFDA44",
|
|
21322
|
-
d: "M0
|
|
21213
|
+
d: "M0 0h512v171H0z"
|
|
21323
21214
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21324
21215
|
fill: "#D80027",
|
|
21325
|
-
d: "M0
|
|
21216
|
+
d: "M0 0h182v342H0z"
|
|
21326
21217
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21327
|
-
d: "m98.
|
|
21218
|
+
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"
|
|
21328
21219
|
}));
|
|
21329
21220
|
};
|
|
21330
21221
|
var GY = function GY2(_ref96) {
|
|
@@ -21372,36 +21263,36 @@
|
|
|
21372
21263
|
var title = _ref98.title, rest = _objectWithoutProperties(_ref98, _excluded98);
|
|
21373
21264
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21374
21265
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21375
|
-
viewBox: "0
|
|
21266
|
+
viewBox: "0 0 513 342"
|
|
21376
21267
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21377
21268
|
fill: "#0052B4",
|
|
21378
|
-
d: "M0
|
|
21269
|
+
d: "M0 0h513v342H0z"
|
|
21379
21270
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
21380
21271
|
fill: "#FFF"
|
|
21381
21272
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
21382
|
-
d: "M223.
|
|
21273
|
+
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"
|
|
21383
21274
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21384
|
-
d: "M256
|
|
21275
|
+
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"
|
|
21385
21276
|
})), /* @__PURE__ */ React.createElement("path", {
|
|
21386
21277
|
fill: "#D80027",
|
|
21387
|
-
d: "M144
|
|
21278
|
+
d: "M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"
|
|
21388
21279
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21389
21280
|
fill: "#0052B4",
|
|
21390
|
-
d: "M155.
|
|
21281
|
+
d: "M155.8 115 256 170.7v-15.8L184.2 115z"
|
|
21391
21282
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21392
21283
|
fill: "#FFF",
|
|
21393
|
-
d: "M155.
|
|
21284
|
+
d: "M155.8 115 256 170.7v-15.8L184.2 115z"
|
|
21394
21285
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21395
|
-
d: "M155.
|
|
21286
|
+
d: "M155.8 115 256 170.7v-15.8L184.2 115zm-84 0L0 154.9v15.8L100.2 115z",
|
|
21396
21287
|
fill: "#D80027"
|
|
21397
21288
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21398
21289
|
fill: "#0052B4",
|
|
21399
|
-
d: "M100.
|
|
21290
|
+
d: "M100.2 55.6 0 0v15.7l71.8 39.9z"
|
|
21400
21291
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21401
21292
|
fill: "#FFF",
|
|
21402
|
-
d: "M100.
|
|
21293
|
+
d: "M100.2 55.6 0 0v15.7l71.8 39.9z"
|
|
21403
21294
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21404
|
-
d: "M100.
|
|
21295
|
+
d: "M100.2 55.6 0 0v15.7l71.8 39.9zm84 0L256 15.7V0L155.8 55.6z",
|
|
21405
21296
|
fill: "#D80027"
|
|
21406
21297
|
}));
|
|
21407
21298
|
};
|
|
@@ -21486,16 +21377,16 @@
|
|
|
21486
21377
|
var title = _ref102.title, rest = _objectWithoutProperties(_ref102, _excluded102);
|
|
21487
21378
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21488
21379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21489
|
-
viewBox: "0
|
|
21380
|
+
viewBox: "0 0 513 342"
|
|
21490
21381
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21491
21382
|
fill: "#FFF",
|
|
21492
|
-
d: "M0
|
|
21383
|
+
d: "M0 0h513v342H0z"
|
|
21493
21384
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21494
21385
|
fill: "#D80027",
|
|
21495
|
-
d: "M0
|
|
21386
|
+
d: "M0 0h513v114H0z"
|
|
21496
21387
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21497
21388
|
fill: "#6DA544",
|
|
21498
|
-
d: "M0
|
|
21389
|
+
d: "M0 228h513v114H0z"
|
|
21499
21390
|
}));
|
|
21500
21391
|
};
|
|
21501
21392
|
var IC = function IC2(_ref103) {
|
|
@@ -21518,29 +21409,29 @@
|
|
|
21518
21409
|
var title = _ref104.title, rest = _objectWithoutProperties(_ref104, _excluded104);
|
|
21519
21410
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21520
21411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21521
|
-
viewBox: "0
|
|
21412
|
+
viewBox: "0 0 513 342"
|
|
21522
21413
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21523
21414
|
fill: "#FFF",
|
|
21524
|
-
d: "M0
|
|
21415
|
+
d: "M0 0h513v342H0z"
|
|
21525
21416
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21526
21417
|
fill: "#E00",
|
|
21527
|
-
d: "M0
|
|
21418
|
+
d: "M0 0h513v171H0z"
|
|
21528
21419
|
}));
|
|
21529
21420
|
};
|
|
21530
21421
|
var IE = function IE2(_ref105) {
|
|
21531
21422
|
var title = _ref105.title, rest = _objectWithoutProperties(_ref105, _excluded105);
|
|
21532
21423
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21533
21424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21534
|
-
viewBox: "0
|
|
21425
|
+
viewBox: "0 0 513 342"
|
|
21535
21426
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21536
21427
|
fill: "#FFF",
|
|
21537
|
-
d: "M0
|
|
21428
|
+
d: "M0 0h513v342H0z"
|
|
21538
21429
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21539
21430
|
fill: "#6DA544",
|
|
21540
|
-
d: "M0
|
|
21431
|
+
d: "M0 0h171v342H0z"
|
|
21541
21432
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21542
21433
|
fill: "#FF9811",
|
|
21543
|
-
d: "
|
|
21434
|
+
d: "M342 0h171v342H342z"
|
|
21544
21435
|
}));
|
|
21545
21436
|
};
|
|
21546
21437
|
var IL = function IL2(_ref106) {
|
|
@@ -21578,30 +21469,30 @@
|
|
|
21578
21469
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21579
21470
|
viewBox: "0 0 513 342"
|
|
21580
21471
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21581
|
-
fill: "#
|
|
21582
|
-
d: "
|
|
21583
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
21584
|
-
fill: "#FFA44A",
|
|
21585
|
-
d: "M0 0h513v114H0V0z"
|
|
21472
|
+
fill: "#F93",
|
|
21473
|
+
d: "M0 0h513v114H0z"
|
|
21586
21474
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21587
|
-
fill: "#
|
|
21588
|
-
d: "M0
|
|
21475
|
+
fill: "#fff",
|
|
21476
|
+
d: "M0 114h513v114H0z"
|
|
21589
21477
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21590
|
-
fill: "#
|
|
21591
|
-
d: "M0
|
|
21478
|
+
fill: "#138808",
|
|
21479
|
+
d: "M0 228h513v114H0z"
|
|
21592
21480
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
21593
|
-
fill: "#FFF",
|
|
21594
21481
|
cx: 256.5,
|
|
21595
21482
|
cy: 171,
|
|
21596
|
-
r: 34.2
|
|
21597
|
-
|
|
21598
|
-
|
|
21599
|
-
|
|
21483
|
+
r: 34.2,
|
|
21484
|
+
stroke: "navy",
|
|
21485
|
+
strokeWidth: 4,
|
|
21486
|
+
fill: "none"
|
|
21600
21487
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
21601
|
-
fill: "#181A93",
|
|
21602
21488
|
cx: 256.5,
|
|
21603
21489
|
cy: 171,
|
|
21604
|
-
r:
|
|
21490
|
+
r: 3.42,
|
|
21491
|
+
fill: "navy"
|
|
21492
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
21493
|
+
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",
|
|
21494
|
+
stroke: "navy",
|
|
21495
|
+
strokeWidth: 2
|
|
21605
21496
|
}));
|
|
21606
21497
|
};
|
|
21607
21498
|
var IO = function IO2(_ref109) {
|
|
@@ -21691,32 +21582,32 @@
|
|
|
21691
21582
|
var title = _ref112.title, rest = _objectWithoutProperties(_ref112, _excluded112);
|
|
21692
21583
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21693
21584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21694
|
-
viewBox: "0
|
|
21585
|
+
viewBox: "0 0 513 342"
|
|
21695
21586
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21696
21587
|
fill: "#0052B4",
|
|
21697
|
-
d: "M0
|
|
21588
|
+
d: "M0 0h513v342H0z"
|
|
21698
21589
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21699
21590
|
fill: "#FFF",
|
|
21700
|
-
d: "
|
|
21591
|
+
d: "M513 210.6H202.2v130.7h-79.8V210.6H0v-79.8h122.4V0h79.8v130.8H513v18.5l-1 42.7z"
|
|
21701
21592
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21702
21593
|
fill: "#D80027",
|
|
21703
|
-
d: "
|
|
21594
|
+
d: "M513 149.3V192H183.7v149.3H141V192H0v-42.7h141V0h42.7v149.3z"
|
|
21704
21595
|
}));
|
|
21705
21596
|
};
|
|
21706
21597
|
var IT = function IT2(_ref113) {
|
|
21707
21598
|
var title = _ref113.title, rest = _objectWithoutProperties(_ref113, _excluded113);
|
|
21708
21599
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21709
21600
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21710
|
-
viewBox: "0
|
|
21601
|
+
viewBox: "0 0 513 342"
|
|
21711
21602
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21712
|
-
fill: "#
|
|
21713
|
-
d: "
|
|
21603
|
+
fill: "#F4F5F0",
|
|
21604
|
+
d: "M342 0H0v341.3h512V0z"
|
|
21714
21605
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21715
|
-
fill: "#
|
|
21716
|
-
d: "M0
|
|
21606
|
+
fill: "#008C45",
|
|
21607
|
+
d: "M0 0h171v342H0z"
|
|
21717
21608
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21718
|
-
fill: "#
|
|
21719
|
-
d: "
|
|
21609
|
+
fill: "#CD212A",
|
|
21610
|
+
d: "M342 0h171v342H342z"
|
|
21720
21611
|
}));
|
|
21721
21612
|
};
|
|
21722
21613
|
var JE = function JE2(_ref114) {
|
|
@@ -21742,53 +21633,53 @@
|
|
|
21742
21633
|
var title = _ref115.title, rest = _objectWithoutProperties(_ref115, _excluded115);
|
|
21743
21634
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21744
21635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21745
|
-
viewBox: "0
|
|
21636
|
+
viewBox: "0 0 513 342"
|
|
21746
21637
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21747
21638
|
fill: "#6DA544",
|
|
21748
|
-
d: "M0
|
|
21639
|
+
d: "M0 0h513v342H0z"
|
|
21749
21640
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21750
|
-
d: "M215.
|
|
21641
|
+
d: "M215.9 171 0 314.6V26.8zM513 26.8v287.8L296.1 171z"
|
|
21751
21642
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21752
21643
|
fill: "#0052B4",
|
|
21753
|
-
d: "
|
|
21644
|
+
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"
|
|
21754
21645
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21755
21646
|
fill: "#FFDA44",
|
|
21756
|
-
d: "
|
|
21647
|
+
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"
|
|
21757
21648
|
}));
|
|
21758
21649
|
};
|
|
21759
21650
|
var JO = function JO2(_ref116) {
|
|
21760
21651
|
var title = _ref116.title, rest = _objectWithoutProperties(_ref116, _excluded116);
|
|
21761
21652
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21762
21653
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21763
|
-
viewBox: "0
|
|
21654
|
+
viewBox: "0 0 513 342"
|
|
21764
21655
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21765
21656
|
fill: "#FFF",
|
|
21766
|
-
d: "M0
|
|
21657
|
+
d: "M0 0h513v342H0z"
|
|
21767
21658
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21768
|
-
d: "M0
|
|
21659
|
+
d: "M0 0h513v114H0z"
|
|
21769
21660
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21770
21661
|
fill: "#6DA544",
|
|
21771
|
-
d: "M0
|
|
21662
|
+
d: "M0 228h513v114H0z"
|
|
21772
21663
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21773
21664
|
fill: "#D80027",
|
|
21774
|
-
d: "M256
|
|
21665
|
+
d: "M256.5 170.7 0 341.3V0z"
|
|
21775
21666
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21776
21667
|
fill: "#FFF",
|
|
21777
|
-
d: "m77.
|
|
21668
|
+
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"
|
|
21778
21669
|
}));
|
|
21779
21670
|
};
|
|
21780
21671
|
var JP = function JP2(_ref117) {
|
|
21781
21672
|
var title = _ref117.title, rest = _objectWithoutProperties(_ref117, _excluded117);
|
|
21782
21673
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21783
21674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21784
|
-
viewBox: "0
|
|
21675
|
+
viewBox: "0 0 513 342"
|
|
21785
21676
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21786
21677
|
fill: "#FFF",
|
|
21787
|
-
d: "M0
|
|
21678
|
+
d: "M0 0h512v342H0z"
|
|
21788
21679
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
21789
21680
|
fill: "#D80027",
|
|
21790
|
-
cx: 256,
|
|
21791
|
-
cy:
|
|
21681
|
+
cx: 256.5,
|
|
21682
|
+
cy: 171,
|
|
21792
21683
|
r: 96
|
|
21793
21684
|
}));
|
|
21794
21685
|
};
|
|
@@ -21796,29 +21687,29 @@
|
|
|
21796
21687
|
var title = _ref118.title, rest = _objectWithoutProperties(_ref118, _excluded118);
|
|
21797
21688
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21798
21689
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21799
|
-
viewBox: "0
|
|
21690
|
+
viewBox: "0 0 513 342"
|
|
21800
21691
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21801
21692
|
fill: "#FFF",
|
|
21802
|
-
d: "M0
|
|
21693
|
+
d: "M0 0h513v342H0z"
|
|
21803
21694
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21804
|
-
d: "M0
|
|
21695
|
+
d: "M0 0h512v90.579H0z"
|
|
21805
21696
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21806
21697
|
fill: "#496E2D",
|
|
21807
|
-
d: "M0
|
|
21698
|
+
d: "M0 251h513v91H0z"
|
|
21808
21699
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21809
21700
|
fill: "#A2001D",
|
|
21810
|
-
d: "M0
|
|
21701
|
+
d: "M0 114h513v114H0z"
|
|
21811
21702
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
21812
21703
|
fill: "#FFF"
|
|
21813
21704
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
21814
|
-
d: "m323.
|
|
21705
|
+
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"
|
|
21815
21706
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21816
|
-
d: "M273.
|
|
21707
|
+
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"
|
|
21817
21708
|
})), /* @__PURE__ */ React.createElement("path", {
|
|
21818
|
-
d: "M209
|
|
21709
|
+
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",
|
|
21819
21710
|
fill: "#A2001D"
|
|
21820
21711
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21821
|
-
d: "
|
|
21712
|
+
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"
|
|
21822
21713
|
}));
|
|
21823
21714
|
};
|
|
21824
21715
|
var KG = function KG2(_ref119) {
|
|
@@ -21851,16 +21742,16 @@
|
|
|
21851
21742
|
var title = _ref120.title, rest = _objectWithoutProperties(_ref120, _excluded120);
|
|
21852
21743
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21853
21744
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21854
|
-
viewBox: "0
|
|
21745
|
+
viewBox: "0 0 513 342"
|
|
21855
21746
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21856
21747
|
fill: "#D80027",
|
|
21857
|
-
d: "M0
|
|
21748
|
+
d: "M0 0h513v342H0z"
|
|
21858
21749
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21859
|
-
d: "M0
|
|
21750
|
+
d: "M0 0h513v114H0zm0 228h513v114H0z",
|
|
21860
21751
|
fill: "#0052B4"
|
|
21861
21752
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21862
21753
|
fill: "#FFF",
|
|
21863
|
-
d: "M303.
|
|
21754
|
+
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"
|
|
21864
21755
|
}));
|
|
21865
21756
|
};
|
|
21866
21757
|
var KI = function KI2(_ref121) {
|
|
@@ -21896,28 +21787,30 @@
|
|
|
21896
21787
|
var title = _ref122.title, rest = _objectWithoutProperties(_ref122, _excluded122);
|
|
21897
21788
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21898
21789
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21899
|
-
viewBox: "0
|
|
21790
|
+
viewBox: "0 0 513 342"
|
|
21900
21791
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21901
21792
|
fill: "#0052B4",
|
|
21902
|
-
d: "M0
|
|
21793
|
+
d: "M0 0h513v342H0z"
|
|
21903
21794
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21904
21795
|
fill: "#FFDA44",
|
|
21905
|
-
d: "M0
|
|
21796
|
+
d: "M0 0h513v85.5H0z"
|
|
21906
21797
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21907
21798
|
fill: "#FFF",
|
|
21908
|
-
d: "M0
|
|
21799
|
+
d: "M0 85.5h513V171H0z"
|
|
21909
21800
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21910
21801
|
fill: "#D80027",
|
|
21911
|
-
d: "M0
|
|
21802
|
+
d: "M0 171h513v85.5H0z"
|
|
21912
21803
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21913
21804
|
fill: "#6DA544",
|
|
21914
|
-
d: "M256
|
|
21805
|
+
d: "M256.5 171 0 342V0z"
|
|
21915
21806
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
21916
21807
|
fill: "#FFF"
|
|
21917
21808
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
21918
|
-
d: "M68.
|
|
21809
|
+
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"
|
|
21919
21810
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21920
|
-
d: "m108.
|
|
21811
|
+
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"
|
|
21812
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
21813
|
+
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"
|
|
21921
21814
|
})));
|
|
21922
21815
|
};
|
|
21923
21816
|
var KN = function KN2(_ref123) {
|
|
@@ -21945,27 +21838,27 @@
|
|
|
21945
21838
|
var title = _ref124.title, rest = _objectWithoutProperties(_ref124, _excluded124);
|
|
21946
21839
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
21947
21840
|
xmlns: "http://www.w3.org/2000/svg",
|
|
21948
|
-
viewBox: "0
|
|
21841
|
+
viewBox: "0 0 513 342"
|
|
21949
21842
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
21950
21843
|
fill: "#91DC5A",
|
|
21951
|
-
d: "M0
|
|
21844
|
+
d: "M0 0h513v342H0z"
|
|
21952
21845
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21953
21846
|
fill: "#FFF",
|
|
21954
|
-
d: "M0
|
|
21847
|
+
d: "M0 0h513v342H0z"
|
|
21955
21848
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21956
|
-
d: "M0
|
|
21849
|
+
d: "M0 0h513v57.188H0zm0 284.1h513v57.177H0z",
|
|
21957
21850
|
fill: "#0052B4"
|
|
21958
21851
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21959
21852
|
fill: "#D80027",
|
|
21960
|
-
d: "M0
|
|
21853
|
+
d: "M0 79.9h513v181.582H0z"
|
|
21961
21854
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
21962
21855
|
fill: "#FFF",
|
|
21963
21856
|
cx: 190.33,
|
|
21964
|
-
cy:
|
|
21857
|
+
cy: 171,
|
|
21965
21858
|
r: 65.668
|
|
21966
21859
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
21967
21860
|
fill: "#D80027",
|
|
21968
|
-
d: "m190.
|
|
21861
|
+
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"
|
|
21969
21862
|
}));
|
|
21970
21863
|
};
|
|
21971
21864
|
var KR = function KR2(_ref125) {
|
|
@@ -22007,59 +21900,59 @@
|
|
|
22007
21900
|
var title = _ref126.title, rest = _objectWithoutProperties(_ref126, _excluded126);
|
|
22008
21901
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22009
21902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22010
|
-
viewBox: "0
|
|
21903
|
+
viewBox: "0 0 513 342"
|
|
22011
21904
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22012
21905
|
fill: "#FFF",
|
|
22013
|
-
d: "M0
|
|
21906
|
+
d: "M0 0h513v342H0z"
|
|
22014
21907
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22015
21908
|
fill: "#6DA544",
|
|
22016
|
-
d: "M0
|
|
21909
|
+
d: "M0 0h513v114H0z"
|
|
22017
21910
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22018
21911
|
fill: "#D80027",
|
|
22019
|
-
d: "M0
|
|
21912
|
+
d: "M0 228h513v114H0z"
|
|
22020
21913
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22021
|
-
d: "
|
|
21914
|
+
d: "M167 227.6 0 341.3V0l167 113.8z"
|
|
22022
21915
|
}));
|
|
22023
21916
|
};
|
|
22024
21917
|
var KY = function KY2(_ref127) {
|
|
22025
21918
|
var title = _ref127.title, rest = _objectWithoutProperties(_ref127, _excluded127);
|
|
22026
21919
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22027
21920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22028
|
-
viewBox: "0
|
|
21921
|
+
viewBox: "0 0 513 342"
|
|
22029
21922
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22030
21923
|
fill: "#0052B4",
|
|
22031
|
-
d: "M0
|
|
21924
|
+
d: "M0 0h513v342H0z"
|
|
22032
21925
|
}), /* @__PURE__ */ React.createElement("circle", {
|
|
22033
21926
|
fill: "#6DA544",
|
|
22034
21927
|
cx: 384,
|
|
22035
|
-
cy:
|
|
22036
|
-
r: 29.
|
|
21928
|
+
cy: 96.5,
|
|
21929
|
+
r: 29.7
|
|
22037
21930
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22038
21931
|
fill: "#D80027",
|
|
22039
|
-
d: "M332.
|
|
21932
|
+
d: "M332.1 89H436v44.5H332.1z"
|
|
22040
21933
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22041
21934
|
fill: "#496E2D",
|
|
22042
|
-
d: "M435.
|
|
21935
|
+
d: "M435.9 170.7z"
|
|
22043
21936
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22044
21937
|
fill: "#FFDA44",
|
|
22045
|
-
d: "M332.
|
|
21938
|
+
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"
|
|
22046
21939
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22047
21940
|
fill: "#338AF3",
|
|
22048
|
-
d: "M332.
|
|
21941
|
+
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"
|
|
22049
21942
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22050
|
-
d: "
|
|
21943
|
+
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",
|
|
22051
21944
|
fill: "#F3F3F3"
|
|
22052
21945
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22053
21946
|
fill: "#FFF",
|
|
22054
|
-
d: "M256
|
|
21947
|
+
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"
|
|
22055
21948
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
22056
21949
|
fill: "#D80027"
|
|
22057
21950
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
22058
|
-
d: "M144
|
|
21951
|
+
d: "M144 0h-32v69.3H0v32h112v69.4h32v-69.4h112v-32H144z"
|
|
22059
21952
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22060
|
-
d: "M0
|
|
21953
|
+
d: "M0 0v15.1l57.4 38.2H80zm256 0v15.1l-57.4 38.2H176z"
|
|
22061
21954
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22062
|
-
d: "M0
|
|
21955
|
+
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"
|
|
22063
21956
|
})));
|
|
22064
21957
|
};
|
|
22065
21958
|
var KZ = function KZ2(_ref128) {
|
|
@@ -22192,7 +22085,10 @@
|
|
|
22192
22085
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22193
22086
|
viewBox: "0 0 513 342"
|
|
22194
22087
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22195
|
-
|
|
22088
|
+
fill: "#FFF",
|
|
22089
|
+
d: "M0 0h513v342H0z"
|
|
22090
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22091
|
+
d: "M0 0h513v31.1H0zm0 62.2h513v31.1H0zm0 62.3h513v31.1H0zm0 62.3h513v31.1H0zm0 62.5h513v31.1H0zm0 61.6h513V342H0z",
|
|
22196
22092
|
fill: "#bf0a30"
|
|
22197
22093
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22198
22094
|
fill: "#002868",
|
|
@@ -22226,32 +22122,32 @@
|
|
|
22226
22122
|
var title = _ref136.title, rest = _objectWithoutProperties(_ref136, _excluded136);
|
|
22227
22123
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22228
22124
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22229
|
-
viewBox: "0
|
|
22125
|
+
viewBox: "0 0 513 342"
|
|
22230
22126
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22231
22127
|
fill: "#6DA544",
|
|
22232
|
-
d: "M0
|
|
22128
|
+
d: "M0 0h513v342H0z"
|
|
22233
22129
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22234
22130
|
fill: "#FFDA44",
|
|
22235
|
-
d: "M0
|
|
22131
|
+
d: "M0 0h513v114H0z"
|
|
22236
22132
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22237
22133
|
fill: "#D80027",
|
|
22238
|
-
d: "M0
|
|
22134
|
+
d: "M0 228h513v114H0z"
|
|
22239
22135
|
}));
|
|
22240
22136
|
};
|
|
22241
22137
|
var LU = function LU2(_ref137) {
|
|
22242
22138
|
var title = _ref137.title, rest = _objectWithoutProperties(_ref137, _excluded137);
|
|
22243
22139
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22244
22140
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22245
|
-
viewBox: "0
|
|
22141
|
+
viewBox: "0 0 513 342"
|
|
22246
22142
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22247
22143
|
fill: "#FFF",
|
|
22248
|
-
d: "M0
|
|
22144
|
+
d: "M0 0h513v342H0z"
|
|
22249
22145
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22250
22146
|
fill: "#D80027",
|
|
22251
|
-
d: "M0
|
|
22147
|
+
d: "M0 0h513v114H0z"
|
|
22252
22148
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22253
22149
|
fill: "#338AF3",
|
|
22254
|
-
d: "M0
|
|
22150
|
+
d: "M0 228h513v114H0z"
|
|
22255
22151
|
}));
|
|
22256
22152
|
};
|
|
22257
22153
|
var LV = function LV2(_ref138) {
|
|
@@ -22272,34 +22168,34 @@
|
|
|
22272
22168
|
var title = _ref139.title, rest = _objectWithoutProperties(_ref139, _excluded139);
|
|
22273
22169
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22274
22170
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22275
|
-
viewBox: "0
|
|
22171
|
+
viewBox: "0 0 513 342"
|
|
22276
22172
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22277
|
-
d: "M0
|
|
22173
|
+
d: "M0 0h513v342H0z"
|
|
22278
22174
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22279
22175
|
fill: "#D80027",
|
|
22280
|
-
d: "M0
|
|
22176
|
+
d: "M0 0h513v114H0z"
|
|
22281
22177
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22282
22178
|
fill: "#496E2D",
|
|
22283
|
-
d: "M0
|
|
22179
|
+
d: "M0 228h513v114H0z"
|
|
22284
22180
|
}), /* @__PURE__ */ React.createElement("g", {
|
|
22285
22181
|
fill: "#FFF"
|
|
22286
22182
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
22287
|
-
d: "m281.
|
|
22183
|
+
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"
|
|
22288
22184
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22289
|
-
d: "
|
|
22185
|
+
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"
|
|
22290
22186
|
})));
|
|
22291
22187
|
};
|
|
22292
22188
|
var MA = function MA2(_ref140) {
|
|
22293
22189
|
var title = _ref140.title, rest = _objectWithoutProperties(_ref140, _excluded140);
|
|
22294
22190
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22295
22191
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22296
|
-
viewBox: "0
|
|
22192
|
+
viewBox: "0 0 513 342"
|
|
22297
22193
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22298
22194
|
fill: "#D80027",
|
|
22299
|
-
d: "M0
|
|
22195
|
+
d: "M0 .3V342h513V.3z"
|
|
22300
22196
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22301
|
-
fill: "#
|
|
22302
|
-
d: "
|
|
22197
|
+
fill: "#20661B",
|
|
22198
|
+
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"
|
|
22303
22199
|
}));
|
|
22304
22200
|
};
|
|
22305
22201
|
var MC = function MC2(_ref141) {
|
|
@@ -22556,18 +22452,18 @@
|
|
|
22556
22452
|
var MQ = function MQ2(_ref153) {
|
|
22557
22453
|
var title = _ref153.title, rest = _objectWithoutProperties(_ref153, _excluded153);
|
|
22558
22454
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22559
|
-
|
|
22560
|
-
|
|
22455
|
+
viewBox: "0 0 900 600",
|
|
22456
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
22561
22457
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22562
|
-
fill: "#
|
|
22563
|
-
d: "M0
|
|
22564
|
-
}), /* @__PURE__ */ React.createElement("g", {
|
|
22565
|
-
fill: "#fff"
|
|
22566
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
22567
|
-
d: "M512 148.4v44.5H278.3v148.4h-44.6V192.9H0v-44.5h233.7V0h44.6v148.4z"
|
|
22458
|
+
fill: "#231f1e",
|
|
22459
|
+
d: "M0 0h900v600H0z"
|
|
22568
22460
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22569
|
-
|
|
22570
|
-
|
|
22461
|
+
fill: "#00a650",
|
|
22462
|
+
d: "M0 0h900v300H0z"
|
|
22463
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
22464
|
+
fill: "#ef1923",
|
|
22465
|
+
d: "m0 0 450 300L0 600z"
|
|
22466
|
+
}));
|
|
22571
22467
|
};
|
|
22572
22468
|
var MR = function MR2(_ref154) {
|
|
22573
22469
|
var title = _ref154.title, rest = _objectWithoutProperties(_ref154, _excluded154);
|
|
@@ -22915,16 +22811,16 @@
|
|
|
22915
22811
|
var title = _ref169.title, rest = _objectWithoutProperties(_ref169, _excluded169);
|
|
22916
22812
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
22917
22813
|
xmlns: "http://www.w3.org/2000/svg",
|
|
22918
|
-
viewBox: "0
|
|
22814
|
+
viewBox: "0 0 513 342"
|
|
22919
22815
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
22920
22816
|
fill: "#FFF",
|
|
22921
|
-
d: "M0
|
|
22817
|
+
d: "M0 114h513v114H0z"
|
|
22922
22818
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22923
22819
|
fill: "#cd1f2a",
|
|
22924
|
-
d: "M0
|
|
22820
|
+
d: "M0 0h513v114H0z"
|
|
22925
22821
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
22926
22822
|
fill: "#1d4185",
|
|
22927
|
-
d: "M0
|
|
22823
|
+
d: "M0 228h513v114H0z"
|
|
22928
22824
|
}));
|
|
22929
22825
|
};
|
|
22930
22826
|
var NO = function NO2(_ref170) {
|
|
@@ -23236,20 +23132,17 @@
|
|
|
23236
23132
|
var title = _ref183.title, rest = _objectWithoutProperties(_ref183, _excluded183);
|
|
23237
23133
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
23238
23134
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23239
|
-
viewBox: "0
|
|
23240
|
-
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("
|
|
23241
|
-
|
|
23242
|
-
|
|
23243
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
23244
|
-
fill: "#fff",
|
|
23245
|
-
d: "M0 0h640v480H0z"
|
|
23135
|
+
viewBox: "0 0 513 342"
|
|
23136
|
+
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
23137
|
+
fill: "#FFF",
|
|
23138
|
+
d: "M0 0h513v342H0z"
|
|
23246
23139
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23247
|
-
fill: "#
|
|
23248
|
-
d: "M0
|
|
23140
|
+
fill: "#00318A",
|
|
23141
|
+
d: "M0 0h171v342H0z"
|
|
23249
23142
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23250
|
-
fill: "#
|
|
23251
|
-
d: "
|
|
23252
|
-
}))
|
|
23143
|
+
fill: "#D80027",
|
|
23144
|
+
d: "M342 0h171v342H342z"
|
|
23145
|
+
}));
|
|
23253
23146
|
};
|
|
23254
23147
|
var PN = function PN2(_ref184) {
|
|
23255
23148
|
var title = _ref184.title, rest = _objectWithoutProperties(_ref184, _excluded184);
|
|
@@ -23412,20 +23305,17 @@
|
|
|
23412
23305
|
var title = _ref191.title, rest = _objectWithoutProperties(_ref191, _excluded191);
|
|
23413
23306
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
23414
23307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23415
|
-
viewBox: "0
|
|
23416
|
-
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("
|
|
23417
|
-
|
|
23418
|
-
|
|
23419
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
23420
|
-
fill: "#fff",
|
|
23421
|
-
d: "M0 0h640v480H0z"
|
|
23308
|
+
viewBox: "0 0 513 342"
|
|
23309
|
+
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
23310
|
+
fill: "#FFF",
|
|
23311
|
+
d: "M0 0h513v342H0z"
|
|
23422
23312
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23423
|
-
fill: "#
|
|
23424
|
-
d: "M0
|
|
23313
|
+
fill: "#00318A",
|
|
23314
|
+
d: "M0 0h171v342H0z"
|
|
23425
23315
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23426
|
-
fill: "#
|
|
23427
|
-
d: "
|
|
23428
|
-
}))
|
|
23316
|
+
fill: "#D80027",
|
|
23317
|
+
d: "M342 0h171v342H342z"
|
|
23318
|
+
}));
|
|
23429
23319
|
};
|
|
23430
23320
|
var RO = function RO2(_ref192) {
|
|
23431
23321
|
var title = _ref192.title, rest = _objectWithoutProperties(_ref192, _excluded192);
|
|
@@ -23920,18 +23810,19 @@
|
|
|
23920
23810
|
var title = _ref215.title, rest = _objectWithoutProperties(_ref215, _excluded215);
|
|
23921
23811
|
return /* @__PURE__ */ React.createElement("svg", _extends({
|
|
23922
23812
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23923
|
-
viewBox: "0
|
|
23813
|
+
viewBox: "0 0 900 600"
|
|
23924
23814
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
23925
|
-
|
|
23926
|
-
|
|
23815
|
+
d: "M0 0h900v600H0z",
|
|
23816
|
+
fill: "#0f0f0f"
|
|
23927
23817
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23928
|
-
|
|
23929
|
-
|
|
23818
|
+
d: "M0 0h900v400H0z",
|
|
23819
|
+
fill: "#fff"
|
|
23930
23820
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23931
|
-
d: "M0
|
|
23821
|
+
d: "M0 0h900v200H0z",
|
|
23822
|
+
fill: "#047a3f"
|
|
23932
23823
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
23933
|
-
d: "
|
|
23934
|
-
fill: "#
|
|
23824
|
+
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",
|
|
23825
|
+
fill: "#ce1126"
|
|
23935
23826
|
}));
|
|
23936
23827
|
};
|
|
23937
23828
|
var SZ = function SZ2(_ref216) {
|
|
@@ -24098,16 +23989,16 @@
|
|
|
24098
23989
|
fill: "#FFF",
|
|
24099
23990
|
d: "M0 0h21v15H0V0z"
|
|
24100
23991
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24101
|
-
fill: "#
|
|
23992
|
+
fill: "#0A388A",
|
|
24102
23993
|
d: "M0 0h22.5v15H0V0z"
|
|
24103
23994
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24104
23995
|
fill: "#FFF",
|
|
24105
23996
|
d: "M0 0h11.3v7.5H0V0z"
|
|
24106
23997
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24107
|
-
fill: "#
|
|
23998
|
+
fill: "#D80027",
|
|
24108
23999
|
d: "M7.1 0h3.6v7H7.1V0z"
|
|
24109
24000
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24110
|
-
fill: "#
|
|
24001
|
+
fill: "#0A388A",
|
|
24111
24002
|
d: "M0 0h3.6v7H0V0z"
|
|
24112
24003
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24113
24004
|
fill: "#FFF",
|
|
@@ -24698,10 +24589,10 @@
|
|
|
24698
24589
|
xmlns: "http://www.w3.org/2000/svg",
|
|
24699
24590
|
viewBox: "0 0 150 100"
|
|
24700
24591
|
}, rest), title && /* @__PURE__ */ React.createElement("title", null, title), /* @__PURE__ */ React.createElement("path", {
|
|
24701
|
-
fill: "#
|
|
24592
|
+
fill: "#D80B30",
|
|
24702
24593
|
d: "M0 0h150v100H0z"
|
|
24703
24594
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24704
|
-
fill: "#
|
|
24595
|
+
fill: "#00318A",
|
|
24705
24596
|
d: "M0 0h20v44.33H0z"
|
|
24706
24597
|
}), /* @__PURE__ */ React.createElement("path", {
|
|
24707
24598
|
fill: "#FFF",
|
|
@@ -24874,7 +24765,7 @@
|
|
|
24874
24765
|
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"
|
|
24875
24766
|
}));
|
|
24876
24767
|
};
|
|
24877
|
-
const
|
|
24768
|
+
const index = {
|
|
24878
24769
|
AC,
|
|
24879
24770
|
AD,
|
|
24880
24771
|
AE,
|
|
@@ -25130,6 +25021,264 @@
|
|
|
25130
25021
|
ZM,
|
|
25131
25022
|
ZW
|
|
25132
25023
|
};
|
|
25024
|
+
const Flags = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
25025
|
+
__proto__: null,
|
|
25026
|
+
AC,
|
|
25027
|
+
AD,
|
|
25028
|
+
AE,
|
|
25029
|
+
AF,
|
|
25030
|
+
AG,
|
|
25031
|
+
AI,
|
|
25032
|
+
AL,
|
|
25033
|
+
AM,
|
|
25034
|
+
AO,
|
|
25035
|
+
AQ,
|
|
25036
|
+
AR,
|
|
25037
|
+
AS,
|
|
25038
|
+
AT,
|
|
25039
|
+
AU,
|
|
25040
|
+
AW,
|
|
25041
|
+
AX,
|
|
25042
|
+
AZ,
|
|
25043
|
+
BA,
|
|
25044
|
+
BB,
|
|
25045
|
+
BD,
|
|
25046
|
+
BE,
|
|
25047
|
+
BF,
|
|
25048
|
+
BG,
|
|
25049
|
+
BH,
|
|
25050
|
+
BI,
|
|
25051
|
+
BJ,
|
|
25052
|
+
BL,
|
|
25053
|
+
BM,
|
|
25054
|
+
BN,
|
|
25055
|
+
BO,
|
|
25056
|
+
BQ,
|
|
25057
|
+
BR,
|
|
25058
|
+
BS,
|
|
25059
|
+
BT,
|
|
25060
|
+
BV,
|
|
25061
|
+
BW,
|
|
25062
|
+
BY,
|
|
25063
|
+
BZ,
|
|
25064
|
+
CA,
|
|
25065
|
+
CC,
|
|
25066
|
+
CD,
|
|
25067
|
+
CF,
|
|
25068
|
+
CG,
|
|
25069
|
+
CH,
|
|
25070
|
+
CI,
|
|
25071
|
+
CK,
|
|
25072
|
+
CL,
|
|
25073
|
+
CM,
|
|
25074
|
+
CN,
|
|
25075
|
+
CO,
|
|
25076
|
+
CR,
|
|
25077
|
+
CU,
|
|
25078
|
+
CV,
|
|
25079
|
+
CW,
|
|
25080
|
+
CX,
|
|
25081
|
+
CY,
|
|
25082
|
+
CZ,
|
|
25083
|
+
DE,
|
|
25084
|
+
DJ,
|
|
25085
|
+
DK,
|
|
25086
|
+
DM,
|
|
25087
|
+
DO,
|
|
25088
|
+
DZ,
|
|
25089
|
+
EC,
|
|
25090
|
+
EE,
|
|
25091
|
+
EG,
|
|
25092
|
+
EH,
|
|
25093
|
+
ER,
|
|
25094
|
+
ES,
|
|
25095
|
+
ET,
|
|
25096
|
+
EU,
|
|
25097
|
+
FI,
|
|
25098
|
+
FJ,
|
|
25099
|
+
FK,
|
|
25100
|
+
FM,
|
|
25101
|
+
FO,
|
|
25102
|
+
FR,
|
|
25103
|
+
GA,
|
|
25104
|
+
GB,
|
|
25105
|
+
GD,
|
|
25106
|
+
GE,
|
|
25107
|
+
GF,
|
|
25108
|
+
GG,
|
|
25109
|
+
GH,
|
|
25110
|
+
GI,
|
|
25111
|
+
GL,
|
|
25112
|
+
GM,
|
|
25113
|
+
GN,
|
|
25114
|
+
GP,
|
|
25115
|
+
GQ,
|
|
25116
|
+
GR,
|
|
25117
|
+
GS,
|
|
25118
|
+
GT,
|
|
25119
|
+
GU,
|
|
25120
|
+
GW,
|
|
25121
|
+
GY,
|
|
25122
|
+
HK,
|
|
25123
|
+
HM,
|
|
25124
|
+
HN,
|
|
25125
|
+
HR,
|
|
25126
|
+
HT,
|
|
25127
|
+
HU,
|
|
25128
|
+
IC,
|
|
25129
|
+
ID,
|
|
25130
|
+
IE,
|
|
25131
|
+
IL,
|
|
25132
|
+
IM,
|
|
25133
|
+
IN,
|
|
25134
|
+
IO,
|
|
25135
|
+
IQ,
|
|
25136
|
+
IR,
|
|
25137
|
+
IS,
|
|
25138
|
+
IT,
|
|
25139
|
+
JE,
|
|
25140
|
+
JM,
|
|
25141
|
+
JO,
|
|
25142
|
+
JP,
|
|
25143
|
+
KE,
|
|
25144
|
+
KG,
|
|
25145
|
+
KH,
|
|
25146
|
+
KI,
|
|
25147
|
+
KM,
|
|
25148
|
+
KN,
|
|
25149
|
+
KP,
|
|
25150
|
+
KR,
|
|
25151
|
+
KW,
|
|
25152
|
+
KY,
|
|
25153
|
+
KZ,
|
|
25154
|
+
LA,
|
|
25155
|
+
LB,
|
|
25156
|
+
LC,
|
|
25157
|
+
LI,
|
|
25158
|
+
LK,
|
|
25159
|
+
LR,
|
|
25160
|
+
LS,
|
|
25161
|
+
LT,
|
|
25162
|
+
LU,
|
|
25163
|
+
LV,
|
|
25164
|
+
LY,
|
|
25165
|
+
MA,
|
|
25166
|
+
MC,
|
|
25167
|
+
MD,
|
|
25168
|
+
ME,
|
|
25169
|
+
MF,
|
|
25170
|
+
MG,
|
|
25171
|
+
MH,
|
|
25172
|
+
MK,
|
|
25173
|
+
ML,
|
|
25174
|
+
MM,
|
|
25175
|
+
MN,
|
|
25176
|
+
MO,
|
|
25177
|
+
MP,
|
|
25178
|
+
MQ,
|
|
25179
|
+
MR,
|
|
25180
|
+
MS,
|
|
25181
|
+
MT,
|
|
25182
|
+
MU,
|
|
25183
|
+
MV,
|
|
25184
|
+
MW,
|
|
25185
|
+
MX,
|
|
25186
|
+
MY,
|
|
25187
|
+
MZ,
|
|
25188
|
+
NA,
|
|
25189
|
+
NC,
|
|
25190
|
+
NE,
|
|
25191
|
+
NF,
|
|
25192
|
+
NG,
|
|
25193
|
+
NI,
|
|
25194
|
+
NL,
|
|
25195
|
+
NO,
|
|
25196
|
+
NP,
|
|
25197
|
+
NR,
|
|
25198
|
+
NU,
|
|
25199
|
+
NZ,
|
|
25200
|
+
OM,
|
|
25201
|
+
PA,
|
|
25202
|
+
PE,
|
|
25203
|
+
PF,
|
|
25204
|
+
PG,
|
|
25205
|
+
PH,
|
|
25206
|
+
PK,
|
|
25207
|
+
PL,
|
|
25208
|
+
PM,
|
|
25209
|
+
PN,
|
|
25210
|
+
PR,
|
|
25211
|
+
PS,
|
|
25212
|
+
PT,
|
|
25213
|
+
PW,
|
|
25214
|
+
PY,
|
|
25215
|
+
QA,
|
|
25216
|
+
RE,
|
|
25217
|
+
RO,
|
|
25218
|
+
RS,
|
|
25219
|
+
RU,
|
|
25220
|
+
RW,
|
|
25221
|
+
SA,
|
|
25222
|
+
SB,
|
|
25223
|
+
SC,
|
|
25224
|
+
SD,
|
|
25225
|
+
SE,
|
|
25226
|
+
SG,
|
|
25227
|
+
SH,
|
|
25228
|
+
SI,
|
|
25229
|
+
SJ,
|
|
25230
|
+
SK,
|
|
25231
|
+
SL,
|
|
25232
|
+
SM,
|
|
25233
|
+
SN,
|
|
25234
|
+
SO,
|
|
25235
|
+
SR,
|
|
25236
|
+
SS,
|
|
25237
|
+
ST,
|
|
25238
|
+
SV,
|
|
25239
|
+
SX,
|
|
25240
|
+
SY,
|
|
25241
|
+
SZ,
|
|
25242
|
+
TA,
|
|
25243
|
+
TC,
|
|
25244
|
+
TD,
|
|
25245
|
+
TF,
|
|
25246
|
+
TG,
|
|
25247
|
+
TH,
|
|
25248
|
+
TJ,
|
|
25249
|
+
TK,
|
|
25250
|
+
TL,
|
|
25251
|
+
TM,
|
|
25252
|
+
TN,
|
|
25253
|
+
TO,
|
|
25254
|
+
TR,
|
|
25255
|
+
TT,
|
|
25256
|
+
TV,
|
|
25257
|
+
TW,
|
|
25258
|
+
TZ,
|
|
25259
|
+
UA,
|
|
25260
|
+
UG,
|
|
25261
|
+
UM,
|
|
25262
|
+
US,
|
|
25263
|
+
UY,
|
|
25264
|
+
UZ,
|
|
25265
|
+
VA,
|
|
25266
|
+
VC,
|
|
25267
|
+
VE,
|
|
25268
|
+
VG,
|
|
25269
|
+
VI,
|
|
25270
|
+
VN,
|
|
25271
|
+
VU,
|
|
25272
|
+
WF,
|
|
25273
|
+
WS,
|
|
25274
|
+
XK,
|
|
25275
|
+
YE,
|
|
25276
|
+
YT,
|
|
25277
|
+
ZA,
|
|
25278
|
+
ZM,
|
|
25279
|
+
ZW,
|
|
25280
|
+
default: index
|
|
25281
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
25133
25282
|
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>';
|
|
25134
25283
|
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>';
|
|
25135
25284
|
var customFlags = {
|
|
@@ -26003,7 +26152,7 @@
|
|
|
26003
26152
|
enabledColumns,
|
|
26004
26153
|
config
|
|
26005
26154
|
]);
|
|
26006
|
-
var getTableRowProps = function(item,
|
|
26155
|
+
var getTableRowProps = function(item, index2) {
|
|
26007
26156
|
return _object_spread_props$l(_object_spread$n({}, restProps), {
|
|
26008
26157
|
item,
|
|
26009
26158
|
renderMode,
|
|
@@ -26014,7 +26163,7 @@
|
|
|
26014
26163
|
isFirstColumnSticky,
|
|
26015
26164
|
isFocusable: isRowFocusable,
|
|
26016
26165
|
tweakStyles: tweakTableRowStyles,
|
|
26017
|
-
isExpandableRowComponentInitiallyOpen: trueReactPlatformHelpers.applyAction(isRowInitiallyOpen, item,
|
|
26166
|
+
isExpandableRowComponentInitiallyOpen: trueReactPlatformHelpers.applyAction(isRowInitiallyOpen, item, index2)
|
|
26018
26167
|
});
|
|
26019
26168
|
};
|
|
26020
26169
|
var getDataScrollAttributeSetter = React.useCallback(function(key, setter) {
|
|
@@ -28109,7 +28258,6 @@
|
|
|
28109
28258
|
var sortedCountries = React.useMemo(function() {
|
|
28110
28259
|
return sortCountriesByLocale(phoneInfo, locale);
|
|
28111
28260
|
}, [
|
|
28112
|
-
phoneInfo,
|
|
28113
28261
|
locale
|
|
28114
28262
|
]);
|
|
28115
28263
|
var selectedCountryIdx = findCountryIndexByCode(selectedCountryCode, sortedCountries);
|
|
@@ -28178,17 +28326,17 @@
|
|
|
28178
28326
|
/* @__PURE__ */ jsxs("div", {
|
|
28179
28327
|
className: classes.flagList,
|
|
28180
28328
|
children: [
|
|
28181
|
-
countriesList.map(function(country,
|
|
28329
|
+
countriesList.map(function(country, index2) {
|
|
28182
28330
|
var _obj2;
|
|
28183
28331
|
return /* @__PURE__ */ jsx(ScrollIntoViewIfNeeded, {
|
|
28184
|
-
active: keyCursorOn ===
|
|
28332
|
+
active: keyCursorOn === index2,
|
|
28185
28333
|
options: {
|
|
28186
28334
|
block: "nearest"
|
|
28187
28335
|
},
|
|
28188
28336
|
children: /* @__PURE__ */ jsxs("div", {
|
|
28189
|
-
className: clsx(classes.listItem, (_obj2 = {}, _define_property$e(_obj2, classes.activeCountry, selectedCountryIdx ===
|
|
28337
|
+
className: clsx(classes.listItem, (_obj2 = {}, _define_property$e(_obj2, classes.activeCountry, selectedCountryIdx === index2), _define_property$e(_obj2, classes.selectedCountry, keyCursorOn === index2), _obj2)),
|
|
28190
28338
|
onMouseEnter: function() {
|
|
28191
|
-
return setKeyCursorOn(
|
|
28339
|
+
return setKeyCursorOn(index2);
|
|
28192
28340
|
},
|
|
28193
28341
|
onClick: function(e) {
|
|
28194
28342
|
return onChange(country, e);
|
|
@@ -28476,9 +28624,8 @@
|
|
|
28476
28624
|
var _value_countryCode;
|
|
28477
28625
|
return (_value_countryCode = value === null || value === void 0 ? void 0 : value.countryCode) !== null && _value_countryCode !== void 0 ? _value_countryCode : getCountryCodeFromPhone(phoneWithCode);
|
|
28478
28626
|
}, [
|
|
28479
|
-
|
|
28480
|
-
value.
|
|
28481
|
-
value.phoneNumber
|
|
28627
|
+
phoneWithCode,
|
|
28628
|
+
value === null || value === void 0 ? void 0 : value.countryCode
|
|
28482
28629
|
]);
|
|
28483
28630
|
var handleClose = function() {
|
|
28484
28631
|
setIsListOpen(false);
|
|
@@ -31053,7 +31200,6 @@
|
|
|
31053
31200
|
exports2.Button = Button;
|
|
31054
31201
|
exports2.Checkbox = Checkbox;
|
|
31055
31202
|
exports2.CloseButton = CloseButton;
|
|
31056
|
-
exports2.Colors = Colors;
|
|
31057
31203
|
exports2.ControlWrapper = ControlWrapper;
|
|
31058
31204
|
exports2.CssBaseline = CssBaseline;
|
|
31059
31205
|
exports2.DEFAULT_PHONE_MASK = DEFAULT_PHONE_MASK;
|
|
@@ -31079,6 +31225,7 @@
|
|
|
31079
31225
|
exports2.Flag = Flag;
|
|
31080
31226
|
exports2.FlexibleTable = FlexibleTable;
|
|
31081
31227
|
exports2.FloatDocActions = FloatDocActions;
|
|
31228
|
+
exports2.GROUP_PLACEMENTS = GROUP_PLACEMENTS;
|
|
31082
31229
|
exports2.Icon = Icon;
|
|
31083
31230
|
exports2.IconButton = IconButton;
|
|
31084
31231
|
exports2.IncrementInput = IncrementInput;
|
|
@@ -31134,6 +31281,7 @@
|
|
|
31134
31281
|
exports2.convertToControlWrapperIcon = convertToControlWrapperIcon;
|
|
31135
31282
|
exports2.createThemedStyles = createThemedStyles;
|
|
31136
31283
|
exports2.dimensions = dimensions;
|
|
31284
|
+
exports2.excludeStorybookParams = excludeStorybookParams;
|
|
31137
31285
|
exports2.findCountryByCode = findCountryByCode;
|
|
31138
31286
|
exports2.findCountryIndexByCode = findCountryIndexByCode;
|
|
31139
31287
|
exports2.formatNumber = formatNumber;
|