@odigos/ui-kit 0.0.53 → 0.0.56
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 +29 -0
- package/lib/components/code/index.d.ts +1 -1
- package/lib/components/index.d.ts +55 -55
- package/lib/components.js +8 -8
- package/lib/constants.js +1 -1
- package/lib/containers/dropdowns/condition-dropdown/index.d.ts +15 -0
- package/lib/containers/dropdowns/index.d.ts +8 -7
- package/lib/containers/index.d.ts +39 -39
- package/lib/containers.js +34 -18
- package/lib/functions/index.d.ts +1 -0
- package/lib/functions/is-string-a-boolean/index.d.ts +1 -0
- package/lib/functions/split-camel-string/index.d.ts +1 -1
- package/lib/functions.js +5 -5
- package/lib/hooks.js +3 -3
- package/lib/icons/actions/index.d.ts +5 -5
- package/lib/icons/brand/index.d.ts +2 -2
- package/lib/icons/common/index.d.ts +26 -26
- package/lib/icons/compute-platform/index.d.ts +2 -2
- package/lib/icons/destinations/index.d.ts +59 -59
- package/lib/icons/instrumentation-rules/index.d.ts +4 -4
- package/lib/icons/math/index.d.ts +4 -4
- package/lib/icons/monitors/index.d.ts +3 -3
- package/lib/icons/on-off/index.d.ts +6 -6
- package/lib/icons/overview/index.d.ts +10 -10
- package/lib/icons/social/index.d.ts +1 -1
- package/lib/icons/status/index.d.ts +8 -8
- package/lib/icons.js +38 -38
- package/lib/{index-159d94f2.js → index-016ca5d0.js} +8 -6
- package/lib/{index-4c55824c.js → index-03c3e255.js} +11 -4
- package/lib/{index-1b057bd1.js → index-1de4c5cd.js} +2 -2
- package/lib/{index-f64b0a7d.js → index-59f6374b.js} +23 -23
- package/lib/{index-4dd6a1ce.js → index-ad94963f.js} +17 -13
- package/lib/index-ad99c5fe.js +62 -0
- package/lib/index-b08f2a91.js +145 -0
- package/lib/{index-118aa476.js → index-cccea570.js} +24 -21
- package/lib/{index-b833b336.js → index-dc3c54b0.js} +18 -18
- package/lib/snippets/copy-text/index.d.ts +1 -0
- package/lib/snippets/index.d.ts +1 -1
- package/lib/snippets.js +7 -7
- package/lib/store/useFilterStore.d.ts +3 -0
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/common/index.d.ts +7 -0
- package/lib/{useTransition-53e46214.js → useTransition-d4c82b6e.js} +1 -1
- package/package.json +7 -7
- package/lib/index-974c5344.js +0 -62
- package/lib/index-f40b593d.js +0 -145
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
export * from './alauda-logo
|
|
2
|
-
export * from './alibaba-cloud-logo
|
|
3
|
-
export * from './app-dynamics-logo
|
|
4
|
-
export * from './aws-cloudwatch-logo
|
|
5
|
-
export * from './aws-s3-logo
|
|
6
|
-
export * from './aws-xray-logo
|
|
7
|
-
export * from './axiom-logo
|
|
8
|
-
export * from './better-stack-logo
|
|
9
|
-
export * from './blob-storage-logo
|
|
10
|
-
export * from './bonree-logo
|
|
11
|
-
export * from './causely-logo
|
|
12
|
-
export * from './checkly-logo
|
|
13
|
-
export * from './chronosphere-logo
|
|
14
|
-
export * from './clickhouse-logo
|
|
15
|
-
export * from './coralogix-logo
|
|
16
|
-
export * from './dash0-logo
|
|
17
|
-
export * from './datadog-logo
|
|
18
|
-
export * from './dynatrace-logo
|
|
19
|
-
export * from './elastic-apm-logo
|
|
20
|
-
export * from './elastic-search-logo
|
|
21
|
-
export * from './gigapipe-logo
|
|
22
|
-
export * from './google-cloud-platform-logo
|
|
23
|
-
export * from './google-cloud-storage-logo
|
|
24
|
-
export * from './grafana-logo
|
|
25
|
-
export * from './greptime-logo
|
|
26
|
-
export * from './groundcover-logo
|
|
27
|
-
export * from './honeycomb-logo
|
|
28
|
-
export * from './hyperdx-logo
|
|
29
|
-
export * from './instana-logo
|
|
30
|
-
export * from './jaeger-logo
|
|
31
|
-
export * from './kafka-logo
|
|
32
|
-
export * from './kloudmate-logo
|
|
33
|
-
export * from './last9-logo
|
|
34
|
-
export * from './lightstep-logo
|
|
35
|
-
export * from './logzio-logo
|
|
36
|
-
export * from './loki-logo
|
|
37
|
-
export * from './lumigo-logo
|
|
38
|
-
export * from './middleware-logo
|
|
39
|
-
export * from './new-relic-logo
|
|
40
|
-
export * from './observe-logo
|
|
41
|
-
export * from './one-uptime-logo
|
|
42
|
-
export * from './open-observe-logo
|
|
43
|
-
export * from './open-telemetry-logo
|
|
44
|
-
export * from './ops-verse-logo
|
|
45
|
-
export * from './oracle-logo
|
|
46
|
-
export * from './prometheus-logo
|
|
47
|
-
export * from './qryn-logo
|
|
48
|
-
export * from './quickwit-logo
|
|
49
|
-
export * from './sentry-logo
|
|
50
|
-
export * from './seq-logo
|
|
51
|
-
export * from './signoz-logo
|
|
52
|
-
export * from './splunk-logo
|
|
53
|
-
export * from './sumo-logic-logo
|
|
54
|
-
export * from './telemetry-hub-logo
|
|
55
|
-
export * from './tempo-logo
|
|
56
|
-
export * from './tingyun-logo
|
|
57
|
-
export * from './traceloop-logo
|
|
58
|
-
export * from './uptrace-logo
|
|
59
|
-
export * from './victoria-metrics-logo
|
|
1
|
+
export * from './alauda-logo';
|
|
2
|
+
export * from './alibaba-cloud-logo';
|
|
3
|
+
export * from './app-dynamics-logo';
|
|
4
|
+
export * from './aws-cloudwatch-logo';
|
|
5
|
+
export * from './aws-s3-logo';
|
|
6
|
+
export * from './aws-xray-logo';
|
|
7
|
+
export * from './axiom-logo';
|
|
8
|
+
export * from './better-stack-logo';
|
|
9
|
+
export * from './blob-storage-logo';
|
|
10
|
+
export * from './bonree-logo';
|
|
11
|
+
export * from './causely-logo';
|
|
12
|
+
export * from './checkly-logo';
|
|
13
|
+
export * from './chronosphere-logo';
|
|
14
|
+
export * from './clickhouse-logo';
|
|
15
|
+
export * from './coralogix-logo';
|
|
16
|
+
export * from './dash0-logo';
|
|
17
|
+
export * from './datadog-logo';
|
|
18
|
+
export * from './dynatrace-logo';
|
|
19
|
+
export * from './elastic-apm-logo';
|
|
20
|
+
export * from './elastic-search-logo';
|
|
21
|
+
export * from './gigapipe-logo';
|
|
22
|
+
export * from './google-cloud-platform-logo';
|
|
23
|
+
export * from './google-cloud-storage-logo';
|
|
24
|
+
export * from './grafana-logo';
|
|
25
|
+
export * from './greptime-logo';
|
|
26
|
+
export * from './groundcover-logo';
|
|
27
|
+
export * from './honeycomb-logo';
|
|
28
|
+
export * from './hyperdx-logo';
|
|
29
|
+
export * from './instana-logo';
|
|
30
|
+
export * from './jaeger-logo';
|
|
31
|
+
export * from './kafka-logo';
|
|
32
|
+
export * from './kloudmate-logo';
|
|
33
|
+
export * from './last9-logo';
|
|
34
|
+
export * from './lightstep-logo';
|
|
35
|
+
export * from './logzio-logo';
|
|
36
|
+
export * from './loki-logo';
|
|
37
|
+
export * from './lumigo-logo';
|
|
38
|
+
export * from './middleware-logo';
|
|
39
|
+
export * from './new-relic-logo';
|
|
40
|
+
export * from './observe-logo';
|
|
41
|
+
export * from './one-uptime-logo';
|
|
42
|
+
export * from './open-observe-logo';
|
|
43
|
+
export * from './open-telemetry-logo';
|
|
44
|
+
export * from './ops-verse-logo';
|
|
45
|
+
export * from './oracle-logo';
|
|
46
|
+
export * from './prometheus-logo';
|
|
47
|
+
export * from './qryn-logo';
|
|
48
|
+
export * from './quickwit-logo';
|
|
49
|
+
export * from './sentry-logo';
|
|
50
|
+
export * from './seq-logo';
|
|
51
|
+
export * from './signoz-logo';
|
|
52
|
+
export * from './splunk-logo';
|
|
53
|
+
export * from './sumo-logic-logo';
|
|
54
|
+
export * from './telemetry-hub-logo';
|
|
55
|
+
export * from './tempo-logo';
|
|
56
|
+
export * from './tingyun-logo';
|
|
57
|
+
export * from './traceloop-logo';
|
|
58
|
+
export * from './uptrace-logo';
|
|
59
|
+
export * from './victoria-metrics-logo';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './code-attributes-icon
|
|
2
|
-
export * from './custom-instrumentation-icon
|
|
3
|
-
export * from './headers-collection-icon
|
|
4
|
-
export * from './payload-collection-icon
|
|
1
|
+
export * from './code-attributes-icon';
|
|
2
|
+
export * from './custom-instrumentation-icon';
|
|
3
|
+
export * from './headers-collection-icon';
|
|
4
|
+
export * from './payload-collection-icon';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * from './minus-circled-icon
|
|
2
|
-
export * from './minus-icon
|
|
3
|
-
export * from './plus-circled-icon
|
|
4
|
-
export * from './plus-icon
|
|
1
|
+
export * from './minus-circled-icon';
|
|
2
|
+
export * from './minus-icon';
|
|
3
|
+
export * from './plus-circled-icon';
|
|
4
|
+
export * from './plus-icon';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './logs-icon
|
|
2
|
-
export * from './metrics-icon
|
|
3
|
-
export * from './traces-icon
|
|
1
|
+
export * from './logs-icon';
|
|
2
|
+
export * from './metrics-icon';
|
|
3
|
+
export * from './traces-icon';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './eye-closed-icon
|
|
2
|
-
export * from './eye-open-icon
|
|
3
|
-
export * from './light-off-icon
|
|
4
|
-
export * from './light-on-icon
|
|
5
|
-
export * from './moon-icon
|
|
6
|
-
export * from './sun-icon
|
|
1
|
+
export * from './eye-closed-icon';
|
|
2
|
+
export * from './eye-open-icon';
|
|
3
|
+
export * from './light-off-icon';
|
|
4
|
+
export * from './light-on-icon';
|
|
5
|
+
export * from './moon-icon';
|
|
6
|
+
export * from './sun-icon';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export * from './overview-icon
|
|
2
|
-
export * from './service-map-icon
|
|
3
|
-
export * from './trace-view-icon
|
|
4
|
-
export * from './connections-icon
|
|
5
|
-
export * from './data-streams-icon
|
|
6
|
-
export * from './actions-icon
|
|
7
|
-
export * from './destinations-icon
|
|
8
|
-
export * from './namespaces-icon
|
|
9
|
-
export * from './rules-icon
|
|
10
|
-
export * from './sources-icon
|
|
1
|
+
export * from './overview-icon';
|
|
2
|
+
export * from './service-map-icon';
|
|
3
|
+
export * from './trace-view-icon';
|
|
4
|
+
export * from './connections-icon';
|
|
5
|
+
export * from './data-streams-icon';
|
|
6
|
+
export * from './actions-icon';
|
|
7
|
+
export * from './destinations-icon';
|
|
8
|
+
export * from './namespaces-icon';
|
|
9
|
+
export * from './rules-icon';
|
|
10
|
+
export * from './sources-icon';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './slack-logo
|
|
1
|
+
export * from './slack-logo';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from './check-circled-icon
|
|
2
|
-
export * from './check-icon
|
|
3
|
-
export * from './cross-circled-icon
|
|
4
|
-
export * from './cross-icon
|
|
5
|
-
export * from './error-round-icon
|
|
6
|
-
export * from './error-triangle-icon
|
|
7
|
-
export * from './info-icon
|
|
8
|
-
export * from './warning-triangle-icon
|
|
1
|
+
export * from './check-circled-icon';
|
|
2
|
+
export * from './check-icon';
|
|
3
|
+
export * from './cross-circled-icon';
|
|
4
|
+
export * from './cross-icon';
|
|
5
|
+
export * from './error-round-icon';
|
|
6
|
+
export * from './error-triangle-icon';
|
|
7
|
+
export * from './info-icon';
|
|
8
|
+
export * from './warning-triangle-icon';
|
package/lib/icons.js
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
import { T as Theme } from './index-
|
|
2
|
-
export { f as AddClusterInfoIcon, n as CPlusPlusLogo, o as CSharpLogo, C as CodeAttributesIcon, l as CustomInstrumentationIcon, h as DeleteAttributeIcon, p as DotnetLogo, E as ElixirLogo, G as GoLogo, H as HeadersCollectionIcon, j as ImageErrorIcon, J as JavaLogo, K as K8sLogo, k as KafkaLogo, q as MysqlLogo, N as NginxLogo, r as NodejsLogo, m as PayloadCollectionIcon, s as PhpLogo, P as PiiMaskingIcon, t as PostgresLogo, u as PythonLogo, v as RedisLogo, R as RenameAttributeIcon, w as RubyLogo, x as RustLogo, i as SamplerIcon, y as SwiftLogo } from './index-
|
|
3
|
-
export { C as CheckCircledIcon, E as ErrorTriangleIcon, I as InfoIcon, L as LogsIcon, M as MetricsIcon, O as OdigosLogo, T as TracesIcon, W as WarningTriangleIcon } from './index-
|
|
4
|
-
export { C as CrossCircledIcon, D as DataStreamsIcon, F as FilterIcon, K as KeyIcon, N as NotificationIcon, O as OdigosLogoText, a as OverviewIcon, R as RetryIcon, S as SlackLogo, T as TerminalIcon, U as UserIcon } from './index-
|
|
5
|
-
export { A as ArrowIcon, h as CheckIcon, C as CodeIcon, a as CopyIcon, i as CrossIcon, E as EditIcon, b as EditedIcon, c as ExtendArrowIcon, f as EyeClosedIcon, g as EyeOpenIcon, L as ListIcon, M as MinusIcon, N as NoDataIcon, d as NotebookIcon, P as PlusIcon, S as SearchIcon, e as SortArrowsIcon, T as TrashIcon, X as XIcon } from './index-
|
|
1
|
+
import { T as Theme } from './index-cccea570.js';
|
|
2
|
+
export { f as AddClusterInfoIcon, n as CPlusPlusLogo, o as CSharpLogo, C as CodeAttributesIcon, l as CustomInstrumentationIcon, h as DeleteAttributeIcon, p as DotnetLogo, E as ElixirLogo, G as GoLogo, H as HeadersCollectionIcon, j as ImageErrorIcon, J as JavaLogo, K as K8sLogo, k as KafkaLogo, q as MysqlLogo, N as NginxLogo, r as NodejsLogo, m as PayloadCollectionIcon, s as PhpLogo, P as PiiMaskingIcon, t as PostgresLogo, u as PythonLogo, v as RedisLogo, R as RenameAttributeIcon, w as RubyLogo, x as RustLogo, i as SamplerIcon, y as SwiftLogo } from './index-cccea570.js';
|
|
3
|
+
export { C as CheckCircledIcon, E as ErrorTriangleIcon, I as InfoIcon, L as LogsIcon, M as MetricsIcon, O as OdigosLogo, T as TracesIcon, W as WarningTriangleIcon } from './index-ad99c5fe.js';
|
|
4
|
+
export { C as CrossCircledIcon, D as DataStreamsIcon, F as FilterIcon, K as KeyIcon, N as NotificationIcon, O as OdigosLogoText, a as OverviewIcon, R as RetryIcon, S as SlackLogo, T as TerminalIcon, U as UserIcon } from './index-59f6374b.js';
|
|
5
|
+
export { A as ArrowIcon, h as CheckIcon, C as CodeIcon, a as CopyIcon, i as CrossIcon, E as EditIcon, b as EditedIcon, c as ExtendArrowIcon, f as EyeClosedIcon, g as EyeOpenIcon, L as ListIcon, M as MinusIcon, N as NoDataIcon, d as NotebookIcon, P as PlusIcon, S as SearchIcon, e as SortArrowsIcon, T as TrashIcon, X as XIcon } from './index-b08f2a91.js';
|
|
6
6
|
import React from 'react';
|
|
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-
|
|
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-dc3c54b0.js';
|
|
8
8
|
import './types.js';
|
|
9
9
|
import 'styled-components';
|
|
10
10
|
|
|
11
|
-
const AvatarIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
11
|
+
const AvatarIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
12
12
|
const theme = Theme.useTheme();
|
|
13
13
|
const fill = f || theme.text.secondary;
|
|
14
14
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
15
|
-
React.createElement("path", { stroke: fill, strokeWidth:
|
|
15
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M18.9946 19.1467C18.893 17.3926 17.3672 16 15.5 16H8.5C6.63276 16 5.10703 17.3926 5.00539 19.1467M18.9946 19.1467C20.8491 17.3314 22 14.8001 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 14.8001 3.15087 17.3314 5.00539 19.1467M18.9946 19.1467C17.1913 20.9119 14.7227 22 12 22C9.27726 22 6.80867 20.9119 5.00539 19.1467M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z' })));
|
|
16
16
|
};
|
|
17
17
|
|
|
18
|
-
const CodeBracketsIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
18
|
+
const CodeBracketsIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
19
19
|
const theme = Theme.useTheme();
|
|
20
20
|
const fill = f || theme.text.secondary;
|
|
21
21
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
22
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M5.33333 2.66669C4.22876 2.66669 3.33333 3.46263 3.33333 4.44446V6.22224C3.33333 7.20408 2.4379 8.00002 1.33333 8.00002C2.4379 8.00002 3.33333 8.79596 3.33333 9.7778V11.5556C3.33333 12.5374 4.22876 13.3334 5.33333 13.3334M10.6667 2.66669C11.7712 2.66669 12.6667 3.46263 12.6667 4.44446V6.22224C12.6667 7.20408 13.5621 8.00002 14.6667 8.00002C13.5621 8.00002 12.6667 8.79596 12.6667 9.7778V11.5556C12.6667 12.5374 11.7712 13.3334 10.6667 13.3334' })));
|
|
22
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M5.33333 2.66669C4.22876 2.66669 3.33333 3.46263 3.33333 4.44446V6.22224C3.33333 7.20408 2.4379 8.00002 1.33333 8.00002C2.4379 8.00002 3.33333 8.79596 3.33333 9.7778V11.5556C3.33333 12.5374 4.22876 13.3334 5.33333 13.3334M10.6667 2.66669C11.7712 2.66669 12.6667 3.46263 12.6667 4.44446V6.22224C12.6667 7.20408 13.5621 8.00002 14.6667 8.00002C13.5621 8.00002 12.6667 8.79596 12.6667 9.7778V11.5556C12.6667 12.5374 11.7712 13.3334 10.6667 13.3334' })));
|
|
23
23
|
};
|
|
24
24
|
|
|
25
|
-
const CommandIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
25
|
+
const CommandIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
26
26
|
const theme = Theme.useTheme();
|
|
27
27
|
const fill = f || theme.text.secondary;
|
|
28
28
|
return (React.createElement("svg", { width: size, height: size * (24 / 25), viewBox: '0 0 25 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
29
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M9.83333 14.6667H7.16667C5.69391 14.6667 4.5 15.8606 4.5 17.3333C4.5 18.8061 5.69391 20 7.16667 20C8.63943 20 9.83333 18.8061 9.83333 17.3333V14.6667ZM9.83333 14.6667H15.1667M9.83333 14.6667V9.33333M15.1667 14.6667H17.8333C19.3061 14.6667 20.5 15.8606 20.5 17.3333C20.5 18.8061 19.3061 20 17.8333 20C16.3606 20 15.1667 18.8061 15.1667 17.3333V14.6667ZM15.1667 14.6667V9.33333M15.1667 9.33333V6.66667C15.1667 5.19391 16.3606 4 17.8333 4C19.3061 4 20.5 5.19391 20.5 6.66667C20.5 8.13943 19.3061 9.33333 17.8333 9.33333H15.1667ZM15.1667 9.33333H9.83333M9.83333 9.33333H7.16667C5.69391 9.33333 4.5 8.13943 4.5 6.66667C4.5 5.19391 5.69391 4 7.16667 4C8.63943 4 9.83333 5.19391 9.83333 6.66667V9.33333Z' })));
|
|
29
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M9.83333 14.6667H7.16667C5.69391 14.6667 4.5 15.8606 4.5 17.3333C4.5 18.8061 5.69391 20 7.16667 20C8.63943 20 9.83333 18.8061 9.83333 17.3333V14.6667ZM9.83333 14.6667H15.1667M9.83333 14.6667V9.33333M15.1667 14.6667H17.8333C19.3061 14.6667 20.5 15.8606 20.5 17.3333C20.5 18.8061 19.3061 20 17.8333 20C16.3606 20 15.1667 18.8061 15.1667 17.3333V14.6667ZM15.1667 14.6667V9.33333M15.1667 9.33333V6.66667C15.1667 5.19391 16.3606 4 17.8333 4C19.3061 4 20.5 5.19391 20.5 6.66667C20.5 8.13943 19.3061 9.33333 17.8333 9.33333H15.1667ZM15.1667 9.33333H9.83333M9.83333 9.33333H7.16667C5.69391 9.33333 4.5 8.13943 4.5 6.66667C4.5 5.19391 5.69391 4 7.16667 4C8.63943 4 9.83333 5.19391 9.83333 6.66667V9.33333Z' })));
|
|
30
30
|
};
|
|
31
31
|
|
|
32
|
-
const FolderIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
32
|
+
const FolderIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
33
33
|
const theme = Theme.useTheme();
|
|
34
34
|
const fill = f || theme.text.secondary;
|
|
35
35
|
return (React.createElement("svg", { width: size * (18 / 19), height: size, viewBox: '0 0 18 19', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
36
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M1.5 7.96504C1.5 6.28488 1.5 5.4448 1.82698 4.80307C2.1146 4.23858 2.57354 3.77964 3.13803 3.49202C3.77976 3.16504 4.61984 3.16504 6.3 3.16504H6.53667C6.88887 3.16504 7.06498 3.16504 7.22483 3.21358C7.36634 3.25656 7.49799 3.32702 7.61225 3.42093C7.74131 3.527 7.83899 3.67353 8.03436 3.96658L8.46564 4.6135C8.66101 4.90655 8.75869 5.05308 8.88775 5.15915C9.00201 5.25306 9.13366 5.32352 9.27517 5.36649C9.43502 5.41504 9.61113 5.41504 9.96333 5.41504H11.7C13.3802 5.41504 14.2202 5.41504 14.862 5.74202C15.4265 6.02964 15.8854 6.48858 16.173 7.05307C16.5 7.6948 16.5 8.53488 16.5 10.215V11.865C16.5 13.5452 16.5 14.3853 16.173 15.027C15.8854 15.5915 15.4265 16.0504 14.862 16.3381C14.2202 16.665 13.3802 16.665 11.7 16.665H6.3C4.61984 16.665 3.77976 16.665 3.13803 16.3381C2.57354 16.0504 2.1146 15.5915 1.82698 15.027C1.5 14.3853 1.5 13.5452 1.5 11.865V7.96504Z' })));
|
|
36
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M1.5 7.96504C1.5 6.28488 1.5 5.4448 1.82698 4.80307C2.1146 4.23858 2.57354 3.77964 3.13803 3.49202C3.77976 3.16504 4.61984 3.16504 6.3 3.16504H6.53667C6.88887 3.16504 7.06498 3.16504 7.22483 3.21358C7.36634 3.25656 7.49799 3.32702 7.61225 3.42093C7.74131 3.527 7.83899 3.67353 8.03436 3.96658L8.46564 4.6135C8.66101 4.90655 8.75869 5.05308 8.88775 5.15915C9.00201 5.25306 9.13366 5.32352 9.27517 5.36649C9.43502 5.41504 9.61113 5.41504 9.96333 5.41504H11.7C13.3802 5.41504 14.2202 5.41504 14.862 5.74202C15.4265 6.02964 15.8854 6.48858 16.173 7.05307C16.5 7.6948 16.5 8.53488 16.5 10.215V11.865C16.5 13.5452 16.5 14.3853 16.173 15.027C15.8854 15.5915 15.4265 16.0504 14.862 16.3381C14.2202 16.665 13.3802 16.665 11.7 16.665H6.3C4.61984 16.665 3.77976 16.665 3.13803 16.3381C2.57354 16.0504 2.1146 15.5915 1.82698 15.027C1.5 14.3853 1.5 13.5452 1.5 11.865V7.96504Z' })));
|
|
37
37
|
};
|
|
38
38
|
|
|
39
|
-
const UserGroupIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
39
|
+
const UserGroupIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
40
40
|
const theme = Theme.useTheme();
|
|
41
41
|
const fill = f || theme.text.secondary;
|
|
42
42
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
43
|
-
React.createElement("path", { stroke: fill, strokeWidth:
|
|
43
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M5.09178 10.5161C3.84575 9.83853 3 8.51792 3 6.99978C3 5.48163 3.84576 4.16101 5.09182 3.4834M3.02937 15.4169C1.82391 16.0405 1 17.2989 1 18.7498C1 19.7863 1.70087 20.6591 2.65456 20.9201M21.3454 20.9201C22.2991 20.6591 23 19.7863 23 18.7498C23 17.2989 22.1761 16.0406 20.9706 15.417M18.9082 10.5161C20.1543 9.83853 21 8.51792 21 6.99978C21 5.48162 20.1542 4.16101 18.9082 3.4834M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7ZM8.25 21H15.75C16.9926 21 18 19.9926 18 18.75C18 16.6789 16.3211 15 14.25 15H9.75C7.67893 15 6 16.6789 6 18.75C6 19.9926 7.00736 21 8.25 21Z' })));
|
|
44
44
|
};
|
|
45
45
|
|
|
46
|
-
const UserSettingsIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
46
|
+
const UserSettingsIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
47
47
|
const theme = Theme.useTheme();
|
|
48
48
|
const fill = f || theme.text.secondary;
|
|
49
49
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
50
|
-
React.createElement("path", { stroke: fill, strokeWidth:
|
|
50
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M11.1758 15H8C5.79086 15 4 16.7909 4 19C4 20.1046 4.89543 21 6 21H11.1758M18 18H18.01M16 7C16 9.20914 14.2091 11 12 11C9.79086 11 8 9.20914 8 7C8 4.79086 9.79086 3 12 3C14.2091 3 16 4.79086 16 7ZM18 14L19.1787 15.1545L20.8284 15.1716L20.8455 16.8213L22 18L20.8455 19.1787L20.8284 20.8284L19.1787 20.8455L18 22L16.8213 20.8455L15.1716 20.8284L15.1545 19.1787L14 18L15.1545 16.8213L15.1716 15.1716L16.8213 15.1545L18 14Z' })));
|
|
51
51
|
};
|
|
52
52
|
|
|
53
53
|
const GoogleCloudStorageLogo = ({ size = 16, fill, rotate = 0, onClick }) => {
|
|
@@ -74,74 +74,74 @@ const SentryLogo = ({ size = 16, fill, rotate = 0, onClick }) => {
|
|
|
74
74
|
React.createElement("path", { fill: fill || '#362D59', d: 'M148.367708,12.4025287 C144.036807,5.21480737 136.258026,0.820118864 127.866362,0.820118864 C119.474697,0.820118864 111.695916,5.21480737 107.365016,12.4025287 L73.6403017,70.165071 C126.066153,96.3390588 160.689085,148.341727 164.615024,206.806542 L140.93597,206.806542 C137.017513,156.694333 106.874845,112.396698 61.6982677,90.3588968 L30.4849684,144.32869 C55.8497707,155.704426 73.6778379,179.211206 77.7918243,206.704035 L23.4120041,206.704035 C22.1018479,206.611361 20.9266153,205.864669 20.2861278,204.71799 C19.6456403,203.571311 19.6261529,202.179068 20.2342955,201.014912 L35.3027847,175.388229 C30.1976229,171.128798 24.3630321,167.829476 18.0816541,165.65009 L3.16692493,191.276772 C0.0305635285,196.656417 -0.818661742,203.068719 0.809210488,209.079324 C2.43708272,215.08993 6.40620885,220.197261 11.8287436,223.258872 C15.3657216,225.251729 19.3523095,226.310116 23.4120041,226.334074 L97.8831433,226.334074 C100.696274,191.620878 85.1423372,157.966047 56.8804514,137.614499 L68.7199787,117.113153 C104.398813,141.618242 124.473737,183.151896 121.510945,226.334074 L184.603837,226.334074 C187.593899,160.904124 155.557278,98.8221906 100.497065,63.3483734 L124.432386,22.3456815 C125.542508,20.4856859 127.944329,19.8680747 129.81399,20.9618406 C132.530418,22.4481882 233.807067,199.169791 235.703442,201.219925 C236.383476,202.439289 236.358897,203.929352 235.639016,205.125624 C234.919136,206.321896 233.614065,207.041397 232.218213,207.011555 L207.821611,207.011555 C208.129131,213.537817 208.129131,220.046994 207.821611,226.539592 L232.32072,226.539592 C238.604421,226.580218 244.643414,224.105731 249.091568,219.667205 C253.539722,215.228679 256.027289,209.195062 256,202.911286 C256.002825,198.802186 254.905596,194.767215 252.822066,191.225519 L148.367708,12.4025287 Z' })));
|
|
75
75
|
};
|
|
76
76
|
|
|
77
|
-
const MinusCircledIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
77
|
+
const MinusCircledIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
78
78
|
const theme = Theme.useTheme();
|
|
79
79
|
const fill = f || theme.text.secondary;
|
|
80
80
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
81
|
-
React.createElement("path", { stroke: fill, strokeWidth:
|
|
81
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M8.99963 12H14.9996M21.1496 12.0001C21.1496 17.0535 17.053 21.1501 11.9996 21.1501C6.9462 21.1501 2.84961 17.0535 2.84961 12.0001C2.84961 6.94669 6.9462 2.8501 11.9996 2.8501C17.053 2.8501 21.1496 6.94669 21.1496 12.0001Z' })));
|
|
82
82
|
};
|
|
83
83
|
|
|
84
|
-
const PlusCircledIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
84
|
+
const PlusCircledIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
85
85
|
const theme = Theme.useTheme();
|
|
86
86
|
const fill = f || theme.text.secondary;
|
|
87
87
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
88
|
-
React.createElement("path", { stroke: fill, strokeWidth:
|
|
88
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M11.9996 15V12M11.9996 12V9M11.9996 12H8.99963M11.9996 12H14.9996M21.1496 12.0001C21.1496 17.0535 17.053 21.1501 11.9996 21.1501C6.9462 21.1501 2.84961 17.0535 2.84961 12.0001C2.84961 6.94669 6.9462 2.8501 11.9996 2.8501C17.053 2.8501 21.1496 6.94669 21.1496 12.0001Z' })));
|
|
89
89
|
};
|
|
90
90
|
|
|
91
|
-
const LightOffIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
91
|
+
const LightOffIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
92
92
|
const theme = Theme.useTheme();
|
|
93
93
|
const fill = f || theme.text.secondary;
|
|
94
94
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
95
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M10.3789 21H13.621M6.3125 10.4681C6.3125 7.44504 8.85888 4.99438 12 4.99438C15.1411 4.99438 17.6875 7.44504 17.6875 10.4681C17.6875 12.1252 16.9224 13.6103 15.7136 14.614C15.203 15.038 14.764 15.5644 14.5972 16.2068L14.3698 17.0821C14.2302 17.6193 13.7453 17.9944 13.1902 17.9944H10.8098C10.2547 17.9944 9.76975 17.6193 9.6302 17.0821L9.40282 16.2068C9.23596 15.5644 8.797 15.038 8.28642 14.614C7.07762 13.6103 6.3125 12.1252 6.3125 10.4681Z' })));
|
|
95
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M10.3789 21H13.621M6.3125 10.4681C6.3125 7.44504 8.85888 4.99438 12 4.99438C15.1411 4.99438 17.6875 7.44504 17.6875 10.4681C17.6875 12.1252 16.9224 13.6103 15.7136 14.614C15.203 15.038 14.764 15.5644 14.5972 16.2068L14.3698 17.0821C14.2302 17.6193 13.7453 17.9944 13.1902 17.9944H10.8098C10.2547 17.9944 9.76975 17.6193 9.6302 17.0821L9.40282 16.2068C9.23596 15.5644 8.797 15.038 8.28642 14.614C7.07762 13.6103 6.3125 12.1252 6.3125 10.4681Z' })));
|
|
96
96
|
};
|
|
97
97
|
|
|
98
|
-
const LightOnIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
98
|
+
const LightOnIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
99
99
|
const theme = Theme.useTheme();
|
|
100
100
|
const fill = f || theme.text.secondary;
|
|
101
101
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
102
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M10.3789 21H13.621M12 2V1M19 4.70711L19.7071 4M4.70711 4.70711L4 4M22 11H21M3 11H2M6.3127 10.468C6.3127 7.44492 8.85908 4.99427 12.0002 4.99427C15.1413 4.99427 17.6877 7.44492 17.6877 10.468C17.6877 12.125 16.9226 13.6102 15.7138 14.6139C15.2032 15.0379 14.7642 15.5643 14.5974 16.2066L14.37 17.0819C14.2304 17.6192 13.7455 17.9943 13.1904 17.9943H10.81C10.2549 17.9943 9.76995 17.6192 9.63039 17.0819L9.40302 16.2066C9.23616 15.5643 8.7972 15.0379 8.28662 14.6139C7.07782 13.6102 6.3127 12.125 6.3127 10.468Z' })));
|
|
102
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M10.3789 21H13.621M12 2V1M19 4.70711L19.7071 4M4.70711 4.70711L4 4M22 11H21M3 11H2M6.3127 10.468C6.3127 7.44492 8.85908 4.99427 12.0002 4.99427C15.1413 4.99427 17.6877 7.44492 17.6877 10.468C17.6877 12.125 16.9226 13.6102 15.7138 14.6139C15.2032 15.0379 14.7642 15.5643 14.5974 16.2066L14.37 17.0819C14.2304 17.6192 13.7455 17.9943 13.1904 17.9943H10.81C10.2549 17.9943 9.76995 17.6192 9.63039 17.0819L9.40302 16.2066C9.23616 15.5643 8.7972 15.0379 8.28662 14.6139C7.07782 13.6102 6.3127 12.125 6.3127 10.468Z' })));
|
|
103
103
|
};
|
|
104
104
|
|
|
105
|
-
const MoonIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
105
|
+
const MoonIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
106
106
|
const theme = Theme.useTheme();
|
|
107
107
|
const fill = f || theme.text.secondary;
|
|
108
108
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
109
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M14 7.977A4.333 4.333 0 1 1 8.023 2H8a6 6 0 1 0 6 6v-.023Z' })));
|
|
109
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M14 7.977A4.333 4.333 0 1 1 8.023 2H8a6 6 0 1 0 6 6v-.023Z' })));
|
|
110
110
|
};
|
|
111
111
|
|
|
112
|
-
const SunIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
112
|
+
const SunIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
113
113
|
const theme = Theme.useTheme();
|
|
114
114
|
const fill = f || theme.text.secondary;
|
|
115
115
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
116
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M8 15.333v-.666m-5.185-1.482.471-.471M.666 8h.667m1.482-5.185.471.47M8 1.334V.667m4.714 2.619.471-.471M14.667 8h.666m-2.619 4.714.471.471M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z' })));
|
|
116
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M8 15.333v-.666m-5.185-1.482.471-.471M.666 8h.667m1.482-5.185.471.47M8 1.334V.667m4.714 2.619.471-.471M14.667 8h.666m-2.619 4.714.471.471M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z' })));
|
|
117
117
|
};
|
|
118
118
|
|
|
119
|
-
const ServiceMapIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
119
|
+
const ServiceMapIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
120
120
|
const theme = Theme.useTheme();
|
|
121
121
|
const fill = f || theme.text.secondary;
|
|
122
122
|
return (React.createElement("svg", { width: size * (16 / 17), height: size, viewBox: '0 0 16 17', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
123
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M4.67333 8.61735H4.66667M7.34667 8.61735H7.34M9.66667 7.61735L10.6668 8.61744M10.6668 8.61744L11.6667 9.61735M10.6668 8.61744L11.6668 7.61735M10.6668 8.61744L9.66684 9.61735M6.95406 3.76106L9.05573 4.81189C9.39594 4.982 9.56605 5.06705 9.74417 5.10188C9.91313 5.13491 10.0869 5.13491 10.2558 5.10188C10.434 5.06705 10.6041 4.982 10.9443 4.81189C11.9382 4.31494 12.4351 4.06646 12.8395 4.11932C13.2185 4.16887 13.5581 4.37871 13.7719 4.69556C14 5.0336 14 5.58921 14 6.70044V10.6322C14 11.1108 14 11.3501 13.9271 11.5614C13.8627 11.7482 13.7575 11.9184 13.6192 12.0596C13.4628 12.2193 13.2488 12.3263 12.8207 12.5403L10.9541 13.4737C10.6042 13.6486 10.4293 13.736 10.2459 13.7705C10.0834 13.8009 9.91663 13.8009 9.75414 13.7705C9.57067 13.736 9.39576 13.6486 9.04595 13.4737L6.94427 12.4228C6.60406 12.2527 6.43395 12.1677 6.25583 12.1328C6.08687 12.0998 5.91313 12.0998 5.74417 12.1328C5.56605 12.1677 5.39594 12.2527 5.05573 12.4228C4.06182 12.9198 3.56486 13.1683 3.16049 13.1154C2.78147 13.0658 2.44195 12.856 2.22812 12.5392C2 12.2011 2 11.6455 2 10.5343V6.6025C2 6.12389 2 5.88458 2.07287 5.67331C2.13732 5.48648 2.24249 5.31631 2.38078 5.17511C2.53715 5.01545 2.7512 4.90843 3.17928 4.69439L5.04594 3.76106C5.39576 3.58615 5.57067 3.49869 5.75414 3.46427C5.91663 3.43378 6.08337 3.43378 6.24586 3.46427C6.42933 3.49869 6.60424 3.58615 6.95406 3.76106Z' })));
|
|
123
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M4.67333 8.61735H4.66667M7.34667 8.61735H7.34M9.66667 7.61735L10.6668 8.61744M10.6668 8.61744L11.6667 9.61735M10.6668 8.61744L11.6668 7.61735M10.6668 8.61744L9.66684 9.61735M6.95406 3.76106L9.05573 4.81189C9.39594 4.982 9.56605 5.06705 9.74417 5.10188C9.91313 5.13491 10.0869 5.13491 10.2558 5.10188C10.434 5.06705 10.6041 4.982 10.9443 4.81189C11.9382 4.31494 12.4351 4.06646 12.8395 4.11932C13.2185 4.16887 13.5581 4.37871 13.7719 4.69556C14 5.0336 14 5.58921 14 6.70044V10.6322C14 11.1108 14 11.3501 13.9271 11.5614C13.8627 11.7482 13.7575 11.9184 13.6192 12.0596C13.4628 12.2193 13.2488 12.3263 12.8207 12.5403L10.9541 13.4737C10.6042 13.6486 10.4293 13.736 10.2459 13.7705C10.0834 13.8009 9.91663 13.8009 9.75414 13.7705C9.57067 13.736 9.39576 13.6486 9.04595 13.4737L6.94427 12.4228C6.60406 12.2527 6.43395 12.1677 6.25583 12.1328C6.08687 12.0998 5.91313 12.0998 5.74417 12.1328C5.56605 12.1677 5.39594 12.2527 5.05573 12.4228C4.06182 12.9198 3.56486 13.1683 3.16049 13.1154C2.78147 13.0658 2.44195 12.856 2.22812 12.5392C2 12.2011 2 11.6455 2 10.5343V6.6025C2 6.12389 2 5.88458 2.07287 5.67331C2.13732 5.48648 2.24249 5.31631 2.38078 5.17511C2.53715 5.01545 2.7512 4.90843 3.17928 4.69439L5.04594 3.76106C5.39576 3.58615 5.57067 3.49869 5.75414 3.46427C5.91663 3.43378 6.08337 3.43378 6.24586 3.46427C6.42933 3.49869 6.60424 3.58615 6.95406 3.76106Z' })));
|
|
124
124
|
};
|
|
125
125
|
|
|
126
|
-
const TraceViewIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
126
|
+
const TraceViewIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
127
127
|
const theme = Theme.useTheme();
|
|
128
128
|
const fill = f || theme.text.secondary;
|
|
129
129
|
return (React.createElement("svg", { width: size * (16 / 17), height: size, viewBox: '0 0 16 17', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
130
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M2.66666 8.61719H6.66666M2.66666 12.6172H6.66666M2.66666 4.61719H13.3333M14 12.9505L13.0809 12.0315M13.0809 12.0315C13.4438 11.6686 13.6667 11.1686 13.6667 10.6172C13.6667 9.51147 12.7724 8.61719 11.6667 8.61719C10.5609 8.61719 9.66666 9.51147 9.66666 10.6172C9.66666 11.7229 10.5609 12.6172 11.6667 12.6172C12.2181 12.6172 12.7181 12.3943 13.0809 12.0315Z' })));
|
|
130
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M2.66666 8.61719H6.66666M2.66666 12.6172H6.66666M2.66666 4.61719H13.3333M14 12.9505L13.0809 12.0315M13.0809 12.0315C13.4438 11.6686 13.6667 11.1686 13.6667 10.6172C13.6667 9.51147 12.7724 8.61719 11.6667 8.61719C10.5609 8.61719 9.66666 9.51147 9.66666 10.6172C9.66666 11.7229 10.5609 12.6172 11.6667 12.6172C12.2181 12.6172 12.7181 12.3943 13.0809 12.0315Z' })));
|
|
131
131
|
};
|
|
132
132
|
|
|
133
|
-
const ConnectionsIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
133
|
+
const ConnectionsIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
134
134
|
const theme = Theme.useTheme();
|
|
135
135
|
const fill = f || theme.text.secondary;
|
|
136
136
|
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
137
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M2 12H5.27924C5.70967 12 6.09181 11.7246 6.22792 11.3162L9 3L15 21L17.7721 12.6838C17.9082 12.2754 18.2903 12 18.7208 12H22' })));
|
|
137
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M2 12H5.27924C5.70967 12 6.09181 11.7246 6.22792 11.3162L9 3L15 21L17.7721 12.6838C17.9082 12.2754 18.2903 12 18.7208 12H22' })));
|
|
138
138
|
};
|
|
139
139
|
|
|
140
|
-
const ErrorRoundIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
140
|
+
const ErrorRoundIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
141
141
|
const theme = Theme.useTheme();
|
|
142
142
|
const fill = f || theme.text.error;
|
|
143
143
|
return (React.createElement("svg", { width: size * (14 / 15), height: size, viewBox: '0 0 14 15', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
144
|
-
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M7 8.33673V6.00339M7 10.3055V10.3061M12.25 7.97266C12.25 10.8722 9.89949 13.2227 7 13.2227C4.1005 13.2227 1.75 10.8721 1.75 7.97265C1.75 5.07316 4.10051 2.72266 7 2.72266C9.8995 2.72266 12.25 5.07316 12.25 7.97266Z' })));
|
|
144
|
+
React.createElement("path", { stroke: fill, strokeWidth: strokeWidth, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M7 8.33673V6.00339M7 10.3055V10.3061M12.25 7.97266C12.25 10.8722 9.89949 13.2227 7 13.2227C4.1005 13.2227 1.75 10.8721 1.75 7.97265C1.75 5.07316 4.10051 2.72266 7 2.72266C9.8995 2.72266 12.25 5.07316 12.25 7.97266Z' })));
|
|
145
145
|
};
|
|
146
146
|
|
|
147
147
|
export { AvatarIcon, CodeBracketsIcon, CommandIcon, ConnectionsIcon, ErrorRoundIcon, FolderIcon, GoogleCloudStorageLogo, LightOffIcon, LightOnIcon, MinusCircledIcon, MoonIcon, PlusCircledIcon, SentryLogo, ServiceMapIcon, SunIcon, TraceViewIcon, UserGroupIcon, UserSettingsIcon };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { StatusType, DestinationTypes, EntityTypes, PlatformType } from './types.js';
|
|
2
|
-
import { a as DEFAULT_DATA_STREAM_NAME, e as getProgrammingLanguageIcon, k as KafkaLogo, K as K8sLogo } from './index-
|
|
2
|
+
import { a as DEFAULT_DATA_STREAM_NAME, e as getProgrammingLanguageIcon, k as KafkaLogo, K as K8sLogo } from './index-cccea570.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'styled-components';
|
|
5
|
-
import { A as AlaudaLogo, a as AlibabaCloudLogo, b as AppDynamicsLogo, f as AxiomLogo, g as BlobStorageLogo, B as BetterStackLogo, h as BonreeLogo, C as CauselyLogo, i as ChecklyLogo, j as ChronosphereLogo, k as ClickhouseLogo, c as AwsCloudwatchLogo, l as CoralogixLogo, D as Dash0Logo, m as DatadogLogo, F as OpenTelemetryLogo, n as DynatraceLogo, E as ElasticApmLogo, o as ElasticSearchLogo, 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, N as NewRelicLogo, O as ObserveLogo, y as OneUptimeLogo, z as OpenObserveLogo, P as OpsVerseLogo, Q as OracleLogo, R as PrometheusLogo, S as QrynLogo, G as GigapipeLogo, T as QuickwitLogo, d as AwsS3Logo, U as SeqLogo, W as SignozLogo, X as SplunkLogo, Y as SumoLogicLogo, Z as TelemetryHubLogo, _ as TempoLogo, $ as TingyunLogo, a0 as TraceloopLogo, a1 as UptraceLogo, a2 as VictoriaMetricsLogo, e as AwsXrayLogo, a5 as NamespacesIcon, a7 as SourcesIcon, a4 as DestinationsIcon, a3 as ActionsIcon, a6 as RulesIcon, V as VmLogo } from './index-
|
|
6
|
-
import { O as OdigosLogo } from './index-
|
|
5
|
+
import { A as AlaudaLogo, a as AlibabaCloudLogo, b as AppDynamicsLogo, f as AxiomLogo, g as BlobStorageLogo, B as BetterStackLogo, h as BonreeLogo, C as CauselyLogo, i as ChecklyLogo, j as ChronosphereLogo, k as ClickhouseLogo, c as AwsCloudwatchLogo, l as CoralogixLogo, D as Dash0Logo, m as DatadogLogo, F as OpenTelemetryLogo, n as DynatraceLogo, E as ElasticApmLogo, o as ElasticSearchLogo, 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, N as NewRelicLogo, O as ObserveLogo, y as OneUptimeLogo, z as OpenObserveLogo, P as OpsVerseLogo, Q as OracleLogo, R as PrometheusLogo, S as QrynLogo, G as GigapipeLogo, T as QuickwitLogo, d as AwsS3Logo, U as SeqLogo, W as SignozLogo, X as SplunkLogo, Y as SumoLogicLogo, Z as TelemetryHubLogo, _ as TempoLogo, $ as TingyunLogo, a0 as TraceloopLogo, a1 as UptraceLogo, a2 as VictoriaMetricsLogo, e as AwsXrayLogo, a5 as NamespacesIcon, a7 as SourcesIcon, a4 as DestinationsIcon, a3 as ActionsIcon, a6 as RulesIcon, V as VmLogo } from './index-dc3c54b0.js';
|
|
6
|
+
import { O as OdigosLogo } from './index-ad99c5fe.js';
|
|
7
7
|
import { s as safeJsonParse } from './index-ec555530.js';
|
|
8
8
|
|
|
9
9
|
const compareCondition = (renderCondition, fields) => {
|
|
@@ -68,11 +68,13 @@ const filterDestinationsByStream = (destinations, streamName) => {
|
|
|
68
68
|
const filterSources = (sources, filters) => {
|
|
69
69
|
let filtered = [...sources];
|
|
70
70
|
if (!!filters.namespaces?.length)
|
|
71
|
-
filtered = filtered.filter((
|
|
71
|
+
filtered = filtered.filter(({ namespace }) => !!filters.namespaces?.find(({ id }) => id === namespace));
|
|
72
72
|
if (!!filters.kinds?.length)
|
|
73
|
-
filtered = filtered.filter((
|
|
73
|
+
filtered = filtered.filter(({ kind }) => !!filters.kinds?.find(({ id }) => id === kind));
|
|
74
74
|
if (!!filters.languages?.length)
|
|
75
|
-
filtered = filtered.filter((
|
|
75
|
+
filtered = filtered.filter(({ containers }) => !!filters.languages?.find(({ id }) => !!containers?.find(({ language }) => id === language)));
|
|
76
|
+
if (!!filters.conditions?.length)
|
|
77
|
+
filtered = filtered.filter(({ conditions }) => !!filters.conditions?.find(({ id }) => !!conditions?.find(({ type, reason }) => id === `${type}#${reason}`)));
|
|
76
78
|
if (!!filters.onlyErrors)
|
|
77
79
|
filtered = filtered.filter((source) => !!source.conditions?.find((cond) => cond.status === StatusType.Error));
|
|
78
80
|
if (!!filters.errors?.length)
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { StatusType, OtherStatus, SignalType } from './types.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-cccea570.js';
|
|
4
4
|
import 'styled-components';
|
|
5
|
-
import { L as LogsIcon, M as MetricsIcon, T as TracesIcon, C as CheckCircledIcon, E as ErrorTriangleIcon, W as WarningTriangleIcon, I as InfoIcon, O as OdigosLogo } from './index-
|
|
5
|
+
import { L as LogsIcon, M as MetricsIcon, T as TracesIcon, C as CheckCircledIcon, E as ErrorTriangleIcon, W as WarningTriangleIcon, I as InfoIcon, O as OdigosLogo } from './index-ad99c5fe.js';
|
|
6
6
|
|
|
7
7
|
const capitalizeFirstLetter = (string) => {
|
|
8
8
|
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
@@ -113,6 +113,12 @@ const getStatusIcon = (type, theme) => {
|
|
|
113
113
|
return LOGOS[type];
|
|
114
114
|
};
|
|
115
115
|
|
|
116
|
+
const isStringABoolean = (value) => {
|
|
117
|
+
const normalizedValue = String(value).trim().toLowerCase();
|
|
118
|
+
const booleanValues = ['true', 'false', '1', '0'];
|
|
119
|
+
return booleanValues.includes(normalizedValue);
|
|
120
|
+
};
|
|
121
|
+
|
|
116
122
|
const SEMVER_REGEX = /^(\d+\.)?(\d+\.)?(\*|\d+)$/;
|
|
117
123
|
const isValidVersion = (version) => SEMVER_REGEX.test(version);
|
|
118
124
|
|
|
@@ -149,7 +155,8 @@ const parseBooleanFromString = (value) => {
|
|
|
149
155
|
return false;
|
|
150
156
|
}
|
|
151
157
|
else {
|
|
152
|
-
|
|
158
|
+
console.warn(`Cannot parse boolean from string: "${value}"`);
|
|
159
|
+
return false;
|
|
153
160
|
}
|
|
154
161
|
};
|
|
155
162
|
|
|
@@ -215,4 +222,4 @@ const safeJsonStringify = (obj, indent = 2) => {
|
|
|
215
222
|
return JSON.stringify(obj || {}, null, indent);
|
|
216
223
|
};
|
|
217
224
|
|
|
218
|
-
export { getMonitorIcon as a, getStatusIcon as b, capitalizeFirstLetter as c,
|
|
225
|
+
export { getMonitorIcon as a, getStatusIcon as b, capitalizeFirstLetter as c, isValidVersion as d, parseJsonStringToPrettyString as e, flattenObjectKeys as f, getConditionsBooleans as g, splitCamelString as h, isStringABoolean as i, mapConditions as m, numbersOnly as n, parseBooleanFromString as p, removeEmptyValuesFromObject as r, safeJsonStringify as s };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { a2 as WarningModal } from './index-
|
|
2
|
+
import { a2 as WarningModal } from './index-ad94963f.js';
|
|
3
3
|
import { StatusType, EntityTypes } from './types.js';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-cccea570.js';
|
|
5
5
|
import 'styled-components';
|
|
6
6
|
|
|
7
7
|
const CancelWarning = ({ isOpen, noOverlay, name, onApprove, onDeny }) => {
|