@odigos/ui-kit 0.0.17 → 0.0.18
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 +13 -44
- package/lib/constants.js +5 -9
- package/lib/containers.js +12 -49
- package/lib/functions.js +9 -15
- package/lib/hooks.js +10 -10
- package/lib/icons.js +3 -4
- package/lib/{index-Hz7AAE0t.js → index-7-KCQK-x.js} +1 -1
- package/lib/{index-BiNX-Cge.js → index-Bb7VdYPG.js} +78 -47
- package/lib/index-Bdimyacn.js +687 -0
- package/lib/{index-C3nz3TIx.js → index-BlJU2fGe.js} +5 -3
- package/lib/{index-BQW5EUgp.js → index-CT0qszYw.js} +6 -4
- package/lib/{index-BxQTUOME.js → index-CVs2NNg9.js} +5 -3
- package/lib/{index-CIXQeSHu.js → index-DGel4E-Z.js} +8 -1
- package/lib/{index-G4WmxXds.js → index-jPxFCX-5.js} +21 -4
- package/lib/store.js +3 -6
- package/lib/theme.js +3 -86
- package/lib/types.js +215 -6
- package/lib/useSourceSelectionFormData-LmLZzJyk.js +563 -0
- package/lib/{useTimeAgo-weEj7br6.js → useTransition-WRhgkuG2.js} +113 -544
- package/package.json +1 -2
- package/lib/index-B72aw6tI.js +0 -23
- package/lib/index-BQs4sULy.js +0 -32
- package/lib/index-BVVVevuY.js +0 -100
- package/lib/index-BWqrekK4.js +0 -11
- package/lib/index-C1PCuZgw.js +0 -18
- package/lib/index-CIgHU72d.js +0 -52
- package/lib/index-DbfrGXPH.js +0 -8
- package/lib/index-RBS1MqCQ.js +0 -37
- package/lib/react-CjImwkhV.js +0 -44
- package/lib/useDarkMode-DxhIuVNi.js +0 -201
- package/lib/useSelectedStore-93bIo1kE.js +0 -97
- package/lib/useSetupStore-CoYx1UQw.js +0 -211
- package/lib/useTransition-D0wUpPGk.js +0 -128
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.18](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.17...ui-kit-v0.0.18) (2025-03-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* remove sideEffects flag from package.json ([#59](https://github.com/odigos-io/ui-kit/issues/59)) ([d1d7641](https://github.com/odigos-io/ui-kit/commit/d1d76410bda0250d838d25fc612581dd09c91dd7))
|
|
9
|
+
|
|
3
10
|
## [0.0.17](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.16...ui-kit-v0.0.17) (2025-03-26)
|
|
4
11
|
|
|
5
12
|
|
package/lib/components.js
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import { B as Button
|
|
2
|
-
export { A as AutocompleteInput, a as Badge, C as CancelWarning,
|
|
3
|
-
import React, { Component, createElement, createContext
|
|
1
|
+
import { B as Button } from './index-Bb7VdYPG.js';
|
|
2
|
+
export { A as AutocompleteInput, a as Badge, C as CancelWarning, a0 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, $ 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, a2 as ModalBody, z as MonitorsCheckboxes, G as MonitorsIcons, N as NavigationButtons, J as NoDataFound, L as NotificationNote, a1 as Overlay, S as SectionTitle, O as Segment, P as SkeletonLoader, Q as Status, R as Stepper, a3 as TableContainer, a4 as TableTitleWrap, a5 as TableWrap, U as Text, V as TextArea, W as Toggle, T as ToggleCodeComponent, X as Tooltip, Y as TraceLoader, Z as WarningModal } from './index-Bb7VdYPG.js';
|
|
3
|
+
import React, { Component, createElement, createContext } from 'react';
|
|
4
4
|
import Theme from './theme.js';
|
|
5
|
-
import
|
|
6
|
-
import './index-
|
|
7
|
-
import '
|
|
5
|
+
import './types.js';
|
|
6
|
+
import './index-Bdimyacn.js';
|
|
7
|
+
import 'styled-components';
|
|
8
|
+
import './index-CVs2NNg9.js';
|
|
9
|
+
import './index-DGel4E-Z.js';
|
|
8
10
|
import './index-BsH_egEe.js';
|
|
9
|
-
import './index-BWqrekK4.js';
|
|
10
|
-
import './index-DbfrGXPH.js';
|
|
11
|
-
import './index-BJxaoI0G.js';
|
|
12
11
|
import './index-BZS1ijMm.js';
|
|
13
|
-
import './index-
|
|
14
|
-
import './
|
|
12
|
+
import './index-BJxaoI0G.js';
|
|
13
|
+
import './index-jPxFCX-5.js';
|
|
14
|
+
import './index-BlJU2fGe.js';
|
|
15
|
+
import './useTransition-WRhgkuG2.js';
|
|
15
16
|
import 'react-dom';
|
|
16
17
|
import 'babel-runtime/helpers/extends';
|
|
17
18
|
import 'babel-runtime/core-js/object/get-prototype-of';
|
|
@@ -20,8 +21,6 @@ import 'babel-runtime/helpers/createClass';
|
|
|
20
21
|
import 'babel-runtime/helpers/possibleConstructorReturn';
|
|
21
22
|
import 'babel-runtime/helpers/inherits';
|
|
22
23
|
import 'object-assign';
|
|
23
|
-
import './useDarkMode-DxhIuVNi.js';
|
|
24
|
-
import './react-CjImwkhV.js';
|
|
25
24
|
|
|
26
25
|
const ErrorBoundaryContext = createContext(null);
|
|
27
26
|
|
|
@@ -171,34 +170,4 @@ const ErrorBoundary = ({ children }) => {
|
|
|
171
170
|
React.createElement(ErrorFallback, { ...props }))) }, children));
|
|
172
171
|
};
|
|
173
172
|
|
|
174
|
-
|
|
175
|
-
position: relative;
|
|
176
|
-
width: calc(100% - 24px);
|
|
177
|
-
padding: 12px;
|
|
178
|
-
background-color: ${({ theme }) => theme.colors.dark_grey};
|
|
179
|
-
border-bottom: 1px solid ${({ theme }) => theme.colors.border + Theme.opacity.hex['050']};
|
|
180
|
-
`;
|
|
181
|
-
const AlignLeft = styled(FlexRow) `
|
|
182
|
-
margin-right: auto;
|
|
183
|
-
margin-left: 32px;
|
|
184
|
-
gap: 12px;
|
|
185
|
-
`;
|
|
186
|
-
const AlignRight = styled(FlexRow) `
|
|
187
|
-
margin-left: auto;
|
|
188
|
-
margin-right: 32px;
|
|
189
|
-
gap: 12px;
|
|
190
|
-
`;
|
|
191
|
-
const PositionCenter = styled(FlexRow) `
|
|
192
|
-
position: absolute;
|
|
193
|
-
left: 50%;
|
|
194
|
-
transform: translateX(-50%);
|
|
195
|
-
gap: 12px;
|
|
196
|
-
`;
|
|
197
|
-
const Header = ({ left = [], center = [], right = [] }) => {
|
|
198
|
-
return (React.createElement(Container, null,
|
|
199
|
-
React.createElement(AlignLeft, null, left.map((child, index) => child && React.createElement(Fragment, { key: index }, child))),
|
|
200
|
-
React.createElement(PositionCenter, null, center.map((child, index) => child && React.createElement(Fragment, { key: index }, child))),
|
|
201
|
-
React.createElement(AlignRight, null, right.map((child, index) => child && React.createElement(Fragment, { key: index }, child)))));
|
|
202
|
-
};
|
|
203
|
-
|
|
204
|
-
export { Button, ErrorBoundary, FlexRow, Header };
|
|
173
|
+
export { Button, ErrorBoundary };
|
package/lib/constants.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
export { A as ACTION_OPTIONS, I as INSTRUMENTATION_RULE_OPTIONS } from './index-
|
|
2
|
-
export { M as MONITORS_OPTIONS } from './index-C1PCuZgw.js';
|
|
1
|
+
export { A as ACTION_OPTIONS, I as INSTRUMENTATION_RULE_OPTIONS, M as MONITORS_OPTIONS } from './index-jPxFCX-5.js';
|
|
3
2
|
export { D as DISPLAY_TITLES, F as FORM_ALERTS } from './index-C_0J5P9M.js';
|
|
4
|
-
import './
|
|
5
|
-
import './index-
|
|
3
|
+
import './types.js';
|
|
4
|
+
import './index-BlJU2fGe.js';
|
|
5
|
+
import './index-DGel4E-Z.js';
|
|
6
6
|
import 'react';
|
|
7
7
|
import './theme.js';
|
|
8
|
+
import './index-Bdimyacn.js';
|
|
8
9
|
import 'styled-components';
|
|
9
|
-
import './useDarkMode-DxhIuVNi.js';
|
|
10
|
-
import './react-CjImwkhV.js';
|
|
11
|
-
import './index-RBS1MqCQ.js';
|
|
12
|
-
import './index-BWqrekK4.js';
|
|
13
|
-
import './index-DbfrGXPH.js';
|
|
14
10
|
|
|
15
11
|
const TOKEN_ABOUT_TO_EXPIRE = 604800000; // 7 days in milliseconds
|
|
16
12
|
|
package/lib/containers.js
CHANGED
|
@@ -1,31 +1,24 @@
|
|
|
1
1
|
import React, { useState, useEffect, forwardRef, useRef, useImperativeHandle, useMemo, memo, useContext, createContext, useCallback, useLayoutEffect, Fragment } from 'react';
|
|
2
2
|
import styled, { css } from 'styled-components';
|
|
3
|
+
import { A as ACTION_OPTIONS, M as MONITORS_OPTIONS, I as INSTRUMENTATION_RULE_OPTIONS } from './index-jPxFCX-5.js';
|
|
3
4
|
import { D as DISPLAY_TITLES, F as FORM_ALERTS } from './index-C_0J5P9M.js';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
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, U as Text, O as Segment, S as SectionTitle, j as DocsButton, z as MonitorsCheckboxes, V as TextArea, k as Drawer, h as DeleteWarning, C as CancelWarning, d as ConditionDetails, D as DataCard, M as Modal, N as NavigationButtons, a2 as ModalBody, A as AutocompleteInput, i as Divider, Q as Status, _ as FlexRow, X as Tooltip, s as IconWrapped, G as MonitorsIcons, a3 as TableContainer, a4 as TableTitleWrap, r as IconTitleBadge, a5 as TableWrap, y as InteractiveTable, a0 as CenterThis, J as NoDataFound, $ as FlexColumn, Y as TraceLoader, a as Badge, B as Button, E as ExtendArrow, n as Dropdown, a6 as getDefaultExportFromCjs, F as FadeLoader, g as DataTab, P as SkeletonLoader, W as Toggle, L as NotificationNote, R as Stepper, I as IconButton, e as DataCardFields, t as IconsNav, q as IconGroup } from './index-Bb7VdYPG.js';
|
|
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, j as getEntityId, i as useSetupStore, u as useDarkMode } from './index-Bdimyacn.js';
|
|
6
8
|
import Theme from './theme.js';
|
|
7
9
|
import { i as isEmpty, s as safeJsonParse } from './index-BZS1ijMm.js';
|
|
8
|
-
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';
|
|
9
10
|
import { i as CheckCircledIcon, O as OdigosLogo } from './index-BsH_egEe.js';
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
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
|
+
import { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-BlJU2fGe.js';
|
|
13
|
+
import { u as useActionFormData, a as useClickNode, c as useDestinationFormData, b as useClickNotification, d as useSourceFormData, e as useSourceSelectionFormData } from './useSourceSelectionFormData-LmLZzJyk.js';
|
|
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-WRhgkuG2.js';
|
|
14
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';
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-C3nz3TIx.js';
|
|
18
|
-
import { m as mapConditions, b as getStatusIcon, c as capitalizeFirstLetter } from './index-BxQTUOME.js';
|
|
19
|
-
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-BQW5EUgp.js';
|
|
16
|
+
import { m as mapConditions, b as getStatusIcon, c as capitalizeFirstLetter } from './index-CVs2NNg9.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-CT0qszYw.js';
|
|
20
18
|
import require$$1 from 'use-sync-external-store/shim';
|
|
21
19
|
import { createPortal } from 'react-dom';
|
|
22
|
-
import { N as NodeTypes, A as AddNodeTypes, E as EdgeTypes } from './index-B72aw6tI.js';
|
|
23
|
-
import { g as getEntityId } from './index-BQs4sULy.js';
|
|
24
|
-
import { M as MONITORS_OPTIONS } from './index-C1PCuZgw.js';
|
|
25
|
-
import { S as SignalType } from './index-DbfrGXPH.js';
|
|
26
20
|
import { R as RulesIcon, W as SourcesIcon, y as ActionsIcon, z as DestinationsIcon } from './index-DB8Djrsy.js';
|
|
27
|
-
import
|
|
28
|
-
import './index-BWqrekK4.js';
|
|
21
|
+
import './index-DGel4E-Z.js';
|
|
29
22
|
import 'babel-runtime/helpers/extends';
|
|
30
23
|
import 'babel-runtime/core-js/object/get-prototype-of';
|
|
31
24
|
import 'babel-runtime/helpers/classCallCheck';
|
|
@@ -33,37 +26,7 @@ import 'babel-runtime/helpers/createClass';
|
|
|
33
26
|
import 'babel-runtime/helpers/possibleConstructorReturn';
|
|
34
27
|
import 'babel-runtime/helpers/inherits';
|
|
35
28
|
import 'object-assign';
|
|
36
|
-
import './
|
|
37
|
-
import './index-Hz7AAE0t.js';
|
|
38
|
-
import './index-CIXQeSHu.js';
|
|
39
|
-
import './index-CIgHU72d.js';
|
|
40
|
-
|
|
41
|
-
function styleInject(css, ref) {
|
|
42
|
-
if ( ref === void 0 ) ref = {};
|
|
43
|
-
var insertAt = ref.insertAt;
|
|
44
|
-
|
|
45
|
-
if (typeof document === 'undefined') { return; }
|
|
46
|
-
|
|
47
|
-
var head = document.head || document.getElementsByTagName('head')[0];
|
|
48
|
-
var style = document.createElement('style');
|
|
49
|
-
style.type = 'text/css';
|
|
50
|
-
|
|
51
|
-
if (insertAt === 'top') {
|
|
52
|
-
if (head.firstChild) {
|
|
53
|
-
head.insertBefore(style, head.firstChild);
|
|
54
|
-
} else {
|
|
55
|
-
head.appendChild(style);
|
|
56
|
-
}
|
|
57
|
-
} else {
|
|
58
|
-
head.appendChild(style);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
if (style.styleSheet) {
|
|
62
|
-
style.styleSheet.cssText = css;
|
|
63
|
-
} else {
|
|
64
|
-
style.appendChild(document.createTextNode(css));
|
|
65
|
-
}
|
|
66
|
-
}
|
|
29
|
+
import './index-7-KCQK-x.js';
|
|
67
30
|
|
|
68
31
|
const buildCard$3 = (action) => {
|
|
69
32
|
const { type, spec: { actionName, notes, signals, disabled, collectContainerAttributes, collectWorkloadId, collectClusterId, labelsAttributes, annotationsAttributes, clusterAttributes, attributeNamesToDelete, renames, piiCategories, fallbackSamplingRatio, samplingPercentage, endpointsFilters, }, } = action;
|
package/lib/functions.js
CHANGED
|
@@ -1,22 +1,16 @@
|
|
|
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-
|
|
3
|
-
export { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-
|
|
4
|
-
export {
|
|
5
|
-
export { g as getIdFromSseTarget } from './index-
|
|
6
|
-
import {
|
|
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-CVs2NNg9.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-CT0qszYw.js';
|
|
3
|
+
export { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-BlJU2fGe.js';
|
|
4
|
+
export { j as getEntityId, k as isTimeElapsed } from './index-Bdimyacn.js';
|
|
5
|
+
export { g as getIdFromSseTarget } from './index-7-KCQK-x.js';
|
|
6
|
+
import { EntityTypes } from './types.js';
|
|
7
7
|
export { i as isEmpty, s as safeJsonParse } from './index-BZS1ijMm.js';
|
|
8
|
-
import './index-BsH_egEe.js';
|
|
9
8
|
import 'react';
|
|
10
|
-
import './theme.js';
|
|
11
9
|
import 'styled-components';
|
|
12
|
-
import './
|
|
13
|
-
import './
|
|
14
|
-
import './index-
|
|
15
|
-
import './index-DbfrGXPH.js';
|
|
16
|
-
import './index-CIgHU72d.js';
|
|
10
|
+
import './index-DGel4E-Z.js';
|
|
11
|
+
import './theme.js';
|
|
12
|
+
import './index-BsH_egEe.js';
|
|
17
13
|
import './index-DB8Djrsy.js';
|
|
18
|
-
import './index-CIXQeSHu.js';
|
|
19
|
-
import './index-RBS1MqCQ.js';
|
|
20
14
|
|
|
21
15
|
const cleanObjectEmptyStringsValues = (obj) => {
|
|
22
16
|
const cleanArray = (arr) => arr.filter((item) => {
|
package/lib/hooks.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { u as useActionFormData, a as useClickNode, b as useClickNotification, c as useDestinationFormData, d as
|
|
2
|
-
export { u as useContainerSize, a as useCopy, b as
|
|
3
|
-
import './
|
|
4
|
-
import './react-CjImwkhV.js';
|
|
1
|
+
export { u as useActionFormData, a as useClickNode, b as useClickNotification, c as useDestinationFormData, d as useSourceFormData, e as useSourceSelectionFormData } from './useSourceSelectionFormData-LmLZzJyk.js';
|
|
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-WRhgkuG2.js';
|
|
3
|
+
import './types.js';
|
|
5
4
|
import 'react';
|
|
6
|
-
import './index-
|
|
7
|
-
import '
|
|
5
|
+
import './index-Bdimyacn.js';
|
|
6
|
+
import 'styled-components';
|
|
8
7
|
import './index-BZS1ijMm.js';
|
|
8
|
+
import './index-jPxFCX-5.js';
|
|
9
|
+
import './index-BlJU2fGe.js';
|
|
10
|
+
import './index-DGel4E-Z.js';
|
|
11
|
+
import './theme.js';
|
|
9
12
|
import './index-C_0J5P9M.js';
|
|
10
|
-
import './index-
|
|
11
|
-
import './index-B72aw6tI.js';
|
|
12
|
-
import './index-Hz7AAE0t.js';
|
|
13
|
-
import 'styled-components';
|
|
13
|
+
import './index-7-KCQK-x.js';
|
package/lib/icons.js
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
export { A as AddClusterInfoIcon, C as CodeAttributesIcon, D as DeleteAttributeIcon, K as K8sLogo, a as PayloadCollectionIcon, P as PiiMaskingIcon, R as RenameAttributeIcon, S as SamplerIcon } from './index-
|
|
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
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-BsH_egEe.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 { I as ImageErrorIcon } from './index-BWqrekK4.js';
|
|
8
7
|
export { y as ActionsIcon, A as AppDynamicsLogo, a as AwsCloudwatchLogo, b as AwsS3Logo, c as AwsXrayLogo, d as AxiomLogo, B as BetterStackLogo, e as BlobStorageLogo, C as CauselyLogo, f as ChronosphereLogo, g as ClickhouseLogo, h as CoralogixLogo, D as Dash0Logo, i as DatadogLogo, z as DestinationsIcon, j as DynatraceLogo, E as ElasticApmLogo, k as ElasticSearchLogo, G as GigapipeLogo, l as GoogleCloudPlatformLogo, m as GrafanaLogo, n as GroundcoverLogo, H as HoneycombLogo, o as HyperDxLogo, I as InstanaLogo, J as JaegerLogo, K as KloudmateLogo, L as Last9Logo, p as LightstepLogo, q as LogzioLogo, r as LokiLogo, s as LumigoLogo, M as MiddlewareLogo, F as NamespacesIcon, N as NewRelicLogo, O as OpenTelemetryLogo, t as OpsVerseLogo, P as PrometheusLogo, Q as QrynLogo, u as QuickwitLogo, R as RulesIcon, S as SignozLogo, W as SourcesIcon, v as SplunkLogo, w as SumoLogicLogo, T as TempoLogo, x as TraceloopLogo, U as UptraceLogo, V as VmLogo } from './index-DB8Djrsy.js';
|
|
8
|
+
import './index-Bdimyacn.js';
|
|
9
|
+
import './types.js';
|
|
9
10
|
import 'styled-components';
|
|
10
|
-
import './useDarkMode-DxhIuVNi.js';
|
|
11
|
-
import './react-CjImwkhV.js';
|
|
12
11
|
|
|
13
12
|
const CodeBracketsIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
14
13
|
const theme = Theme.useTheme();
|