@odigos/ui-kit 0.0.242 → 0.0.244

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 (53) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/lib/chunks/{helpers-flEStb5l.js → helpers-aJJ1GhqS.js} +1 -1
  3. package/lib/chunks/index-BnOPIhIp.js +149 -0
  4. package/lib/chunks/source-instrument-form-context-5GXsAhJd.js +1 -0
  5. package/lib/chunks/ui-components-Dnqp-MQm.js +1592 -0
  6. package/lib/components/_v2/note/index.d.ts +6 -0
  7. package/lib/components/v2.js +1 -1
  8. package/lib/components.js +1 -1
  9. package/lib/constants/actions/index.d.ts +0 -2
  10. package/lib/constants.js +1 -1
  11. package/lib/containers/_v2/_drawers/edit-source-drawer/index.d.ts +2 -1
  12. package/lib/containers/_v2/_drawers/edit-source-drawer/jump-to-target-context.d.ts +57 -0
  13. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/container-row.d.ts +0 -2
  14. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/index.d.ts +0 -6
  15. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/pod-row.d.ts +0 -2
  16. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/process-row.d.ts +0 -2
  17. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/pods-card/pods-list/types.d.ts +1 -6
  18. package/lib/containers/_v2/_drawers/edit-source-drawer/pods/containers-card/index.d.ts +3 -0
  19. package/lib/containers/_v2/_drawers/edit-source-drawer/pods/containers-card/process-card.d.ts +1 -0
  20. package/lib/containers/_v2/_drawers/edit-source-drawer/pods/pod-card.d.ts +4 -0
  21. package/lib/containers/_v2/_drawers/edit-source-drawer/tabs.d.ts +7 -0
  22. package/lib/containers/_v2/_drawers/edit-source-drawer/yaml-files/index.d.ts +2 -1
  23. package/lib/containers/_v2/overview/drawers/index.d.ts +2 -1
  24. package/lib/containers/index.d.ts +0 -1
  25. package/lib/containers/v2.js +118 -123
  26. package/lib/containers.js +7 -62
  27. package/lib/contexts.js +1 -1
  28. package/lib/functions/get-action-icon/index.d.ts +2 -2
  29. package/lib/functions.js +1 -1
  30. package/lib/hooks/index.d.ts +1 -0
  31. package/lib/hooks/useScrollIntoViewWhen.d.ts +15 -0
  32. package/lib/hooks.js +1 -1
  33. package/lib/snippets/v2.js +1 -1
  34. package/lib/snippets.js +6 -6
  35. package/lib/store.js +1 -1
  36. package/lib/theme.js +1 -1
  37. package/lib/types/actions/index.d.ts +0 -19
  38. package/lib/types/enum/index.d.ts +2 -1
  39. package/lib/types/index.d.ts +1 -0
  40. package/lib/types/k8s-manifest/index.d.ts +2 -0
  41. package/lib/types/workload/index.d.ts +0 -2
  42. package/lib/types.js +1 -1
  43. package/lib/visuals.js +1 -1
  44. package/package.json +1 -1
  45. package/lib/chunks/index-9imbvR3P.js +0 -149
  46. package/lib/chunks/source-instrument-form-context-4oj79EpI.js +0 -1
  47. package/lib/chunks/ui-components-DofONrt0.js +0 -1570
  48. package/lib/containers/_v2/_forms/add-action-form/custom-fields/error-sampler/index.d.ts +0 -5
  49. package/lib/containers/_v2/_forms/add-action-form/custom-fields/latency-sampler/index.d.ts +0 -5
  50. package/lib/containers/_v2/_forms/add-action-form/custom-fields/probabilistic-sampler/index.d.ts +0 -5
  51. package/lib/containers/_v2/_forms/add-action-form/custom-fields/service-name-sampler/index.d.ts +0 -5
  52. package/lib/containers/_v2/_forms/add-action-form/custom-fields/span-attribute-sampler/index.d.ts +0 -5
  53. package/lib/containers/notification-manager/index.d.ts +0 -4
@@ -1,5 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type ActionFormData, type CustomFieldProps } from '@/types';
3
- type ErrorSamplerProps = CustomFieldProps<ActionFormData['fields']>;
4
- export declare const ErrorSampler: FC<ErrorSamplerProps>;
5
- export {};
@@ -1,5 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type ActionFormData, type CustomFieldProps } from '@/types';
3
- type LatencySamplerProps = CustomFieldProps<ActionFormData['fields']>;
4
- export declare const LatencySampler: FC<LatencySamplerProps>;
5
- export {};
@@ -1,5 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type ActionFormData, type CustomFieldProps } from '@/types';
3
- type ProbabilisticSamplerProps = CustomFieldProps<ActionFormData['fields']>;
4
- export declare const ProbabilisticSampler: FC<ProbabilisticSamplerProps>;
5
- export {};
@@ -1,5 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type ActionFormData, type CustomFieldProps } from '@/types';
3
- type ServiceNameSamplerProps = CustomFieldProps<ActionFormData['fields']>;
4
- export declare const ServiceNameSampler: FC<ServiceNameSamplerProps>;
5
- export {};
@@ -1,5 +0,0 @@
1
- import { type FC } from 'react';
2
- import { type ActionFormData, type CustomFieldProps } from '@/types';
3
- type SpanAttributeSamplerProps = CustomFieldProps<ActionFormData['fields']>;
4
- export declare const SpanAttributeSampler: FC<SpanAttributeSamplerProps>;
5
- export {};
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- type NotificationManagerProps = object;
3
- declare const NotificationManager: React.FC<NotificationManagerProps>;
4
- export { NotificationManager, type NotificationManagerProps };