@odigos/ui-kit 0.0.14 → 0.0.16

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 (144) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/lib/components/data-tab/data-tab.stories.d.ts +8 -2
  3. package/lib/components/data-tab/index.d.ts +21 -7
  4. package/lib/components/icon-group/index.d.ts +1 -0
  5. package/lib/components.js +8 -8
  6. package/lib/constants.js +3 -3
  7. package/lib/containers/data-flow-actions-menu/filters/index.d.ts +0 -5
  8. package/lib/containers/data-flow-actions-menu/index.d.ts +0 -3
  9. package/lib/containers/data-flow-actions-menu/styled.d.ts +3 -1
  10. package/lib/containers/dropdowns/namespace-dropdown/index.d.ts +0 -3
  11. package/lib/containers/overview-drawer/index.d.ts +5 -2
  12. package/lib/containers/overview-drawer/overview-drawer.stories.d.ts +2 -2
  13. package/lib/containers/source-modal/index.d.ts +1 -3
  14. package/lib/containers/source-selection-form/fast/list/index.d.ts +0 -1
  15. package/lib/containers/source-selection-form/index.d.ts +1 -3
  16. package/lib/containers/source-selection-form/simple/controls/index.d.ts +0 -2
  17. package/lib/containers/source-selection-form/simple/list/index.d.ts +0 -1
  18. package/lib/containers/table-cell-conditions/index.d.ts +1 -0
  19. package/lib/containers.js +168 -103
  20. package/lib/data/destinations/index.d.ts +1 -1
  21. package/lib/functions/get-destination-icon/index.d.ts +5 -1
  22. package/lib/functions.js +7 -17
  23. package/lib/hooks/useSourceSelectionFormData.d.ts +1 -2
  24. package/lib/hooks.js +5 -5
  25. package/lib/icons/destinations/app-dynamics-logo/index.d.ts +2 -0
  26. package/lib/icons/destinations/aws-cloudwatch-logo/aws-cloudwatch-logo.stories.d.ts +8 -0
  27. package/lib/icons/destinations/aws-cloudwatch-logo/index.d.ts +2 -0
  28. package/lib/icons/destinations/aws-s3-logo/aws-s3-logo.stories.d.ts +8 -0
  29. package/lib/icons/destinations/aws-s3-logo/index.d.ts +2 -0
  30. package/lib/icons/destinations/aws-xray-logo/aws-xray-logo.stories.d.ts +8 -0
  31. package/lib/icons/destinations/aws-xray-logo/index.d.ts +2 -0
  32. package/lib/icons/destinations/axiom-logo/axiom-logo.stories.d.ts +8 -0
  33. package/lib/icons/destinations/axiom-logo/index.d.ts +2 -0
  34. package/lib/icons/destinations/better-stack-logo/better-stack-logo.stories.d.ts +8 -0
  35. package/lib/icons/destinations/better-stack-logo/index.d.ts +2 -0
  36. package/lib/icons/destinations/blob-storage-logo/blob-storage-logo.stories.d.ts +8 -0
  37. package/lib/icons/destinations/blob-storage-logo/index.d.ts +2 -0
  38. package/lib/icons/destinations/causely-logo/causely-logo.stories.d.ts +8 -0
  39. package/lib/icons/destinations/causely-logo/index.d.ts +2 -0
  40. package/lib/icons/destinations/chronosphere-logo/chronosphere-logo.stories.d.ts +8 -0
  41. package/lib/icons/destinations/chronosphere-logo/index.d.ts +2 -0
  42. package/lib/icons/destinations/clickhouse-logo/clickhouse-logo.stories.d.ts +8 -0
  43. package/lib/icons/destinations/clickhouse-logo/index.d.ts +2 -0
  44. package/lib/icons/destinations/coralogix-logo/coralogix-logo.stories.d.ts +8 -0
  45. package/lib/icons/destinations/coralogix-logo/index.d.ts +2 -0
  46. package/lib/icons/destinations/dash0-logo/dash0-logo.stories.d.ts +8 -0
  47. package/lib/icons/destinations/dash0-logo/index.d.ts +2 -0
  48. package/lib/icons/destinations/datadog-logo/datadog-logo.stories.d.ts +8 -0
  49. package/lib/icons/destinations/datadog-logo/index.d.ts +2 -0
  50. package/lib/icons/destinations/dynatrace-logo/dynatrace-logo.stories.d.ts +8 -0
  51. package/lib/icons/destinations/dynatrace-logo/index.d.ts +2 -0
  52. package/lib/icons/destinations/elastic-apm-logo/elastic-apm-logo.stories.d.ts +8 -0
  53. package/lib/icons/destinations/elastic-apm-logo/index.d.ts +2 -0
  54. package/lib/icons/destinations/elastic-search-logo/elastic-search-logo.stories.d.ts +8 -0
  55. package/lib/icons/destinations/elastic-search-logo/index.d.ts +2 -0
  56. package/lib/icons/destinations/gigapipe-logo/gigapipe-logo.stories.d.ts +8 -0
  57. package/lib/icons/destinations/gigapipe-logo/index.d.ts +2 -0
  58. package/lib/icons/destinations/google-cloud-platform-logo/google-cloud-platform-logo.stories.d.ts +8 -0
  59. package/lib/icons/destinations/google-cloud-platform-logo/index.d.ts +2 -0
  60. package/lib/icons/destinations/google-cloud-storage-logo/google-cloud-storage-logo.stories.d.ts +8 -0
  61. package/lib/icons/destinations/google-cloud-storage-logo/index.d.ts +2 -0
  62. package/lib/icons/destinations/grafana-logo/grafana-logo.stories.d.ts +8 -0
  63. package/lib/icons/destinations/grafana-logo/index.d.ts +2 -0
  64. package/lib/icons/destinations/groundcover-logo/groundcover-logo.stories.d.ts +8 -0
  65. package/lib/icons/destinations/groundcover-logo/index.d.ts +2 -0
  66. package/lib/icons/destinations/honeycomb-logo/honeycomb-logo.stories.d.ts +8 -0
  67. package/lib/icons/destinations/honeycomb-logo/index.d.ts +2 -0
  68. package/lib/icons/destinations/hyperdx-logo/hyperdx-logo.stories.d.ts +8 -0
  69. package/lib/icons/destinations/hyperdx-logo/index.d.ts +2 -0
  70. package/lib/icons/destinations/index.d.ts +46 -0
  71. package/lib/icons/destinations/instana-logo/index.d.ts +2 -0
  72. package/lib/icons/destinations/instana-logo/instana-logo.stories.d.ts +8 -0
  73. package/lib/icons/destinations/jaeger-logo/index.d.ts +2 -0
  74. package/lib/icons/destinations/jaeger-logo/jaeger-logo.stories.d.ts +8 -0
  75. package/lib/icons/destinations/kafka-logo/kafka-logo.stories.d.ts +8 -0
  76. package/lib/icons/destinations/kloudmate-logo/index.d.ts +2 -0
  77. package/lib/icons/destinations/kloudmate-logo/kloudmate-logo.stories.d.ts +8 -0
  78. package/lib/icons/destinations/last9-logo/index.d.ts +2 -0
  79. package/lib/icons/destinations/last9-logo/last9-logo.stories.d.ts +8 -0
  80. package/lib/icons/destinations/lightstep-logo/index.d.ts +2 -0
  81. package/lib/icons/destinations/lightstep-logo/lightstep-logo.stories.d.ts +8 -0
  82. package/lib/icons/destinations/logzio-logo/index.d.ts +2 -0
  83. package/lib/icons/destinations/logzio-logo/logzio-logo.stories.d.ts +8 -0
  84. package/lib/icons/destinations/loki-logo/index.d.ts +2 -0
  85. package/lib/icons/destinations/loki-logo/loki-logo.stories.d.ts +8 -0
  86. package/lib/icons/destinations/lumigo-logo/index.d.ts +2 -0
  87. package/lib/icons/destinations/lumigo-logo/lumigo-logo.stories.d.ts +8 -0
  88. package/lib/icons/destinations/middleware-logo/index.d.ts +2 -0
  89. package/lib/icons/destinations/middleware-logo/middleware-logo.stories.d.ts +8 -0
  90. package/lib/icons/destinations/new-relic-logo/index.d.ts +2 -0
  91. package/lib/icons/destinations/new-relic-logo/new-relic-logo.stories.d.ts +8 -0
  92. package/lib/icons/destinations/open-telemetry-logo/index.d.ts +2 -0
  93. package/lib/icons/destinations/open-telemetry-logo/open-telemetry-logo.stories.d.ts +8 -0
  94. package/lib/icons/destinations/ops-verse-logo/index.d.ts +2 -0
  95. package/lib/icons/destinations/ops-verse-logo/ops-verse-logo.stories.d.ts +8 -0
  96. package/lib/icons/destinations/prometheus-logo/index.d.ts +2 -0
  97. package/lib/icons/destinations/prometheus-logo/prometheus-logo.stories.d.ts +8 -0
  98. package/lib/icons/destinations/qryn-logo/index.d.ts +2 -0
  99. package/lib/icons/destinations/qryn-logo/qryn-logo.stories.d.ts +8 -0
  100. package/lib/icons/destinations/quickwit-logo/index.d.ts +2 -0
  101. package/lib/icons/destinations/quickwit-logo/quickwit-logo.stories.d.ts +8 -0
  102. package/lib/icons/destinations/sentry-logo/index.d.ts +2 -0
  103. package/lib/icons/destinations/sentry-logo/sentry-logo.stories.d.ts +8 -0
  104. package/lib/icons/destinations/signoz-logo/index.d.ts +2 -0
  105. package/lib/icons/destinations/signoz-logo/signoz-logo.stories.d.ts +8 -0
  106. package/lib/icons/destinations/splunk-logo/index.d.ts +2 -0
  107. package/lib/icons/destinations/splunk-logo/splunk-logo.stories.d.ts +8 -0
  108. package/lib/icons/destinations/sumo-logic-logo/index.d.ts +2 -0
  109. package/lib/icons/destinations/sumo-logic-logo/sumo-logic-logo.stories.d.ts +8 -0
  110. package/lib/icons/destinations/tempo-logo/index.d.ts +2 -0
  111. package/lib/icons/destinations/tempo-logo/tempo-logo.stories.d.ts +8 -0
  112. package/lib/icons/destinations/traceloop-logo/index.d.ts +2 -0
  113. package/lib/icons/destinations/traceloop-logo/traceloop-logo.stories.d.ts +8 -0
  114. package/lib/icons/destinations/uptrace-logo/index.d.ts +2 -0
  115. package/lib/icons/destinations/uptrace-logo/uptrace-logo.stories.d.ts +8 -0
  116. package/lib/icons/index.d.ts +1 -0
  117. package/lib/icons/overview/index.d.ts +1 -0
  118. package/lib/icons/overview/namespaces-icon/index.d.ts +2 -0
  119. package/lib/icons/overview/namespaces-icon/namespaces-icon.stories.d.ts +8 -0
  120. package/lib/icons/programming-languages/index.d.ts +0 -1
  121. package/lib/icons.js +29 -5
  122. package/lib/{index-CYn62h8x.js → index-CKtl8KxE.js} +2 -2
  123. package/lib/{index-Db_ZDrEr.js → index-CLOUNx6Z.js} +1 -1
  124. package/lib/{index-B5wdZoej.js → index-D6cZdmUs.js} +77 -45
  125. package/lib/index-DB8Djrsy.js +487 -0
  126. package/lib/{index-3KUV6Vlt.js → index-DH2zLaey.js} +5 -2
  127. package/lib/{index-BtuW12KL.js → index-DiEc-llU.js} +68 -5
  128. package/lib/{index-DYEcdkUF.js → index-IvGLauAo.js} +49 -37
  129. package/lib/{index-CJKFedQi.js → index-lL1o2K_5.js} +2 -2
  130. package/lib/store/useEntityStore.d.ts +4 -2
  131. package/lib/store/useSetupStore.d.ts +2 -3
  132. package/lib/store.js +1 -1
  133. package/lib/theme.js +1 -1
  134. package/lib/types/common/index.d.ts +1 -0
  135. package/lib/types/destinations/index.d.ts +50 -3
  136. package/lib/types.js +53 -1
  137. package/lib/{useSourceSelectionFormData-BnlRp8m3.js → useSourceSelectionFormData-R_uK7F7W.js} +6 -4
  138. package/lib/{useTransition-CFmm4scp.js → useTransition-hWYVBuSi.js} +2 -2
  139. package/package.json +12 -12
  140. package/lib/index-BjJpYtF1.js +0 -42
  141. package/lib/containers/data-flow-actions-menu/{data-flow.stories.d.ts → data-flow-actions-menu.stories.d.ts} +0 -0
  142. package/lib/icons/{programming-languages/kafka-logo/kafka-logo.stories.d.ts → destinations/app-dynamics-logo/app-dynamics-logo.stories.d.ts} +0 -0
  143. package/lib/icons/{programming-languages → destinations}/kafka-logo/index.d.ts +0 -0
  144. package/lib/{index-9ObpINp4.js → index-DM8CZWtL.js} +5 -5
@@ -1,4 +1,4 @@
1
- import { type Destination, DestinationOption, DestinationCategories } from '@/types';
1
+ import { type Destination, type DestinationOption, type DestinationCategories } from '@/types';
2
2
  export declare const MOCK_DESTINATIONS: Destination[];
3
3
  export declare const MOCK_POTENTIAL_DESTINATIONS: DestinationOption[];
4
4
  export declare const MOCK_DESTINATION_CATEGORIES: DestinationCategories;
@@ -1 +1,5 @@
1
- export declare const getDestinationIcon: (destinationType: string) => string;
1
+ import { DestinationTypes, type SVG } from '@/types';
2
+ export declare const getDestinationIcon: (type: DestinationTypes, forceFromUrl?: boolean) => {
3
+ icon?: SVG;
4
+ iconSrc?: string;
5
+ };
package/lib/functions.js CHANGED
@@ -1,7 +1,7 @@
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-CYn62h8x.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 getEntityIcon, j as getEntityLabel, k as getMetricForEntity, l as getPlatformIcon, m as getPlatformLabel, n as getValueForRange, o as isOverTime, s as sleep } from './index-BtuW12KL.js';
3
- export { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-Db_ZDrEr.js';
4
- export { k as getEntityId, l as isTimeElapsed } from './index-DYEcdkUF.js';
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-CKtl8KxE.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-DiEc-llU.js';
3
+ export { g as getActionIcon, a as getInstrumentationRuleIcon } from './index-CLOUNx6Z.js';
4
+ export { j as getEntityId, k as isTimeElapsed } from './index-IvGLauAo.js';
5
5
  export { g as getIdFromSseTarget } from './index-7-KCQK-x.js';
6
6
  import { EntityTypes } from './types.js';
7
7
  export { i as isEmpty, s as safeJsonParse } from './index-BZS1ijMm.js';
@@ -9,8 +9,8 @@ import 'react';
9
9
  import 'styled-components';
10
10
  import './index-BGlk5VhF.js';
11
11
  import './theme.js';
12
- import './index-9ObpINp4.js';
13
- import './index-BjJpYtF1.js';
12
+ import './index-DM8CZWtL.js';
13
+ import './index-DB8Djrsy.js';
14
14
 
15
15
  const cleanObjectEmptyStringsValues = (obj) => {
16
16
  const cleanArray = (arr) => arr.filter((item) => {
@@ -62,12 +62,6 @@ const deepClone = (item) => {
62
62
  return JSON.parse(JSON.stringify(item));
63
63
  };
64
64
 
65
- const getDestinationIcon = (destinationType) => {
66
- // const BASE_URL = 'https://d15jtxgb40qetw.cloudfront.net/'
67
- const BASE_URL = 'https://odigos-destinations.s3.us-east-2.amazonaws.com/';
68
- return `${BASE_URL}${destinationType}.svg`;
69
- };
70
-
71
65
  const getSseTargetFromId = (id, type) => {
72
66
  switch (type) {
73
67
  case EntityTypes.Source: {
@@ -83,10 +77,6 @@ const getSseTargetFromId = (id, type) => {
83
77
  }
84
78
  };
85
79
 
86
- const getWorkloadId = ({ namespace, name, kind }) => {
87
- return { namespace, name, kind };
88
- };
89
-
90
80
  const stringifyNonStringValues = (obj) => {
91
81
  return Object.entries(obj).reduce((acc, [key, value]) => {
92
82
  // Check if the value is already a string
@@ -101,4 +91,4 @@ const stringifyNonStringValues = (obj) => {
101
91
  }, {});
102
92
  };
103
93
 
104
- export { cleanObjectEmptyStringsValues, deepClone, getDestinationIcon, getSseTargetFromId, getWorkloadId, stringifyNonStringValues };
94
+ export { cleanObjectEmptyStringsValues, deepClone, getSseTargetFromId, stringifyNonStringValues };
@@ -4,10 +4,9 @@ import { type AvailableSourcesByNamespace, type NamespaceSelectionFormData, type
4
4
  type SelectedNamespace = string;
5
5
  type SelectedSource = AvailableSourcesByNamespace[0][0];
6
6
  interface UseSourceFormDataParams {
7
- namespaces: Namespace[];
8
- namespace?: Namespace;
9
7
  selectedNamespace: SelectedNamespace;
10
8
  onSelectNamespace: (ns: SelectedNamespace) => void;
9
+ namespace?: Namespace;
11
10
  }
12
11
  export interface UseSourceSelectionFormData {
13
12
  recordedInitialSources: AvailableSourcesByNamespace;
package/lib/hooks.js CHANGED
@@ -1,12 +1,12 @@
1
- export { u as useActionFormData, a as useClickNode, b as useClickNotification, c as useDestinationFormData, d as useSourceFormData, e as useSourceSelectionFormData } from './useSourceSelectionFormData-BnlRp8m3.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-CFmm4scp.js';
1
+ export { u as useActionFormData, a as useClickNode, b as useClickNotification, c as useDestinationFormData, d as useSourceFormData, e as useSourceSelectionFormData } from './useSourceSelectionFormData-R_uK7F7W.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-hWYVBuSi.js';
3
3
  import './types.js';
4
4
  import 'react';
5
- import './index-DYEcdkUF.js';
5
+ import './index-IvGLauAo.js';
6
6
  import 'styled-components';
7
7
  import './index-BZS1ijMm.js';
8
- import './index-CJKFedQi.js';
9
- import './index-Db_ZDrEr.js';
8
+ import './index-lL1o2K_5.js';
9
+ import './index-CLOUNx6Z.js';
10
10
  import './index-BGlk5VhF.js';
11
11
  import './theme.js';
12
12
  import './index-C_0J5P9M.js';
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const AppDynamicsLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const AwsCloudwatchLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const AwsS3Logo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const AwsXrayLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const AxiomLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const BetterStackLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const BlobStorageLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const CauselyLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ChronosphereLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ClickhouseLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const CoralogixLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const Dash0Logo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const DatadogLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const DynatraceLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ElasticApmLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const ElasticSearchLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const GigapipeLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const GoogleCloudPlatformLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const GoogleCloudStorageLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const GrafanaLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const GroundcoverLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const HoneycombLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const HyperDxLogo: SVG;
@@ -0,0 +1,46 @@
1
+ export * from './app-dynamics-logo/index';
2
+ export * from './aws-cloudwatch-logo/index';
3
+ export * from './aws-s3-logo/index';
4
+ export * from './aws-xray-logo/index';
5
+ export * from './axiom-logo/index';
6
+ export * from './better-stack-logo/index';
7
+ export * from './blob-storage-logo/index';
8
+ export * from './causely-logo/index';
9
+ export * from './chronosphere-logo/index';
10
+ export * from './clickhouse-logo/index';
11
+ export * from './coralogix-logo/index';
12
+ export * from './dash0-logo/index';
13
+ export * from './datadog-logo/index';
14
+ export * from './dynatrace-logo/index';
15
+ export * from './elastic-apm-logo/index';
16
+ export * from './elastic-search-logo/index';
17
+ export * from './gigapipe-logo/index';
18
+ export * from './google-cloud-platform-logo/index';
19
+ export * from './google-cloud-storage-logo/index';
20
+ export * from './grafana-logo/index';
21
+ export * from './groundcover-logo/index';
22
+ export * from './honeycomb-logo/index';
23
+ export * from './hyperdx-logo/index';
24
+ export * from './instana-logo/index';
25
+ export * from './jaeger-logo/index';
26
+ export * from './kafka-logo/index';
27
+ export * from './kloudmate-logo/index';
28
+ export * from './last9-logo/index';
29
+ export * from './lightstep-logo/index';
30
+ export * from './logzio-logo/index';
31
+ export * from './loki-logo/index';
32
+ export * from './lumigo-logo/index';
33
+ export * from './middleware-logo/index';
34
+ export * from './new-relic-logo/index';
35
+ export * from './open-telemetry-logo/index';
36
+ export * from './ops-verse-logo/index';
37
+ export * from './prometheus-logo/index';
38
+ export * from './qryn-logo/index';
39
+ export * from './quickwit-logo/index';
40
+ export * from './sentry-logo/index';
41
+ export * from './signoz-logo/index';
42
+ export * from './splunk-logo/index';
43
+ export * from './sumo-logic-logo/index';
44
+ export * from './tempo-logo/index';
45
+ export * from './traceloop-logo/index';
46
+ export * from './uptrace-logo/index';
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const InstanaLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const JaegerLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const KloudmateLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const Last9Logo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const LightstepLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const LogzioLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const LokiLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const LumigoLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const MiddlewareLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const NewRelicLogo: SVG;
@@ -0,0 +1,8 @@
1
+ import type { SVG } from '@/types';
2
+ import type { StoryFn } from '@storybook/react';
3
+ declare const _default: {
4
+ title: string;
5
+ component: SVG;
6
+ };
7
+ export default _default;
8
+ export declare const Default: StoryFn<SVG>;
@@ -0,0 +1,2 @@
1
+ import type { SVG } from '@/types';
2
+ export declare const OpenTelemetryLogo: SVG;