@odigos/ui-kit 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/lib/components.js +4 -4
- package/lib/containers.js +17 -12
- package/lib/functions.js +4 -4
- package/lib/hooks.js +1 -1
- package/lib/icons/destinations/index.d.ts +1 -0
- package/lib/icons/destinations/victoria-metrics-logo/index.d.ts +2 -0
- package/lib/icons.js +2 -2
- package/lib/{index-BfUUVS8N.js → index-B-iLphLA.js} +1 -1
- package/lib/{index-CksKgOxY.js → index-BRW_Nl-n.js} +7 -1
- package/lib/{index-C48Fe7Pl.js → index-DwBxpY4g.js} +5 -3
- package/lib/{index-3mlRUlHD.js → index-Dylg236O.js} +38 -32
- package/lib/{index-BsH_egEe.js → index-IKusBlIE.js} +55 -17
- package/lib/types/actions/index.d.ts +2 -0
- package/lib/types/destinations/index.d.ts +2 -0
- package/lib/types.js +2 -0
- package/lib/{useSourceSelectionFormData-CrKof314.js → useSourceSelectionFormData-Bec4Ubm7.js} +1 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.24](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.23...ui-kit-v0.0.24) (2025-04-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add replicaSetAttributes checkbox to k8sattributes action ([#95](https://github.com/odigos-io/ui-kit/issues/95)) ([05ac431](https://github.com/odigos-io/ui-kit/commit/05ac431329d6b32cbf7a803caf8a040e02b3972d))
|
|
9
|
+
* add Victoria Metrics logo ([#94](https://github.com/odigos-io/ui-kit/issues/94)) ([3ae08ef](https://github.com/odigos-io/ui-kit/commit/3ae08efe7ea3888a72be79596ab3231f2d09e746))
|
|
10
|
+
|
|
11
|
+
## [0.0.23](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.22...ui-kit-v0.0.23) (2025-04-14)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* icon group and wrapper design ([#84](https://github.com/odigos-io/ui-kit/issues/84)) ([c4761b3](https://github.com/odigos-io/ui-kit/commit/c4761b399f36124696da4f01ba18a8e4c30eddef))
|
|
17
|
+
* text truncation logic and add word break support in Tooltip ([#83](https://github.com/odigos-io/ui-kit/issues/83)) ([afc7508](https://github.com/odigos-io/ui-kit/commit/afc7508b1c55330b2152b8fa3b52507e86143eaf))
|
|
18
|
+
* untyped destinations ([#82](https://github.com/odigos-io/ui-kit/issues/82)) ([ed93ecd](https://github.com/odigos-io/ui-kit/commit/ed93ecd5e192e247bd0ef29d19907245718618e3))
|
|
19
|
+
|
|
3
20
|
## [0.0.22](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.21...ui-kit-v0.0.22) (2025-04-10)
|
|
4
21
|
|
|
5
22
|
|
package/lib/components.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { B as Button } from './index-
|
|
2
|
-
export { A as AutocompleteInput, a as Badge, C as CancelWarning, a1 as CenterThis, b as Checkbox, c as Code, d as ConditionDetails, D as DataCard, f as DataCardFieldTypes, e as DataCardFields, g as DataTab, h as DeleteWarning, i as Divider, j as DocsButton, k as Drawer, m as DrawerFooter, l as DrawerHeader, n as Dropdown, E as ExtendArrow, F as FadeLoader, o as FieldError, p as FieldLabel, a0 as FlexColumn, $ as FlexRow, H as Header, I as IconButton, q as IconGroup, r as IconTitleBadge, s as IconWrapped, t as IconsNav, u as ImageControlled, v as Input, w as InputList, x as InputTable, y as InteractiveTable, K as KeyValueInputsList, M as Modal, a3 as ModalBody, z as MonitorsCheckboxes, G as MonitorsIcons, N as NavigationButtons, J as NoDataFound, L as NotificationNote, a2 as Overlay, S as ScrollX, O as SectionTitle, P as Segment, Q as SkeletonLoader, R as Status, U as Stepper, a4 as TableContainer, a5 as TableTitleWrap, a6 as TableWrap, V as Text, W as TextArea, X as Toggle, T as ToggleCodeComponent, Y as Tooltip, Z as TraceLoader, _ as WarningModal } from './index-
|
|
1
|
+
import { B as Button } from './index-Dylg236O.js';
|
|
2
|
+
export { A as AutocompleteInput, a as Badge, C as CancelWarning, a1 as CenterThis, b as Checkbox, c as Code, d as ConditionDetails, D as DataCard, f as DataCardFieldTypes, e as DataCardFields, g as DataTab, h as DeleteWarning, i as Divider, j as DocsButton, k as Drawer, m as DrawerFooter, l as DrawerHeader, n as Dropdown, E as ExtendArrow, F as FadeLoader, o as FieldError, p as FieldLabel, a0 as FlexColumn, $ as FlexRow, H as Header, I as IconButton, q as IconGroup, r as IconTitleBadge, s as IconWrapped, t as IconsNav, u as ImageControlled, v as Input, w as InputList, x as InputTable, y as InteractiveTable, K as KeyValueInputsList, M as Modal, a3 as ModalBody, z as MonitorsCheckboxes, G as MonitorsIcons, N as NavigationButtons, J as NoDataFound, L as NotificationNote, a2 as Overlay, S as ScrollX, O as SectionTitle, P as Segment, Q as SkeletonLoader, R as Status, U as Stepper, a4 as TableContainer, a5 as TableTitleWrap, a6 as TableWrap, V as Text, W as TextArea, X as Toggle, T as ToggleCodeComponent, Y as Tooltip, Z as TraceLoader, _ as WarningModal } from './index-Dylg236O.js';
|
|
3
3
|
import React, { Component, createElement, createContext } from 'react';
|
|
4
4
|
import Theme from './theme.js';
|
|
5
5
|
import './types.js';
|
|
6
6
|
import './index-DiTtXTRm.js';
|
|
7
7
|
import 'styled-components';
|
|
8
|
-
import './index-
|
|
8
|
+
import './index-B-iLphLA.js';
|
|
9
9
|
import './index-DGel4E-Z.js';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-IKusBlIE.js';
|
|
11
11
|
import './index-BZS1ijMm.js';
|
|
12
12
|
import './index-BJxaoI0G.js';
|
|
13
13
|
import './index-D3sp5Hx7.js';
|
package/lib/containers.js
CHANGED
|
@@ -3,25 +3,25 @@ import styled, { css } from 'styled-components';
|
|
|
3
3
|
import { A as ACTION_OPTIONS, M as MONITORS_OPTIONS, I as INSTRUMENTATION_RULE_OPTIONS } from './index-D3sp5Hx7.js';
|
|
4
4
|
import { D as DISPLAY_TITLES, F as FORM_ALERTS } from './index-C_0J5P9M.js';
|
|
5
5
|
import { ActionType, EntityTypes, StatusType, Crud, OtherStatus, NodeTypes, AddNodeTypes, EdgeTypes, FieldTypes, SignalType, CodeAttributesKeyTypes, PayloadCollectionKeyTypes, InstrumentationRuleType } from './types.js';
|
|
6
|
-
import { f as DataCardFieldTypes, p as FieldLabel, b as Checkbox, o as FieldError, v as Input, x as InputTable, K as KeyValueInputsList, w as InputList, V as Text, P as Segment, O as SectionTitle, j as DocsButton, z as MonitorsCheckboxes, W as TextArea, k as Drawer, h as DeleteWarning, C as CancelWarning, d as ConditionDetails, D as DataCard, M as Modal, N as NavigationButtons, a3 as ModalBody, A as AutocompleteInput, i as Divider, R as Status, $ as FlexRow, Y as Tooltip, s as IconWrapped, G as MonitorsIcons, a4 as TableContainer, a5 as TableTitleWrap, r as IconTitleBadge, a6 as TableWrap, y as InteractiveTable, a1 as CenterThis, J as NoDataFound, a0 as FlexColumn, Z as TraceLoader, a as Badge, B as Button, E as ExtendArrow, n as Dropdown, a7 as getDefaultExportFromCjs, F as FadeLoader, g as DataTab, Q as SkeletonLoader, X as Toggle, L as NotificationNote, U as Stepper, I as IconButton, e as DataCardFields, t as IconsNav, q as IconGroup } from './index-
|
|
6
|
+
import { f as DataCardFieldTypes, p as FieldLabel, b as Checkbox, o as FieldError, v as Input, x as InputTable, K as KeyValueInputsList, w as InputList, V as Text, P as Segment, O as SectionTitle, j as DocsButton, z as MonitorsCheckboxes, W as TextArea, k as Drawer, h as DeleteWarning, C as CancelWarning, d as ConditionDetails, D as DataCard, M as Modal, N as NavigationButtons, a3 as ModalBody, A as AutocompleteInput, i as Divider, R as Status, $ as FlexRow, Y as Tooltip, s as IconWrapped, G as MonitorsIcons, a4 as TableContainer, a5 as TableTitleWrap, r as IconTitleBadge, a6 as TableWrap, y as InteractiveTable, a1 as CenterThis, J as NoDataFound, a0 as FlexColumn, Z as TraceLoader, a as Badge, B as Button, E as ExtendArrow, n as Dropdown, a7 as getDefaultExportFromCjs, F as FadeLoader, g as DataTab, Q as SkeletonLoader, X as Toggle, L as NotificationNote, U as Stepper, I as IconButton, e as DataCardFields, t as IconsNav, q as IconGroup } from './index-Dylg236O.js';
|
|
7
7
|
import { g as usePendingStore, f as useNotificationStore, a as useDrawerStore, b as useEntityStore, e as useModalStore, c as useFilterStore, s as styleInject, h as useSelectedStore, d as useInstrumentStore, k as getEntityId, i as useSetupStore, u as useDarkMode } from './index-DiTtXTRm.js';
|
|
8
8
|
import Theme from './theme.js';
|
|
9
9
|
import { i as isEmpty, s as safeJsonParse } from './index-BZS1ijMm.js';
|
|
10
|
-
import { i as CheckCircledIcon, O as OdigosLogo } from './index-
|
|
10
|
+
import { i as CheckCircledIcon, O as OdigosLogo } from './index-IKusBlIE.js';
|
|
11
11
|
import { C as CrossCircledIcon, E as EditIcon, O as OdigosLogoText, a as OverviewIcon, F as FilterIcon, N as NotificationIcon, S as SlackLogo, K as KeyIcon, T as TerminalIcon } from './index-KOMAv-TS.js';
|
|
12
12
|
import { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-C7Y1tYdc.js';
|
|
13
|
-
import { u as useActionFormData, a as useClickNode, c as useDestinationFormData, b as useClickNotification, d as useSourceFormData, e as useSourceSelectionFormData } from './useSourceSelectionFormData-
|
|
13
|
+
import { u as useActionFormData, a as useClickNode, c as useDestinationFormData, b as useClickNotification, d as useSourceFormData, e as useSourceSelectionFormData } from './useSourceSelectionFormData-Bec4Ubm7.js';
|
|
14
14
|
import { d as useKeyDown, e as useOnClickOutside, u as useContainerSize, c as useInstrumentationRuleFormData, g as useTransition, f as useTimeAgo, a as useCopy } from './useTransition-D0ykOLrk.js';
|
|
15
15
|
import { T as TrashIcon, S as SearchIcon, P as PlusIcon$1, A as ArrowIcon, a as CopyIcon, f as CheckIcon, g as CrossIcon } from './index-BJxaoI0G.js';
|
|
16
|
-
import { m as mapConditions, b as getStatusIcon, c as capitalizeFirstLetter } from './index-
|
|
17
|
-
import { f as filterActions, g as getConditionsBooleans, k as getEntityLabel, j as getEntityIcon, s as sleep$1, m as getPlatformIcon, n as getPlatformLabel, d as formatBytes, h as getContainersIcons, o as getValueForRange, i as getDestinationIcon, b as filterSources, a as filterDestinations, c as compareCondition, l as getMetricForEntity, p as getWorkloadId, e as getContainersInstrumentedCount, q as isOverTime } from './index-
|
|
16
|
+
import { m as mapConditions, b as getStatusIcon, c as capitalizeFirstLetter } from './index-B-iLphLA.js';
|
|
17
|
+
import { f as filterActions, g as getConditionsBooleans, k as getEntityLabel, j as getEntityIcon, s as sleep$1, m as getPlatformIcon, n as getPlatformLabel, d as formatBytes, h as getContainersIcons, o as getValueForRange, i as getDestinationIcon, b as filterSources, a as filterDestinations, c as compareCondition, l as getMetricForEntity, p as getWorkloadId, e as getContainersInstrumentedCount, q as isOverTime } from './index-DwBxpY4g.js';
|
|
18
18
|
import { createPortal } from 'react-dom';
|
|
19
|
-
import {
|
|
19
|
+
import { a6 as RulesIcon, a7 as SourcesIcon, a3 as ActionsIcon, a4 as DestinationsIcon } from './index-BRW_Nl-n.js';
|
|
20
20
|
import './index-DGel4E-Z.js';
|
|
21
21
|
import './index-7-KCQK-x.js';
|
|
22
22
|
|
|
23
23
|
const buildCard$3 = (action) => {
|
|
24
|
-
const { type, spec: { actionName, notes, signals, disabled, collectContainerAttributes, collectWorkloadId, collectClusterId, labelsAttributes, annotationsAttributes, clusterAttributes, attributeNamesToDelete, renames, piiCategories, fallbackSamplingRatio, samplingPercentage, endpointsFilters, }, } = action;
|
|
24
|
+
const { type, spec: { actionName, notes, signals, disabled, collectContainerAttributes, collectReplicaSetAttributes, collectWorkloadId, collectClusterId, labelsAttributes, annotationsAttributes, clusterAttributes, attributeNamesToDelete, renames, piiCategories, fallbackSamplingRatio, samplingPercentage, endpointsFilters, }, } = action;
|
|
25
25
|
const arr = [
|
|
26
26
|
{ title: DISPLAY_TITLES.TYPE, value: type },
|
|
27
27
|
{ type: DataCardFieldTypes.ActiveStatus, title: DISPLAY_TITLES.STATUS, value: String(!disabled) },
|
|
@@ -32,6 +32,7 @@ const buildCard$3 = (action) => {
|
|
|
32
32
|
];
|
|
33
33
|
if (type === ActionType.K8sAttributes) {
|
|
34
34
|
arr.push({ title: 'Collect Container Attributes', value: String(collectContainerAttributes) });
|
|
35
|
+
arr.push({ title: 'Collect ReplicaSet Attributes', value: String(collectReplicaSetAttributes) });
|
|
35
36
|
arr.push({ title: 'Collect Workload ID', value: String(collectWorkloadId) });
|
|
36
37
|
arr.push({ title: 'Collect Cluster ID', value: String(collectClusterId) });
|
|
37
38
|
if (!!labelsAttributes?.length)
|
|
@@ -158,8 +159,9 @@ const ErrorSampler = ({ value, setValue, formErrors }) => {
|
|
|
158
159
|
|
|
159
160
|
const K8sAttributes = ({ value, setValue, formErrors }) => {
|
|
160
161
|
useEffect(() => {
|
|
161
|
-
if (!value.collectContainerAttributes && !value.collectWorkloadId && !value.collectClusterId && !value.labelsAttributes?.length && !value.annotationsAttributes?.length) {
|
|
162
|
+
if (!value.collectContainerAttributes && !value.collectWorkloadId && !value.collectReplicaSetAttributes && !value.collectClusterId && !value.labelsAttributes?.length && !value.annotationsAttributes?.length) {
|
|
162
163
|
setValue('collectContainerAttributes', true);
|
|
164
|
+
setValue('collectReplicaSetAttributes', true);
|
|
163
165
|
setValue('collectWorkloadId', true);
|
|
164
166
|
setValue('collectClusterId', true);
|
|
165
167
|
setValue('labelsAttributes', []);
|
|
@@ -169,6 +171,7 @@ const K8sAttributes = ({ value, setValue, formErrors }) => {
|
|
|
169
171
|
}, []);
|
|
170
172
|
return (React.createElement(React.Fragment, null,
|
|
171
173
|
React.createElement(Checkbox, { title: 'Collect Container Attributes', value: value['collectContainerAttributes'] || false, onChange: (bool) => setValue('collectContainerAttributes', bool), errorMessage: formErrors['collectContainerAttributes'] }),
|
|
174
|
+
React.createElement(Checkbox, { title: 'Collect ReplicaSet Attributes', value: value['collectReplicaSetAttributes'] || false, onChange: (bool) => setValue('collectReplicaSetAttributes', bool), errorMessage: formErrors['collectReplicaSetAttributes'] }),
|
|
172
175
|
React.createElement(Checkbox, { title: 'Collect Workload ID', value: value['collectWorkloadId'] || false, onChange: (bool) => setValue('collectWorkloadId', bool), errorMessage: formErrors['collectWorkloadId'] }),
|
|
173
176
|
React.createElement(Checkbox, { title: 'Collect Cluster ID', value: value['collectClusterId'] || false, onChange: (bool) => setValue('collectClusterId', bool), errorMessage: formErrors['collectClusterId'] }),
|
|
174
177
|
React.createElement(InputTable, { columns: [
|
|
@@ -569,11 +572,13 @@ const ActionModal = ({ createAction }) => {
|
|
|
569
572
|
};
|
|
570
573
|
|
|
571
574
|
const buildSpecCell$1 = (action) => {
|
|
572
|
-
const { type, spec: { collectContainerAttributes, collectWorkloadId, collectClusterId, labelsAttributes, annotationsAttributes, clusterAttributes, attributeNamesToDelete, renames, piiCategories, fallbackSamplingRatio, samplingPercentage, endpointsFilters, }, } = action;
|
|
575
|
+
const { type, spec: { collectContainerAttributes, collectReplicaSetAttributes, collectWorkloadId, collectClusterId, labelsAttributes, annotationsAttributes, clusterAttributes, attributeNamesToDelete, renames, piiCategories, fallbackSamplingRatio, samplingPercentage, endpointsFilters, }, } = action;
|
|
573
576
|
let str = '';
|
|
574
577
|
if (type === ActionType.K8sAttributes) {
|
|
575
578
|
if (collectContainerAttributes)
|
|
576
579
|
str += 'Container Attributes, ';
|
|
580
|
+
if (collectReplicaSetAttributes)
|
|
581
|
+
str += 'ReplicaSet Attributes, ';
|
|
577
582
|
if (collectWorkloadId)
|
|
578
583
|
str += 'Workload ID, ';
|
|
579
584
|
if (collectClusterId)
|
|
@@ -13958,7 +13963,6 @@ const buildCard$2 = (destination, yamlFields) => {
|
|
|
13958
13963
|
{ title: DISPLAY_TITLES.NAME, value: destinationType.displayName },
|
|
13959
13964
|
{ title: DISPLAY_TITLES.TYPE, value: destinationType.type },
|
|
13960
13965
|
{ type: DataCardFieldTypes.Monitors, title: DISPLAY_TITLES.Monitors, value: buildMonitorsList(exportedSignals) },
|
|
13961
|
-
{ type: DataCardFieldTypes.Divider },
|
|
13962
13966
|
];
|
|
13963
13967
|
const parsedFields = safeJsonParse(fields, {});
|
|
13964
13968
|
const sortedParsedFields = yamlFields.map((field) => ({ key: field.name, value: parsedFields[field.name] ?? null })).filter((item) => item.value !== null) ||
|
|
@@ -13971,6 +13975,7 @@ const buildCard$2 = (destination, yamlFields) => {
|
|
|
13971
13975
|
if (!shouldHide) {
|
|
13972
13976
|
const { type } = safeJsonParse(componentProperties, { type: '' });
|
|
13973
13977
|
const isSecret = (secret || type === 'password') && !!value.length ? new Array(10).fill('•').join('') : '';
|
|
13978
|
+
arr.push({ type: DataCardFieldTypes.Divider });
|
|
13974
13979
|
if (!!customReadDataLabels?.length) {
|
|
13975
13980
|
customReadDataLabels.forEach(({ condition, ...custom }) => {
|
|
13976
13981
|
if (condition == value) {
|
|
@@ -14205,8 +14210,8 @@ const DestinationDrawer = ({ categories, updateDestination, deleteDestination, t
|
|
|
14205
14210
|
}, [isOpen, drawerEntityId, destinations]);
|
|
14206
14211
|
if (!thisItem)
|
|
14207
14212
|
return null;
|
|
14208
|
-
const thisOptionType = categories.
|
|
14209
|
-
const { icon, iconSrc } = getDestinationIcon(thisOptionType
|
|
14213
|
+
const thisOptionType = categories.flatMap((category) => category.items).find((option) => option.type === thisItem.destinationType.type);
|
|
14214
|
+
const { icon, iconSrc } = thisOptionType ? getDestinationIcon(thisOptionType?.type) : { icon: undefined, iconSrc: undefined };
|
|
14210
14215
|
const handleEdit = (bool) => {
|
|
14211
14216
|
setIsEditing(typeof bool === 'boolean' ? bool : true);
|
|
14212
14217
|
};
|
package/lib/functions.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { c as capitalizeFirstLetter, f as flattenObjectKeys, g as getMonitorIcon, a as getProgrammingLanguageIcon, b as getStatusIcon, m as mapConditions, p as parseJsonStringToPrettyString, r as removeEmptyValuesFromObject, s as safeJsonStringify, d as splitCamelString } from './index-
|
|
2
|
-
export { c as compareCondition, f as filterActions, a as filterDestinations, b as filterSources, d as formatBytes, g as getConditionsBooleans, h as getContainersIcons, e as getContainersInstrumentedCount, i as getDestinationIcon, j as getEntityIcon, k as getEntityLabel, l as getMetricForEntity, m as getPlatformIcon, n as getPlatformLabel, o as getValueForRange, p as getWorkloadId, q as isOverTime, s as sleep } from './index-
|
|
1
|
+
export { c as capitalizeFirstLetter, f as flattenObjectKeys, g as getMonitorIcon, a as getProgrammingLanguageIcon, b as getStatusIcon, m as mapConditions, p as parseJsonStringToPrettyString, r as removeEmptyValuesFromObject, s as safeJsonStringify, d as splitCamelString } from './index-B-iLphLA.js';
|
|
2
|
+
export { c as compareCondition, f as filterActions, a as filterDestinations, b as filterSources, d as formatBytes, g as getConditionsBooleans, h as getContainersIcons, e as getContainersInstrumentedCount, i as getDestinationIcon, j as getEntityIcon, k as getEntityLabel, l as getMetricForEntity, m as getPlatformIcon, n as getPlatformLabel, o as getValueForRange, p as getWorkloadId, q as isOverTime, s as sleep } from './index-DwBxpY4g.js';
|
|
3
3
|
export { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-C7Y1tYdc.js';
|
|
4
4
|
export { k as getEntityId } from './index-DiTtXTRm.js';
|
|
5
5
|
export { g as getIdFromSseTarget } from './index-7-KCQK-x.js';
|
|
@@ -9,8 +9,8 @@ import 'react';
|
|
|
9
9
|
import 'styled-components';
|
|
10
10
|
import './index-DGel4E-Z.js';
|
|
11
11
|
import './theme.js';
|
|
12
|
-
import './index-
|
|
13
|
-
import './index-
|
|
12
|
+
import './index-IKusBlIE.js';
|
|
13
|
+
import './index-BRW_Nl-n.js';
|
|
14
14
|
|
|
15
15
|
const cleanObjectEmptyStringsValues = (obj) => {
|
|
16
16
|
const cleanArray = (arr) => arr.filter((item) => {
|
package/lib/hooks.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { u as useActionFormData, a as useClickNode, b as useClickNotification, c as useDestinationFormData, d as useSourceFormData, e as useSourceSelectionFormData } from './useSourceSelectionFormData-
|
|
1
|
+
export { u as useActionFormData, a as useClickNode, b as useClickNotification, c as useDestinationFormData, d as useSourceFormData, e as useSourceSelectionFormData } from './useSourceSelectionFormData-Bec4Ubm7.js';
|
|
2
2
|
export { u as useContainerSize, a as useCopy, b as useGenericForm, c as useInstrumentationRuleFormData, d as useKeyDown, e as useOnClickOutside, f as useTimeAgo, g as useTransition } from './useTransition-D0ykOLrk.js';
|
|
3
3
|
import './types.js';
|
|
4
4
|
import 'react';
|
package/lib/icons.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export { A as AddClusterInfoIcon, C as CodeAttributesIcon, D as DeleteAttributeIcon, I as ImageErrorIcon, K as K8sLogo, a as PayloadCollectionIcon, P as PiiMaskingIcon, R as RenameAttributeIcon, S as SamplerIcon } from './index-DGel4E-Z.js';
|
|
2
|
-
export { C as CPlusPlusLogo, d as CSharpLogo, i as CheckCircledIcon, D as DotnetLogo, E as ElixirLogo, h as ErrorTriangleIcon, G as GoLogo, I as InfoIcon, J as JavaLogo, K as KafkaLogo, L as LogsIcon, g as MetricsIcon, M as MysqlLogo, N as NginxLogo, f as NodejsLogo, O as OdigosLogo, c as PhpLogo, P as PostgresLogo, e as PythonLogo, R as RedisLogo, b as RubyLogo, a as RustLogo, S as SwiftLogo, T as TracesIcon, W as WarningTriangleIcon } from './index-
|
|
2
|
+
export { C as CPlusPlusLogo, d as CSharpLogo, i as CheckCircledIcon, D as DotnetLogo, E as ElixirLogo, h as ErrorTriangleIcon, G as GoLogo, I as InfoIcon, J as JavaLogo, K as KafkaLogo, L as LogsIcon, g as MetricsIcon, M as MysqlLogo, N as NginxLogo, f as NodejsLogo, O as OdigosLogo, c as PhpLogo, P as PostgresLogo, e as PythonLogo, R as RedisLogo, b as RubyLogo, a as RustLogo, S as SwiftLogo, T as TracesIcon, W as WarningTriangleIcon } from './index-IKusBlIE.js';
|
|
3
3
|
export { C as CrossCircledIcon, E as EditIcon, F as FilterIcon, K as KeyIcon, N as NotificationIcon, O as OdigosLogoText, a as OverviewIcon, S as SlackLogo, T as TerminalIcon } from './index-KOMAv-TS.js';
|
|
4
4
|
export { A as ArrowIcon, f as CheckIcon, C as CodeIcon, a as CopyIcon, g as CrossIcon, E as ExtendArrowIcon, d as EyeClosedIcon, e as EyeOpenIcon, L as ListIcon, M as MinusIcon, N as NoDataIcon, b as NotebookIcon, P as PlusIcon, S as SearchIcon, c as SortArrowsIcon, T as TrashIcon, X as XIcon } from './index-BJxaoI0G.js';
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import Theme from './theme.js';
|
|
7
|
-
export {
|
|
7
|
+
export { a3 as ActionsIcon, A as AlaudaLogo, a as AlibabaCloudLogo, b as AppDynamicsLogo, c as AwsCloudwatchLogo, d as AwsS3Logo, e as AwsXrayLogo, f as AxiomLogo, B as BetterStackLogo, g as BlobStorageLogo, h as BonreeLogo, C as CauselyLogo, i as ChecklyLogo, j as ChronosphereLogo, k as ClickhouseLogo, l as CoralogixLogo, D as Dash0Logo, m as DatadogLogo, a4 as DestinationsIcon, n as DynatraceLogo, E as ElasticApmLogo, o as ElasticSearchLogo, G as GigapipeLogo, p as GoogleCloudPlatformLogo, q as GrafanaLogo, r as GreptimeLogo, s as GroundcoverLogo, H as HoneycombLogo, t as HyperDxLogo, I as InstanaLogo, J as JaegerLogo, K as KloudmateLogo, L as Last9Logo, u as LightstepLogo, v as LogzioLogo, w as LokiLogo, x as LumigoLogo, M as MiddlewareLogo, a5 as NamespacesIcon, N as NewRelicLogo, O as ObserveLogo, y as OneUptimeLogo, z as OpenObserveLogo, F as OpenTelemetryLogo, P as OpsVerseLogo, Q as OracleLogo, R as PrometheusLogo, S as QrynLogo, T as QuickwitLogo, a6 as RulesIcon, U as SeqLogo, W as SignozLogo, a7 as SourcesIcon, X as SplunkLogo, Y as SumoLogicLogo, Z as TelemetryHubLogo, _ as TempoLogo, $ as TingyunLogo, a0 as TraceloopLogo, a1 as UptraceLogo, a2 as VictoriaMetricsLogo, V as VmLogo } from './index-BRW_Nl-n.js';
|
|
8
8
|
import './index-DiTtXTRm.js';
|
|
9
9
|
import './types.js';
|
|
10
10
|
import 'styled-components';
|
|
@@ -3,7 +3,7 @@ import 'react';
|
|
|
3
3
|
import './index-DiTtXTRm.js';
|
|
4
4
|
import 'styled-components';
|
|
5
5
|
import { I as ImageErrorIcon } from './index-DGel4E-Z.js';
|
|
6
|
-
import { K as KafkaLogo, R as RedisLogo, P as PostgresLogo, N as NginxLogo, M as MysqlLogo, E as ElixirLogo, S as SwiftLogo, a as RustLogo, b as RubyLogo, c as PhpLogo, C as CPlusPlusLogo, d as CSharpLogo, D as DotnetLogo, e as PythonLogo, f as NodejsLogo, G as GoLogo, J as JavaLogo, T as TracesIcon, g as MetricsIcon, L as LogsIcon, O as OdigosLogo, I as InfoIcon, W as WarningTriangleIcon, h as ErrorTriangleIcon, i as CheckCircledIcon } from './index-
|
|
6
|
+
import { K as KafkaLogo, R as RedisLogo, P as PostgresLogo, N as NginxLogo, M as MysqlLogo, E as ElixirLogo, S as SwiftLogo, a as RustLogo, b as RubyLogo, c as PhpLogo, C as CPlusPlusLogo, d as CSharpLogo, D as DotnetLogo, e as PythonLogo, f as NodejsLogo, G as GoLogo, J as JavaLogo, T as TracesIcon, g as MetricsIcon, L as LogsIcon, O as OdigosLogo, I as InfoIcon, W as WarningTriangleIcon, h as ErrorTriangleIcon, i as CheckCircledIcon } from './index-IKusBlIE.js';
|
|
7
7
|
|
|
8
8
|
const capitalizeFirstLetter = (string) => {
|
|
9
9
|
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
@@ -606,6 +606,12 @@ const UptraceLogo = ({ size = 16, fill, rotate = 0, onClick }) => {
|
|
|
606
606
|
React.createElement("path", { fill: fill || '#1976d2', d: 'M12.001 22.651a1 1 0 0 1-.95-.68l-1.77-5.33h-5.75a1 1 0 0 1 0-2h6.47a1 1 0 0 1 .95.69l1.05 3.16 3.05-9.17a1 1 0 0 1 1.9 0l1.82 5.32h5.67a1 1 0 0 1 0 2h-6.43a1 1 0 0 1-.95-.68l-1.06-3.16-3.05 9.17a1 1 0 0 1-.95.68z' }))));
|
|
607
607
|
};
|
|
608
608
|
|
|
609
|
+
const VictoriaMetricsLogo = ({ size = 16, fill, rotate = 0, onClick }) => {
|
|
610
|
+
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 32 32', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
611
|
+
React.createElement("g", null,
|
|
612
|
+
React.createElement("path", { fill: fill || '#ffffff', transform: 'translate(2, 0)', d: 'm 30.94,11.139 h 1.721 c 0.188,0 0.336,0.039 0.455,0.128 0.119,0.089 0.208,0.197 0.257,0.335 l 1.79,4.925 c 0.079,0.217 0.158,0.443 0.247,0.699 0.079,0.256 0.158,0.522 0.227,0.798 0.059,-0.276 0.129,-0.542 0.208,-0.798 0.079,-0.256 0.158,-0.483 0.227,-0.699 l 1.77,-4.925 c 0.04,-0.118 0.129,-0.227 0.247,-0.315 0.119,-0.098 0.277,-0.138 0.445,-0.138 h 1.73 l -3.698,9.189 H 34.628 L 30.93,11.149 Z m 12.35,0.857 c 0,0.158 -0.03,0.305 -0.099,0.433 -0.059,0.138 -0.148,0.256 -0.257,0.364 -0.109,0.098 -0.237,0.187 -0.386,0.246 -0.149,0.059 -0.297,0.089 -0.465,0.089 -0.168,0 -0.307,-0.03 -0.455,-0.089 -0.138,-0.059 -0.267,-0.148 -0.366,-0.246 -0.109,-0.098 -0.188,-0.227 -0.257,-0.364 -0.059,-0.138 -0.089,-0.286 -0.089,-0.433 0,-0.147 0.03,-0.305 0.089,-0.453 0.059,-0.138 0.148,-0.256 0.257,-0.364 0.109,-0.108 0.227,-0.187 0.366,-0.246 0.138,-0.059 0.287,-0.089 0.455,-0.089 0.168,0 0.316,0.03 0.465,0.089 0.148,0.059 0.277,0.138 0.386,0.246 0.109,0.108 0.198,0.227 0.257,0.364 0.059,0.137 0.099,0.286 0.099,0.453 z m -0.227,1.793 v 6.54 h -1.968 v -6.54 z m 6.318,1.556 c -0.059,0.069 -0.119,0.128 -0.168,0.167 -0.059,0.039 -0.128,0.059 -0.237,0.059 -0.109,0 -0.188,-0.02 -0.267,-0.069 -0.079,-0.049 -0.168,-0.098 -0.267,-0.158 -0.099,-0.06 -0.208,-0.108 -0.346,-0.158 -0.129,-0.049 -0.297,-0.069 -0.485,-0.069 -0.237,0 -0.445,0.039 -0.623,0.128 -0.178,0.089 -0.316,0.217 -0.435,0.374 -0.119,0.158 -0.198,0.364 -0.257,0.601 -0.059,0.237 -0.079,0.502 -0.079,0.808 0,0.63 0.119,1.103 0.366,1.448 0.247,0.335 0.574,0.502 1.009,0.502 0.228,0 0.405,-0.03 0.544,-0.089 0.128,-0.059 0.247,-0.118 0.336,-0.187 0.089,-0.069 0.178,-0.138 0.257,-0.197 0.079,-0.059 0.178,-0.089 0.297,-0.089 0.158,0 0.277,0.059 0.356,0.167 l 0.574,0.699 c -0.208,0.227 -0.416,0.424 -0.643,0.561 -0.227,0.148 -0.455,0.256 -0.692,0.345 -0.237,0.079 -0.465,0.138 -0.702,0.167 -0.237,0.029 -0.465,0.049 -0.692,0.049 -0.405,0 -0.781,-0.079 -1.147,-0.227 -0.366,-0.148 -0.682,-0.374 -0.959,-0.66 -0.277,-0.286 -0.494,-0.64 -0.663,-1.064 -0.158,-0.424 -0.247,-0.896 -0.247,-1.438 0,-0.473 0.069,-0.916 0.208,-1.32 0.138,-0.414 0.346,-0.768 0.623,-1.064 0.277,-0.296 0.623,-0.542 1.028,-0.709 0.405,-0.167 0.88,-0.256 1.414,-0.256 0.534,0 0.969,0.079 1.355,0.246 0.386,0.167 0.742,0.404 1.048,0.719 l -0.524,0.689 0.02,0.02 z m 3.728,5.092 c -0.316,0 -0.583,-0.049 -0.831,-0.138 C 52.03,20.21 51.843,20.082 51.675,19.915 51.517,19.748 51.388,19.551 51.309,19.314 51.22,19.078 51.181,18.812 51.181,18.526 v -3.378 h -0.554 c -0.099,0 -0.188,-0.03 -0.257,-0.098 -0.069,-0.068 -0.108,-0.158 -0.108,-0.286 v -0.758 l 1.048,-0.207 0.385,-1.596 c 0.05,-0.197 0.198,-0.305 0.435,-0.305 h 1.029 v 1.911 h 1.592 v 1.339 h -1.592 v 3.25 c 0,0.148 0.039,0.276 0.108,0.374 0.069,0.098 0.178,0.148 0.317,0.148 0.069,0 0.128,0 0.178,-0.02 0.05,-0.02 0.089,-0.03 0.129,-0.049 0.039,-0.02 0.069,-0.039 0.099,-0.049 0.03,-0.02 0.069,-0.02 0.108,-0.02 0.06,0 0.109,0.01 0.139,0.039 0.04,0.03 0.069,0.069 0.109,0.128 l 0.593,0.926 c -0.257,0.187 -0.534,0.335 -0.85,0.424 -0.317,0.098 -0.643,0.138 -0.979,0.138 z m 5.685,-6.747 c 0.495,0 0.95,0.079 1.365,0.236 0.406,0.158 0.762,0.374 1.058,0.67 0.297,0.286 0.524,0.64 0.682,1.054 0.158,0.414 0.247,0.877 0.247,1.399 0,0.522 -0.079,0.995 -0.247,1.408 -0.158,0.414 -0.395,0.778 -0.682,1.064 -0.287,0.286 -0.643,0.522 -1.058,0.68 -0.405,0.158 -0.86,0.236 -1.365,0.236 -0.505,0 -0.959,-0.079 -1.374,-0.236 -0.416,-0.158 -0.761,-0.384 -1.068,-0.68 -0.297,-0.296 -0.524,-0.65 -0.693,-1.064 -0.158,-0.424 -0.247,-0.886 -0.247,-1.408 0,-0.522 0.079,-0.985 0.247,-1.399 0.159,-0.414 0.396,-0.768 0.693,-1.054 0.297,-0.286 0.652,-0.512 1.068,-0.67 0.415,-0.158 0.87,-0.236 1.374,-0.236 z m 0,5.289 c 0.455,0 0.781,-0.158 0.999,-0.473 0.218,-0.315 0.317,-0.798 0.317,-1.448 0,-0.65 -0.109,-1.133 -0.317,-1.448 -0.217,-0.315 -0.544,-0.473 -0.999,-0.473 -0.455,0 -0.801,0.158 -1.018,0.473 -0.217,0.315 -0.326,0.798 -0.326,1.448 0,0.65 0.109,1.133 0.326,1.448 0.217,0.315 0.554,0.473 1.018,0.473 z m 4.421,1.35 v -6.54 h 1.167 c 0.099,0 0.178,0 0.247,0.03 0.069,0.02 0.119,0.039 0.168,0.079 0.04,0.039 0.079,0.079 0.099,0.138 0.02,0.059 0.04,0.128 0.06,0.217 l 0.108,0.611 c 0.237,-0.374 0.514,-0.66 0.811,-0.877 0.297,-0.217 0.623,-0.325 0.979,-0.325 0.297,0 0.544,0.069 0.722,0.217 l -0.257,1.438 c -0.02,0.089 -0.05,0.148 -0.099,0.187 -0.049,0.039 -0.119,0.049 -0.198,0.049 -0.069,0 -0.159,0 -0.257,-0.03 -0.098,-0.03 -0.217,-0.03 -0.366,-0.03 -0.514,0 -0.919,0.276 -1.216,0.817 v 4.009 H 63.215 Z M 70.7,11.996 c 0,0.158 -0.03,0.305 -0.099,0.433 -0.059,0.138 -0.148,0.256 -0.257,0.364 -0.109,0.098 -0.237,0.187 -0.386,0.246 -0.149,0.059 -0.297,0.089 -0.465,0.089 -0.168,0 -0.306,-0.03 -0.455,-0.089 -0.138,-0.059 -0.267,-0.148 -0.366,-0.246 -0.109,-0.098 -0.188,-0.227 -0.257,-0.364 -0.06,-0.138 -0.089,-0.286 -0.089,-0.433 0,-0.147 0.03,-0.305 0.089,-0.453 0.059,-0.138 0.148,-0.256 0.257,-0.364 0.109,-0.108 0.227,-0.187 0.366,-0.246 0.138,-0.059 0.287,-0.089 0.455,-0.089 0.168,0 0.317,0.03 0.465,0.089 0.149,0.059 0.277,0.138 0.386,0.246 0.109,0.108 0.198,0.227 0.257,0.364 0.059,0.137 0.099,0.286 0.099,0.453 z m -0.227,1.793 v 6.54 h -1.968 v -6.54 z m 6.12,6.54 c -0.188,0 -0.326,-0.03 -0.425,-0.079 -0.099,-0.049 -0.178,-0.158 -0.237,-0.315 l -0.138,-0.364 c -0.168,0.138 -0.326,0.256 -0.474,0.364 -0.148,0.108 -0.307,0.197 -0.475,0.266 -0.158,0.069 -0.336,0.128 -0.514,0.167 -0.188,0.039 -0.385,0.049 -0.613,0.049 -0.297,0 -0.574,-0.039 -0.821,-0.118 C 72.649,20.22 72.441,20.102 72.273,19.954 72.105,19.806 71.966,19.609 71.878,19.383 71.789,19.156 71.74,18.9 71.74,18.605 c 0,-0.236 0.059,-0.473 0.178,-0.719 0.119,-0.246 0.326,-0.463 0.613,-0.67 0.287,-0.197 0.683,-0.364 1.177,-0.502 0.494,-0.138 1.117,-0.207 1.869,-0.207 v -0.276 c 0,-0.384 -0.079,-0.67 -0.237,-0.837 -0.158,-0.167 -0.385,-0.256 -0.672,-0.256 -0.237,0 -0.425,0.03 -0.574,0.079 -0.149,0.049 -0.277,0.108 -0.395,0.167 -0.118,0.059 -0.227,0.118 -0.336,0.167 -0.109,0.049 -0.237,0.079 -0.395,0.079 -0.138,0 -0.247,-0.03 -0.346,-0.098 -0.099,-0.068 -0.168,-0.148 -0.228,-0.246 l -0.356,-0.611 c 0.395,-0.345 0.841,-0.611 1.325,-0.778 0.484,-0.167 0.999,-0.256 1.553,-0.256 0.395,0 0.751,0.059 1.078,0.197 0.317,0.128 0.594,0.305 0.811,0.532 0.217,0.227 0.395,0.502 0.514,0.817 0.118,0.315 0.178,0.66 0.178,1.034 v 4.087 h -0.9 v 0.02 z m -2.254,-1.192 c 0.257,0 0.475,-0.039 0.662,-0.128 0.187,-0.089 0.385,-0.227 0.574,-0.433 V 17.68 c -0.395,0 -0.712,0.03 -0.969,0.079 -0.257,0.049 -0.455,0.118 -0.603,0.187 -0.149,0.079 -0.247,0.167 -0.307,0.266 -0.06,0.099 -0.089,0.207 -0.089,0.315 0,0.227 0.059,0.384 0.188,0.473 0.119,0.089 0.307,0.138 0.534,0.138 h 0.01 z m 9.512,-1.753 c 0.04,0.108 0.089,0.227 0.129,0.335 0.039,-0.118 0.089,-0.227 0.128,-0.335 0.039,-0.108 0.099,-0.217 0.158,-0.325 l 3.075,-5.555 c 0.059,-0.098 0.108,-0.158 0.168,-0.177 0.06,-0.019 0.148,-0.03 0.257,-0.03 h 0.91 v 9.042 h -1.078 v -6.638 c 0,-0.089 0,-0.187 0,-0.286 0,-0.099 0.01,-0.207 0.02,-0.305 l -3.115,5.653 c -0.109,0.187 -0.257,0.286 -0.445,0.286 H 83.88 c -0.188,0 -0.336,-0.098 -0.445,-0.286 L 80.251,13.09 c 0.01,0.108 0.02,0.217 0.03,0.325 0.01,0.108 0,0.207 0,0.286 v 6.638 h -1.078 v -9.042 h 0.91 c 0.108,0 0.198,0.01 0.257,0.03 0.059,0.02 0.118,0.079 0.168,0.177 l 3.135,5.565 c 0.059,0.098 0.109,0.207 0.158,0.315 z m 9.394,-3.546 c 0.385,0 0.741,0.069 1.068,0.197 0.327,0.128 0.603,0.315 0.84,0.552 0.237,0.246 0.426,0.542 0.554,0.896 0.128,0.354 0.198,0.758 0.198,1.211 0,0.177 -0.02,0.296 -0.059,0.355 -0.039,0.059 -0.109,0.089 -0.218,0.089 h -4.272 c 0,0.404 0.059,0.758 0.168,1.054 0.099,0.296 0.237,0.552 0.416,0.749 0.179,0.197 0.385,0.345 0.633,0.443 0.247,0.098 0.524,0.148 0.821,0.148 0.287,0 0.524,-0.03 0.732,-0.098 0.208,-0.068 0.386,-0.138 0.534,-0.207 0.149,-0.079 0.267,-0.148 0.366,-0.207 0.099,-0.069 0.188,-0.099 0.257,-0.099 0.089,0 0.168,0.039 0.218,0.108 l 0.316,0.414 c -0.138,0.167 -0.306,0.315 -0.504,0.443 -0.198,0.128 -0.406,0.227 -0.623,0.305 -0.217,0.079 -0.455,0.138 -0.682,0.177 -0.237,0.039 -0.475,0.059 -0.702,0.059 -0.445,0 -0.851,-0.079 -1.226,-0.227 -0.375,-0.148 -0.693,-0.364 -0.969,-0.66 -0.277,-0.295 -0.485,-0.64 -0.633,-1.074 -0.149,-0.424 -0.228,-0.916 -0.228,-1.468 0,-0.443 0.069,-0.867 0.208,-1.251 0.139,-0.384 0.336,-0.719 0.593,-1.005 0.257,-0.286 0.574,-0.502 0.939,-0.67 0.376,-0.158 0.791,-0.246 1.256,-0.246 v 0.01 z m 0.03,0.827 c -0.544,0 -0.969,0.158 -1.286,0.473 -0.317,0.315 -0.504,0.748 -0.583,1.3 h 3.49 c 0,-0.256 -0.04,-0.502 -0.109,-0.719 C 94.718,15.502 94.609,15.315 94.471,15.158 94.333,15 94.164,14.882 93.957,14.794 93.759,14.705 93.532,14.666 93.275,14.666 Z m 6.011,5.762 c -0.504,0 -0.9,-0.138 -1.167,-0.424 -0.267,-0.286 -0.406,-0.689 -0.406,-1.221 v -3.91 h -0.771 c -0.069,0 -0.129,-0.02 -0.168,-0.059 -0.05,-0.039 -0.069,-0.098 -0.069,-0.187 v -0.443 l 1.048,-0.128 0.257,-1.97 c 0,-0.059 0.039,-0.118 0.079,-0.158 0.04,-0.04 0.109,-0.059 0.178,-0.059 h 0.574 v 2.206 h 1.839 v 0.817 h -1.839 v 3.831 c 0,0.266 0.069,0.473 0.198,0.601 0.129,0.128 0.297,0.197 0.504,0.197 0.118,0 0.217,-0.02 0.306,-0.049 0.089,-0.029 0.159,-0.069 0.228,-0.108 0.069,-0.039 0.118,-0.069 0.158,-0.108 0.04,-0.03 0.079,-0.049 0.118,-0.049 0.059,0 0.109,0.039 0.158,0.108 l 0.327,0.532 c -0.198,0.177 -0.426,0.325 -0.702,0.424 -0.276,0.099 -0.554,0.158 -0.851,0.158 z m 2.779,-0.098 v -6.392 h 0.643 c 0.118,0 0.207,0.02 0.257,0.069 0.05,0.049 0.079,0.128 0.099,0.236 l 0.079,0.995 c 0.217,-0.443 0.494,-0.798 0.811,-1.044 0.326,-0.246 0.702,-0.374 1.137,-0.374 0.178,0 0.336,0.02 0.485,0.059 0.149,0.039 0.277,0.098 0.395,0.167 l -0.149,0.837 c -0.03,0.108 -0.099,0.158 -0.198,0.158 -0.059,0 -0.149,-0.02 -0.277,-0.059 -0.128,-0.039 -0.297,-0.059 -0.514,-0.059 -0.395,0 -0.722,0.118 -0.989,0.345 -0.267,0.227 -0.484,0.561 -0.662,0.995 v 4.068 h -1.117 z m 6.615,-8.392 c 0,0.108 -0.02,0.207 -0.069,0.305 -0.039,0.098 -0.099,0.177 -0.178,0.256 -0.069,0.079 -0.158,0.128 -0.257,0.177 -0.099,0.039 -0.198,0.059 -0.306,0.059 -0.108,0 -0.208,-0.02 -0.307,-0.059 -0.099,-0.039 -0.178,-0.099 -0.257,-0.177 -0.069,-0.069 -0.129,-0.158 -0.178,-0.256 -0.04,-0.098 -0.059,-0.197 -0.059,-0.305 0,-0.108 0.02,-0.217 0.059,-0.315 0.04,-0.098 0.099,-0.187 0.178,-0.256 0.069,-0.069 0.158,-0.128 0.257,-0.177 0.099,-0.039 0.198,-0.059 0.307,-0.059 0.109,0 0.217,0.02 0.306,0.059 0.099,0.039 0.178,0.098 0.257,0.177 0.069,0.079 0.128,0.158 0.178,0.256 0.04,0.099 0.069,0.207 0.069,0.315 z m -0.257,2.009 v 6.392 h -1.127 v -6.392 z m 6.368,1.133 c 0,0 -0.069,0.079 -0.099,0.108 -0.03,0.029 -0.079,0.039 -0.149,0.039 -0.069,0 -0.128,-0.03 -0.207,-0.079 -0.079,-0.049 -0.168,-0.108 -0.287,-0.177 -0.118,-0.069 -0.247,-0.118 -0.415,-0.177 -0.159,-0.049 -0.366,-0.079 -0.603,-0.079 -0.317,0 -0.584,0.059 -0.831,0.167 -0.237,0.108 -0.445,0.276 -0.603,0.483 -0.158,0.207 -0.287,0.463 -0.366,0.758 -0.079,0.295 -0.119,0.63 -0.119,1.005 0,0.375 0.04,0.729 0.128,1.034 0.089,0.305 0.218,0.552 0.376,0.758 0.158,0.206 0.356,0.364 0.584,0.463 0.227,0.098 0.484,0.158 0.771,0.158 0.287,0 0.504,-0.03 0.682,-0.098 0.178,-0.069 0.326,-0.138 0.445,-0.217 0.119,-0.079 0.217,-0.148 0.287,-0.217 0.079,-0.069 0.149,-0.098 0.227,-0.098 0.099,0 0.168,0.039 0.218,0.108 l 0.316,0.414 c -0.277,0.345 -0.623,0.591 -1.048,0.748 -0.425,0.157 -0.86,0.236 -1.325,0.236 -0.405,0 -0.771,-0.069 -1.117,-0.217 -0.346,-0.148 -0.643,-0.364 -0.9,-0.64 -0.257,-0.276 -0.455,-0.62 -0.593,-1.034 -0.149,-0.404 -0.218,-0.877 -0.218,-1.399 0,-0.473 0.069,-0.916 0.198,-1.32 0.129,-0.404 0.327,-0.749 0.584,-1.044 0.257,-0.296 0.574,-0.522 0.949,-0.68 0.375,-0.158 0.811,-0.246 1.296,-0.246 0.445,0 0.84,0.069 1.186,0.217 0.346,0.148 0.652,0.355 0.919,0.611 l -0.297,0.404 0.01,0.01 z M 120.002,15 c -0.05,0.089 -0.129,0.138 -0.237,0.138 -0.06,0 -0.138,-0.02 -0.218,-0.069 -0.08,-0.049 -0.178,-0.098 -0.297,-0.158 -0.118,-0.059 -0.257,-0.108 -0.415,-0.158 -0.158,-0.05 -0.346,-0.069 -0.574,-0.069 -0.188,0 -0.366,0.02 -0.514,0.069 -0.148,0.049 -0.287,0.118 -0.385,0.197 -0.109,0.089 -0.188,0.177 -0.247,0.295 -0.059,0.118 -0.089,0.236 -0.089,0.364 0,0.167 0.049,0.305 0.138,0.414 0.099,0.108 0.217,0.207 0.375,0.286 0.158,0.079 0.336,0.148 0.534,0.207 0.198,0.059 0.406,0.128 0.613,0.197 0.207,0.069 0.416,0.148 0.613,0.227 0.198,0.089 0.375,0.187 0.534,0.315 0.159,0.128 0.287,0.276 0.375,0.463 0.099,0.187 0.138,0.404 0.138,0.66 0,0.296 -0.049,0.571 -0.158,0.817 -0.109,0.246 -0.267,0.463 -0.465,0.65 -0.208,0.187 -0.455,0.325 -0.761,0.433 -0.297,0.108 -0.643,0.158 -1.038,0.158 -0.445,0 -0.851,-0.069 -1.216,-0.217 -0.365,-0.148 -0.672,-0.335 -0.919,-0.561 l 0.267,-0.433 c 0.03,-0.059 0.079,-0.098 0.118,-0.128 0.039,-0.03 0.109,-0.039 0.188,-0.039 0.079,0 0.158,0.03 0.237,0.089 0.089,0.059 0.188,0.128 0.306,0.197 0.118,0.069 0.267,0.138 0.435,0.197 0.168,0.059 0.386,0.089 0.643,0.089 0.218,0 0.416,-0.03 0.574,-0.089 0.168,-0.059 0.307,-0.138 0.415,-0.227 0.109,-0.098 0.188,-0.207 0.247,-0.335 0.05,-0.128 0.079,-0.256 0.079,-0.404 0,-0.177 -0.05,-0.325 -0.138,-0.433 -0.099,-0.118 -0.218,-0.217 -0.376,-0.295 -0.158,-0.078 -0.336,-0.158 -0.534,-0.217 -0.198,-0.059 -0.406,-0.128 -0.613,-0.197 -0.207,-0.069 -0.415,-0.148 -0.613,-0.227 -0.198,-0.089 -0.376,-0.197 -0.534,-0.325 -0.158,-0.128 -0.287,-0.295 -0.376,-0.483 -0.099,-0.187 -0.138,-0.424 -0.138,-0.699 0,-0.246 0.05,-0.483 0.149,-0.699 0.099,-0.216 0.247,-0.424 0.445,-0.591 0.198,-0.167 0.435,-0.305 0.712,-0.404 0.277,-0.099 0.603,-0.148 0.969,-0.148 0.425,0 0.801,0.069 1.137,0.197 0.336,0.128 0.623,0.315 0.87,0.542 l -0.257,0.414 V 15 Z M 11.579,14.075 c 0.554,0.463 1.454,0.798 2.363,0.817 h 0.089 c 0.91,-0.02 1.819,-0.355 2.363,-0.817 C 19.242,11.652 27.498,4.108 27.498,4.108 29.733,2.059 23.563,0.021 14.05,0.001 H 13.961 C 4.419,0.021 -1.771,2.059 0.454,4.098 c 0,0 8.276,7.544 11.124,9.967 v 0.01 z m 4.835,4.077 C 15.86,18.615 14.96,18.95 14.051,18.969 H 13.962 C 13.052,18.949 12.143,18.614 11.599,18.152 9.611,16.468 2.65,10.174 0.03,7.801 v 3.634 c 0,0.404 0.148,0.926 0.425,1.182 1.77,1.615 8.652,7.909 11.144,10.007 0.554,0.463 1.454,0.798 2.363,0.817 h 0.089 c 0.91,-0.02 1.819,-0.355 2.363,-0.817 2.472,-2.108 9.354,-8.372 11.144,-10.007 0.277,-0.256 0.425,-0.778 0.425,-1.182 V 7.801 c -2.64,2.374 -9.601,8.687 -11.569,10.342 v 0.01 z m 0,8.559 c -0.554,0.463 -1.454,0.798 -2.363,0.817 H 13.962 C 13.052,27.508 12.143,27.173 11.599,26.711 9.611,25.027 2.65,18.733 0.03,16.36 v 3.634 c 0,0.404 0.148,0.926 0.425,1.182 1.77,1.615 8.652,7.909 11.144,10.007 0.554,0.463 1.454,0.798 2.363,0.817 h 0.089 c 0.91,-0.02 1.819,-0.355 2.363,-0.817 2.472,-2.108 9.354,-8.372 11.144,-10.007 0.277,-0.256 0.425,-0.778 0.425,-1.182 V 16.36 c -2.64,2.374 -9.601,8.687 -11.569,10.342 v 0.01 z' }))));
|
|
613
|
+
};
|
|
614
|
+
|
|
609
615
|
const ActionsIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
610
616
|
const theme = Theme.useTheme();
|
|
611
617
|
const fill = f || theme.text.secondary;
|
|
@@ -644,4 +650,4 @@ const SourcesIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
|
644
650
|
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M13.3332 3.8V8M13.3332 3.8C13.3332 4.79411 10.9454 5.6 7.99984 5.6C5.05432 5.6 2.6665 4.79411 2.6665 3.8M13.3332 3.8C13.3332 2.80589 10.9454 2 7.99984 2C5.05432 2 2.6665 2.80589 2.6665 3.8M13.3332 8V12.0875C13.3332 13.1437 10.9454 14 7.99984 14C5.05432 14 2.6665 13.1437 2.6665 12.0875V8M13.3332 8C13.3332 8.99413 10.9454 9.8 7.99984 9.8C5.05432 9.8 2.6665 8.99413 2.6665 8M2.6665 8V3.8M10.6665 7.33333H10.6732M10.6665 11.3333H10.6732' })));
|
|
645
651
|
};
|
|
646
652
|
|
|
647
|
-
export { TingyunLogo as $, AlaudaLogo as A, BetterStackLogo as B, CauselyLogo as C, Dash0Logo as D, ElasticApmLogo as E, OpenTelemetryLogo as F, GigapipeLogo as G, HoneycombLogo as H, InstanaLogo as I, JaegerLogo as J, KloudmateLogo as K, Last9Logo as L, MiddlewareLogo as M, NewRelicLogo as N, ObserveLogo as O, OpsVerseLogo as P, OracleLogo as Q, PrometheusLogo as R, QrynLogo as S, QuickwitLogo as T, SeqLogo as U, VmLogo as V, SignozLogo as W, SplunkLogo as X, SumoLogicLogo as Y, TelemetryHubLogo as Z, TempoLogo as _, AlibabaCloudLogo as a, TraceloopLogo as a0, UptraceLogo as a1,
|
|
653
|
+
export { TingyunLogo as $, AlaudaLogo as A, BetterStackLogo as B, CauselyLogo as C, Dash0Logo as D, ElasticApmLogo as E, OpenTelemetryLogo as F, GigapipeLogo as G, HoneycombLogo as H, InstanaLogo as I, JaegerLogo as J, KloudmateLogo as K, Last9Logo as L, MiddlewareLogo as M, NewRelicLogo as N, ObserveLogo as O, OpsVerseLogo as P, OracleLogo as Q, PrometheusLogo as R, QrynLogo as S, QuickwitLogo as T, SeqLogo as U, VmLogo as V, SignozLogo as W, SplunkLogo as X, SumoLogicLogo as Y, TelemetryHubLogo as Z, TempoLogo as _, AlibabaCloudLogo as a, TraceloopLogo as a0, UptraceLogo as a1, VictoriaMetricsLogo as a2, ActionsIcon as a3, DestinationsIcon as a4, NamespacesIcon as a5, RulesIcon as a6, SourcesIcon as a7, AppDynamicsLogo as b, AwsCloudwatchLogo as c, AwsS3Logo as d, AwsXrayLogo as e, AxiomLogo as f, BlobStorageLogo as g, BonreeLogo as h, ChecklyLogo as i, ChronosphereLogo as j, ClickhouseLogo as k, CoralogixLogo as l, DatadogLogo as m, DynatraceLogo as n, ElasticSearchLogo as o, GoogleCloudPlatformLogo as p, GrafanaLogo as q, GreptimeLogo as r, GroundcoverLogo as s, HyperDxLogo as t, LightstepLogo as u, LogzioLogo as v, LokiLogo as w, LumigoLogo as x, OneUptimeLogo as y, OpenObserveLogo as z };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { StatusType, OtherStatus, DestinationTypes, EntityTypes, PlatformType } from './types.js';
|
|
2
|
-
import { a as getProgrammingLanguageIcon } from './index-
|
|
2
|
+
import { a as getProgrammingLanguageIcon } from './index-B-iLphLA.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import './index-DiTtXTRm.js';
|
|
5
5
|
import 'styled-components';
|
|
6
|
-
import { e as AwsXrayLogo, a1 as UptraceLogo, a0 as TraceloopLogo, $ as TingyunLogo, _ as TempoLogo, Z as TelemetryHubLogo, Y as SumoLogicLogo, X as SplunkLogo, W as SignozLogo, U as SeqLogo, d as AwsS3Logo, T as QuickwitLogo, G as GigapipeLogo, S as QrynLogo, R as PrometheusLogo, F as OpenTelemetryLogo, Q as OracleLogo, P as OpsVerseLogo, z as OpenObserveLogo, y as OneUptimeLogo, O as ObserveLogo, N as NewRelicLogo, M as MiddlewareLogo, x as LumigoLogo, w as LokiLogo, v as LogzioLogo, u as LightstepLogo, L as Last9Logo, K as KloudmateLogo, J as JaegerLogo, I as InstanaLogo, t as HyperDxLogo, H as HoneycombLogo, s as GroundcoverLogo, r as GreptimeLogo, q as GrafanaLogo, p as GoogleCloudPlatformLogo, o as ElasticSearchLogo, E as ElasticApmLogo, n as DynatraceLogo, m as DatadogLogo, D as Dash0Logo, l as CoralogixLogo, c as AwsCloudwatchLogo, k as ClickhouseLogo, j as ChronosphereLogo, i as ChecklyLogo, C as CauselyLogo, h as BonreeLogo, B as BetterStackLogo, g as BlobStorageLogo, f as AxiomLogo, b as AppDynamicsLogo, a as AlibabaCloudLogo, A as AlaudaLogo,
|
|
7
|
-
import { K as KafkaLogo, O as OdigosLogo } from './index-
|
|
6
|
+
import { e as AwsXrayLogo, a2 as VictoriaMetricsLogo, a1 as UptraceLogo, a0 as TraceloopLogo, $ as TingyunLogo, _ as TempoLogo, Z as TelemetryHubLogo, Y as SumoLogicLogo, X as SplunkLogo, W as SignozLogo, U as SeqLogo, d as AwsS3Logo, T as QuickwitLogo, G as GigapipeLogo, S as QrynLogo, R as PrometheusLogo, F as OpenTelemetryLogo, Q as OracleLogo, P as OpsVerseLogo, z as OpenObserveLogo, y as OneUptimeLogo, O as ObserveLogo, N as NewRelicLogo, M as MiddlewareLogo, x as LumigoLogo, w as LokiLogo, v as LogzioLogo, u as LightstepLogo, L as Last9Logo, K as KloudmateLogo, J as JaegerLogo, I as InstanaLogo, t as HyperDxLogo, H as HoneycombLogo, s as GroundcoverLogo, r as GreptimeLogo, q as GrafanaLogo, p as GoogleCloudPlatformLogo, o as ElasticSearchLogo, E as ElasticApmLogo, n as DynatraceLogo, m as DatadogLogo, D as Dash0Logo, l as CoralogixLogo, c as AwsCloudwatchLogo, k as ClickhouseLogo, j as ChronosphereLogo, i as ChecklyLogo, C as CauselyLogo, h as BonreeLogo, B as BetterStackLogo, g as BlobStorageLogo, f as AxiomLogo, b as AppDynamicsLogo, a as AlibabaCloudLogo, A as AlaudaLogo, a6 as RulesIcon, a3 as ActionsIcon, a4 as DestinationsIcon, a7 as SourcesIcon, a5 as NamespacesIcon, V as VmLogo } from './index-BRW_Nl-n.js';
|
|
7
|
+
import { K as KafkaLogo, O as OdigosLogo } from './index-IKusBlIE.js';
|
|
8
8
|
import { K as K8sLogo } from './index-DGel4E-Z.js';
|
|
9
9
|
|
|
10
10
|
const compareCondition = (renderCondition, fields) => {
|
|
@@ -163,6 +163,8 @@ const getDestinationIcon = (type, forceFromUrl) => {
|
|
|
163
163
|
[DestinationTypes.Tingyun]: TingyunLogo,
|
|
164
164
|
[DestinationTypes.Traceloop]: TraceloopLogo,
|
|
165
165
|
[DestinationTypes.Uptrace]: UptraceLogo,
|
|
166
|
+
[DestinationTypes.VictoriaMetrics]: VictoriaMetricsLogo,
|
|
167
|
+
[DestinationTypes.VictoriaMetricsCloud]: VictoriaMetricsLogo,
|
|
166
168
|
[DestinationTypes.XRay]: AwsXrayLogo,
|
|
167
169
|
};
|
|
168
170
|
const logo = LOGOS[type];
|
|
@@ -3,14 +3,14 @@ import { StatusType, OtherStatus, SortDirection, ProgrammingLanguages, EntityTyp
|
|
|
3
3
|
import './index-DiTtXTRm.js';
|
|
4
4
|
import styled, { css } from 'styled-components';
|
|
5
5
|
import Theme from './theme.js';
|
|
6
|
-
import { b as getStatusIcon, r as removeEmptyValuesFromObject, s as safeJsonStringify, f as flattenObjectKeys, m as mapConditions, c as capitalizeFirstLetter, g as getMonitorIcon, p as parseJsonStringToPrettyString, a as getProgrammingLanguageIcon, d as splitCamelString } from './index-
|
|
6
|
+
import { b as getStatusIcon, r as removeEmptyValuesFromObject, s as safeJsonStringify, f as flattenObjectKeys, m as mapConditions, c as capitalizeFirstLetter, g as getMonitorIcon, p as parseJsonStringToPrettyString, a as getProgrammingLanguageIcon, d as splitCamelString } from './index-B-iLphLA.js';
|
|
7
7
|
import { s as safeJsonParse, i as isEmpty } from './index-BZS1ijMm.js';
|
|
8
8
|
import { M as MinusIcon, f as CheckIcon, L as ListIcon, C as CodeIcon, E as ExtendArrowIcon, c as SortArrowsIcon, a as CopyIcon, b as NotebookIcon, X as XIcon, d as EyeClosedIcon, e as EyeOpenIcon, N as NoDataIcon, g as CrossIcon, S as SearchIcon, T as TrashIcon, P as PlusIcon, A as ArrowIcon } from './index-BJxaoI0G.js';
|
|
9
9
|
import { M as MONITORS_OPTIONS } from './index-D3sp5Hx7.js';
|
|
10
10
|
import { u as useContainerSize, a as useCopy, g as useTransition, d as useKeyDown, e as useOnClickOutside } from './useTransition-D0ykOLrk.js';
|
|
11
11
|
import ReactDOM from 'react-dom';
|
|
12
12
|
import { I as ImageErrorIcon } from './index-DGel4E-Z.js';
|
|
13
|
-
import { I as InfoIcon } from './index-
|
|
13
|
+
import { I as InfoIcon } from './index-IKusBlIE.js';
|
|
14
14
|
|
|
15
15
|
const TextWrapper$2 = styled.div `
|
|
16
16
|
color: ${({ $color, theme }) => $color || theme.text.secondary};
|
|
@@ -397,6 +397,10 @@ const TooltipContainer = styled.div `
|
|
|
397
397
|
gap: 4px;
|
|
398
398
|
cursor: help;
|
|
399
399
|
`;
|
|
400
|
+
const TextBreakWord = styled(Text) `
|
|
401
|
+
word-break: break-word;
|
|
402
|
+
white-space: pre-wrap;
|
|
403
|
+
`;
|
|
400
404
|
const Tooltip = ({ withIcon, titleIcon: TitleIcon, title, text, timestamp, children }) => {
|
|
401
405
|
const theme = Theme.useTheme();
|
|
402
406
|
const [isHovered, setIsHovered] = useState(false);
|
|
@@ -426,7 +430,7 @@ const Tooltip = ({ withIcon, titleIcon: TitleIcon, title, text, timestamp, child
|
|
|
426
430
|
title && React.createElement(React.Fragment, null,
|
|
427
431
|
title,
|
|
428
432
|
"\u00A0-\u00A0"))),
|
|
429
|
-
React.createElement(
|
|
433
|
+
React.createElement(TextBreakWord, { size: 12, color: theme.text.info }, text),
|
|
430
434
|
!!timestamp && (React.createElement(Text, { size: 10, color: theme.text.darker_grey, family: 'secondary', style: { marginTop: '8px' } }, new Date(timestamp).toLocaleString())))))));
|
|
431
435
|
};
|
|
432
436
|
const PopupContainer = styled.div `
|
|
@@ -4085,7 +4089,7 @@ const Status = ({ title, subtitle, size = 12, family = 'secondary', status = Sta
|
|
|
4085
4089
|
};
|
|
4086
4090
|
|
|
4087
4091
|
const LimitedText = styled(Text) `
|
|
4088
|
-
max-width: ${({ $maxWidth }) => `${$maxWidth}px`
|
|
4092
|
+
max-width: ${({ $maxWidth }) => ($maxWidth ? `${$maxWidth}px` : 'unset')};
|
|
4089
4093
|
white-space: nowrap;
|
|
4090
4094
|
overflow-x: auto;
|
|
4091
4095
|
|
|
@@ -4095,23 +4099,22 @@ const LimitedText = styled(Text) `
|
|
|
4095
4099
|
display: block;
|
|
4096
4100
|
}
|
|
4097
4101
|
`;
|
|
4098
|
-
const
|
|
4099
|
-
const ScrollX = ({ maxWidth, text, textSize, textColor }) => {
|
|
4102
|
+
const ScrollX = ({ maxWidth, text, textSize = 16, textColor }) => {
|
|
4100
4103
|
const [isOverflowed, setIsOverflowed] = useState(false);
|
|
4101
4104
|
const ref = useRef(null);
|
|
4102
4105
|
// Check if text is overflowed from maximum width
|
|
4103
4106
|
useEffect(() => {
|
|
4104
4107
|
if (ref.current) {
|
|
4105
4108
|
const { clientWidth } = ref.current;
|
|
4106
|
-
const marginUp = (maxWidth -
|
|
4107
|
-
const marginDown = (maxWidth -
|
|
4109
|
+
const marginUp = (maxWidth - textSize) * 1.05; // add 5%
|
|
4110
|
+
const marginDown = (maxWidth - textSize) * 0.95; // subtract 5%
|
|
4108
4111
|
setIsOverflowed(clientWidth < marginUp && clientWidth > marginDown);
|
|
4109
4112
|
}
|
|
4110
|
-
}, [maxWidth, text]);
|
|
4113
|
+
}, [maxWidth, textSize, text]);
|
|
4111
4114
|
return (React.createElement(FlexRow, { "$gap": 0 },
|
|
4112
4115
|
text && (React.createElement(Tooltip, { text: isOverflowed ? text : undefined },
|
|
4113
|
-
React.createElement(LimitedText, { ref: ref, "$maxWidth": maxWidth -
|
|
4114
|
-
isOverflowed && (React.createElement(LimitedText, { "$maxWidth":
|
|
4116
|
+
React.createElement(LimitedText, { ref: ref, "$maxWidth": maxWidth - textSize, size: textSize, color: textColor }, text))),
|
|
4117
|
+
isOverflowed && (React.createElement(LimitedText, { "$maxWidth": textSize, size: textSize, color: textColor }, "..."))));
|
|
4115
4118
|
};
|
|
4116
4119
|
|
|
4117
4120
|
const ImageControlled = ({ src = '', alt = '', size = 16 }) => {
|
|
@@ -4130,12 +4133,12 @@ const Container$o = styled.div `
|
|
|
4130
4133
|
height: ${({ $size }) => $size}px;
|
|
4131
4134
|
border-radius: 8px;
|
|
4132
4135
|
background: ${({ $status, theme }) => {
|
|
4133
|
-
const clr =
|
|
4134
|
-
return `linear-gradient(180deg, ${clr
|
|
4136
|
+
const clr = theme.colors[$status || 'dropdown_bg_2'];
|
|
4137
|
+
return `linear-gradient(180deg, ${clr} 0%, ${clr + Theme.opacity.hex['030']} 100%)`;
|
|
4135
4138
|
}};
|
|
4136
4139
|
`;
|
|
4137
4140
|
const IconWrapped = ({ icon: Icon, src = '', alt = '', status, size = 36 }) => {
|
|
4138
|
-
return (React.createElement(Container$o, { "$status": status, "$size": size }, src ? React.createElement(ImageControlled, { src: src, alt: alt, size: size -
|
|
4141
|
+
return (React.createElement(Container$o, { "$status": status, "$size": size }, src ? React.createElement(ImageControlled, { src: src, alt: alt, size: size - 12 }) : !!Icon ? React.createElement(Icon, { size: size - 12 }) : React.createElement(ImageErrorIcon, { size: size - 12 })));
|
|
4139
4142
|
};
|
|
4140
4143
|
|
|
4141
4144
|
const Container$n = styled.div `
|
|
@@ -4146,11 +4149,6 @@ const Container$n = styled.div `
|
|
|
4146
4149
|
justify-content: center;
|
|
4147
4150
|
width: ${({ $size }) => $size}px;
|
|
4148
4151
|
height: ${({ $size }) => $size}px;
|
|
4149
|
-
border-radius: 8px;
|
|
4150
|
-
background: ${({ $status, theme }) => {
|
|
4151
|
-
const clr = $status ? theme.text[$status] : theme.text.secondary;
|
|
4152
|
-
return `linear-gradient(180deg, ${clr + Theme.opacity.hex['020']} 0%, ${clr + Theme.opacity.hex['005']} 100%)`;
|
|
4153
|
-
}};
|
|
4154
4152
|
`;
|
|
4155
4153
|
const IconWrapper$3 = styled.div `
|
|
4156
4154
|
position: absolute;
|
|
@@ -4163,10 +4161,17 @@ const IconWrapper$3 = styled.div `
|
|
|
4163
4161
|
width: ${({ $size }) => $size}px;
|
|
4164
4162
|
height: ${({ $size }) => $size}px;
|
|
4165
4163
|
border-radius: 100%;
|
|
4164
|
+
border: 1px solid ${({ theme, $status }) => ($status ? theme.text[$status] : theme.colors.border) + Theme.opacity.hex['030']};
|
|
4165
|
+
background: ${({ $status, theme }) => {
|
|
4166
|
+
const clr = theme.colors[$status || 'dropdown_bg_2'];
|
|
4167
|
+
return `linear-gradient(180deg, ${clr} 0%, ${clr + Theme.opacity.hex['030']} 100%)`;
|
|
4168
|
+
}};
|
|
4166
4169
|
`;
|
|
4167
4170
|
const IconGroup = ({ icons = [], iconSrcs = [], status, size = 36, id }) => {
|
|
4168
4171
|
const theme = Theme.useTheme();
|
|
4169
|
-
const
|
|
4172
|
+
const SINGLE_ICON_PADDING = 12;
|
|
4173
|
+
const MULTI_ICON_SCALE_DIVIDER = 2.7;
|
|
4174
|
+
const imgSize = icons.length === 1 || iconSrcs.length === 1 ? size - SINGLE_ICON_PADDING : size / MULTI_ICON_SCALE_DIVIDER;
|
|
4170
4175
|
if (iconSrcs.length > 0) {
|
|
4171
4176
|
return React.createElement(IconGroup, { icons: iconSrcs.map((src) => (() => React.createElement(ImageControlled, { src: src, size: imgSize }))), status: status, size: size, id: id });
|
|
4172
4177
|
}
|
|
@@ -4174,24 +4179,25 @@ const IconGroup = ({ icons = [], iconSrcs = [], status, size = 36, id }) => {
|
|
|
4174
4179
|
return React.createElement(IconWrapped, { icon: icons[0], status: status, size: size });
|
|
4175
4180
|
}
|
|
4176
4181
|
const getTopPosition = (idx) => {
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4182
|
+
// The multiplications are magic numbers chosen based on the divider of the image size (currently 2.7)
|
|
4183
|
+
if (icons.length <= 2)
|
|
4184
|
+
return imgSize * 0.5;
|
|
4185
|
+
if (idx === 0 || idx === 1)
|
|
4186
|
+
return 0;
|
|
4187
|
+
return imgSize * 1.15;
|
|
4181
4188
|
};
|
|
4182
4189
|
const getLeftPosition = (idx) => {
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
return imgSize *
|
|
4188
|
-
|
|
4189
|
-
return imgSize * 1.4;
|
|
4190
|
+
// The multiplications are magic numbers chosen based on the divider of the image size (currently 2.7)
|
|
4191
|
+
if (idx === 0)
|
|
4192
|
+
return 0;
|
|
4193
|
+
if (idx === 1)
|
|
4194
|
+
return imgSize * 1.15;
|
|
4195
|
+
return imgSize * 1.15 * 0.5;
|
|
4190
4196
|
};
|
|
4191
4197
|
return (React.createElement(Container$n, { "$status": status, "$size": size }, icons.map((Icon, idx) => {
|
|
4192
4198
|
if (idx > 2)
|
|
4193
4199
|
return null;
|
|
4194
|
-
return (React.createElement(IconWrapper$3, { key: `icon-${id}-${idx}`, "$size": imgSize * 1.5, "$top": getTopPosition(idx), "$left": getLeftPosition(idx), "$zIndex": idx + 1 }, idx === 2 && icons.length > 3 ? (React.createElement(Text, { family: 'secondary', color: theme.text.dark_grey, size: imgSize * 0.8 },
|
|
4200
|
+
return (React.createElement(IconWrapper$3, { key: `icon-${id}-${idx}`, "$status": status, "$size": imgSize * 1.5, "$top": getTopPosition(idx), "$left": getLeftPosition(idx), "$zIndex": idx + 1 }, idx === 2 && icons.length > 3 ? (React.createElement(Text, { family: 'secondary', color: theme.text.dark_grey, size: imgSize * 0.8 },
|
|
4195
4201
|
"+",
|
|
4196
4202
|
icons.length - 2)) : (React.createElement(Icon, { size: imgSize }))));
|
|
4197
4203
|
})));
|
|
@@ -242,24 +242,62 @@ const NodejsLogo = ({ size = 16, fill, rotate = 0, onClick }) => {
|
|
|
242
242
|
};
|
|
243
243
|
|
|
244
244
|
const PhpLogo = ({ size = 16, fill, rotate = 0, onClick }) => {
|
|
245
|
-
return (React.createElement("svg", { width: size, height: size
|
|
245
|
+
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 32 32', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
246
246
|
React.createElement("defs", null,
|
|
247
|
-
React.createElement("
|
|
248
|
-
React.createElement("stop", { offset: '0', stopColor: '#
|
|
249
|
-
React.createElement("stop", { offset: '.
|
|
250
|
-
React.createElement("stop", { offset: '
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
React.createElement("path", { fill: fill || '
|
|
254
|
-
|
|
255
|
-
React.createElement("path", { fill: fill || '#
|
|
256
|
-
|
|
257
|
-
React.createElement("path", { fill: fill || '#
|
|
258
|
-
React.createElement("path", { fill: fill || '#
|
|
259
|
-
React.createElement("path", { fill: fill || '#
|
|
260
|
-
React.createElement("path", { fill: fill || '#
|
|
261
|
-
React.createElement("path", { fill: fill || '#
|
|
262
|
-
React.createElement("path", { fill: fill || '#
|
|
247
|
+
React.createElement("linearGradient", { id: 'a', x1: '-134.514', y1: '-206.113', x2: '-134.455', y2: '-206.235', gradientTransform: 'matrix(247.636, 0, 0, -153.765, 33318.948, -31686.704)', gradientUnits: 'userSpaceOnUse' },
|
|
248
|
+
React.createElement("stop", { offset: '0', stopColor: '#8a9fe0' }),
|
|
249
|
+
React.createElement("stop", { offset: '0.588', stopColor: '#7182b8' }),
|
|
250
|
+
React.createElement("stop", { offset: '1', stopColor: '#576490' }))),
|
|
251
|
+
React.createElement("g", null,
|
|
252
|
+
React.createElement("path", { fill: fill || '#ccc', d: 'M14.486,20.381a17.345,17.345,0,0,1-.046,3.133.835.835,0,0,1-.439.709c-.831.617-3.616.765-3.963-.546-.128-.005-.026-.429-.148-.413a1.561,1.561,0,0,1-1.2-.735c.005-1.434.163-6.607-2.4-5.214a2.506,2.506,0,0,0-1.168,1.429,4.91,4.91,0,0,0-.24,1.643c-.02.714.158,1.495.184,2.352.01.383.071.48-.214.806-.459.525-1.26.082-1.693-.495a1.893,1.893,0,0,1-.291-.969,31.065,31.065,0,0,1,1-11.148c.367-1.23.495-1.408,1.663-1.684a12.948,12.948,0,0,1,4.05-.24c1.051-.342,3.545-2.194,4.621-.724a12.527,12.527,0,0,1,9.579,1.75,37.083,37.083,0,0,0,4.259.077c.2-.128.434-.265.638-.383a1.381,1.381,0,0,1,.495-.209c.23-.036.53-.046.6.24a3.292,3.292,0,0,1,.061.893.808.808,0,0,1-.643.76,4.02,4.02,0,0,1-1.148-.372c-1.3.036-2.1-.036-3.4,0,.209.224.2.372.352.668a6.381,6.381,0,0,1-.775,5.979c-.092,1.49.02,2.995.031,4.49.005.515.041,1.005-.444,1.347a3.263,3.263,0,0,1-2.867.24,2.523,2.523,0,0,1-.668-.556,2.807,2.807,0,0,1-.5.01,1.213,1.213,0,0,1-.689-.505,3.606,3.606,0,0,1-.235-.525c0-.7-.026-.974-.026-1.673a10.67,10.67,0,0,1-4.346-.122Z' }),
|
|
253
|
+
React.createElement("path", { fill: fill || '#ccc', d: 'M12.095,24.839a3.748,3.748,0,0,1-1.217-.184,1.452,1.452,0,0,1-.972-.864.46.46,0,0,1-.1-.322l0-.045a1.8,1.8,0,0,1-1.25-.811l-.024-.039,0-.26c.009-1.182.032-4.323-1.034-4.962a1.1,1.1,0,0,0-1.128.1,2.356,2.356,0,0,0-1.1,1.349,4.783,4.783,0,0,0-.228,1.588,8.525,8.525,0,0,0,.085,1.2c.043.366.087.746.1,1.145,0,.059,0,.11.007.156a.849.849,0,0,1-.26.76.817.817,0,0,1-.665.288,1.849,1.849,0,0,1-1.276-.792,1.973,1.973,0,0,1-.322-1.053A31.068,31.068,0,0,1,3.719,10.887c.375-1.255.54-1.5,1.779-1.793a13.117,13.117,0,0,1,4.068-.247,8.378,8.378,0,0,0,.875-.4c1.232-.616,2.91-1.453,3.831-.334a12.633,12.633,0,0,1,9.567,1.768A36.054,36.054,0,0,0,28,9.953c.2-.123.412-.251.606-.363l.056-.032a1.366,1.366,0,0,1,.494-.2c.444-.069.7.053.777.361a3.477,3.477,0,0,1,.065.939.97.97,0,0,1-.791.909l-.026,0-.025-.007c-.085-.022-.171-.042-.26-.062A3.127,3.127,0,0,1,28,11.2c-.633.016-1.155.007-1.659,0-.433-.007-.878-.015-1.394-.007.032.063.055.124.08.186a2.467,2.467,0,0,0,.112.256,6.533,6.533,0,0,1-.761,6.126c-.056.966-.027,1.957,0,2.916.015.491.03,1,.033,1.5v.086a1.448,1.448,0,0,1-.513,1.393,3.4,3.4,0,0,1-3.02.257,1.8,1.8,0,0,1-.564-.437c-.035-.036-.07-.072-.106-.106-.049,0-.1.006-.145.011a.952.952,0,0,1-.33-.006,1.375,1.375,0,0,1-.783-.571,1.779,1.779,0,0,1-.171-.361c-.023-.061-.047-.123-.076-.188l-.014-.031v-.034c0-.347-.006-.594-.013-.832-.005-.2-.01-.4-.012-.659a10.815,10.815,0,0,1-4-.092,17.55,17.55,0,0,1-.065,2.931.984.984,0,0,1-.5.813A3.748,3.748,0,0,1,12.095,24.839Zm-1.969-1.318h.036l.03.114a1.106,1.106,0,0,0,.791.718,3.912,3.912,0,0,0,2.922-.259.687.687,0,0,0,.375-.6,17.157,17.157,0,0,0,.055-2.976l-.085-.024L14.6,19.8l.041.463a10.678,10.678,0,0,0,4.169.088l.181-.024v.182c0,.347.006.594.013.832s.012.473.013.807c.025.059.047.116.069.171a1.524,1.524,0,0,0,.139.3,1.057,1.057,0,0,0,.6.44.729.729,0,0,0,.216,0,1.888,1.888,0,0,1,.244-.013l.06,0,.044.041c.054.05.108.105.162.16a1.537,1.537,0,0,0,.46.366,3.1,3.1,0,0,0,2.712-.224c.388-.274.383-.65.377-1.127v-.087c0-.5-.018-1-.033-1.492-.029-.987-.059-2.008,0-3.009l0-.066.05-.044a6.184,6.184,0,0,0,.739-5.785,2.755,2.755,0,0,1-.126-.287.911.911,0,0,0-.2-.346l-.241-.259.353-.01c.654-.018,1.188-.009,1.706,0s1.045.018,1.691,0h.047l.04.025a2.716,2.716,0,0,0,.835.289c.082.019.163.037.242.057a.671.671,0,0,0,.471-.609,3.141,3.141,0,0,0-.058-.847c-.014-.061-.041-.176-.416-.117a1.065,1.065,0,0,0-.384.158l-.056.032c-.2.114-.429.253-.631.379l-.037.023h-.043a36.326,36.326,0,0,1-4.278-.077l-.042,0-.035-.024a12.347,12.347,0,0,0-9.461-1.725l-.1.018-.059-.08c-.747-1.02-2.334-.227-3.493.352a7.889,7.889,0,0,1-.95.43l-.032.01-.033,0a12.792,12.792,0,0,0-4,.236c-1.121.264-1.2.4-1.547,1.574a30.75,30.75,0,0,0-1,11.09,1.683,1.683,0,0,0,.258.884,1.551,1.551,0,0,0,1.033.666.5.5,0,0,0,.413-.179.552.552,0,0,0,.182-.532c0-.049-.006-.1-.007-.164-.011-.386-.055-.758-.1-1.118a8.754,8.754,0,0,1-.087-1.243,5.022,5.022,0,0,1,.251-1.7,2.67,2.67,0,0,1,1.24-1.509,1.4,1.4,0,0,1,1.444-.1c1.223.733,1.2,3.89,1.19,5.238v.167a1.4,1.4,0,0,0,1.028.622.2.2,0,0,1,.15.045.4.4,0,0,1,.1.3C10.123,23.471,10.124,23.5,10.126,23.521Zm-.216-.1h0Z' }),
|
|
254
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M13.891,19.981a17.345,17.345,0,0,1-.046,3.133.835.835,0,0,1-.439.709c-.831.617-3.616.765-3.963-.546-.128-.005-.026-.429-.148-.413a1.561,1.561,0,0,1-1.2-.735c.005-1.434.163-6.607-2.4-5.214a2.506,2.506,0,0,0-1.168,1.429,4.91,4.91,0,0,0-.24,1.643c-.02.714.158,1.495.184,2.352.01.383.071.48-.214.806-.459.525-1.26.082-1.693-.495a1.893,1.893,0,0,1-.291-.969,31.065,31.065,0,0,1,1-11.148c.367-1.23.495-1.408,1.663-1.684a12.948,12.948,0,0,1,4.05-.24c1.051-.342,3.545-2.194,4.621-.724a12.527,12.527,0,0,1,9.579,1.75,37.083,37.083,0,0,0,4.259.077c.2-.128.434-.265.638-.383a1.381,1.381,0,0,1,.495-.209c.23-.036.53-.046.6.24a3.292,3.292,0,0,1,.061.893.808.808,0,0,1-.643.76,4.02,4.02,0,0,1-1.148-.372c-1.3.036-2.1-.036-3.4,0,.209.224.2.372.352.668a6.381,6.381,0,0,1-.775,5.979c-.092,1.49.02,2.995.031,4.49.005.515.041,1.005-.444,1.347a3.263,3.263,0,0,1-2.867.24,2.523,2.523,0,0,1-.668-.556,2.807,2.807,0,0,1-.5.01,1.213,1.213,0,0,1-.689-.505,3.606,3.606,0,0,1-.235-.525c0-.7-.026-.974-.026-1.673a10.67,10.67,0,0,1-4.346-.122Z' }),
|
|
255
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M11.5,24.439a3.748,3.748,0,0,1-1.217-.184,1.452,1.452,0,0,1-.972-.864.46.46,0,0,1-.1-.322l0-.045a1.8,1.8,0,0,1-1.25-.811l-.024-.039,0-.26c.009-1.182.032-4.323-1.034-4.962a1.1,1.1,0,0,0-1.128.1,2.356,2.356,0,0,0-1.1,1.349,4.783,4.783,0,0,0-.228,1.588,8.522,8.522,0,0,0,.085,1.2c.043.367.087.746.1,1.146,0,.059,0,.11.007.156a.849.849,0,0,1-.26.76.816.816,0,0,1-.665.288,1.849,1.849,0,0,1-1.276-.792,1.974,1.974,0,0,1-.322-1.053A31.068,31.068,0,0,1,3.124,10.487c.375-1.255.54-1.5,1.779-1.793a13.115,13.115,0,0,1,4.068-.247,8.378,8.378,0,0,0,.875-.4c1.232-.616,2.91-1.454,3.831-.334a12.634,12.634,0,0,1,9.567,1.769,36.037,36.037,0,0,0,4.156.074c.195-.121.413-.252.606-.363l.056-.032a1.366,1.366,0,0,1,.494-.2c.444-.069.7.053.777.361a3.476,3.476,0,0,1,.065.939.97.97,0,0,1-.791.909l-.026,0-.025-.007c-.085-.022-.171-.042-.26-.062a3.127,3.127,0,0,1-.889-.3c-.633.016-1.155.007-1.659,0-.433-.007-.878-.015-1.394-.007.032.063.055.124.08.186a2.467,2.467,0,0,0,.112.256,6.534,6.534,0,0,1-.761,6.126c-.056.966-.027,1.957,0,2.915.014.492.029,1,.033,1.5v.086a1.448,1.448,0,0,1-.512,1.393,3.4,3.4,0,0,1-3.02.257,1.8,1.8,0,0,1-.564-.437c-.035-.036-.07-.072-.106-.106-.049,0-.1.006-.145.011a.95.95,0,0,1-.33-.006,1.375,1.375,0,0,1-.783-.571,1.769,1.769,0,0,1-.171-.361c-.023-.061-.047-.123-.076-.188l-.014-.031v-.034c0-.347-.006-.594-.013-.832-.005-.2-.011-.4-.012-.659a10.817,10.817,0,0,1-4-.092A17.56,17.56,0,0,1,14,23.135a.984.984,0,0,1-.5.813A3.748,3.748,0,0,1,11.5,24.439ZM9.531,23.121h.036l.03.114a1.106,1.106,0,0,0,.791.718,3.911,3.911,0,0,0,2.922-.259.687.687,0,0,0,.375-.6,17.162,17.162,0,0,0,.055-2.976l-.085-.024L14,19.405l.041.463a10.679,10.679,0,0,0,4.169.088l.181-.024v.182c0,.347.006.594.013.832s.012.473.013.807c.025.059.047.116.069.172a1.514,1.514,0,0,0,.139.3,1.057,1.057,0,0,0,.6.44.722.722,0,0,0,.216,0,1.888,1.888,0,0,1,.244-.013l.06,0,.044.041c.054.05.108.1.162.16a1.539,1.539,0,0,0,.46.366,3.1,3.1,0,0,0,2.712-.224c.388-.274.383-.65.377-1.127v-.087c0-.5-.018-1-.033-1.493-.029-.987-.059-2.007,0-3.008l0-.066.05-.044a6.185,6.185,0,0,0,.739-5.785,2.755,2.755,0,0,1-.126-.287.911.911,0,0,0-.2-.346l-.241-.259.353-.01c.654-.018,1.188-.009,1.706,0s1.045.018,1.691,0h.047l.04.025a2.716,2.716,0,0,0,.835.289c.082.019.163.037.242.057a.671.671,0,0,0,.471-.609,3.144,3.144,0,0,0-.058-.847c-.014-.061-.041-.175-.416-.117a1.064,1.064,0,0,0-.384.158l-.057.032c-.2.115-.431.254-.631.379L27.5,9.87h-.043a36.353,36.353,0,0,1-4.278-.077l-.042,0L23.1,9.767a12.347,12.347,0,0,0-9.461-1.725l-.1.018-.059-.08c-.747-1.02-2.334-.227-3.493.352a7.889,7.889,0,0,1-.95.43l-.032.01-.033,0a12.788,12.788,0,0,0-4,.236c-1.121.264-1.2.4-1.547,1.574a30.75,30.75,0,0,0-1,11.09,1.683,1.683,0,0,0,.258.884,1.551,1.551,0,0,0,1.033.666.493.493,0,0,0,.413-.179.552.552,0,0,0,.182-.532c0-.049-.006-.1-.007-.164-.011-.386-.055-.758-.1-1.118a8.743,8.743,0,0,1-.087-1.243,5.022,5.022,0,0,1,.251-1.7,2.67,2.67,0,0,1,1.24-1.509,1.4,1.4,0,0,1,1.444-.1c1.223.733,1.2,3.89,1.19,5.238v.167A1.4,1.4,0,0,0,9.28,22.7a.2.2,0,0,1,.15.045.4.4,0,0,1,.1.3C9.528,23.071,9.529,23.1,9.531,23.121Zm-.216-.1h0Z' }),
|
|
256
|
+
React.createElement("path", { fill: fill || '#6978ab', d: 'M18.572,19.946a4.782,4.782,0,0,0,.946-.189,11.582,11.582,0,0,1,.137,2.749,1.177,1.177,0,0,1-1.134-.663A8.774,8.774,0,0,1,18.572,19.946Z' }),
|
|
257
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M19.622,22.666a1.33,1.33,0,0,1-1.242-.749l-.015-.028,0-.032a8.978,8.978,0,0,1,.052-1.932l.016-.124.124-.014a4.7,4.7,0,0,0,.915-.182l.164-.053.04.168a10.177,10.177,0,0,1,.147,2.484l-.008.459-.154,0Zm-.944-.87a1,1,0,0,0,.821.545l0-.144a10.985,10.985,0,0,0-.1-2.238,5.036,5.036,0,0,1-.683.13A8.609,8.609,0,0,0,18.677,21.8Z' }),
|
|
258
|
+
React.createElement("path", { fill: fill || 'url(#a)', d: 'M4.052,22.683c-.225-1.474-.454-4.075.6-5.315a3.452,3.452,0,0,1,.27-.321c1.663-1.566,3.112-.219,3.505,1.515a27.314,27.314,0,0,1,.051,3.295,1.109,1.109,0,0,0,1.051.6c.153.316.112.551.286.76a2.5,2.5,0,0,0,2.7.694,8.441,8.441,0,0,0,.913-.454,10.14,10.14,0,0,0-.1-4.045c0-.184-.061-.306-.061-.49a.626.626,0,0,1,.311.138c-.2.734,2.556,1.239,5.771.352.036-.128-.026-.286.051-.332a.4.4,0,0,1,.337-.041c.015.235.02.464.036.7a4.654,4.654,0,0,0,.75.01.838.838,0,0,1-.6.214c.056,0-.031.107.02.117.148.036.429-.02.546.031-.219.128-.464.056-.612.2.036.78.056,1.617.087,2.4a2.591,2.591,0,0,0,3.311-.148,28.633,28.633,0,0,0-.1-4.7c-.117-.015-.235-.036-.352-.051,1.827-2.458,2.179-4.973.648-7.243-.015-.1-.082-.2-.1-.3,1.332-.051,2.7.087,4.036.036a6.478,6.478,0,0,0,1.112.311c.393-.138.464-1.229.077-1.107s-.6.367-1.015.52c-1.531,0-3.23-.061-4.76-.061a9.5,9.5,0,0,0-9-1.551,8.371,8.371,0,0,1,.26,6.427c-.087.286-1.408,1.122-.327.209,1.092-.928.408-7.375-.934-7.386a6.327,6.327,0,0,0-4.25,1.7c-.209-.224-.194-.133-.1-.449a9.863,9.863,0,0,0-3.4.3,1.428,1.428,0,0,0-1.3.949,33.949,33.949,0,0,0-1.2,11.094,4.574,4.574,0,0,0,.352,1.3c.6.658.924.469,1.123.122Z' }),
|
|
259
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M6.446,10.422a2.187,2.187,0,0,0-1.063-.149.144.144,0,0,0-.153.1.2.2,0,0,0-.02.154c.031.087.036.082.112.1a.648.648,0,0,0,.3-.026.883.883,0,0,1,.746-.036c.112-.005.123-.051.087-.139Z' }),
|
|
260
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M5.406,10.791a.566.566,0,0,1-.118-.012l-.013,0a.246.246,0,0,1-.217-.2.367.367,0,0,1,.031-.284.294.294,0,0,1,.283-.18,2.335,2.335,0,0,1,1.1.149h.082l.041.1a.237.237,0,0,1-.227.359H6.344l-.027-.008a.722.722,0,0,0-.62.022l-.018.011-.02.005A.989.989,0,0,1,5.406,10.791Zm-.044-.323a.5.5,0,0,0,.2-.02l.054-.027c-.07,0-.141,0-.213.011H5.377l-.006.012A.075.075,0,0,0,5.362,10.468Z' }),
|
|
261
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M5.622,11.687a.549.549,0,0,1,.507-.311c.02-.128,0-.2-.164-.2a1.535,1.535,0,0,0-.578.51,1.051,1.051,0,0,0-.077.6.538.538,0,0,0,.2.352.666.666,0,0,0,.752-.031c.358-.209.716-.806.087-1.031a.963.963,0,0,0-.732.153c-.01.005-.015-.015,0-.041Z' }),
|
|
262
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M5.816,12.906a.622.622,0,0,1-.408-.142.7.7,0,0,1-.256-.458,1.154,1.154,0,0,1,.1-.7,1.7,1.7,0,0,1,.635-.568l.035-.021H5.96a.338.338,0,0,1,.269.095.348.348,0,0,1,.058.289h0a.683.683,0,0,1,.564.524.975.975,0,0,1-.508.823A1.067,1.067,0,0,1,5.816,12.906ZM5.493,11.84a1.082,1.082,0,0,0-.024.432.38.38,0,0,0,.145.248c.193.161.506-.011.567-.047a.674.674,0,0,0,.352-.518c-.009-.1-.089-.172-.237-.225a.824.824,0,0,0-.593.138l-.013.007-.107.054-.088-.089Z' }),
|
|
263
|
+
React.createElement("path", { fill: fill || '#fefefe', d: 'M5.9,12.381a.4.4,0,0,0,.021.107.211.211,0,0,0,.021.046.215.215,0,0,1-.2.02c-.221-.1-.205-.41-.092-.578a.671.671,0,0,1,.529-.292c.118.061.154.118.092.133a.337.337,0,0,0-.1.036.183.183,0,0,0-.1.113c.051.015.077,0,.123.02v.159a.24.24,0,0,0-.159-.02c-.1.031-.139.174-.139.261Z' }),
|
|
264
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M6.323,16.459A2.19,2.19,0,0,0,8,13.834a1.1,1.1,0,0,1-.511-.138c-.01-.066-.015-.133-.026-.2.414.2,1,.26.924-.373.056-.015.143-.02.2-.036-.02.444-.1.485-.373.674a3.01,3.01,0,0,1-.9,2.666.881.881,0,0,0,.036.414,1.233,1.233,0,0,0-1.026-.373Z' }),
|
|
265
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M7.632,17.391l-.4-.442a1.081,1.081,0,0,0-.906-.32l-.162,0v-.28l.113-.045a2.02,2.02,0,0,0,1.584-2.327,1.028,1.028,0,0,1-.458-.147l-.062-.039L7.33,13.72c-.005-.035-.01-.07-.014-.105s-.007-.062-.012-.094l-.046-.3.273.132a.734.734,0,0,0,.625.08c.064-.045.088-.143.071-.291l-.015-.136.132-.036a.994.994,0,0,1,.119-.022.721.721,0,0,0,.08-.014l.212-.058-.01.219c-.021.456-.121.571-.361.742a3.172,3.172,0,0,1-.925,2.669.941.941,0,0,0,.035.252Zm-.7-1.008a1.2,1.2,0,0,1,.21.09.431.431,0,0,1,.021-.1l.011-.032.023-.025q.128-.137.237-.275A2.643,2.643,0,0,1,6.932,16.383Z' }),
|
|
266
|
+
React.createElement("path", { fill: fill || '#8093d0', d: 'M22.157,23.213c-.025-.377-.071-.708-.082-1.086-.025-.866-.683-1.055-.719-.189-.02.454,0,.882,0,1.31A2.244,2.244,0,0,0,22.157,23.213Z' }),
|
|
267
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M21.739,23.32c-.1,0-.194-.006-.289-.012L21.3,23.3v-.05c0-.142,0-.283,0-.425,0-.286-.009-.582,0-.887.019-.453.2-.614.361-.614h0c.213,0,.447.283.463.8.006.231.026.442.046.665.013.136.025.274.035.418l0,.043-.041.012A1.523,1.523,0,0,1,21.739,23.32ZM21.41,23.2l.048,0a1.993,1.993,0,0,0,.643-.029c-.009-.128-.021-.251-.032-.372-.021-.225-.04-.437-.047-.672-.013-.431-.2-.7-.357-.7h0c-.108,0-.239.134-.255.512-.014.3-.009.6,0,.881C21.408,22.948,21.41,23.073,21.41,23.2Z' }),
|
|
268
|
+
React.createElement("path", { fill: fill || '#8093d0', d: 'M21.368,23.257a6.358,6.358,0,0,1-.081-1.317c.056-.8-.7-1.643-.751-.158a7.955,7.955,0,0,0,.051,1.3A5.155,5.155,0,0,0,21.368,23.257Z' }),
|
|
269
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M21.429,23.321l-.069-.011a5.145,5.145,0,0,1-.79-.175l-.032-.011,0-.033a7.975,7.975,0,0,1-.051-1.31c.016-.479.1-.763.263-.845a.221.221,0,0,1,.234.023,1.2,1.2,0,0,1,.361.985A5.475,5.475,0,0,0,21.4,23.1Zm-.794-.277a5,5,0,0,0,.671.15l-.01-.083a5.645,5.645,0,0,1-.063-1.174,1.1,1.1,0,0,0-.313-.889.119.119,0,0,0-.126-.018c-.055.028-.185.159-.206.754A7.9,7.9,0,0,0,20.635,23.044Z' }),
|
|
270
|
+
"fill=",
|
|
271
|
+
fill || '#8093d0',
|
|
272
|
+
React.createElement("path", { d: 'M20.588,23.15l-.107-1.7c-.077-1.269-.587-1.121-.628-.076-.02.494.02.764-.026,1.259.24.163.49.484.761.51Z' }),
|
|
273
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M20.583,23.2a1.1,1.1,0,0,1-.555-.331,2.5,2.5,0,0,0-.23-.188l-.026-.018,0-.031a6.217,6.217,0,0,0,.021-.72c0-.162,0-.329,0-.536.021-.533.162-.879.359-.881h0c.2,0,.338.357.374.956l.107,1.7h0v0l-.054,0Zm-.7-.589c.072.052.144.116.215.178a1.28,1.28,0,0,0,.432.293l-.1-1.624c-.038-.629-.181-.856-.268-.856h0c-.09,0-.233.249-.253.779-.009.2-.006.371,0,.531A6.444,6.444,0,0,1,19.883,22.609Z' }),
|
|
274
|
+
"fill=",
|
|
275
|
+
fill || '#8093d0',
|
|
276
|
+
React.createElement("path", { d: 'M11.865,24.028a7.005,7.005,0,0,0-.061-1.191c-.214-.92-.484-1.033-.8-.353v1.528a3.474,3.474,0,0,0,.862.01Z' }),
|
|
277
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M11.542,24.1c-.166,0-.332-.015-.495-.03l-.1-.009,0-1.6c.153-.329.3-.482.448-.466.182.019.326.282.453.829l.01.087a6.605,6.605,0,0,1,.053,1.118h-.052l.007.046A2.073,2.073,0,0,1,11.542,24.1Zm-.486-.136h0a3.437,3.437,0,0,0,.757.013,6.638,6.638,0,0,0-.054-1.053l-.009-.081c-.146-.627-.288-.734-.359-.741-.055,0-.168.039-.335.395Z' }),
|
|
278
|
+
React.createElement("path", { fill: fill || '#8093d0', d: 'M10.3,23.776c.005-.586.01-.974.01-1.56.214-.862.433-.775.647.26.005.556.01.918.01,1.473a1.647,1.647,0,0,1-.673-.173Z' }),
|
|
279
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M11.017,24.009l-.09-.01a1.627,1.627,0,0,1-.663-.177l-.175-.1h.154l0-.3c0-.41.007-.749.007-1.211l0-.013c.108-.434.214-.628.345-.628h0c.1,0,.241.105.4.89l0,.346c0,.385.007.7.007,1.139Zm-.667-.262a1.517,1.517,0,0,0,.561.142c0-.406,0-.711-.007-1.078l0-.335c-.157-.753-.277-.794-.3-.794s-.109.012-.241.54c0,.459,0,.8-.007,1.206Z' }),
|
|
280
|
+
React.createElement("path", { fill: fill || '#8093d0', d: 'M9.5,22.623c.031-.49.133-.985.163-1.475-.2-.97-.418-1.143-.647-.51-.01.628-.015,1.261-.025,1.889a.711.711,0,0,0,.51.1Z' }),
|
|
281
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M9.373,22.7a.8.8,0,0,1-.348-.1l-.084-.038v-.035q.008-.471.013-.944t.013-.945l0-.017c.1-.287.206-.416.326-.408s.259.121.424.926v.014c-.015.247-.049.5-.082.741s-.066.49-.081.732v.046l-.042.009A.679.679,0,0,1,9.373,22.7Zm-.324-.2.02.009a.61.61,0,0,0,.385.082c.016-.235.048-.474.08-.705s.065-.486.081-.727c-.157-.763-.289-.831-.326-.834-.02,0-.1.017-.215.33q-.008.466-.013.935T9.049,22.492Z' }),
|
|
282
|
+
React.createElement("path", { fill: fill || '#8093d0', d: 'M19.021,22.468c.041-.521-.015-.955,0-1.465.015-.618.626-.439.652.128s.056.858.087,1.424a1.309,1.309,0,0,1-.733-.087Z' }),
|
|
283
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M19.463,22.618a.922.922,0,0,1-.451-.1h-.044v-.057a7.342,7.342,0,0,0,.006-.836c-.006-.2-.013-.407-.006-.626.008-.322.167-.438.313-.439h0c.2,0,.427.215.442.566.015.289.03.5.044.721s.028.423.043.7l0,.054-.155.006C19.592,22.615,19.527,22.618,19.463,22.618Zm-.387-.184a1.1,1.1,0,0,0,.579.072l.048,0c-.014-.253-.027-.451-.04-.648-.014-.217-.028-.433-.044-.723s-.183-.465-.336-.465h0c-.125,0-.2.127-.208.336s0,.421.006.62A7.778,7.778,0,0,1,19.076,22.434Z' }),
|
|
284
|
+
React.createElement("path", { fill: fill || '#b9c5ea', d: 'M18.989,22.487c-.015-.382-.01-.841-.025-1.223.036-.525-.326-1.3-.468-.438a8.571,8.571,0,0,0-.081.963A4.066,4.066,0,0,0,18.989,22.487Z' }),
|
|
285
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M19.046,22.595l-.089-.064A2.556,2.556,0,0,1,18.5,22c-.048-.067-.092-.128-.128-.174l-.013-.016v-.02c.007-.1.012-.2.016-.28a5.486,5.486,0,0,1,.066-.688c.018-.112.074-.452.253-.43.2.024.343.558.321.88.008.186.01.4.013.607s.005.42.013.61Zm-.578-.822c.035.045.075.1.119.162a3.567,3.567,0,0,0,.345.433c0-.158-.007-.327-.009-.491,0-.206-.005-.42-.013-.61.025-.372-.14-.763-.227-.773-.019-.006-.088.054-.136.341a5.4,5.4,0,0,0-.065.676C18.478,21.591,18.474,21.676,18.468,21.772Z' }),
|
|
286
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M14.443,15.459c.26-1.24.515-2.48.775-3.725.041-.291.117-.551.423-.577h.372c.224,0,.352.133.372.4l-.076.551c.01.225.148.352.423.373.372.015.75.036,1.122.051.561.036.938.276.9.975-.117.617-.235,1.235-.352,1.847a.725.725,0,0,1-.474.648c-.168-.01-.357.01-.525,0-.291.015-.459-.092-.352-.475.107-.485.24-1.092.352-1.577.041-.577-.173-.607-.4-.648-.194-.026-.382,0-.576-.026-.286.041-.393.316-.474.623-.122.515-.25,1.031-.372,1.551-.056.281-.117.464-.326.551h-.622q-.352-.077-.2-.551Z' }),
|
|
287
|
+
React.createElement("path", { fill: fill || '#fefefe', d: 'M17.509,16.11c-.037,0-.073,0-.109,0a.468.468,0,0,1-.415-.137.511.511,0,0,1-.039-.473l.061-.278c.093-.422.2-.893.288-1.286.031-.465-.094-.488-.3-.526-.186-.025-.365,0-.565-.024-.2.036-.291.235-.373.542-.054.227-.11.458-.166.689-.069.286-.138.572-.206.86s-.123.514-.389.625l-.02.008-.666,0a.4.4,0,0,1-.276-.185.616.616,0,0,1,0-.5l.033-.1q.2-.969.4-1.939.172-.83.345-1.661c.028-.2.087-.625.519-.661h.381c.164,0,.445.064.478.5v.011l-.077.552c.007.113.054.242.324.262l.561.025.557.025a.928.928,0,0,1,1,1.087l0,.014c-.117.618-.235,1.235-.352,1.848a.829.829,0,0,1-.543.728l-.02.007h-.022c-.079,0-.164,0-.253,0C17.614,16.108,17.561,16.11,17.509,16.11Zm-.108-.216h.006c.079,0,.164,0,.253,0s.168,0,.25,0a.625.625,0,0,0,.385-.557q.176-.92.351-1.844c.031-.562-.208-.818-.8-.855l-.556-.025-.563-.026c-.44-.033-.518-.311-.525-.474V12.1l.076-.549c-.023-.256-.154-.289-.265-.289h-.372c-.184.016-.27.143-.318.485-.117.562-.232,1.115-.347,1.668q-.214,1.033-.43,2.064l-.04.193-.012-.012a.261.261,0,0,0,.023.151.187.187,0,0,0,.126.081h.587c.143-.068.192-.2.244-.466.069-.292.138-.579.207-.865q.084-.346.166-.691c.061-.228.172-.648.563-.7l.014,0,.015,0c.182.024.372,0,.576.026l.014,0c.286.052.519.145.476.759l0,.017c-.091.394-.2.868-.289,1.292l-.063.284c-.04.143-.04.241,0,.289s.157.061.243.057Z' }),
|
|
288
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M9.624,16.894c.255-1.322.515-2.644.771-3.961a.426.426,0,0,1,.449-.449h2.348a1.231,1.231,0,0,1,1.107.623,1.587,1.587,0,0,1,.189.934,2.35,2.35,0,0,1-.694,1.465,2.186,2.186,0,0,1-1.148.5c-.4.01-.8.015-1.2.026-.23-.02-.459.041-.515.225-.071.25-.122.5-.194.745a.42.42,0,0,1-.265.23c-.23.005-.464.005-.694.01C9.532,17.246,9.583,17.1,9.624,16.894Zm1.638-2.266c.066-.347.148-.74.209-1.046a.452.452,0,0,1,.449-.3,1.825,1.825,0,0,1,.715.092.766.766,0,0,1,.383,1.082,1.437,1.437,0,0,1-.852.7,1.651,1.651,0,0,1-.51.051c-.439-.046-.475-.163-.4-.582Z' }),
|
|
289
|
+
React.createElement("path", { fill: fill || '#fefefe', d: 'M9.766,17.348a.283.283,0,0,1-.232-.085c-.076-.091-.05-.214-.023-.344l.009-.045q.211-1.092.425-2.184.172-.882.343-1.762a.5.5,0,0,1,.138-.377.559.559,0,0,1,.423-.173h2.343a1.327,1.327,0,0,1,1.2.681,1.693,1.693,0,0,1,.2.99,2.458,2.458,0,0,1-.724,1.532l-.012.011a2.288,2.288,0,0,1-1.2.521c-.206.006-.407.009-.607.013l-.6.013h-.012c-.161-.014-.364.016-.4.15s-.065.244-.1.367-.062.25-.1.377a.509.509,0,0,1-.326.3l-.019.008h-.02l-.345.005-.349.005Zm-.067-.22a.226.226,0,0,0,.076.007l.352-.005.322,0c.108-.048.17-.1.187-.154.035-.123.065-.245.1-.368s.062-.25.1-.376c.065-.214.3-.329.621-.3l.594-.013.6-.013a2.083,2.083,0,0,0,1.08-.474,2.246,2.246,0,0,0,.659-1.392,1.487,1.487,0,0,0-.178-.879,1.144,1.144,0,0,0-1.018-.564H10.844a.343.343,0,0,0-.263.107.285.285,0,0,0-.08.226l0,.015,0,.015q-.172.887-.346,1.777-.213,1.091-.425,2.184l-.01.047a.541.541,0,0,0-.02.166Zm2.052-1.812c-.035,0-.07,0-.106,0a.636.636,0,0,1-.458-.179c-.089-.119-.081-.277-.035-.528l.036-.2.007.007c.035-.179.073-.363.108-.536l.073-.343a.555.555,0,0,1,.552-.36,1.889,1.889,0,0,1,.745.1.806.806,0,0,1,.472.449.99.99,0,0,1-.03.776l-.007.013a1.536,1.536,0,0,1-.911.745A2.067,2.067,0,0,1,11.75,15.316Zm-.413-.512a.307.307,0,0,0,.021.2c.035.046.133.076.308.095a1.579,1.579,0,0,0,.476-.049,1.322,1.322,0,0,0,.781-.645.775.775,0,0,0,.025-.6.6.6,0,0,0-.351-.331,1.712,1.712,0,0,0-.674-.085.34.34,0,0,0-.35.23l-.061.3c-.048.236-.1.493-.145.729Z' }),
|
|
290
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M18.545,16.894c.255-1.322.515-2.644.771-3.961a.426.426,0,0,1,.449-.449h2.348a1.231,1.231,0,0,1,1.107.623,1.587,1.587,0,0,1,.189.934,2.35,2.35,0,0,1-.694,1.465,2.186,2.186,0,0,1-1.148.5c-.4.01-.8.015-1.2.026-.23-.02-.459.041-.515.225-.071.25-.122.5-.194.745a.42.42,0,0,1-.265.23c-.23.005-.464.005-.694.01C18.453,17.246,18.5,17.1,18.545,16.894Zm1.638-2.266c.066-.347.148-.74.209-1.046a.452.452,0,0,1,.449-.3,1.825,1.825,0,0,1,.715.092.766.766,0,0,1,.383,1.082,1.437,1.437,0,0,1-.852.7,1.651,1.651,0,0,1-.51.051c-.439-.046-.475-.163-.4-.582Z' }),
|
|
291
|
+
React.createElement("path", { fill: fill || '#fefefe', d: 'M18.687,17.348a.284.284,0,0,1-.232-.085c-.076-.091-.05-.214-.023-.344l.009-.045q.21-1.089.423-2.176.173-.886.345-1.77a.5.5,0,0,1,.138-.377.559.559,0,0,1,.423-.173h2.343a1.327,1.327,0,0,1,1.2.681,1.694,1.694,0,0,1,.2.99,2.459,2.459,0,0,1-.724,1.532l-.012.011a2.288,2.288,0,0,1-1.2.521c-.206.006-.407.009-.607.013l-.6.013h-.012c-.162-.014-.364.016-.4.15s-.065.244-.1.366-.062.251-.1.377a.509.509,0,0,1-.326.3l-.019.008h-.02l-.345.005-.349.005Zm-.067-.22a.238.238,0,0,0,.076.007l.352-.005.322,0c.108-.048.17-.1.187-.154.035-.123.066-.246.1-.368s.062-.249.1-.375c.065-.214.3-.329.621-.3l.594-.013.6-.013a2.083,2.083,0,0,0,1.08-.474,2.246,2.246,0,0,0,.659-1.392,1.486,1.486,0,0,0-.178-.879,1.144,1.144,0,0,0-1.018-.564H19.765a.341.341,0,0,0-.263.107.285.285,0,0,0-.08.226l0,.015,0,.015q-.173.891-.347,1.785-.212,1.087-.423,2.176h0l-.01.047a.541.541,0,0,0-.02.166Zm2.052-1.812c-.035,0-.07,0-.106,0a.636.636,0,0,1-.458-.179c-.089-.119-.081-.277-.035-.528l.036-.2.007.007c.035-.18.073-.365.108-.539l.073-.341a.552.552,0,0,1,.552-.36,1.9,1.9,0,0,1,.745.1.806.806,0,0,1,.472.449.99.99,0,0,1-.03.776l-.007.013a1.536,1.536,0,0,1-.911.745A2.067,2.067,0,0,1,20.672,15.316Zm-.414-.511a.307.307,0,0,0,.021.2c.035.046.133.076.308.095a1.58,1.58,0,0,0,.476-.049,1.322,1.322,0,0,0,.781-.645.775.775,0,0,0,.025-.6.6.6,0,0,0-.351-.331,1.709,1.709,0,0,0-.674-.085.341.341,0,0,0-.35.23l-.061.3c-.048.237-.1.495-.145.731Z' }),
|
|
292
|
+
React.createElement("path", { fill: fill || '#ebefff', d: 'M3.425,22.906a1.615,1.615,0,0,1-.3-.393,1.41,1.41,0,0,1-.173-.735c-.26-4.433-.031-8.31,1.382-11.478.173-.388.2-.505.561-.684a7.429,7.429,0,0,1,3.452-.4c.036-.1.107-.2.076-.3a9.955,9.955,0,0,0-3.146.25c-.7.112-1.382.235-1.55,1.347-1.412,3.739-1.31,7.28-1.163,10.759a2.433,2.433,0,0,0,.112.74c.275.877.541.847.75.893Z' }),
|
|
293
|
+
React.createElement("path", { fill: fill || '#ebefff', d: 'M8.848,22.351c0-.923-.076-1.846-.076-2.773a5.413,5.413,0,0,0-.341-1.545,7.481,7.481,0,0,0-.7-1.025,7.387,7.387,0,0,1,.7,4.92C8.573,22.07,8.7,22.213,8.848,22.351Z' }),
|
|
294
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M8.924,22.534l-.071-.027a1.536,1.536,0,0,1-.66-.542l-.069-.087h.065c.015-.331.009-.634,0-.928-.006-.31-.013-.63.005-.982l0-.059.059.009a.788.788,0,0,1,.69.6l0,.008v.008c-.005.344-.009.65-.013.955s-.008.622-.013.97Zm-.631-.614a1.519,1.519,0,0,0,.526.458c0-.316.008-.6.012-.891,0-.3.008-.607.013-.947a.672.672,0,0,0-.544-.505c-.014.324-.008.623,0,.913C8.3,21.255,8.31,21.572,8.293,21.92Z' }),
|
|
295
|
+
React.createElement("path", { fill: fill || '#ebefff', d: 'M10.252,23.657a1.022,1.022,0,0,1-.5-.423c-.036-1.648-.067-3.3-.1-4.949l.251.25a6.049,6.049,0,0,1,.077,1.051l.077.2A37.7,37.7,0,0,0,10.252,23.657Z' }),
|
|
296
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M10.335,24.023,10.265,24a1.209,1.209,0,0,1-.673-.586L9.585,23.4V23.38c0-.549.01-1.117.01-1.673v-.014l.007-.012c.151-.275.281-.452.423-.424.111.022.236.151.32.935,0,.583-.01,1.177-.01,1.758Zm-.643-.65a1.124,1.124,0,0,0,.537.5c0-.557.005-1.124.01-1.674-.078-.729-.19-.829-.234-.838s-.13.047-.3.359C9.7,22.27,9.7,22.831,9.692,23.374Zm-.044.009h0Z' }),
|
|
297
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M8.5,18.057a.708.708,0,0,0-.036-.25c.041.01.082.015.122.026l.647.526a.377.377,0,0,0,.2-.2.27.27,0,0,1,.214.1c.01.419-.02.832-.01,1.25a.356.356,0,0,1,.122.225,7.181,7.181,0,0,1,.8.077c.015.066.036.107.051.174a4.038,4.038,0,0,0-.9,0v.189a2.838,2.838,0,0,1,.7.051c.01.056.015.082.025.138a2.831,2.831,0,0,0-.749.01c.031,1.031.041,2.052,0,3.088-.082-.194-.239-.383-.326-.577a19.57,19.57,0,0,0,.061-3.976A2.746,2.746,0,0,0,8.5,18.057Z' }),
|
|
298
|
+
React.createElement("path", { fill: fill || '#373435', d: 'M9.544,23.524a1.979,1.979,0,0,0-.155-.274,2.414,2.414,0,0,1-.17-.3L9.2,22.909l.006-.045a19.407,19.407,0,0,0,.062-3.9,2.7,2.7,0,0,0-.852-.767l-.09-.058.02-.106a.343.343,0,0,0-.018-.113c-.007-.027-.013-.053-.018-.079l-.046-.245.242.06.052.011c.023,0,.047.009.07.015l.034.009.584.474a.156.156,0,0,0,.039-.057l.039-.1h.111a.427.427,0,0,1,.345.171l.027.039v.048c.005.213,0,.427-.005.633,0,.183-.009.372-.006.558a.572.572,0,0,1,.086.131c.166.007.33.029.49.049l.206.025.112.013.025.11a.73.73,0,0,0,.021.072c.01.031.021.063.03.1l.049.212-.217-.017-.039,0,.073.4-.211-.022a2.894,2.894,0,0,0-.569-.009c.032,1.14.03,2.082,0,2.954ZM9.53,22.86l.019.036q0-.108,0-.219Q9.542,22.769,9.53,22.86ZM9.315,18.5a1.989,1.989,0,0,1,.175.215c0-.115,0-.231,0-.346A.62.62,0,0,1,9.315,18.5Z' }),
|
|
299
|
+
React.createElement("path", { fill: fill || '#ebefff', d: 'M9.121,8.964a3.473,3.473,0,0,0,1.307-.449,5.948,5.948,0,0,1,2.593-.75,1.8,1.8,0,0,0-1.2-.1A7.176,7.176,0,0,0,9.121,8.964Z' }),
|
|
300
|
+
React.createElement("path", { fill: fill || '#ebefff', d: 'M14.114,8.41a10.412,10.412,0,0,1,6.65.3,9.77,9.77,0,0,0-6.624-.447C14.139,8.365,14.114,8.314,14.114,8.41Z' }))));
|
|
263
301
|
};
|
|
264
302
|
|
|
265
303
|
const PostgresLogo = ({ size = 16, fill, rotate = 0, onClick }) => {
|
|
@@ -20,6 +20,7 @@ export interface Action {
|
|
|
20
20
|
signals: SignalType[];
|
|
21
21
|
disabled?: boolean;
|
|
22
22
|
collectContainerAttributes?: boolean | null;
|
|
23
|
+
collectReplicaSetAttributes?: boolean | null;
|
|
23
24
|
collectWorkloadId?: boolean | null;
|
|
24
25
|
collectClusterId?: boolean | null;
|
|
25
26
|
labelsAttributes?: {
|
|
@@ -66,6 +67,7 @@ export interface ActionFormData {
|
|
|
66
67
|
signals: Action['spec']['signals'];
|
|
67
68
|
disabled: Action['spec']['disabled'];
|
|
68
69
|
collectContainerAttributes: Action['spec']['collectContainerAttributes'];
|
|
70
|
+
collectReplicaSetAttributes: Action['spec']['collectReplicaSetAttributes'];
|
|
69
71
|
collectWorkloadId: Action['spec']['collectWorkloadId'];
|
|
70
72
|
collectClusterId: Action['spec']['collectClusterId'];
|
|
71
73
|
labelsAttributes: Action['spec']['labelsAttributes'];
|
|
@@ -60,6 +60,8 @@ export declare enum DestinationTypes {
|
|
|
60
60
|
Tingyun = "tingyun",
|
|
61
61
|
Traceloop = "traceloop",
|
|
62
62
|
Uptrace = "uptrace",
|
|
63
|
+
VictoriaMetrics = "victoriametrics",
|
|
64
|
+
VictoriaMetricsCloud = "victoriametricscloud",
|
|
63
65
|
XRay = "xray"
|
|
64
66
|
}
|
|
65
67
|
export interface Destination {
|
package/lib/types.js
CHANGED
|
@@ -191,6 +191,8 @@ var DestinationTypes;
|
|
|
191
191
|
DestinationTypes["Tingyun"] = "tingyun";
|
|
192
192
|
DestinationTypes["Traceloop"] = "traceloop";
|
|
193
193
|
DestinationTypes["Uptrace"] = "uptrace";
|
|
194
|
+
DestinationTypes["VictoriaMetrics"] = "victoriametrics";
|
|
195
|
+
DestinationTypes["VictoriaMetricsCloud"] = "victoriametricscloud";
|
|
194
196
|
DestinationTypes["XRay"] = "xray";
|
|
195
197
|
})(DestinationTypes || (DestinationTypes = {}));
|
|
196
198
|
|