@odigos/ui-kit 0.0.128 → 0.0.130

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.
Files changed (120) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/lib/chunks/ui-components-c940a3cc.js +2024 -0
  3. package/lib/chunks/vendor-55cc654c.js +1 -0
  4. package/lib/components/_v2/badge/index.d.ts +10 -0
  5. package/lib/components/_v2/button/index.d.ts +6 -3
  6. package/lib/components/_v2/cards/data-card/index.d.ts +12 -0
  7. package/lib/components/_v2/cards/index.d.ts +4 -0
  8. package/lib/components/_v2/cards/section-card/index.d.ts +24 -0
  9. package/lib/components/_v2/cards/status-card/index.d.ts +9 -0
  10. package/lib/components/_v2/cards/text-card/index.d.ts +12 -0
  11. package/lib/components/_v2/drawer/header/index.d.ts +9 -0
  12. package/lib/components/_v2/drawer/index.d.ts +9 -0
  13. package/lib/components/_v2/header/index.d.ts +7 -0
  14. package/lib/components/_v2/icon-button/index.d.ts +14 -0
  15. package/lib/components/_v2/index.d.ts +9 -0
  16. package/lib/components/_v2/navbar/index.d.ts +12 -0
  17. package/lib/components/_v2/segment/index.d.ts +14 -0
  18. package/lib/components/_v2/table/index.d.ts +25 -0
  19. package/lib/components/_v2/tag/index.d.ts +9 -0
  20. package/lib/components/_v2/typography/index.d.ts +4 -8
  21. package/lib/components/code/index.d.ts +2 -0
  22. package/lib/components/styled.d.ts +1 -0
  23. package/lib/components/tab-list/index.d.ts +2 -2
  24. package/lib/components/v2.js +1 -1
  25. package/lib/components.js +1 -1
  26. package/lib/constants.js +1 -1
  27. package/lib/containers/_v2/index.d.ts +1 -0
  28. package/lib/containers/_v2/pipeline-collectors/general-info/index.d.ts +7 -0
  29. package/lib/containers/_v2/pipeline-collectors/helpers/get-general-badge.d.ts +5 -0
  30. package/lib/containers/_v2/pipeline-collectors/helpers/get-general-status-card.d.ts +4 -0
  31. package/lib/containers/_v2/pipeline-collectors/helpers/get-general-text-cards.d.ts +4 -0
  32. package/lib/containers/_v2/pipeline-collectors/helpers/get-general-title.d.ts +2 -0
  33. package/lib/containers/_v2/pipeline-collectors/helpers/index.d.ts +4 -0
  34. package/lib/containers/_v2/pipeline-collectors/index.d.ts +11 -0
  35. package/lib/containers/_v2/pipeline-collectors/pods-info/index.d.ts +9 -0
  36. package/lib/containers/_v2/pipeline-collectors/pods-info/pod-drawer/index.d.ts +9 -0
  37. package/lib/containers/_v2/pipeline-collectors/toolbar/index.d.ts +17 -0
  38. package/lib/containers/v2.js +15 -0
  39. package/lib/containers.js +105 -105
  40. package/lib/functions/generate-id/index.d.ts +1 -0
  41. package/lib/functions/get-status-color/index.d.ts +2 -2
  42. package/lib/functions/get-status-from-pod-status/index.d.ts +2 -0
  43. package/lib/functions/get-status-icon/index.d.ts +2 -2
  44. package/lib/functions/index.d.ts +2 -0
  45. package/lib/functions.js +1 -1
  46. package/lib/hooks/index.d.ts +1 -0
  47. package/lib/hooks/useInfiniteScroll.d.ts +10 -0
  48. package/lib/hooks/useTimeAgo.d.ts +4 -3
  49. package/lib/hooks.js +1 -1
  50. package/lib/icons/{status/info-icon → common/book-icon}/index.d.ts +1 -1
  51. package/lib/icons/common/delete-icon/index.d.ts +2 -0
  52. package/lib/icons/common/dots-horizontal-icon/index.d.ts +2 -0
  53. package/lib/icons/common/dots-vertical-icon/index.d.ts +2 -0
  54. package/lib/icons/common/download-icon/index.d.ts +2 -0
  55. package/lib/icons/common/exclamation-circle-icon/index.d.ts +2 -0
  56. package/lib/icons/common/exclamation-triangle-icon/index.d.ts +2 -0
  57. package/lib/icons/common/expand-icon/index.d.ts +2 -0
  58. package/lib/icons/common/home-icon/index.d.ts +2 -0
  59. package/lib/icons/common/i-square-icon/index.d.ts +2 -0
  60. package/lib/icons/common/index.d.ts +23 -3
  61. package/lib/icons/common/{help-icon → question-circle-icon}/index.d.ts +1 -1
  62. package/lib/icons/common/refresh-icon/index.d.ts +2 -0
  63. package/lib/icons/common/server-disconnected-icon/index.d.ts +2 -0
  64. package/lib/icons/common/user-circle-icon/index.d.ts +2 -0
  65. package/lib/icons/common/v-icon/index.d.ts +2 -0
  66. package/lib/icons/common/v-square-icon/index.d.ts +2 -0
  67. package/lib/icons/common/x-square-icon/index.d.ts +2 -0
  68. package/lib/icons/index.d.ts +0 -2
  69. package/lib/icons/on-off/index.d.ts +2 -0
  70. package/lib/icons/on-off/sound-off-icon/index.d.ts +2 -0
  71. package/lib/icons/on-off/sound-on-icon/index.d.ts +2 -0
  72. package/lib/icons/overview/action-icon/index.d.ts +2 -0
  73. package/lib/icons/overview/data-stream-icon/index.d.ts +2 -0
  74. package/lib/icons/overview/destination-icon/index.d.ts +2 -0
  75. package/lib/icons/overview/gateway-icon/index.d.ts +2 -0
  76. package/lib/icons/overview/index.d.ts +12 -6
  77. package/lib/icons/overview/instrumentation-rule-icon/index.d.ts +2 -0
  78. package/lib/icons/overview/log-icon/index.d.ts +2 -0
  79. package/lib/icons/overview/pipeline-collector-icon/index.d.ts +2 -0
  80. package/lib/icons/overview/pod-icon/index.d.ts +2 -0
  81. package/lib/icons/overview/replica-icon/index.d.ts +2 -0
  82. package/lib/icons/overview/source-icon/index.d.ts +2 -0
  83. package/lib/icons/overview/yaml-icon/index.d.ts +2 -0
  84. package/lib/icons.js +1 -1
  85. package/lib/mock-data/index.d.ts +1 -0
  86. package/lib/mock-data/pipeline-collectors/index.d.ts +6 -0
  87. package/lib/snippets/note-back-to-summary/index.d.ts +1 -1
  88. package/lib/snippets.js +1 -1
  89. package/lib/store/useSetupStore.d.ts +1 -1
  90. package/lib/store.js +1 -1
  91. package/lib/theme/animations/index.d.ts +4 -0
  92. package/lib/theme/palletes/index.d.ts +5 -1
  93. package/lib/theme.js +1 -1
  94. package/lib/types/common/index.d.ts +7 -2
  95. package/lib/types/index.d.ts +1 -0
  96. package/lib/types/pipeline-collectors/index.d.ts +100 -0
  97. package/lib/types.js +1 -1
  98. package/lib/visuals.js +1 -1
  99. package/package.json +17 -19
  100. package/lib/chunks/ui-components-b0804608.js +0 -1741
  101. package/lib/chunks/vendor-f206ac21.js +0 -1
  102. package/lib/icons/common/refresh-arrows-icon/index.d.ts +0 -2
  103. package/lib/icons/math/index.d.ts +0 -4
  104. package/lib/icons/overview/actions-icon/index.d.ts +0 -2
  105. package/lib/icons/overview/data-streams-icon/index.d.ts +0 -2
  106. package/lib/icons/overview/destinations-icon/index.d.ts +0 -2
  107. package/lib/icons/overview/rules-icon/index.d.ts +0 -2
  108. package/lib/icons/overview/sources-icon/index.d.ts +0 -2
  109. package/lib/icons/status/check-circled-icon/index.d.ts +0 -2
  110. package/lib/icons/status/check-icon/index.d.ts +0 -2
  111. package/lib/icons/status/cross-circled-icon/index.d.ts +0 -2
  112. package/lib/icons/status/cross-icon/index.d.ts +0 -2
  113. package/lib/icons/status/error-round-icon/index.d.ts +0 -2
  114. package/lib/icons/status/error-triangle-icon/index.d.ts +0 -2
  115. package/lib/icons/status/index.d.ts +0 -8
  116. package/lib/icons/status/warning-triangle-icon/index.d.ts +0 -2
  117. /package/lib/icons/{math → common}/minus-circled-icon/index.d.ts +0 -0
  118. /package/lib/icons/{math → common}/minus-icon/index.d.ts +0 -0
  119. /package/lib/icons/{math → common}/plus-circled-icon/index.d.ts +0 -0
  120. /package/lib/icons/{math → common}/plus-icon/index.d.ts +0 -0
@@ -0,0 +1 @@
1
+ export declare const generateId: () => string;
@@ -1,3 +1,3 @@
1
- import { StatusType } from '@/types';
2
1
  import { DefaultTheme } from 'styled-components';
3
- export declare const getStatusColor: (theme: DefaultTheme, status: StatusType, weight: keyof typeof theme.v2.colors.purple | keyof typeof theme.v2.colors.red | keyof typeof theme.v2.colors.yellow | keyof typeof theme.v2.colors.green) => string;
2
+ import { OtherStatusType, StatusType } from '@/types';
3
+ export declare const getStatusColor: (theme: DefaultTheme, status: StatusType | OtherStatusType, weight: keyof typeof theme.v2.colors.purple | keyof typeof theme.v2.colors.red | keyof typeof theme.v2.colors.yellow | keyof typeof theme.v2.colors.green | keyof typeof theme.v2.colors.silver) => string;
@@ -0,0 +1,2 @@
1
+ import { OtherStatusType, PodContainerLifecycleStatus, PodPhase, StatusType, WorkloadRolloutStatus } from '@/types';
2
+ export declare const getStatusFromPodStatus: (status?: WorkloadRolloutStatus | PodPhase | PodContainerLifecycleStatus) => StatusType | OtherStatusType;
@@ -1,3 +1,3 @@
1
- import { StatusType, type SVG } from '@/types';
2
1
  import type { DefaultTheme } from 'styled-components';
3
- export declare const getStatusIcon: (status: StatusType, theme: DefaultTheme) => SVG;
2
+ import { OtherStatusType, StatusType, type SVG } from '@/types';
3
+ export declare const getStatusIcon: (status: StatusType | OtherStatusType, theme: DefaultTheme) => SVG;
@@ -10,6 +10,7 @@ export * from './filter-sources-by-stream';
10
10
  export * from './flatten-object-keys';
11
11
  export * from './format-bytes';
12
12
  export * from './format-duration';
13
+ export * from './generate-id';
13
14
  export * from './get-action-icon';
14
15
  export * from './get-conditions-booleans';
15
16
  export * from './get-containers-counts';
@@ -29,6 +30,7 @@ export * from './get-programming-language-icon';
29
30
  export * from './get-recursive-values';
30
31
  export * from './get-sse-target-from-id';
31
32
  export * from './get-status-color';
33
+ export * from './get-status-from-pod-status';
32
34
  export * from './get-status-icon';
33
35
  export * from './get-status-type-from-odigos-health';
34
36
  export * from './get-value-for-range';
package/lib/functions.js CHANGED
@@ -1 +1 @@
1
- export{b1 as capitalizeFirstLetter,c0 as cleanObjectEmptyStringsValues,aY as compareCondition,b3 as deepClone,a3 as filterActions,aB as filterDestinations,aC as filterDestinationsByStream,az as filterSources,aA as filterSourcesByStream,c1 as flattenObjectKeys,aq as formatBytes,bJ as formatDuration,z as getActionIcon,X as getConditionsBooleans,au as getContainersIcons,bD as getContainersInstrumentedCount,at as getDestinationIcon,aa as getEntityIcon,ao as getEntityId,a5 as getEntityLabel,c2 as getIdFromSseTarget,as as getInstrumentationRuleIcon,c3 as getMainContainerLanguage,b6 as getMetricForEntity,c4 as getMonitorIcon,c5 as getPlatformIcon,c6 as getPlatformLabel,bf as getProgrammingLanguageIcon,bL as getRecursiveValues,c7 as getSseTargetFromId,c8 as getStatusColor,a1 as getStatusIcon,bq as getStatusTypeFromOdigosHealth,c9 as getValueForRange,bj as getWorkloadId,b0 as getYamlFieldsForDestination,br as hasUnhealthyInstances,i as isEmpty,ca as isLegalK8sLabel,bE as isOverTime,bv as isStringABoolean,cb as isTimeElapsed,cc as isValidVersion,_ as mapConditions,aX as mapDestinationFieldsForDisplay,ap as mapExportedSignals,cd as numbersOnly,bw as parseBooleanFromString,ce as parseJsonStringToPrettyString,cf as removeEmptyValuesFromObject,aZ as safeJsonParse,cg as safeJsonStringify,ah as sleep,aJ as splitCamelString,ch as stringifyNonStringValues}from"./chunks/ui-components-b0804608.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-f206ac21.js";import"react-dom";import"styled-components";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
1
+ export{bn as capitalizeFirstLetter,cm as cleanObjectEmptyStringsValues,bi as compareCondition,bp as deepClone,ar as filterActions,aX as filterDestinations,aY as filterDestinationsByStream,aV as filterSources,aW as filterSourcesByStream,cn as flattenObjectKeys,aM as formatBytes,c1 as formatDuration,g as generateId,a8 as getActionIcon,ak as getConditionsBooleans,aQ as getContainersIcons,bY as getContainersInstrumentedCount,aP as getDestinationIcon,ay as getEntityIcon,aK as getEntityId,at as getEntityLabel,co as getIdFromSseTarget,aO as getInstrumentationRuleIcon,cp as getMainContainerLanguage,bs as getMetricForEntity,cq as getMonitorIcon,cr as getPlatformIcon,cs as getPlatformLabel,bB as getProgrammingLanguageIcon,c3 as getRecursiveValues,ct as getSseTargetFromId,cu as getStatusColor,b as getStatusFromPodStatus,ap as getStatusIcon,bL as getStatusTypeFromOdigosHealth,cv as getValueForRange,bF as getWorkloadId,bm as getYamlFieldsForDestination,bM as hasUnhealthyInstances,E as isEmpty,cw as isLegalK8sLabel,bZ as isOverTime,bQ as isStringABoolean,cx as isTimeElapsed,cy as isValidVersion,am as mapConditions,bh as mapDestinationFieldsForDisplay,aL as mapExportedSignals,cz as numbersOnly,bR as parseBooleanFromString,cA as parseJsonStringToPrettyString,cB as removeEmptyValuesFromObject,bj as safeJsonParse,cC as safeJsonStringify,aE as sleep,b3 as splitCamelString,cD as stringifyNonStringValues}from"./chunks/ui-components-c940a3cc.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-55cc654c.js";import"react-dom";import"styled-components";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
@@ -8,6 +8,7 @@ export * from './useCopy';
8
8
  export * from './useDataStreamFormData';
9
9
  export * from './useDestinationFormData';
10
10
  export * from './useGenericForm';
11
+ export * from './useInfiniteScroll';
11
12
  export * from './useInstrumentationRuleFormData';
12
13
  export * from './useKeyDown';
13
14
  export * from './useOnClickOutside';
@@ -0,0 +1,10 @@
1
+ interface UseInfiniteScrollParams {
2
+ items: unknown[];
3
+ rowHeight: number;
4
+ }
5
+ export declare const useInfiniteScroll: ({ items, rowHeight }: UseInfiniteScrollParams) => {
6
+ overflowRef: import("react").RefObject<null>;
7
+ listHeight: number;
8
+ listItems: import("@tanstack/virtual-core").VirtualItem[];
9
+ };
10
+ export {};
@@ -1,3 +1,4 @@
1
- import TimeAgo from 'javascript-time-ago';
2
- declare const useTimeAgo: () => TimeAgo;
3
- export { useTimeAgo };
1
+ export type FormatTimeAgo = (wen: Date | number | string) => string;
2
+ export declare const useTimeAgo: () => {
3
+ formatTimeAgo: FormatTimeAgo;
4
+ };
package/lib/hooks.js CHANGED
@@ -1 +1 @@
1
- export{x as useActionFormData,cl as useBodyScroll,aD as useClickNode,bl as useClickNotification,aw as useConnection,ay as useContainerSize,bF as useCopy,aP as useDataStreamFormData,a$ as useDestinationFormData,bG as useGenericForm,bg as useInstrumentationRuleFormData,q as useKeyDown,aI as useOnClickOutside,aE as usePopup,aO as useSessionStorage,bx as useSourceFormData,bB as useSourceSelectionFormData,bk as useTimeAgo,bi as useTransition}from"./chunks/ui-components-b0804608.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-f206ac21.js";import"react-dom";import"styled-components";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
1
+ export{a6 as useActionFormData,cH as useBodyScroll,aZ as useClickNode,bG as useClickNotification,aS as useConnection,aU as useContainerSize,a as useCopy,b9 as useDataStreamFormData,bl as useDestinationFormData,b_ as useGenericForm,cI as useInfiniteScroll,bC as useInstrumentationRuleFormData,$ as useKeyDown,b2 as useOnClickOutside,a_ as usePopup,b8 as useSessionStorage,bS as useSourceFormData,bW as useSourceSelectionFormData,u as useTimeAgo,bE as useTransition}from"./chunks/ui-components-c940a3cc.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-55cc654c.js";import"react-dom";import"styled-components";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
@@ -1,2 +1,2 @@
1
1
  import type { SVG } from '@/types';
2
- export declare const InfoIcon: SVG;
2
+ export declare const BookIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const DeleteIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const DotsHorizontalIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const DotsVerticalIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const DownloadIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ExclamationCircleIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ExclamationTriangleIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ExpandIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const HomeIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ISquareIcon: SVG;
@@ -1,32 +1,52 @@
1
1
  export * from './arrow-icon';
2
2
  export * from './avatar-icon';
3
+ export * from './book-icon';
3
4
  export * from './code-brackets-icon';
4
5
  export * from './code-icon';
5
6
  export * from './command-icon';
6
7
  export * from './copy-icon';
8
+ export * from './delete-icon';
7
9
  export * from './dot-icon';
10
+ export * from './dots-horizontal-icon';
11
+ export * from './dots-vertical-icon';
12
+ export * from './download-icon';
8
13
  export * from './edit-icon';
9
14
  export * from './edited-icon';
15
+ export * from './exclamation-circle-icon';
16
+ export * from './exclamation-triangle-icon';
17
+ export * from './expand-icon';
10
18
  export * from './extend-arrow-icon';
11
19
  export * from './filter-icon';
12
20
  export * from './folder-icon';
13
21
  export * from './gear-icon';
14
- export * from './help-icon';
22
+ export * from './question-circle-icon';
23
+ export * from './home-icon';
24
+ export * from './i-square-icon';
15
25
  export * from './image-error-icon';
16
26
  export * from './key-icon';
17
27
  export * from './list-icon';
28
+ export * from './minus-circled-icon';
29
+ export * from './minus-icon';
18
30
  export * from './no-data-icon';
19
31
  export * from './notebook-icon';
20
32
  export * from './notification-icon';
21
- export * from './refresh-arrows-icon';
33
+ export * from './plus-circled-icon';
34
+ export * from './plus-icon';
35
+ export * from './question-circle-icon';
36
+ export * from './refresh-icon';
22
37
  export * from './refresh-left-arrow-icon';
23
38
  export * from './refresh-right-arrow-icon';
24
39
  export * from './rotate-arrows-icon';
25
40
  export * from './search-icon';
41
+ export * from './server-disconnected-icon';
26
42
  export * from './sort-arrows-icon';
27
43
  export * from './terminal-icon';
28
44
  export * from './trash-icon';
45
+ export * from './user-circle-icon';
29
46
  export * from './user-group-icon';
30
- export * from './user-settings-icon';
31
47
  export * from './user-icon';
48
+ export * from './user-settings-icon';
49
+ export * from './v-icon';
50
+ export * from './v-square-icon';
32
51
  export * from './x-icon';
52
+ export * from './x-square-icon';
@@ -1,2 +1,2 @@
1
1
  import type { SVG } from '@odigos/ui-kit/types';
2
- export declare const HelpIcon: SVG;
2
+ export declare const QuestionCircleIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const RefreshIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ServerDisconnectedIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const UserCircleIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const VIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const VSquareIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const XSquareIcon: SVG;
@@ -5,10 +5,8 @@ export * from './common';
5
5
  export * from './compute-platform';
6
6
  export * from './destinations';
7
7
  export * from './instrumentation-rules';
8
- export * from './math';
9
8
  export * from './monitors';
10
9
  export * from './on-off';
11
10
  export * from './overview';
12
11
  export * from './programming-languages';
13
12
  export * from './social';
14
- export * from './status';
@@ -4,3 +4,5 @@ export * from './light-off-icon';
4
4
  export * from './light-on-icon';
5
5
  export * from './moon-icon';
6
6
  export * from './sun-icon';
7
+ export * from './sound-off-icon';
8
+ export * from './sound-on-icon';
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const SoundOffIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const SoundOnIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ActionIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const DataStreamIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const DestinationIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const GatewayIcon: SVG;
@@ -1,10 +1,16 @@
1
+ export * from './connections-icon';
1
2
  export * from './overview-icon';
2
3
  export * from './service-map-icon';
3
4
  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';
5
+ export * from './action-icon';
6
+ export * from './destination-icon';
7
+ export * from './instrumentation-rule-icon';
8
+ export * from './source-icon';
8
9
  export * from './namespaces-icon';
9
- export * from './rules-icon';
10
- export * from './sources-icon';
10
+ export * from './data-stream-icon';
11
+ export * from './gateway-icon';
12
+ export * from './replica-icon';
13
+ export * from './pipeline-collector-icon';
14
+ export * from './pod-icon';
15
+ export * from './log-icon';
16
+ export * from './yaml-icon';
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const InstrumentationRuleIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const LogIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const PipelineCollectorIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const PodIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ReplicaIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const SourceIcon: SVG;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const YamlIcon: SVG;