@odigos/ui-kit 0.0.85 → 0.0.86
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 +7 -0
- package/lib/components.js +5 -5
- package/lib/containers.js +5 -5
- package/lib/functions.js +2 -2
- package/lib/icons.js +2 -2
- package/lib/{index-90161559.js → index-4010222c.js} +2 -2
- package/lib/{index-c1a8e92c.js → index-7c675ed2.js} +16 -14
- package/lib/{index-8e9ad0b4.js → index-806238da.js} +1 -1
- package/lib/{index-4dfaeaab.js → index-d30e26c2.js} +6 -4
- package/lib/{index-f22371cb.js → index-d87a2c69.js} +1 -1
- package/lib/snippets.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.86](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.85...ui-kit-v0.0.86) (2025-08-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* update Odigos logo and logo text SVG components for improved rendering and responsiveness ([#328](https://github.com/odigos-io/ui-kit/issues/328)) ([3e7ad1e](https://github.com/odigos-io/ui-kit/commit/3e7ad1ea514f62e468dcc84f0cc6282170f43dbf))
|
|
9
|
+
|
|
3
10
|
## [0.0.85](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.84...ui-kit-v0.0.85) (2025-08-18)
|
|
4
11
|
|
|
5
12
|
|
package/lib/components.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { B as Button } from './index-
|
|
2
|
-
export { A as AutocompleteInput, a as Badge, a9 as CenterThis, C as Checkbox, b as Code, c as ConditionDetails, D as DataCard, e as DataCardFieldTypes, d as DataCardFields, f as DataFinger, g as DataTab, h as DescribeRow, 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, a8 as FlexColumn, a7 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, ac as ModalBody, z as MonitorsCheckboxes, G as MonitorsIcons, N as NavigationButtons, J as NoDataFound, L as NotificationNote, ab as Overlay, P as Popup, O as PopupForm, S as ScrollX, Q as SectionTitle, R as Segment, U as SelectionButton, V as SkeletonLoader, W as Status, X as Stepper, Y as TabList, ad as TableContainer, ae as TableTitleWrap, af as TableWrap, Z as Tag, _ as Text, a2 as TextArea, a3 as Toggle, T as ToggleCodeComponent, a4 as Tooltip, a5 as TraceLoader, aa as VerticalScroll, a6 as WarningModal, $ as getLinksFromText, a0 as getStrongsFromText, a1 as renderText } from './index-
|
|
3
|
-
export { C as CancelWarning, D as DeleteWarning } from './index-
|
|
1
|
+
import { B as Button } from './index-4010222c.js';
|
|
2
|
+
export { A as AutocompleteInput, a as Badge, a9 as CenterThis, C as Checkbox, b as Code, c as ConditionDetails, D as DataCard, e as DataCardFieldTypes, d as DataCardFields, f as DataFinger, g as DataTab, h as DescribeRow, 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, a8 as FlexColumn, a7 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, ac as ModalBody, z as MonitorsCheckboxes, G as MonitorsIcons, N as NavigationButtons, J as NoDataFound, L as NotificationNote, ab as Overlay, P as Popup, O as PopupForm, S as ScrollX, Q as SectionTitle, R as Segment, U as SelectionButton, V as SkeletonLoader, W as Status, X as Stepper, Y as TabList, ad as TableContainer, ae as TableTitleWrap, af as TableWrap, Z as Tag, _ as Text, a2 as TextArea, a3 as Toggle, T as ToggleCodeComponent, a4 as Tooltip, a5 as TraceLoader, aa as VerticalScroll, a6 as WarningModal, $ as getLinksFromText, a0 as getStrongsFromText, a1 as renderText } from './index-4010222c.js';
|
|
3
|
+
export { C as CancelWarning, D as DeleteWarning } from './index-806238da.js';
|
|
4
4
|
import React, { createContext, Component, createElement } from 'react';
|
|
5
5
|
import { T as Theme } from './index-86030474.js';
|
|
6
6
|
import 'styled-components';
|
|
7
7
|
import './index-72089d6e.js';
|
|
8
8
|
import './types.js';
|
|
9
9
|
import './index-5e5f7bda.js';
|
|
10
|
-
import './index-
|
|
11
|
-
import './index-
|
|
10
|
+
import './index-d87a2c69.js';
|
|
11
|
+
import './index-d30e26c2.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import './useTransition-cac1649d.js';
|
|
14
14
|
|
package/lib/containers.js
CHANGED
|
@@ -2,15 +2,15 @@ import React, { useState, useEffect, forwardRef, useRef, useImperativeHandle, us
|
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
3
|
import { b as DISPLAY_TITLES, T as Theme, U as usePendingStore, V as useNotificationStore, O as useDrawerStore, B as BUTTON_TEXTS, W as useEntityStore, A as ACTION_OPTIONS, g as getActionIcon, z as useModalStore, F as FORM_ALERTS, X as useFilterStore, d as getInstrumentationRuleIcon, Y as useDataStreamStore, Z as useInstrumentStore, c as getEntityId, D as DISPLAY_LANGUAGES, M as MONITORS_OPTIONS, S as STORAGE_KEYS, a as DEFAULT_DATA_STREAM_NAME, _ as useSetupStore, e as getProgrammingLanguageIcon, I as INSTRUMENTATION_RULE_OPTIONS, $ as useSelectedStore, k as ImageErrorIcon, a0 as useDarkMode } from './index-86030474.js';
|
|
4
4
|
import { ActionType, ActionKeyTypes, InputTypes, FieldTypes, EntityTypes, StatusType, Crud, OtherStatus, NodeTypes, EdgeTypes, AddNodeTypes, SignalType, HeadersCollectionKeyTypes, CustomInstrumentationsKeyTypes, CodeAttributesKeyTypes, PayloadCollectionKeyTypes, InstrumentationRuleType, K8sResourceKind, ProgrammingLanguages, MountMethod, AgentEnvVarsInjectionMethod, Profile, InstallationMethod } from './types.js';
|
|
5
|
-
import { e as DataCardFieldTypes, p as FieldLabel, C as Checkbox, o as FieldError, v as Input, x as InputTable, a3 as Toggle, K as KeyValueInputsList, w as InputList, _ as Text, R as Segment, Q as SectionTitle, j as DocsButton, z as MonitorsCheckboxes, a2 as TextArea, k as Drawer, c as ConditionDetails, D as DataCard, a8 as FlexColumn, M as Modal, N as NavigationButtons, ac as ModalBody, L as NotificationNote, A as AutocompleteInput, i as Divider, W as Status, a7 as FlexRow, a4 as Tooltip, s as IconWrapped, G as MonitorsIcons, ad as TableContainer, ae as TableTitleWrap, r as IconTitleBadge, af as TableWrap, y as InteractiveTable, a9 as CenterThis, J as NoDataFound, a5 as TraceLoader, a as Badge, ag as nodeConfig, ah as useNodesState, ai as useEdgesState, aj as Flow, ak as applyNodeChanges, P as Popup, U as SelectionButton, aa as VerticalScroll, n as Dropdown, B as Button, I as IconButton, E as ExtendArrow, al as AddButton, F as FadeLoader, g as DataTab, X as Stepper, d as DataCardFields, Z as Tag, am as MarkerType, t as IconsNav, an as CopyText, h as DescribeRow, ao as PodContainer, ap as SourceContainer, q as IconGroup, O as PopupForm } from './index-
|
|
5
|
+
import { e as DataCardFieldTypes, p as FieldLabel, C as Checkbox, o as FieldError, v as Input, x as InputTable, a3 as Toggle, K as KeyValueInputsList, w as InputList, _ as Text, R as Segment, Q as SectionTitle, j as DocsButton, z as MonitorsCheckboxes, a2 as TextArea, k as Drawer, c as ConditionDetails, D as DataCard, a8 as FlexColumn, M as Modal, N as NavigationButtons, ac as ModalBody, L as NotificationNote, A as AutocompleteInput, i as Divider, W as Status, a7 as FlexRow, a4 as Tooltip, s as IconWrapped, G as MonitorsIcons, ad as TableContainer, ae as TableTitleWrap, r as IconTitleBadge, af as TableWrap, y as InteractiveTable, a9 as CenterThis, J as NoDataFound, a5 as TraceLoader, a as Badge, ag as nodeConfig, ah as useNodesState, ai as useEdgesState, aj as Flow, ak as applyNodeChanges, P as Popup, U as SelectionButton, aa as VerticalScroll, n as Dropdown, B as Button, I as IconButton, E as ExtendArrow, al as AddButton, F as FadeLoader, g as DataTab, X as Stepper, d as DataCardFields, Z as Tag, am as MarkerType, t as IconsNav, an as CopyText, h as DescribeRow, ao as PodContainer, ap as SourceContainer, q as IconGroup, O as PopupForm } from './index-4010222c.js';
|
|
6
6
|
import { i as isEmpty, s as safeJsonParse, d as deepClone } from './index-5e5f7bda.js';
|
|
7
|
-
import { C as CheckCircledIcon, O as OdigosLogo } from './index-
|
|
8
|
-
import { C as CrossCircledIcon, O as OdigosLogoText, F as FilterIcon, D as DataStreamsIcon, A as ArrowIcon, R as RefreshLeftArrowIcon, N as NotificationIcon, U as UserIcon, a as OverviewIcon, S as SlackLogo, K as KeyIcon, T as TerminalIcon, G as GearIcon } from './index-
|
|
7
|
+
import { C as CheckCircledIcon, O as OdigosLogo } from './index-d30e26c2.js';
|
|
8
|
+
import { C as CrossCircledIcon, O as OdigosLogoText, F as FilterIcon, D as DataStreamsIcon, A as ArrowIcon, R as RefreshLeftArrowIcon, N as NotificationIcon, U as UserIcon, a as OverviewIcon, S as SlackLogo, K as KeyIcon, T as TerminalIcon, G as GearIcon } from './index-7c675ed2.js';
|
|
9
9
|
import { useActionFormData, useSessionStorage, useDataStreamFormData, useDestinationFormData, useClickNotification, useSourceFormData, useSourceSelectionFormData } from './hooks.js';
|
|
10
10
|
import { u as useKeyDown, a as useContainerSize, b as useClickNode, c as usePopup, d as useOnClickOutside, e as useInstrumentationRuleFormData, f as useTransition, g as useTimeAgo, h as useCopy, i as useGenericForm } from './useTransition-cac1649d.js';
|
|
11
11
|
import { E as EditIcon, T as TrashIcon, S as SearchIcon, h as CheckIcon, P as PlusIcon, a as CopyIcon } from './index-72089d6e.js';
|
|
12
|
-
import { D as DeleteWarning, C as CancelWarning } from './index-
|
|
13
|
-
import { g as getConditionsBooleans, m as mapConditions, b as getStatusIcon, h as splitCamelString, c as capitalizeFirstLetter, i as isStringABoolean, p as parseBooleanFromString } from './index-
|
|
12
|
+
import { D as DeleteWarning, C as CancelWarning } from './index-806238da.js';
|
|
13
|
+
import { g as getConditionsBooleans, m as mapConditions, b as getStatusIcon, h as splitCamelString, c as capitalizeFirstLetter, i as isStringABoolean, p as parseBooleanFromString } from './index-d87a2c69.js';
|
|
14
14
|
import { f as filterActions, l as getEntityLabel, k as getEntityIcon, t as sleep, g as formatBytes, i as getContainersIcons, n as getValueForRange, j as getDestinationIcon, e as filterSourcesByStream, d as filterSources, b as filterDestinationsByStream, a as filterDestinations, s as mapDestinationFieldsForDisplay, c as compareCondition, p as getYamlFieldsForDestination, m as getMetricForEntity, o as getWorkloadId, q as hasUnhealthyInstances, h as getContainersInstrumentedCount, r as isOverTime } from './index-8b736e84.js';
|
|
15
15
|
import { m as mapExportedSignals } from './index-6a6bea6e.js';
|
|
16
16
|
import { NoteBackToSummary, EditButton } from './snippets.js';
|
package/lib/functions.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { c as capitalizeFirstLetter, f as flattenObjectKeys, g as getConditionsBooleans, a as getMonitorIcon, b as getStatusIcon, i as isStringABoolean, d as isValidVersion, m as mapConditions, n as numbersOnly, p as parseBooleanFromString, e as parseJsonStringToPrettyString, r as removeEmptyValuesFromObject, s as safeJsonStringify, h as splitCamelString } from './index-
|
|
1
|
+
export { c as capitalizeFirstLetter, f as flattenObjectKeys, g as getConditionsBooleans, a as getMonitorIcon, b as getStatusIcon, i as isStringABoolean, d as isValidVersion, m as mapConditions, n as numbersOnly, p as parseBooleanFromString, e as parseJsonStringToPrettyString, r as removeEmptyValuesFromObject, s as safeJsonStringify, h as splitCamelString } from './index-d87a2c69.js';
|
|
2
2
|
export { c as compareCondition, f as filterActions, a as filterDestinations, b as filterDestinationsByStream, d as filterSources, e as filterSourcesByStream, g as formatBytes, i as getContainersIcons, h as getContainersInstrumentedCount, j as getDestinationIcon, k as getEntityIcon, l as getEntityLabel, m as getMetricForEntity, n as getValueForRange, o as getWorkloadId, p as getYamlFieldsForDestination, q as hasUnhealthyInstances, r as isOverTime, s as mapDestinationFieldsForDisplay, t as sleep } from './index-8b736e84.js';
|
|
3
3
|
export { d as deepClone, i as isEmpty, s as safeJsonParse } from './index-5e5f7bda.js';
|
|
4
4
|
import { K as K8sLogo } from './index-86030474.js';
|
|
@@ -7,7 +7,7 @@ export { g as getIdFromSseTarget, i as isLegalK8sLabel, m as mapExportedSignals
|
|
|
7
7
|
import { ProgrammingLanguages, PlatformType, EntityTypes } from './types.js';
|
|
8
8
|
import 'react';
|
|
9
9
|
import 'styled-components';
|
|
10
|
-
import { O as OdigosLogo } from './index-
|
|
10
|
+
import { O as OdigosLogo } from './index-d30e26c2.js';
|
|
11
11
|
import { V as VmLogo } from './index-1b05e560.js';
|
|
12
12
|
import './index-6bb0eb56.js';
|
|
13
13
|
|
package/lib/icons.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { T as Theme } from './index-86030474.js';
|
|
2
2
|
export { h as AddClusterInfoIcon, n as CPlusPlusLogo, o as CSharpLogo, C as CodeAttributesIcon, l as CustomInstrumentationIcon, i as DeleteAttributeIcon, p as DotnetLogo, E as ElixirLogo, G as GoLogo, H as HeadersCollectionIcon, k as ImageErrorIcon, J as JavaLogo, K as K8sLogo, f 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, j as SamplerIcon, y as SwiftLogo } from './index-86030474.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-
|
|
4
|
-
export { A as ArrowIcon, C as CrossCircledIcon, D as DataStreamsIcon, F as FilterIcon, G as GearIcon, K as KeyIcon, N as NotificationIcon, O as OdigosLogoText, a as OverviewIcon, R as RefreshLeftArrowIcon, S as SlackLogo, T as TerminalIcon, U as UserIcon } 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-d30e26c2.js';
|
|
4
|
+
export { A as ArrowIcon, C as CrossCircledIcon, D as DataStreamsIcon, F as FilterIcon, G as GearIcon, K as KeyIcon, N as NotificationIcon, O as OdigosLogoText, a as OverviewIcon, R as RefreshLeftArrowIcon, S as SlackLogo, T as TerminalIcon, U as UserIcon } from './index-7c675ed2.js';
|
|
5
5
|
import React from 'react';
|
|
6
6
|
export { 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-72089d6e.js';
|
|
7
7
|
export { V as VmLogo } from './index-1b05e560.js';
|
|
@@ -4,10 +4,10 @@ import styled, { css } from 'styled-components';
|
|
|
4
4
|
import { M as MinusIcon$1, h as CheckIcon, L as ListIcon, C as CodeIcon, c as ExtendArrowIcon, P as PlusIcon$1, a as CopyIcon, E as EditIcon, b as EditedIcon, e as SortArrowsIcon, d as NotebookIcon, X as XIcon, f as EyeClosedIcon, g as EyeOpenIcon, N as NoDataIcon, i as CrossIcon, S as SearchIcon, T as TrashIcon } from './index-72089d6e.js';
|
|
5
5
|
import { StatusType, OtherStatus, EntityTypes, NodeTypes, AddNodeTypes, EdgeTypes, ProgrammingLanguages, IntrumentationStatus, SortDirection, InputTypes, FieldTypes } from './types.js';
|
|
6
6
|
import { s as safeJsonParse, i as isEmpty } from './index-5e5f7bda.js';
|
|
7
|
-
import { b as getStatusIcon, r as removeEmptyValuesFromObject, s as safeJsonStringify, f as flattenObjectKeys, m as mapConditions, g as getConditionsBooleans, c as capitalizeFirstLetter, a as getMonitorIcon, i as isStringABoolean, p as parseBooleanFromString, d as isValidVersion, h as splitCamelString, e as parseJsonStringToPrettyString, n as numbersOnly } from './index-
|
|
7
|
+
import { b as getStatusIcon, r as removeEmptyValuesFromObject, s as safeJsonStringify, f as flattenObjectKeys, m as mapConditions, g as getConditionsBooleans, c as capitalizeFirstLetter, a as getMonitorIcon, i as isStringABoolean, p as parseBooleanFromString, d as isValidVersion, h as splitCamelString, e as parseJsonStringToPrettyString, n as numbersOnly } from './index-d87a2c69.js';
|
|
8
8
|
import ReactDOM, { createPortal } from 'react-dom';
|
|
9
9
|
import { c as usePopup, h as useCopy, b as useClickNode, i as useGenericForm, a as useContainerSize, f as useTransition, u as useKeyDown, d as useOnClickOutside } from './useTransition-cac1649d.js';
|
|
10
|
-
import { I as InfoIcon } from './index-
|
|
10
|
+
import { I as InfoIcon } from './index-d30e26c2.js';
|
|
11
11
|
|
|
12
12
|
const TextWrapper$2 = styled.div `
|
|
13
13
|
color: ${({ $color, theme }) => $color || theme.text.secondary};
|
|
@@ -4,21 +4,23 @@ import { T as Theme } from './index-86030474.js';
|
|
|
4
4
|
const OdigosLogoText = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
5
5
|
const theme = Theme.useTheme();
|
|
6
6
|
const fill = f || theme.text.secondary;
|
|
7
|
-
return (React.createElement("svg", { width: size, height: size * (
|
|
7
|
+
return (React.createElement("svg", { width: size, height: size * (32 / 143), viewBox: '0 0 143 32', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
8
8
|
React.createElement("defs", null,
|
|
9
|
-
React.createElement("clipPath", { id: '
|
|
10
|
-
React.createElement("rect", {
|
|
11
|
-
React.createElement("g", {
|
|
12
|
-
React.createElement("path", { d: '
|
|
13
|
-
React.createElement("path", { d: '
|
|
14
|
-
React.createElement("path", { d: '
|
|
15
|
-
React.createElement("path", { d: '
|
|
16
|
-
React.createElement("path", { d: '
|
|
17
|
-
React.createElement("path", { d: '
|
|
18
|
-
React.createElement("path", { d: '
|
|
19
|
-
React.createElement("path", { d: '
|
|
20
|
-
React.createElement("path", { d: '
|
|
21
|
-
React.createElement("path", { d: '
|
|
9
|
+
React.createElement("clipPath", { id: 'clip0_6008_4278' },
|
|
10
|
+
React.createElement("rect", { fill: fill, width: size, height: size * (32 / 143) }))),
|
|
11
|
+
React.createElement("g", { "clip-path": 'url(#clip0_6008_4278)' },
|
|
12
|
+
React.createElement("path", { fill: fill, d: 'M121.59 10.9688H119.354C119.158 10.9688 118.982 10.8888 118.854 10.7609C118.727 10.6329 118.647 10.4569 118.647 10.2614V8.02531C118.647 7.82979 118.567 7.65382 118.439 7.52584C118.311 7.39786 118.135 7.31787 117.939 7.31787H107.439C107.32 7.31787 107.203 7.34098 107.093 7.38186C106.968 7.42985 106.855 7.50273 106.759 7.60049L103.702 10.6578C103.611 10.7484 103.542 10.8533 103.494 10.9688C103.446 11.0844 103.419 11.2106 103.419 11.3403V21.7866C103.419 21.9448 103.471 22.0905 103.558 22.2078C103.686 22.382 103.894 22.494 104.127 22.494H106.362C106.531 22.494 106.684 22.5527 106.807 22.6504C106.967 22.7802 107.07 22.9793 107.07 23.2014V25.4375C107.07 25.633 107.15 25.809 107.278 25.937C107.406 26.065 107.581 26.145 107.777 26.145H118.263C118.391 26.145 118.515 26.1201 118.632 26.0721C118.75 26.0241 118.854 25.953 118.945 25.8623L122.018 22.7891C122.103 22.7038 122.171 22.6042 122.219 22.494C122.272 22.3731 122.301 22.2416 122.301 22.1065V11.6763C122.301 11.5163 122.247 11.3688 122.158 11.2514C122.029 11.0808 121.824 10.9688 121.593 10.9688H121.59ZM118.647 21.7848C118.647 21.959 118.583 22.119 118.478 22.2434C118.348 22.3962 118.154 22.4922 117.939 22.4922H107.773C107.578 22.4922 107.402 22.4122 107.274 22.2843C107.146 22.1563 107.066 21.9803 107.066 21.7848V11.6745C107.066 11.479 107.146 11.303 107.274 11.175C107.402 11.047 107.578 10.967 107.773 10.967H117.939C118.135 10.967 118.311 11.047 118.439 11.175C118.567 11.303 118.647 11.479 118.647 11.6745V21.7848Z' }),
|
|
13
|
+
React.createElement("path", { fill: fill, d: 'M80.1801 26.1432H77.9266C77.7311 26.1432 77.5551 26.0632 77.4272 25.9352C77.2992 25.8072 77.2192 25.6313 77.2192 25.4357V8.02531C77.2192 7.83867 77.2903 7.66981 77.4076 7.54361C77.5374 7.40497 77.7204 7.31787 77.9266 7.31787H80.1801C80.349 7.31787 80.5036 7.37653 80.6244 7.47429C80.7844 7.60405 80.8875 7.80135 80.8875 8.02531V25.4357C80.8875 25.6313 80.8075 25.8072 80.6795 25.9352C80.5516 26.0632 80.3756 26.1432 80.1801 26.1432Z' }),
|
|
14
|
+
React.createElement("path", { fill: fill, d: 'M80.1801 3.66872H77.9266C77.7524 3.66872 77.5925 3.60473 77.4681 3.49986C77.3152 3.37011 77.2192 3.17636 77.2192 2.96128V0.707438C77.2192 0.519025 77.2921 0.348386 77.4112 0.222185C77.5409 0.0853191 77.7222 0 77.9266 0H80.1801C80.3756 0 80.5516 0.0799867 80.6795 0.207965C80.8075 0.335944 80.8875 0.511915 80.8875 0.707438V2.96128C80.8875 3.15681 80.8075 3.33278 80.6795 3.46076C80.5516 3.58874 80.3756 3.66872 80.1801 3.66872Z' }),
|
|
15
|
+
React.createElement("path", { fill: fill, d: 'M140.057 14.8084H142.293C142.39 14.8084 142.483 14.7888 142.568 14.7533C142.822 14.6466 143 14.3942 143 14.1009V11.7049C143 11.5022 142.918 11.3174 142.785 11.1841C142.652 11.0508 142.467 10.969 142.264 10.969H140.103C139.895 10.969 139.707 10.8855 139.572 10.7486C139.437 10.6117 139.351 10.4251 139.351 10.2171V8.0557C139.351 7.85307 139.269 7.66821 139.136 7.5349C139.003 7.40159 138.818 7.31982 138.615 7.31982H128.144C128.018 7.31982 127.893 7.34471 127.778 7.39092C127.662 7.43714 127.552 7.51001 127.461 7.60067L124.405 10.6579C124.323 10.7397 124.257 10.8357 124.209 10.9388C124.152 11.0632 124.122 11.2001 124.122 11.3405V13.4308C124.122 13.6068 124.174 13.7739 124.264 13.9161C124.355 14.0583 124.486 14.1756 124.646 14.2484L138.939 20.8216C139.001 20.85 139.058 20.8873 139.109 20.9318C139.261 21.0633 139.351 21.2571 139.351 21.4632V21.785C139.351 21.9609 139.287 22.1227 139.181 22.2471C139.051 22.3982 138.859 22.4924 138.646 22.4924H128.48C128.284 22.4924 128.108 22.4124 127.98 22.2844C127.852 22.1565 127.773 21.9805 127.773 21.785V19.2698C127.773 19.0743 127.693 18.8983 127.565 18.7704C127.437 18.6424 127.261 18.5624 127.065 18.5624H124.829C124.648 18.5624 124.483 18.6299 124.357 18.7437C124.213 18.8735 124.122 19.0619 124.122 19.2698V21.785C124.122 21.9805 124.202 22.1565 124.33 22.2844C124.458 22.4124 124.634 22.4924 124.829 22.4924H127.065C127.248 22.4924 127.414 22.5617 127.54 22.6755C127.684 22.8052 127.773 22.9919 127.773 23.1998V25.4057C127.773 25.6083 127.854 25.7932 127.988 25.9265C128.121 26.0598 128.306 26.1416 128.508 26.1416H138.964C139.092 26.1416 139.216 26.1167 139.332 26.0687C139.447 26.0207 139.554 25.9496 139.644 25.8607L142.717 22.791C142.804 22.7039 142.872 22.6026 142.92 22.4924C142.971 22.3733 143 22.2418 143 22.1085V20.011C143 19.8688 142.966 19.7302 142.904 19.6076C142.813 19.428 142.666 19.2805 142.476 19.1934L128.183 12.6203C128.057 12.5634 127.956 12.471 127.883 12.359C127.81 12.247 127.771 12.1155 127.771 11.9768V11.6747C127.771 11.4791 127.851 11.3032 127.979 11.1752C128.107 11.0472 128.283 10.9672 128.478 10.9672H138.598C138.79 10.9672 138.964 11.0383 139.097 11.1556C139.253 11.2943 139.351 11.4951 139.351 11.7191V14.0991C139.351 14.268 139.41 14.4226 139.509 14.5453C139.639 14.7053 139.836 14.8066 140.059 14.8066L140.057 14.8084Z' }),
|
|
16
|
+
React.createElement("path", { fill: fill, d: 'M75.3922 0.707438C75.3922 0.511915 75.3123 0.335944 75.1843 0.207965C75.0563 0.0799867 74.8804 0 74.6849 0H72.4313C72.2536 0 72.0901 0.0657668 71.9657 0.174193C71.8164 0.303949 71.724 0.49414 71.724 0.707438V8.01466C71.724 7.84758 71.6654 7.69294 71.5676 7.57207C71.4379 7.4121 71.2388 7.309 71.0167 7.309H60.5168C60.3888 7.309 60.2644 7.33389 60.1471 7.38188C60.0298 7.42987 59.9249 7.50097 59.8343 7.59162L56.7775 10.6489C56.6868 10.7395 56.6175 10.8444 56.5695 10.96C56.5215 11.0755 56.4949 11.2017 56.4949 11.3314V21.7777C56.4949 21.9643 56.566 22.1332 56.685 22.2594C56.8148 22.398 56.9978 22.4851 57.2022 22.4851H59.438C59.6335 22.4851 59.8094 22.5651 59.9374 22.6931C60.0653 22.8211 60.1453 22.9971 60.1453 23.1926V25.4287C60.1453 25.6242 60.2253 25.8001 60.3533 25.9281C60.4812 26.0561 60.6572 26.1361 60.8527 26.1361H71.3384C71.4663 26.1361 71.5907 26.1112 71.708 26.0632C71.8253 26.0152 71.9302 25.9441 72.0208 25.8535L75.0937 22.7802C75.179 22.6949 75.2465 22.5953 75.2945 22.4851C75.3478 22.3643 75.3762 22.2327 75.3762 22.0977L75.394 0.710993L75.3922 0.707438ZM71.724 21.7741C71.724 21.9483 71.6618 22.1083 71.557 22.231C71.4272 22.3838 71.2335 22.4816 71.0167 22.4816H60.8509C60.6554 22.4816 60.4794 22.4016 60.3515 22.2736C60.2235 22.1456 60.1435 21.9697 60.1435 21.7741V11.6638C60.1435 11.4683 60.2235 11.2923 60.3515 11.1644C60.4794 11.0364 60.6554 10.9564 60.8509 10.9564H71.0167C71.2122 10.9564 71.3881 11.0364 71.5161 11.1644C71.644 11.2923 71.724 11.4683 71.724 11.6638V21.7741Z' }),
|
|
17
|
+
React.createElement("path", { fill: fill, d: 'M100.887 10.9688H98.6508C98.4553 10.9688 98.2794 10.8888 98.1514 10.7609C98.0235 10.6329 97.9435 10.4569 97.9435 10.2614V8.02531C97.9435 7.8369 97.8706 7.66626 97.7498 7.53828C97.62 7.40319 97.4388 7.31787 97.2362 7.31787H86.7362C86.6083 7.31787 86.4839 7.34276 86.3666 7.39075C86.2493 7.43874 86.1444 7.50984 86.0538 7.60049L82.9969 10.6578C82.9525 10.7022 82.9116 10.752 82.8761 10.8053C82.7712 10.9617 82.7144 11.1483 82.7144 11.3403V21.7866C82.7144 21.9643 82.7801 22.1261 82.8867 22.2505C83.0165 22.3998 83.2067 22.494 83.4199 22.494H85.6557C85.8387 22.494 86.004 22.5633 86.1302 22.6771C86.2724 22.8068 86.363 22.9935 86.363 23.2014V25.4375C86.363 25.633 86.443 25.809 86.571 25.937C86.6989 26.065 86.8749 26.145 87.0704 26.145H97.5561H97.5596C97.7693 26.145 97.9435 26.3032 97.9435 26.5111V27.1635C97.9435 27.3465 97.8742 27.5136 97.7587 27.6398C97.6289 27.782 97.4423 27.8709 97.2362 27.8709H87.0704C86.9069 27.8709 86.7558 27.926 86.6367 28.0202C86.4697 28.15 86.363 28.3508 86.363 28.5783V30.8144C86.363 31.0099 86.443 31.1859 86.571 31.3139C86.6989 31.4419 86.8749 31.5218 87.0704 31.5218H97.5561C97.684 31.5218 97.8084 31.497 97.9257 31.449C98.043 31.401 98.1479 31.3299 98.2385 31.2392L101.311 28.166C101.402 28.0753 101.473 27.9687 101.521 27.8531C101.569 27.7376 101.594 27.6114 101.594 27.4834V11.6763C101.594 11.5092 101.537 11.3563 101.439 11.2354C101.31 11.0737 101.111 10.9688 100.887 10.9688ZM97.9435 19.8118V21.4169C97.9435 22.0105 97.4619 22.4922 96.8683 22.4922H87.0704C86.8749 22.4922 86.6971 22.4122 86.5674 22.2825C86.4377 22.1527 86.363 21.9785 86.363 21.7848V11.6745C86.363 11.479 86.443 11.303 86.571 11.175C86.6989 11.047 86.8749 10.967 87.0704 10.967H97.2362C97.421 10.967 97.5898 11.0381 97.7142 11.1537C97.8546 11.2834 97.9417 11.4683 97.9417 11.6745V19.8118H97.9435Z' }),
|
|
18
|
+
React.createElement("path", { fill: fill, d: 'M53.9764 10.9688H51.7407C51.5452 10.9688 51.3692 10.8888 51.2413 10.7609C51.1133 10.6329 51.0333 10.4569 51.0333 10.2614V8.02531C51.0333 7.82979 50.9534 7.65382 50.8254 7.52584C50.6974 7.39786 50.5215 7.31787 50.326 7.31787H39.8261C39.6981 7.31787 39.5737 7.34276 39.4564 7.39075C39.3391 7.43874 39.2343 7.50984 39.1436 7.60049L36.0868 10.6578C35.9961 10.7484 35.925 10.8551 35.8771 10.9706C35.8291 11.0861 35.8042 11.2123 35.8042 11.3403V21.7866C35.8042 21.9697 35.8735 22.1367 35.9873 22.2612C36.117 22.4034 36.3036 22.494 36.5115 22.494H38.7473C38.9108 22.494 39.0601 22.5491 39.1792 22.6415C39.3462 22.7713 39.4546 22.9739 39.4546 23.2014V25.4375C39.4546 25.633 39.5346 25.809 39.6626 25.937C39.7905 26.065 39.9665 26.145 40.162 26.145H50.6477C50.7756 26.145 50.9 26.1201 51.0173 26.0721C51.1346 26.0241 51.2395 25.953 51.3301 25.8623L54.403 22.7891C54.4883 22.7038 54.5558 22.6042 54.6038 22.494C54.6571 22.3731 54.6856 22.2416 54.6856 22.1065V11.6763C54.6856 11.4861 54.6109 11.3154 54.4901 11.1874C54.3621 11.0524 54.179 10.9688 53.9782 10.9688H53.9764ZM51.0333 21.7848C51.0333 21.9803 50.9551 22.1563 50.8272 22.2843C50.6992 22.4122 50.5215 22.4922 50.326 22.4922H40.1602C39.9647 22.4922 39.7888 22.4122 39.6608 22.2843C39.5328 22.1563 39.4529 21.9803 39.4529 21.7848V12.0424C39.4529 11.4487 39.9345 10.967 40.5281 10.967H50.326C50.5091 10.967 50.6761 11.0364 50.8023 11.1519C50.9445 11.2817 51.0333 11.4665 51.0333 11.6745V21.7848Z' }),
|
|
19
|
+
React.createElement("path", { fill: fill, d: 'M8.7155 21.3227L3.2736 26.7654C3.13142 26.9076 2.94481 26.9733 2.75998 26.9662C2.56626 26.9591 2.3761 26.8685 2.24813 26.7014C1.3684 25.5602 0.657507 24.3302 0.119005 23.0451C0.0301429 22.8318 0.0105933 22.6025 0.053247 22.3857C0.0959007 22.1688 0.204312 21.9644 0.366041 21.8009L4.61719 17.5491C4.83934 17.327 4.94953 17.0372 4.95131 16.7457C4.95309 16.4542 4.84112 16.1609 4.61719 15.937L0.335828 11.6532C0.111896 11.4293 -0.00540183 11.1271 -7.01159e-05 10.8231C0.00348436 10.6863 0.0301429 10.5476 0.0852372 10.4161C0.618408 9.12565 1.32397 7.88853 2.20015 6.74027C2.32633 6.57675 2.50939 6.48609 2.69777 6.47365C2.88616 6.46121 3.08166 6.52698 3.22739 6.67273L8.7155 12.1616C8.89322 12.3393 8.98208 12.5722 8.98208 12.8068C8.98208 13.0414 8.89322 13.2743 8.7155 13.452L6.23092 15.937C6.00877 16.1592 5.8968 16.4507 5.8968 16.7422C5.8968 17.0337 6.00877 17.3252 6.23092 17.5474L8.7155 20.0323C8.89322 20.21 8.98208 20.4429 8.98208 20.6775C8.98208 20.9121 8.89322 21.145 8.7155 21.3227Z' }),
|
|
20
|
+
React.createElement("path", { fill: fill, d: 'M25.3381 4.69786L19.6154 10.4214C19.491 10.5458 19.3452 10.6435 19.1888 10.7111C19.02 10.784 18.8369 10.8213 18.6486 10.8213H11.9377C11.7564 10.8213 11.5787 10.7857 11.4152 10.7164C11.2517 10.6471 11.1006 10.5476 10.9709 10.4196L5.22153 4.6712C5.0758 4.52545 5.01004 4.3317 5.02248 4.14329C5.03492 3.95487 5.12378 3.77002 5.28729 3.64559C6.43183 2.76752 7.66523 2.06008 8.95373 1.52506C9.151 1.44329 9.36249 1.42019 9.5651 1.45396C9.79791 1.49128 10.0201 1.60149 10.1942 1.77568L14.488 6.07008C14.7031 6.28515 14.9821 6.39536 15.2629 6.40424C15.565 6.41313 15.869 6.30115 16.1 6.07008L20.3742 1.79523C20.5378 1.63171 20.7421 1.52506 20.959 1.4824C21.1758 1.43974 21.405 1.45751 21.6183 1.54816C22.9033 2.08674 24.1331 2.79773 25.2741 3.67759C25.5993 3.92999 25.6295 4.41169 25.3381 4.70319V4.69786Z' }),
|
|
21
|
+
React.createElement("path", { fill: fill, d: 'M15.2611 20.3289C17.2399 20.3289 18.844 18.7246 18.844 16.7455C18.844 14.7665 17.2399 13.1621 15.2611 13.1621C13.2823 13.1621 11.6782 14.7665 11.6782 16.7455C11.6782 18.7246 13.2823 20.3289 15.2611 20.3289Z' }),
|
|
22
|
+
React.createElement("path", { fill: fill, d: 'M5.22154 28.7401L10.9442 23.0166C11.0562 22.9047 11.1842 22.814 11.3246 22.7482C11.5058 22.6629 11.7067 22.6167 11.9111 22.6167H18.6219C18.8032 22.6167 18.9809 22.6522 19.1444 22.7216C19.3079 22.7909 19.459 22.8904 19.5887 23.0184L25.3381 28.7686C25.4696 28.9001 25.5353 29.069 25.5389 29.2396C25.5425 29.4476 25.4536 29.6573 25.2723 29.7959C24.1278 30.674 22.8944 31.3815 21.6059 31.9165C21.3944 32.0054 21.1651 32.0231 20.9483 31.9805C20.7315 31.9378 20.5289 31.8294 20.3654 31.6676L16.0716 27.3732C15.8494 27.1511 15.5579 27.0391 15.2665 27.0391C14.975 27.0391 14.6835 27.1511 14.4614 27.3732L10.1871 31.6481C10.0378 31.7974 9.85302 31.9005 9.65574 31.9503C9.42293 32.0089 9.17411 31.9929 8.94485 31.8969C7.65991 31.3584 6.43006 30.6474 5.28907 29.7675C5.12557 29.6413 5.03671 29.4582 5.02604 29.2698C5.01538 29.0814 5.07936 28.8877 5.22509 28.7419L5.22154 28.7401Z' }),
|
|
23
|
+
React.createElement("path", { fill: fill, d: 'M21.8244 12.1154L27.2663 6.67273C27.4121 6.52698 27.6058 6.46121 27.7942 6.47365C27.9826 6.48609 28.1656 6.57319 28.2918 6.73672C29.1715 7.87786 29.8824 9.10788 30.4209 10.393C30.4654 10.4996 30.492 10.6099 30.5027 10.7201C30.5347 11.0524 30.4174 11.3902 30.1721 11.6355L25.921 15.8872C25.6988 16.1094 25.5869 16.4009 25.5869 16.6924C25.5869 16.9839 25.6988 17.2754 25.921 17.4976L30.2041 21.7813C30.3658 21.9431 30.4725 22.1475 30.5169 22.3626C30.5613 22.5776 30.5418 22.8069 30.4547 23.0184C29.9215 24.3089 29.216 25.546 28.3398 26.6943C28.2278 26.84 28.0714 26.9271 27.9044 26.9538C27.6964 26.9858 27.4743 26.9236 27.3126 26.7618L21.8244 21.273C21.6467 21.0952 21.5579 20.8624 21.5579 20.6277C21.5579 20.3931 21.6467 20.1603 21.8244 19.9825L24.309 17.4976C24.5258 17.2807 24.636 16.9999 24.6431 16.7155C24.6503 16.4151 24.5383 16.1147 24.309 15.8854L21.8244 13.4005C21.6467 13.2227 21.5579 12.9899 21.5579 12.7553C21.5579 12.5206 21.6467 12.2878 21.8244 12.11V12.1154Z' }))));
|
|
22
24
|
};
|
|
23
25
|
|
|
24
26
|
const ArrowIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
@@ -4,10 +4,12 @@ import { T as Theme } from './index-86030474.js';
|
|
|
4
4
|
const OdigosLogo = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
5
5
|
const theme = Theme.useTheme();
|
|
6
6
|
const fill = f || theme.text.secondary;
|
|
7
|
-
return (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', width: size
|
|
8
|
-
React.createElement("path", { d: '
|
|
9
|
-
React.createElement("path", { d: '
|
|
10
|
-
React.createElement("path", { d: '
|
|
7
|
+
return (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', width: size * (45 / 46), height: size, viewBox: '0 0 45 46', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
8
|
+
React.createElement("path", { fill: fill, d: 'M13.3419 15.7211L5.3234 7.70753C5.11464 7.49889 4.83818 7.40209 4.56735 7.41243C4.28243 7.42371 4.0022 7.55528 3.81225 7.80151C2.51549 9.48185 1.46981 11.2938 0.675203 13.1865C0.543553 13.4995 0.515342 13.8368 0.579287 14.1564C0.643231 14.4759 0.800271 14.7766 1.041 15.0172L7.30662 21.279C7.63387 21.6061 7.79749 22.0337 7.79843 22.4622C7.79937 22.8908 7.63575 23.3231 7.30662 23.652L0.994926 29.9599C0.664859 30.2888 0.491833 30.7333 0.500296 31.1826C0.504058 31.3846 0.545434 31.5885 0.625364 31.7831C1.41151 33.6843 2.44966 35.5047 3.74078 37.1944C3.92509 37.4359 4.19591 37.5684 4.4752 37.5863C4.75355 37.6042 5.03942 37.5074 5.25476 37.2931L13.3428 29.2099C13.6052 28.9477 13.7359 28.6047 13.7359 28.2608C13.7359 27.9168 13.6052 27.5738 13.3428 27.3116L9.68103 23.652C9.35285 23.324 9.18923 22.8945 9.18923 22.4651C9.18923 22.0356 9.35285 21.6061 9.68103 21.2781L13.3419 17.6195C13.6042 17.3573 13.7349 17.0143 13.7349 16.6703C13.7349 16.3263 13.6042 15.9833 13.3419 15.7211Z' }),
|
|
9
|
+
React.createElement("path", { fill: fill, d: 'M37.8343 40.1988L29.4021 31.7717C29.2197 31.5894 29.0053 31.4456 28.7721 31.3451C28.5229 31.2379 28.253 31.1815 27.9775 31.1815H18.0896C17.8225 31.1815 17.5611 31.2342 17.3185 31.3347C17.0759 31.4353 16.8539 31.5828 16.6649 31.7708L8.19417 40.2383C7.97977 40.4526 7.88291 40.7383 7.89984 41.0164C7.9177 41.2946 8.04841 41.5653 8.29009 41.7495C9.97615 43.0426 11.7948 44.083 13.6934 44.8715C13.984 44.9927 14.2962 45.0247 14.5943 44.9767C14.9375 44.9213 15.2638 44.7596 15.5205 44.504L21.8463 38.182C22.1623 37.8663 22.5732 37.7027 22.987 37.6915C23.4318 37.6792 23.8813 37.8428 24.2207 38.182L30.5211 44.4786C30.7609 44.7183 31.0628 44.8762 31.3825 44.9401C31.7022 45.004 32.0398 44.9758 32.353 44.8442C34.2469 44.051 36.0599 43.006 37.7412 41.7091C38.2218 41.3388 38.2641 40.6274 37.8353 40.1988H37.8343Z' }),
|
|
10
|
+
React.createElement("path", { fill: fill, d: 'M22.9881 17.1844C25.9043 17.1844 28.2683 19.547 28.2683 22.4614C28.2683 25.3757 25.9043 27.7383 22.9881 27.7383C20.072 27.7383 17.708 25.3757 17.708 22.4614C17.708 19.547 20.072 17.1844 22.9881 17.1844Z' }),
|
|
11
|
+
React.createElement("path", { fill: fill, d: 'M8.19413 4.80009L16.6263 13.2272C16.7909 13.3917 16.9809 13.5251 17.1868 13.6228C17.4539 13.7497 17.7491 13.8174 18.051 13.8174H27.9389C28.2059 13.8174 28.4674 13.7648 28.71 13.6642C28.9526 13.5636 29.1745 13.4161 29.3635 13.2281L37.8352 4.76156C38.028 4.5689 38.1258 4.31892 38.1305 4.06799C38.1371 3.76068 38.0045 3.45337 37.7384 3.25038C36.0523 1.95722 34.2336 0.916875 32.3351 0.12839C32.0219 -0.00130081 31.6853 -0.0294962 31.3665 0.0353489C31.0477 0.100195 30.7477 0.257142 30.5079 0.495849L24.1821 6.81782C23.854 7.14581 23.4242 7.30933 22.9945 7.30933C22.5647 7.30933 22.135 7.14581 21.8068 6.81782L15.5073 0.522162C15.2863 0.301312 15.0136 0.150946 14.7231 0.0785818C14.3817 -0.00693989 14.014 0.0156145 13.6755 0.156583C11.7816 0.949766 9.96859 1.99481 8.28723 3.29173C8.04744 3.47686 7.91673 3.74752 7.89886 4.02476C7.88193 4.302 7.97879 4.5877 8.19319 4.80197L8.19413 4.80009Z' }),
|
|
12
|
+
React.createElement("path", { fill: fill, d: 'M32.6587 29.2787L40.6771 37.2923C40.8915 37.5066 41.1764 37.6034 41.4548 37.5865C41.7331 37.5696 42.003 37.4389 42.1883 37.1984C43.485 35.518 44.5307 33.7061 45.3253 31.8134C45.3911 31.6564 45.4306 31.4938 45.4466 31.3303C45.4936 30.8397 45.3197 30.3426 44.9595 29.9826L38.6939 23.7208C38.3657 23.3928 38.2021 22.9633 38.2021 22.5339C38.2021 22.1044 38.3657 21.6749 38.6939 21.3469L45.0065 15.0381C45.2454 14.7994 45.4024 14.4996 45.4673 14.1819C45.5322 13.8643 45.5049 13.5278 45.3751 13.2149C44.589 11.3137 43.5508 9.49333 42.2597 7.80358C42.0952 7.58837 41.8638 7.46056 41.6184 7.42203C41.3119 7.3741 40.9846 7.4662 40.7458 7.70585L32.6577 15.789C32.3954 16.0512 32.2646 16.3942 32.2646 16.7382C32.2646 17.0821 32.3954 17.4252 32.6577 17.6874L36.3195 21.3469C36.6383 21.6655 36.8019 22.0809 36.8113 22.4982C36.8207 22.9389 36.6571 23.3834 36.3195 23.7199L32.6587 27.3785C32.3963 27.6407 32.2656 27.9837 32.2656 28.3277C32.2656 28.6716 32.3963 29.0147 32.6587 29.2769V29.2787Z' })));
|
|
11
13
|
};
|
|
12
14
|
|
|
13
15
|
const LogsIcon = ({ size = 16, fill: f, rotate = 0, onClick, strokeWidth = 1 }) => {
|
|
@@ -2,7 +2,7 @@ import { StatusType, OtherStatus, SignalType } from './types.js';
|
|
|
2
2
|
import 'react';
|
|
3
3
|
import './index-86030474.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-d30e26c2.js';
|
|
6
6
|
|
|
7
7
|
const capitalizeFirstLetter = (string) => {
|
|
8
8
|
return string.charAt(0).toUpperCase() + string.slice(1);
|
package/lib/snippets.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { B as Button, _ as Text, L as NotificationNote } from './index-
|
|
2
|
-
export { al as AddButton, aq as AddNode, ar as BaseNode, an as CopyText, as as EdgedNode, aj as Flow, at as FrameNode, au as HeaderNode, az as LabeledEdge, av as MapItemNode, aw as NoDataNode, ao as PodContainer, ax as ScrollNode, ay as SkeletonNode, ap as SourceContainer, ag as nodeConfig } from './index-
|
|
1
|
+
import { B as Button, _ as Text, L as NotificationNote } from './index-4010222c.js';
|
|
2
|
+
export { al as AddButton, aq as AddNode, ar as BaseNode, an as CopyText, as as EdgedNode, aj as Flow, at as FrameNode, au as HeaderNode, az as LabeledEdge, av as MapItemNode, aw as NoDataNode, ao as PodContainer, ax as ScrollNode, ay as SkeletonNode, ap as SourceContainer, ag as nodeConfig } from './index-4010222c.js';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { T as Theme, B as BUTTON_TEXTS, b as DISPLAY_TITLES } from './index-86030474.js';
|
|
5
5
|
import { E as EditIcon } from './index-72089d6e.js';
|
|
6
6
|
import { StatusType } from './types.js';
|
|
7
7
|
import 'styled-components';
|
|
8
|
-
import { I as InfoIcon } from './index-
|
|
8
|
+
import { I as InfoIcon } from './index-d30e26c2.js';
|
|
9
9
|
import './index-5e5f7bda.js';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-d87a2c69.js';
|
|
11
11
|
import 'react-dom';
|
|
12
12
|
import './useTransition-cac1649d.js';
|
|
13
13
|
|