@odigos/ui-kit 0.0.263 → 0.0.264
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 +16 -0
- package/docs/api-context.md +1 -1
- package/lib/chunks/index-B-zICLj7.js +155 -0
- package/lib/chunks/odigos-context-_YAZF63s.js +9 -0
- package/lib/chunks/source-instrument-form-context-CZQIaTUV.js +5 -0
- package/lib/chunks/ui-components-CAPnizLR.js +1543 -0
- package/lib/components/{_v2/cards → _cards}/data-card/index.d.ts +3 -3
- package/lib/components/{_v2/cards → _cards}/section-card/index.d.ts +2 -2
- package/lib/components/{_v2/cards → _cards}/status-card/index.d.ts +1 -1
- package/lib/components/{_v2/autocomplete → autocomplete}/index.d.ts +1 -1
- package/lib/components/{_v2/badge → badge}/index.d.ts +1 -1
- package/lib/components/{_v2/button → button}/index.d.ts +1 -1
- package/lib/components/{_v2/button-tab → button-tab}/index.d.ts +1 -1
- package/lib/components/{_v2/checkbox → checkbox}/index.d.ts +1 -1
- package/lib/components/code/index.d.ts +3 -4
- package/lib/components/code/toggle-code-component/index.d.ts +2 -3
- package/lib/components/{_v2/condition → condition}/index.d.ts +1 -1
- package/lib/components/{_v2/conditions → conditions}/index.d.ts +1 -1
- package/lib/components/divider/index.d.ts +4 -5
- package/lib/components/{_v2/drawer → drawer}/header/index.d.ts +1 -1
- package/lib/components/{_v2/drop-data → drop-data}/index.d.ts +1 -1
- package/lib/components/error-boundary/index.d.ts +2 -3
- package/lib/components/icon-button/index.d.ts +15 -11
- package/lib/components/icon-group/index.d.ts +6 -7
- package/lib/components/index.d.ts +38 -8
- package/lib/components/{_v2/input → input}/index.d.ts +1 -1
- package/lib/components/{_v2/input-table → input-table}/types.d.ts +1 -1
- package/lib/components/{_v2/island → island}/index.d.ts +2 -2
- package/lib/components/{_v2/loader → loader}/index.d.ts +1 -1
- package/lib/components/{_v2/navbar → navbar}/index.d.ts +1 -1
- package/lib/components/{_v2/no-data → no-data}/index.d.ts +1 -1
- package/lib/components/{_v2/note → note}/index.d.ts +1 -1
- package/lib/components/{_v2/radio → radio}/index.d.ts +1 -1
- package/lib/components/scroll-y/index.d.ts +2 -3
- package/lib/components/{_v2/segment → segment}/index.d.ts +1 -1
- package/lib/components/skeleton-loader/index.d.ts +2 -3
- package/lib/components/{_v2/table → table}/table-columns/index.d.ts +1 -1
- package/lib/components/{_v2/table → table}/table-columns/sort/index.d.ts +1 -1
- package/lib/components/{_v2/tag → tag}/index.d.ts +1 -1
- package/lib/components/{_v2/toggle → toggle}/index.d.ts +1 -1
- package/lib/components/tooltip/index.d.ts +9 -5
- package/lib/components.js +1 -1
- package/lib/constants/actions/index.d.ts +1 -1
- package/lib/constants/instrumentation-rules/index.d.ts +1 -1
- package/lib/constants/regex.d.ts +1 -1
- package/lib/constants/sampling/index.d.ts +1 -1
- package/lib/constants/signals/index.d.ts +1 -1
- package/lib/constants/sources/index.d.ts +2 -2
- package/lib/constants.js +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/add-action-drawer/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/form-column/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/helpers.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/index.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/lists-column/index.d.ts +3 -3
- package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/lists-filters/index.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/types.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/add-rule-drawer/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/index.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/namespaces-column/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/strings.d.ts +2 -1
- package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/types.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/utils.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/workloads-column/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-action-drawer/helpers.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/edit-config-drawer/index.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/edit-destination-drawer/helpers.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/edit-rule-drawer/helpers.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/common/pods-header.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/debug/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/helpers.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/jump-to-target-context.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/containers-card/distro-override.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/containers-card/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/containers-card/runtime-override.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/health-card.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/main-card.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/container-row.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/helpers.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/pod-row.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/process-row.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/row-header.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/types.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/statuses-card.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/peers/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/containers-card/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/containers-card/process-card.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/pod-card.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/symbol-table/index.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/symbol-table/symbol-instrumentation.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/symbol-table/use-symbol-instrumentation.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/sampling/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/sampling/rule-row.d.ts +2 -1
- package/lib/containers/{_v2/_drawers → _drawers}/sampling-rule-drawer/index.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/sampling-rule-drawer/view-footer.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/index.d.ts +2 -2
- package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/tokens/index.d.ts +1 -1
- package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/tokens/token-value.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/add-cluster-info/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/delete-attributes/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/extract-attribute/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/k8s-attributes/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/pii-masking/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/rename-attributes/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/url-templatization/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-action-form/dynamic-fields/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-destination-form/dynamic-fields/index.d.ts +2 -2
- package/lib/containers/{_v2/_forms → _forms}/add-destination-form/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/code-attributes/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/custom-instrumentation/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/headers-collection/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/index.d.ts +1 -1
- package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/payload-collection/index.d.ts +1 -1
- package/lib/containers/{_v2/_modals → _modals}/onboarding-done/index.d.ts +0 -1
- package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/preset-row.d.ts +1 -1
- package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/types.d.ts +1 -1
- package/lib/containers/{_v2/central-connections → central-connections}/helpers.d.ts +5 -5
- package/lib/containers/{_v2/central-connections → central-connections}/index.d.ts +3 -3
- package/lib/containers/index.d.ts +9 -0
- package/lib/containers/{_v2/onboarding → onboarding}/summary/index.d.ts +2 -2
- package/lib/containers/{_v2/overview → overview}/columns/column/empty-add.d.ts +1 -1
- package/lib/containers/{_v2/overview → overview}/columns/column/head.d.ts +1 -1
- package/lib/containers/{_v2/overview → overview}/columns/column/index.d.ts +1 -1
- package/lib/containers/{_v2/overview → overview}/columns/column/list-item.d.ts +1 -1
- package/lib/containers/{_v2/overview → overview}/columns/column/source-visual-state.d.ts +1 -1
- package/lib/containers/{_v2/overview → overview}/search/builder.d.ts +2 -2
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-badge.d.ts +3 -3
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-gauge-cards.d.ts +2 -2
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-status-card.d.ts +2 -2
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-text-cards.d.ts +2 -2
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/index.d.ts +1 -1
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/yaml-drawer/index.d.ts +2 -2
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/index.d.ts +2 -1
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/pods-info/index.d.ts +1 -1
- package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/pods-info/pod-drawer/index.d.ts +2 -2
- package/lib/containers/{_v2/sampling-rules → sampling-rules}/auto-rule-card/index.d.ts +1 -1
- package/lib/containers/{_v2/sampling-rules → sampling-rules}/converters.d.ts +1 -1
- package/lib/containers/{_v2/sampling-rules → sampling-rules}/helpers.d.ts +3 -3
- package/lib/containers/{_v2/sampling-rules → sampling-rules}/rules-table/index.d.ts +1 -1
- package/lib/containers/{_v2/sampling-rules → sampling-rules}/toolbar/index.d.ts +1 -1
- package/lib/containers/{_v2/sampling-rules → sampling-rules}/types.d.ts +1 -1
- package/lib/containers/service-map/helpers/aggregate-service-map.d.ts +1 -1
- package/lib/containers/service-map/helpers/build-edges.d.ts +1 -1
- package/lib/containers/service-map/helpers/build-map-nodes.d.ts +1 -1
- package/lib/containers/service-map/helpers/types.d.ts +2 -2
- package/lib/containers/service-map/service-map-context.d.ts +1 -1
- package/lib/containers/{_v2/settings → settings}/index.d.ts +2 -1
- package/lib/containers.js +1011 -16
- package/lib/contexts/action-form-context.d.ts +2 -2
- package/lib/contexts/data-stream-form-context.d.ts +2 -2
- package/lib/contexts/destination-form-context.d.ts +3 -3
- package/lib/contexts/odigos-api/client.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-actions-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-collectors-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-config-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-data-streams-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-describe-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-destinations-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-instrumentation-rules-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-namespace-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-profiling-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-sampling-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-service-map-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-snapshots-api.d.ts +1 -1
- package/lib/contexts/odigos-api/hooks/use-sources-api.d.ts +2 -2
- package/lib/contexts/odigos-api/hooks/use-tokens-api.d.ts +1 -1
- package/lib/contexts/odigos-api/index.d.ts +2 -4
- package/lib/contexts/odigos-api/internal/notify.d.ts +2 -2
- package/lib/contexts/odigos-api/internal/source-payloads.d.ts +2 -2
- package/lib/contexts/odigos-api/platform-helpers.d.ts +2 -2
- package/lib/contexts/odigos-api/runner.d.ts +3 -3
- package/lib/contexts/odigos-api/types.d.ts +7 -13
- package/lib/contexts/odigos-api/use-api-query.d.ts +11 -10
- package/lib/contexts/odigos-context.d.ts +5 -3
- package/lib/contexts/rule-form-context.d.ts +3 -3
- package/lib/contexts/sampling-rules-form-context.d.ts +2 -2
- package/lib/contexts/source-edit-form-context.d.ts +2 -2
- package/lib/contexts/source-instrument-form-context.d.ts +2 -2
- package/lib/contexts.js +1 -1
- package/lib/functions/build-badge-for-desired-status/index.d.ts +2 -2
- package/lib/functions/clean-object-empty-strings-values/index.d.ts +1 -1
- package/lib/functions/compare-condition/index.d.ts +1 -1
- package/lib/functions/filter-actions/index.d.ts +2 -2
- package/lib/functions/filter-destinations/index.d.ts +2 -2
- package/lib/functions/filter-destinations-by-stream/index.d.ts +1 -1
- package/lib/functions/filter-sources/index.d.ts +2 -2
- package/lib/functions/filter-sources-by-stream/index.d.ts +1 -1
- package/lib/functions/flatten-object-keys/index.d.ts +1 -1
- package/lib/functions/get-action-icon/index.d.ts +1 -1
- package/lib/functions/get-conditions-booleans/index.d.ts +1 -1
- package/lib/functions/get-containers-counts/index.d.ts +1 -1
- package/lib/functions/get-containers-icons/index.d.ts +1 -1
- package/lib/functions/get-destination-icon/index.d.ts +1 -1
- package/lib/functions/get-entity-icon/index.d.ts +1 -1
- package/lib/functions/get-entity-id/index.d.ts +1 -1
- package/lib/functions/get-entity-label/index.d.ts +1 -1
- package/lib/functions/get-health-badge-label/index.d.ts +1 -1
- package/lib/functions/get-id-from-sse-target/index.d.ts +1 -1
- package/lib/functions/get-instrumentation-rule-icon/index.d.ts +1 -1
- package/lib/functions/get-main-container-language/index.d.ts +1 -1
- package/lib/functions/get-metric-for-entity/index.d.ts +1 -1
- package/lib/functions/get-monitor-icon/index.d.ts +1 -1
- package/lib/functions/get-nearest-typography-size/index.d.ts +1 -1
- package/lib/functions/get-platform-icon/index.d.ts +1 -1
- package/lib/functions/get-platform-label/index.d.ts +1 -1
- package/lib/functions/get-programming-language-icon/index.d.ts +1 -1
- package/lib/functions/get-sse-target-from-id/index.d.ts +1 -1
- package/lib/functions/get-status-color/index.d.ts +1 -1
- package/lib/functions/get-status-from-pod-status/index.d.ts +1 -1
- package/lib/functions/get-status-icon/index.d.ts +1 -1
- package/lib/functions/get-status-type-from-odigos-health/index.d.ts +1 -1
- package/lib/functions/get-virtual-service-icon/index.d.ts +1 -1
- package/lib/functions/get-workload-id/index.d.ts +1 -1
- package/lib/functions/get-yaml-fields-for-destination/index.d.ts +1 -1
- package/lib/functions/has-unhealthy-instances/index.d.ts +1 -1
- package/lib/functions/instrumentation-rule-source-scopes/index.d.ts +1 -1
- package/lib/functions/map-conditions/index.d.ts +1 -1
- package/lib/functions/map-desired-status-to-condition-status/index.d.ts +1 -1
- package/lib/functions/map-destination-fields-for-display/index.d.ts +1 -1
- package/lib/functions/map-signals/index.d.ts +1 -1
- package/lib/functions/prepare-destination-form-data/index.d.ts +1 -1
- package/lib/functions/remove-empty-values-from-object/index.d.ts +1 -1
- package/lib/functions/safe-json-parse/index.d.ts +1 -1
- package/lib/functions/safe-json-stringify/index.d.ts +1 -1
- package/lib/functions/stringify-non-string-values/index.d.ts +1 -1
- package/lib/functions.js +1 -1
- package/lib/hooks/index.d.ts +0 -2
- package/lib/hooks/useActionFormData.d.ts +2 -2
- package/lib/hooks/useCopy.d.ts +1 -1
- package/lib/hooks/useDataStreamFormData.d.ts +1 -1
- package/lib/hooks/useDestinationFormData.d.ts +1 -1
- package/lib/hooks/useGenericForm.d.ts +1 -1
- package/lib/hooks/useInstrumentationRuleFormData.d.ts +2 -2
- package/lib/hooks/usePopup.d.ts +1 -1
- package/lib/hooks/useSourceFormData.d.ts +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons/actions/add-cluster-info-icon/index.d.ts +1 -1
- package/lib/icons/actions/delete-attribute-icon/index.d.ts +1 -1
- package/lib/icons/actions/pii-masking-icon/index.d.ts +1 -1
- package/lib/icons/actions/rename-attribute-icon/index.d.ts +1 -1
- package/lib/icons/actions/sampler-icon/index.d.ts +1 -1
- package/lib/icons/arrows/arrow-down-icon/index.d.ts +1 -1
- package/lib/icons/arrows/arrow-down-square-icon/index.d.ts +1 -1
- package/lib/icons/arrows/arrow-left-icon/index.d.ts +1 -1
- package/lib/icons/arrows/arrow-left-square-icon/index.d.ts +1 -1
- package/lib/icons/arrows/arrow-right-icon/index.d.ts +1 -1
- package/lib/icons/arrows/arrow-right-square-icon/index.d.ts +1 -1
- package/lib/icons/arrows/arrow-up-icon/index.d.ts +1 -1
- package/lib/icons/arrows/arrow-up-square-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-down-circle-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-down-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-down-square-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-left-circle-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-left-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-left-square-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-right-circle-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-right-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-right-square-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-up-circle-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-up-icon/index.d.ts +1 -1
- package/lib/icons/arrows/chevron-up-square-icon/index.d.ts +1 -1
- package/lib/icons/auth/okta-icon/index.d.ts +1 -1
- package/lib/icons/brand/odigos-logo/index.d.ts +1 -1
- package/lib/icons/brand/odigos-logo-text/index.d.ts +1 -1
- package/lib/icons/brand/odigos-logo-text-central/index.d.ts +1 -1
- package/lib/icons/brand/odigos-logo-text-colored-central/index.d.ts +1 -1
- package/lib/icons/brand/odigos-logo-text-colored-community/index.d.ts +1 -1
- package/lib/icons/brand/odigos-logo-text-colored-enterprise/index.d.ts +1 -1
- package/lib/icons/brand/odigos-logo-text-community/index.d.ts +1 -1
- package/lib/icons/brand/odigos-logo-text-enterprise/index.d.ts +1 -1
- package/lib/icons/common/arrow-icon/index.d.ts +1 -1
- package/lib/icons/common/avatar-icon/index.d.ts +1 -1
- package/lib/icons/common/book-icon/index.d.ts +1 -1
- package/lib/icons/common/code-brackets-icon/index.d.ts +1 -1
- package/lib/icons/common/code-icon/index.d.ts +1 -1
- package/lib/icons/common/command-icon/index.d.ts +1 -1
- package/lib/icons/common/copy-icon/index.d.ts +1 -1
- package/lib/icons/common/delete-icon/index.d.ts +1 -1
- package/lib/icons/common/diagnose-icon/index.d.ts +1 -1
- package/lib/icons/common/dot-icon/index.d.ts +1 -1
- package/lib/icons/common/dots-horizontal-icon/index.d.ts +1 -1
- package/lib/icons/common/dots-vertical-icon/index.d.ts +1 -1
- package/lib/icons/common/download-icon/index.d.ts +1 -1
- package/lib/icons/common/edit-icon/index.d.ts +1 -1
- package/lib/icons/common/edited-icon/index.d.ts +1 -1
- package/lib/icons/common/exclamation-circle-icon/index.d.ts +1 -1
- package/lib/icons/common/exclamation-triangle-icon/index.d.ts +1 -1
- package/lib/icons/common/expand-icon/index.d.ts +1 -1
- package/lib/icons/common/extend-arrow-icon/index.d.ts +1 -1
- package/lib/icons/common/filter-icon/index.d.ts +1 -1
- package/lib/icons/common/folder-icon/index.d.ts +1 -1
- package/lib/icons/common/gear-icon/index.d.ts +1 -1
- package/lib/icons/common/home-icon/index.d.ts +1 -1
- package/lib/icons/common/i-square-icon/index.d.ts +1 -1
- package/lib/icons/common/image-error-icon/index.d.ts +1 -1
- package/lib/icons/common/inbound-icon/index.d.ts +1 -1
- package/lib/icons/common/key-icon/index.d.ts +1 -1
- package/lib/icons/common/list-icon/index.d.ts +1 -1
- package/lib/icons/common/lock-icon/index.d.ts +1 -1
- package/lib/icons/common/minus-circled-icon/index.d.ts +1 -1
- package/lib/icons/common/minus-icon/index.d.ts +1 -1
- package/lib/icons/common/no-data-icon/index.d.ts +1 -1
- package/lib/icons/common/notebook-icon/index.d.ts +1 -1
- package/lib/icons/common/notification-icon/index.d.ts +1 -1
- package/lib/icons/common/outbound-icon/index.d.ts +1 -1
- package/lib/icons/common/plus-circled-icon/index.d.ts +1 -1
- package/lib/icons/common/plus-icon/index.d.ts +1 -1
- package/lib/icons/common/question-circle-icon/index.d.ts +1 -1
- package/lib/icons/common/refresh-icon/index.d.ts +1 -1
- package/lib/icons/common/refresh-left-arrow-icon/index.d.ts +1 -1
- package/lib/icons/common/refresh-right-arrow-icon/index.d.ts +1 -1
- package/lib/icons/common/role-icon/index.d.ts +1 -1
- package/lib/icons/common/rotate-arrows-icon/index.d.ts +1 -1
- package/lib/icons/common/search-icon/index.d.ts +1 -1
- package/lib/icons/common/server-disconnected-icon/index.d.ts +1 -1
- package/lib/icons/common/settings-icon/index.d.ts +1 -1
- package/lib/icons/common/sort-arrows-icon/index.d.ts +1 -1
- package/lib/icons/common/star-icon/index.d.ts +1 -1
- package/lib/icons/common/terminal-icon/index.d.ts +1 -1
- package/lib/icons/common/trash-icon/index.d.ts +1 -1
- package/lib/icons/common/user-circle-icon/index.d.ts +1 -1
- package/lib/icons/common/user-group-icon/index.d.ts +1 -1
- package/lib/icons/common/user-icon/index.d.ts +1 -1
- package/lib/icons/common/user-settings-icon/index.d.ts +1 -1
- package/lib/icons/common/v-icon/index.d.ts +1 -1
- package/lib/icons/common/v-square-icon/index.d.ts +1 -1
- package/lib/icons/common/x-icon/index.d.ts +1 -1
- package/lib/icons/common/x-square-icon/index.d.ts +1 -1
- package/lib/icons/compute-platform/k8s-logo/index.d.ts +1 -1
- package/lib/icons/compute-platform/vm-logo/index.d.ts +1 -1
- package/lib/icons/destinations/alauda-logo/index.d.ts +1 -1
- package/lib/icons/destinations/alibaba-cloud-logo/index.d.ts +1 -1
- package/lib/icons/destinations/app-dynamics-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-api-gateway-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-bedrock-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-cloudwatch-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-dynamodb-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-ec2-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-eventbridge-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-kinesis-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-lambda-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-s3-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-secrets-manager-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-sns-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-sqs-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-step-functions-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-sts-logo/index.d.ts +1 -1
- package/lib/icons/destinations/aws-xray-logo/index.d.ts +1 -1
- package/lib/icons/destinations/axiom-logo/index.d.ts +1 -1
- package/lib/icons/destinations/azure-blob-logo/index.d.ts +1 -1
- package/lib/icons/destinations/azure-monitor-logo/index.d.ts +1 -1
- package/lib/icons/destinations/better-stack-logo/index.d.ts +1 -1
- package/lib/icons/destinations/bonree-logo/index.d.ts +1 -1
- package/lib/icons/destinations/causely-logo/index.d.ts +1 -1
- package/lib/icons/destinations/checkly-logo/index.d.ts +1 -1
- package/lib/icons/destinations/chronosphere-logo/index.d.ts +1 -1
- package/lib/icons/destinations/clickhouse-logo/index.d.ts +1 -1
- package/lib/icons/destinations/coralogix-logo/index.d.ts +1 -1
- package/lib/icons/destinations/dash0-logo/index.d.ts +1 -1
- package/lib/icons/destinations/datadog-logo/index.d.ts +1 -1
- package/lib/icons/destinations/dynatrace-logo/index.d.ts +1 -1
- package/lib/icons/destinations/elastic-apm-logo/index.d.ts +1 -1
- package/lib/icons/destinations/elastic-search-logo/index.d.ts +1 -1
- package/lib/icons/destinations/gigapipe-logo/index.d.ts +1 -1
- package/lib/icons/destinations/google-cloud-platform-logo/index.d.ts +1 -1
- package/lib/icons/destinations/google-cloud-storage-logo/index.d.ts +1 -1
- package/lib/icons/destinations/grafana-logo/index.d.ts +1 -1
- package/lib/icons/destinations/greptime-logo/index.d.ts +1 -1
- package/lib/icons/destinations/groundcover-logo/index.d.ts +1 -1
- package/lib/icons/destinations/honeycomb-logo/index.d.ts +1 -1
- package/lib/icons/destinations/hyperdx-logo/index.d.ts +1 -1
- package/lib/icons/destinations/instana-logo/index.d.ts +1 -1
- package/lib/icons/destinations/jaeger-logo/index.d.ts +1 -1
- package/lib/icons/destinations/kafka-logo/index.d.ts +1 -1
- package/lib/icons/destinations/kloudmate-logo/index.d.ts +1 -1
- package/lib/icons/destinations/last9-logo/index.d.ts +1 -1
- package/lib/icons/destinations/lightstep-logo/index.d.ts +1 -1
- package/lib/icons/destinations/logzio-logo/index.d.ts +1 -1
- package/lib/icons/destinations/loki-logo/index.d.ts +1 -1
- package/lib/icons/destinations/lumigo-logo/index.d.ts +1 -1
- package/lib/icons/destinations/middleware-logo/index.d.ts +1 -1
- package/lib/icons/destinations/new-relic-logo/index.d.ts +1 -1
- package/lib/icons/destinations/observe-logo/index.d.ts +1 -1
- package/lib/icons/destinations/odigos-destination-logo/index.d.ts +1 -1
- package/lib/icons/destinations/one-uptime-logo/index.d.ts +1 -1
- package/lib/icons/destinations/open-observe-logo/index.d.ts +1 -1
- package/lib/icons/destinations/open-telemetry-logo/index.d.ts +1 -1
- package/lib/icons/destinations/ops-verse-logo/index.d.ts +1 -1
- package/lib/icons/destinations/oracle-logo/index.d.ts +1 -1
- package/lib/icons/destinations/prometheus-logo/index.d.ts +1 -1
- package/lib/icons/destinations/pyroscope-logo/index.d.ts +1 -1
- package/lib/icons/destinations/qryn-logo/index.d.ts +1 -1
- package/lib/icons/destinations/quickwit-logo/index.d.ts +1 -1
- package/lib/icons/destinations/sentry-logo/index.d.ts +1 -1
- package/lib/icons/destinations/seq-logo/index.d.ts +1 -1
- package/lib/icons/destinations/signoz-logo/index.d.ts +1 -1
- package/lib/icons/destinations/splunk-logo/index.d.ts +1 -1
- package/lib/icons/destinations/sumo-logic-logo/index.d.ts +1 -1
- package/lib/icons/destinations/telemetry-hub-logo/index.d.ts +1 -1
- package/lib/icons/destinations/tempo-logo/index.d.ts +1 -1
- package/lib/icons/destinations/tingyun-logo/index.d.ts +1 -1
- package/lib/icons/destinations/traceloop-logo/index.d.ts +1 -1
- package/lib/icons/destinations/uptrace-logo/index.d.ts +1 -1
- package/lib/icons/destinations/victoria-metrics-logo/index.d.ts +1 -1
- package/lib/icons/instrumentation-rules/code-attributes-icon/index.d.ts +1 -1
- package/lib/icons/instrumentation-rules/custom-instrumentation-icon/index.d.ts +1 -1
- package/lib/icons/instrumentation-rules/headers-collection-icon/index.d.ts +1 -1
- package/lib/icons/instrumentation-rules/payload-collection-icon/index.d.ts +1 -1
- package/lib/icons/monitors/logs-icon/index.d.ts +1 -1
- package/lib/icons/monitors/metrics-icon/index.d.ts +1 -1
- package/lib/icons/monitors/traces-icon/index.d.ts +1 -1
- package/lib/icons/on-off/eye-closed-icon/index.d.ts +1 -1
- package/lib/icons/on-off/eye-open-icon/index.d.ts +1 -1
- package/lib/icons/on-off/light-off-icon/index.d.ts +1 -1
- package/lib/icons/on-off/light-on-icon/index.d.ts +1 -1
- package/lib/icons/on-off/moon-icon/index.d.ts +1 -1
- package/lib/icons/on-off/sound-off-icon/index.d.ts +1 -1
- package/lib/icons/on-off/sound-on-icon/index.d.ts +1 -1
- package/lib/icons/on-off/sun-icon/index.d.ts +1 -1
- package/lib/icons/overview/action-icon/index.d.ts +1 -1
- package/lib/icons/overview/connections-icon/index.d.ts +1 -1
- package/lib/icons/overview/data-stream-icon/index.d.ts +1 -1
- package/lib/icons/overview/destination-icon/index.d.ts +1 -1
- package/lib/icons/overview/gateway-icon/index.d.ts +1 -1
- package/lib/icons/overview/instrumentation-rule-icon/index.d.ts +1 -1
- package/lib/icons/overview/log-icon/index.d.ts +1 -1
- package/lib/icons/overview/namespaces-icon/index.d.ts +1 -1
- package/lib/icons/overview/overview-icon/index.d.ts +1 -1
- package/lib/icons/overview/pipeline-collector-icon/index.d.ts +1 -1
- package/lib/icons/overview/pod-icon/index.d.ts +1 -1
- package/lib/icons/overview/replica-icon/index.d.ts +1 -1
- package/lib/icons/overview/sampling-icon/index.d.ts +1 -1
- package/lib/icons/overview/service-map-icon/index.d.ts +1 -1
- package/lib/icons/overview/source-icon/index.d.ts +1 -1
- package/lib/icons/overview/trace-view-icon/index.d.ts +1 -1
- package/lib/icons/overview/yaml-icon/index.d.ts +1 -1
- package/lib/icons/programming-languages/aws-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/c-plus-plus-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/c-sharp-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/dotnet-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/elixir-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/go-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/java-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/mysql-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/nginx-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/nodejs-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/php-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/postgres-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/python-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/redis-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/ruby-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/rust-logo/index.d.ts +1 -1
- package/lib/icons/programming-languages/swift-logo/index.d.ts +1 -1
- package/lib/icons/social/slack-logo/index.d.ts +1 -1
- package/lib/snippets/{_v2/actions → actions}/index.d.ts +2 -2
- package/lib/snippets/{_v2/cancel-modal → cancel-modal}/index.d.ts +1 -1
- package/lib/snippets/{_v2/delete-modal → delete-modal}/index.d.ts +1 -1
- package/lib/snippets/{_v2/dynamic-field → dynamic-field}/index.d.ts +6 -2
- package/lib/snippets/index.d.ts +13 -1
- package/lib/snippets/{_v2/instrumentation-rule-form-sections → instrumentation-rule-form-sections}/instrumentation-preview.d.ts +1 -1
- package/lib/snippets/{_v2/rich-title → rich-title}/index.d.ts +3 -3
- package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/duration-errors.d.ts +2 -2
- package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/operation.d.ts +1 -1
- package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/percentage.d.ts +1 -1
- package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/preset-with-custom-input.d.ts +1 -1
- package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/rule-info.d.ts +1 -1
- package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/rule-type.d.ts +1 -1
- package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/sampling-preview.d.ts +2 -2
- package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/source-scope.d.ts +2 -2
- package/lib/snippets/{_v2/signals-checkbox-list → signals-checkbox-list}/index.d.ts +1 -1
- package/lib/snippets/{_v2/wide-drawer → wide-drawer}/column-list-item/index.d.ts +1 -1
- package/lib/snippets/{_v2/wide-drawer → wide-drawer}/index.d.ts +6 -3
- package/lib/snippets/{_v2/yaml-section-card → yaml-section-card}/index.d.ts +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store/index.d.ts +0 -1
- package/lib/store/useDataStreamStore.d.ts +1 -1
- package/lib/store/useDrawerStore.d.ts +16 -3
- package/lib/store/useFilterStore.d.ts +1 -1
- package/lib/store/useNotificationStore.d.ts +1 -1
- package/lib/store/useProgressStore.d.ts +1 -1
- package/lib/store/useSelectedStore.d.ts +1 -1
- package/lib/store/useSetupStore.d.ts +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/actions/index.d.ts +1 -1
- package/lib/types/common/index.d.ts +10 -0
- package/lib/types/destinations/index.d.ts +1 -1
- package/lib/types/sampling.d.ts +1 -1
- package/lib/types.js +1 -1
- package/lib/visuals/visual-green-rings/index.d.ts +1 -1
- package/lib/visuals/visual-purple-rings/index.d.ts +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +19 -39
- package/lib/chunks/connections-scope-JSsSeaII.js +0 -1
- package/lib/chunks/consts-D6GCMJ6c.js +0 -1
- package/lib/chunks/index-CpvWOJm_.js +0 -155
- package/lib/chunks/odigos-context-DGZO6Njm.js +0 -18
- package/lib/chunks/source-instrument-form-context-FYKFdAII.js +0 -1
- package/lib/chunks/ui-components-D1ehQI2Z.js +0 -1704
- package/lib/chunks/use-odigos-api-Ptz3Kdno.js +0 -5
- package/lib/chunks/vendor-BFqT13Me.js +0 -1
- package/lib/components/_v2/icon-button/index.d.ts +0 -16
- package/lib/components/_v2/icon-group/index.d.ts +0 -11
- package/lib/components/_v2/index.d.ts +0 -40
- package/lib/components/fade-loader/helpers/animation.d.ts +0 -1
- package/lib/components/fade-loader/helpers/unitConverter.d.ts +0 -22
- package/lib/components/fade-loader/index.d.ts +0 -10
- package/lib/components/icon-wrapped/index.d.ts +0 -11
- package/lib/components/image-controlled/index.d.ts +0 -8
- package/lib/components/loading-text/index.d.ts +0 -9
- package/lib/components/notification-note/index.d.ts +0 -22
- package/lib/components/popup/index.d.ts +0 -18
- package/lib/components/scroll-x/index.d.ts +0 -10
- package/lib/components/text/index.d.ts +0 -26
- package/lib/components/v2.js +0 -1
- package/lib/containers/_v2/index.d.ts +0 -9
- package/lib/containers/v2.js +0 -990
- package/lib/contexts/odigos-api.js +0 -1
- package/lib/hooks/useClickNode.d.ts +0 -6
- package/lib/hooks/useClickNotification.d.ts +0 -7
- package/lib/snippets/_v2/index.d.ts +0 -13
- package/lib/snippets/v2.js +0 -1
- package/lib/store/useModalStore.d.ts +0 -6
- /package/lib/components/{_v2/cards → _cards}/index.d.ts +0 -0
- /package/lib/components/{_v2/cards → _cards}/text-card/index.d.ts +0 -0
- /package/lib/components/{_v2/charts → charts}/gauge-chart/index.d.ts +0 -0
- /package/lib/components/{_v2/charts → charts}/index.d.ts +0 -0
- /package/lib/components/{_v2/cli-command → cli-command}/index.d.ts +0 -0
- /package/lib/components/{_v2/drawer → drawer}/footer/index.d.ts +0 -0
- /package/lib/components/{_v2/drawer → drawer}/index.d.ts +0 -0
- /package/lib/components/{_v2/drop-down → drop-down}/index.d.ts +0 -0
- /package/lib/components/{_v2/field-message → field-message}/index.d.ts +0 -0
- /package/lib/components/{_v2/field-title → field-title}/index.d.ts +0 -0
- /package/lib/components/{_v2/header → header}/index.d.ts +0 -0
- /package/lib/components/{_v2/hover-actions → hover-actions}/index.d.ts +0 -0
- /package/lib/components/{_v2/input-list → input-list}/index.d.ts +0 -0
- /package/lib/components/{_v2/input-table → input-table}/card-table.d.ts +0 -0
- /package/lib/components/{_v2/input-table → input-table}/dynamic-field/index.d.ts +0 -0
- /package/lib/components/{_v2/input-table → input-table}/index.d.ts +0 -0
- /package/lib/components/{_v2/loader → loader}/spinner/index.d.ts +0 -0
- /package/lib/components/{_v2/loader → loader}/spinner-old/helpers/animation.d.ts +0 -0
- /package/lib/components/{_v2/loader → loader}/spinner-old/helpers/unitConverter.d.ts +0 -0
- /package/lib/components/{_v2/loader → loader}/spinner-old/index.d.ts +0 -0
- /package/lib/components/{_v2/modal → modal}/index.d.ts +0 -0
- /package/lib/components/{_v2/search → search}/index.d.ts +0 -0
- /package/lib/components/{_v2/stepper → stepper}/index.d.ts +0 -0
- /package/lib/components/{_v2/table → table}/index.d.ts +0 -0
- /package/lib/components/{_v2/table → table}/styled.d.ts +0 -0
- /package/lib/components/{_v2/table → table}/table-columns/filter/index.d.ts +0 -0
- /package/lib/components/{_v2/table → table}/table-rows/index.d.ts +0 -0
- /package/lib/components/{_v2/table → table}/types.d.ts +0 -0
- /package/lib/components/{_v2/textarea → textarea}/index.d.ts +0 -0
- /package/lib/components/{_v2/time-input → time-input}/index.d.ts +0 -0
- /package/lib/components/{_v2/typography → typography}/index.d.ts +0 -0
- /package/lib/components/{_v2/typography-truncatable → typography-truncatable}/index.d.ts +0 -0
- /package/lib/components/{_v2/warning-modal → warning-modal}/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/namespaces-column/list/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/namespaces-column/list/list-item/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-action-drawer/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-destination-drawer/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-rule-drawer/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/common/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/containers-card/popup-form.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/pod-debug-commands.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/flame-graph-canvas.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/flamebearer.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/symbol-table/modify-rules-modal.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/tabs.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/regex-tester-drawer/highlighter.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/regex-tester-drawer/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/describe/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/diagnose/index.d.ts +0 -0
- /package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/tokens/token-expires-at.d.ts +0 -0
- /package/lib/containers/{_v2/_forms → _forms}/add-action-form/index.d.ts +0 -0
- /package/lib/containers/{_v2/_forms → _forms}/add-rule-form/index.d.ts +0 -0
- /package/lib/containers/{_v2/_forms → _forms}/data-stream-form/index.d.ts +0 -0
- /package/lib/containers/{_v2/_forms → _forms}/data-stream-form/merge-warning.d.ts +0 -0
- /package/lib/containers/{_v2/_forms → _forms}/edit-source-form/index.d.ts +0 -0
- /package/lib/containers/{_v2/_forms → _forms}/index.d.ts +0 -0
- /package/lib/containers/{_v2/_forms → _forms}/sampling-rule-form/index.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/add-data-stream-modal/index.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/edit-data-stream-modal/index.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/index.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/onboarding-done/background.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/chrome.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/footer.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/header.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/index.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/info-card.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/lists.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/primary-banner.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/section.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/sub-title.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/index.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-advanced.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-drop-list.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-keep-list.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-noisy.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-strategy.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-success.d.ts +0 -0
- /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-welcome.d.ts +0 -0
- /package/lib/containers/{_v2/onboarding → onboarding}/background/index.d.ts +0 -0
- /package/lib/containers/{_v2/onboarding → onboarding}/get-started/index.d.ts +0 -0
- /package/lib/containers/{_v2/onboarding → onboarding}/index.d.ts +0 -0
- /package/lib/containers/{_v2/overview → overview}/columns/column/namespace-divider.d.ts +0 -0
- /package/lib/containers/{_v2/overview → overview}/columns/index.d.ts +0 -0
- /package/lib/containers/{_v2/overview → overview}/data-stream-select/index.d.ts +0 -0
- /package/lib/containers/{_v2/overview → overview}/drawers/index.d.ts +0 -0
- /package/lib/containers/{_v2/overview → overview}/filters/index.d.ts +0 -0
- /package/lib/containers/{_v2/overview → overview}/index.d.ts +0 -0
- /package/lib/containers/{_v2/overview → overview}/multi-source-control/index.d.ts +0 -0
- /package/lib/containers/{_v2/overview → overview}/search/index.d.ts +0 -0
- /package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/enum.d.ts +0 -0
- /package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-title.d.ts +0 -0
- /package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/index.d.ts +0 -0
- /package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/toolbar/index.d.ts +0 -0
- /package/lib/containers/{_v2/sampling-rules → sampling-rules}/index.d.ts +0 -0
- /package/lib/containers/{_v2/settings → settings}/side-menu/index.d.ts +0 -0
- /package/lib/containers/{_v2/settings → settings}/toolbar/index.d.ts +0 -0
- /package/lib/snippets/{_v2/colored-span → colored-span}/index.d.ts +0 -0
- /package/lib/snippets/{_v2/instrumentation-rule-form-sections → instrumentation-rule-form-sections}/index.d.ts +0 -0
- /package/lib/snippets/{_v2/odigos-logo-text-by-tier → odigos-logo-text-by-tier}/index.d.ts +0 -0
- /package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/index.d.ts +0 -0
- /package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/styled.d.ts +0 -0
- /package/lib/snippets/{_v2/upgrade-modal → upgrade-modal}/index.d.ts +0 -0
- /package/lib/snippets/{_v2/wide-drawer → wide-drawer}/column/index.d.ts +0 -0
- /package/lib/snippets/{_v2/wide-drawer → wide-drawer}/column-list-collapse/index.d.ts +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type ReactNode, type FC, type CSSProperties } from 'react';
|
|
2
|
-
import { type BadgeProps } from '../../badge';
|
|
3
2
|
import { DefaultTheme } from 'styled-components';
|
|
3
|
+
import { type BadgeProps } from '../../badge';
|
|
4
|
+
import { type ActionsProps } from '../../../snippets/actions';
|
|
4
5
|
import { type DropDataProps } from '../../drop-data';
|
|
5
|
-
import { type
|
|
6
|
-
import { type RichTitleProps } from '@/snippets/_v2/rich-title';
|
|
6
|
+
import { type RichTitleProps } from '../../../snippets/rich-title';
|
|
7
7
|
type BgTint = keyof DefaultTheme['v2']['colors']['silver'];
|
|
8
8
|
export interface DataCardProps {
|
|
9
9
|
bgTint?: BgTint;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { type CSSProperties, type ReactNode } from 'react';
|
|
2
2
|
import { type SearchProps } from '../../search';
|
|
3
|
-
import { type ActionsProps } from '
|
|
4
|
-
import { type RichTitleProps } from '
|
|
3
|
+
import { type ActionsProps } from '../../../snippets/actions';
|
|
4
|
+
import { type RichTitleProps } from '../../../snippets/rich-title';
|
|
5
5
|
export declare enum SectionCardSize {
|
|
6
6
|
S = "small",
|
|
7
7
|
M = "medium"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type FC, Dispatch, SetStateAction } from 'react';
|
|
2
|
-
import { ListDirection } from '
|
|
2
|
+
import { ListDirection } from '../../types';
|
|
3
3
|
import { type BadgeProps } from '../badge';
|
|
4
4
|
import { type FieldMessageProps } from '../field-message';
|
|
5
5
|
export declare enum CheckboxSize {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
2
|
import { themes as prismThemes } from 'prism-react-renderer';
|
|
3
|
-
|
|
3
|
+
export * from './toggle-code-component';
|
|
4
|
+
export interface CodeProps {
|
|
4
5
|
language: string;
|
|
5
6
|
code: string;
|
|
6
7
|
theme?: keyof typeof prismThemes;
|
|
7
8
|
flatten?: boolean;
|
|
8
9
|
pretty?: boolean;
|
|
9
10
|
}
|
|
10
|
-
declare const Code: FC<CodeProps>;
|
|
11
|
-
export { Code, type CodeProps };
|
|
12
|
-
export * from './toggle-code-component';
|
|
11
|
+
export declare const Code: FC<CodeProps>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
interface ToggleCodeComponentProps {
|
|
2
|
+
export interface ToggleCodeComponentProps {
|
|
3
3
|
isPrettyMode: boolean;
|
|
4
4
|
setIsPrettyMode: (isPrettyMode: boolean) => void;
|
|
5
5
|
}
|
|
6
|
-
declare const ToggleCodeComponent: FC<ToggleCodeComponentProps>;
|
|
7
|
-
export { ToggleCodeComponent, type ToggleCodeComponentProps };
|
|
6
|
+
export declare const ToggleCodeComponent: FC<ToggleCodeComponentProps>;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
-
import { StatusType } from '
|
|
3
|
-
interface DividerProps {
|
|
4
|
-
orientation?:
|
|
2
|
+
import { ListDirection, StatusType } from '../../types';
|
|
3
|
+
export interface DividerProps {
|
|
4
|
+
orientation?: ListDirection;
|
|
5
5
|
type?: StatusType;
|
|
6
6
|
thickness?: number;
|
|
7
7
|
length?: string;
|
|
8
8
|
margin?: string;
|
|
9
9
|
opacity?: number;
|
|
10
10
|
}
|
|
11
|
-
declare const Divider: FC<DividerProps>;
|
|
12
|
-
export { Divider, type DividerProps };
|
|
11
|
+
export declare const Divider: FC<DividerProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
-
import type { SVG } from '
|
|
2
|
+
import type { SVG } from '../../../types';
|
|
3
3
|
import { type BadgeProps } from '../../badge';
|
|
4
4
|
import { type ToggleProps } from '../../toggle';
|
|
5
5
|
import { type DropDataProps } from '../../drop-data';
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import { type FC, type PropsWithChildren } from 'react';
|
|
2
|
-
type ErrorBoundaryProps = PropsWithChildren;
|
|
3
|
-
declare const ErrorBoundary: FC<ErrorBoundaryProps>;
|
|
4
|
-
export { ErrorBoundary, type ErrorBoundaryProps };
|
|
2
|
+
export type ErrorBoundaryProps = PropsWithChildren;
|
|
3
|
+
export declare const ErrorBoundary: FC<ErrorBoundaryProps>;
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
import { type
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
withBorder?: boolean;
|
|
9
|
-
backgroundColor?: CSSProperties['backgroundColor'];
|
|
1
|
+
import { type MouseEventHandler, type FC } from 'react';
|
|
2
|
+
import type { SVG } from '../../types';
|
|
3
|
+
export declare enum IconButtonSize {
|
|
4
|
+
XS = 16,
|
|
5
|
+
S = 18,
|
|
6
|
+
M = 24,
|
|
7
|
+
L = 32
|
|
10
8
|
}
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
export interface IconButtonProps {
|
|
10
|
+
'data-id'?: string;
|
|
11
|
+
icon: SVG;
|
|
12
|
+
size?: IconButtonSize;
|
|
13
|
+
onClick?: MouseEventHandler;
|
|
14
|
+
disabled?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const IconButton: FC<IconButtonProps>;
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
interface IconGroupProps {
|
|
2
|
+
import { SVG, StatusType } from '../../types';
|
|
3
|
+
export interface IconGroupProps {
|
|
5
4
|
icons?: SVG[];
|
|
6
|
-
|
|
5
|
+
icon?: SVG;
|
|
6
|
+
iconSrc?: string;
|
|
7
7
|
status?: StatusType;
|
|
8
8
|
size?: number;
|
|
9
|
-
|
|
9
|
+
padding?: number;
|
|
10
10
|
}
|
|
11
|
-
declare const IconGroup: FC<IconGroupProps>;
|
|
12
|
-
export { IconGroup, type IconGroupProps };
|
|
11
|
+
export declare const IconGroup: FC<IconGroupProps>;
|
|
@@ -1,17 +1,47 @@
|
|
|
1
|
+
export * from './_cards';
|
|
2
|
+
export * from './autocomplete';
|
|
3
|
+
export * from './badge';
|
|
4
|
+
export * from './button';
|
|
5
|
+
export * from './button-tab';
|
|
6
|
+
export * from './charts';
|
|
7
|
+
export * from './checkbox';
|
|
8
|
+
export * from './cli-command';
|
|
1
9
|
export * from './code';
|
|
10
|
+
export * from './condition';
|
|
11
|
+
export * from './conditions';
|
|
2
12
|
export * from './divider';
|
|
13
|
+
export * from './drawer';
|
|
14
|
+
export * from './drop-data';
|
|
15
|
+
export * from './drop-down';
|
|
3
16
|
export * from './error-boundary';
|
|
4
|
-
export * from './
|
|
17
|
+
export * from './field-message';
|
|
18
|
+
export * from './field-title';
|
|
19
|
+
export * from './header';
|
|
20
|
+
export * from './hover-actions';
|
|
5
21
|
export * from './icon-button';
|
|
6
22
|
export * from './icon-group';
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './
|
|
9
|
-
export * from './
|
|
10
|
-
export * from './
|
|
11
|
-
export * from './
|
|
12
|
-
export * from './
|
|
23
|
+
export * from './input';
|
|
24
|
+
export * from './input-list';
|
|
25
|
+
export * from './input-table';
|
|
26
|
+
export * from './island';
|
|
27
|
+
export * from './loader';
|
|
28
|
+
export * from './modal';
|
|
29
|
+
export * from './navbar';
|
|
30
|
+
export * from './no-data';
|
|
31
|
+
export * from './note';
|
|
32
|
+
export * from './radio';
|
|
13
33
|
export * from './scroll-y';
|
|
34
|
+
export * from './search';
|
|
35
|
+
export * from './segment';
|
|
14
36
|
export * from './skeleton-loader';
|
|
15
|
-
export * from './
|
|
37
|
+
export * from './stepper';
|
|
38
|
+
export * from './table';
|
|
39
|
+
export * from './tag';
|
|
40
|
+
export * from './textarea';
|
|
41
|
+
export * from './time-input';
|
|
42
|
+
export * from './toggle';
|
|
16
43
|
export * from './tooltip';
|
|
44
|
+
export * from './typography';
|
|
45
|
+
export * from './typography-truncatable';
|
|
46
|
+
export * from './warning-modal';
|
|
17
47
|
export * from './styled';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type InputHTMLAttributes, type FC, type CSSProperties } from 'react';
|
|
2
2
|
import { type BadgeProps } from '../badge';
|
|
3
|
-
import { type SVG } from '
|
|
3
|
+
import { type SVG } from '../../types';
|
|
4
4
|
import { type FieldMessageProps } from '../field-message';
|
|
5
5
|
export interface InputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'title'>, FieldMessageProps {
|
|
6
6
|
label?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { type ActionsProps } from '
|
|
3
|
-
import { type RichTitleProps } from '
|
|
2
|
+
import { type ActionsProps } from '../../snippets/actions';
|
|
3
|
+
import { type RichTitleProps } from '../../snippets/rich-title';
|
|
4
4
|
export interface IslandProps {
|
|
5
5
|
isOpen: boolean;
|
|
6
6
|
onClose?: () => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type FC, type ReactNode, type CSSProperties } from 'react';
|
|
2
|
-
interface ScrollYProps {
|
|
2
|
+
export interface ScrollYProps {
|
|
3
3
|
width?: CSSProperties['width'];
|
|
4
4
|
height?: CSSProperties['height'];
|
|
5
5
|
gap?: number;
|
|
@@ -11,5 +11,4 @@ interface ScrollYProps {
|
|
|
11
11
|
/** Bump this to (re)trigger a scroll to `scrollToIndex` even when the index value is unchanged. */
|
|
12
12
|
scrollSignal?: number;
|
|
13
13
|
}
|
|
14
|
-
declare const ScrollY: FC<ScrollYProps>;
|
|
15
|
-
export { ScrollY, type ScrollYProps };
|
|
14
|
+
export declare const ScrollY: FC<ScrollYProps>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type CSSProperties, type FC } from 'react';
|
|
2
|
-
interface SkeletonLoaderProps {
|
|
2
|
+
export interface SkeletonLoaderProps {
|
|
3
3
|
maxWidth?: CSSProperties['maxWidth'];
|
|
4
4
|
size?: number;
|
|
5
5
|
}
|
|
6
|
-
declare const SkeletonLoader: FC<SkeletonLoaderProps>;
|
|
7
|
-
export { SkeletonLoader, type SkeletonLoaderProps };
|
|
6
|
+
export declare const SkeletonLoader: FC<SkeletonLoaderProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type CSSProperties, type FC } from 'react';
|
|
2
|
-
import { SortDirection } from '
|
|
2
|
+
import { SortDirection } from '../../../types';
|
|
3
3
|
import { type TableColumn, TableVariant, TableRowCell, TableRow } from '../types';
|
|
4
4
|
interface TableColumnsProps {
|
|
5
5
|
variant: TableVariant;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type CSSProperties, type SetStateAction, type FC, type Dispatch } from 'react';
|
|
2
2
|
import { type BadgeProps } from '../badge';
|
|
3
|
-
import { ListDirection, type SVG } from '
|
|
3
|
+
import { ListDirection, type SVG } from '../../types';
|
|
4
4
|
import { type FieldMessageProps } from '../field-message';
|
|
5
5
|
export declare enum ToggleVariant {
|
|
6
6
|
Default = "default",
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { type PropsWithChildren, type FC } from 'react';
|
|
2
|
-
import type { SVG } from '
|
|
1
|
+
import { type CSSProperties, type PropsWithChildren, type FC } from 'react';
|
|
2
|
+
import type { SVG } from '../../types';
|
|
3
3
|
interface TooltipProps extends PropsWithChildren {
|
|
4
4
|
withIcon?: boolean;
|
|
5
5
|
titleIcon?: SVG;
|
|
6
6
|
title?: string;
|
|
7
|
-
|
|
7
|
+
/** Single line, or multiple lines rendered as stacked typography. */
|
|
8
|
+
text?: string | string[];
|
|
8
9
|
timestamp?: string | number | Date;
|
|
9
10
|
fullWidth?: boolean;
|
|
11
|
+
/** Render as an inline wrapper (e.g. mid-sentence hover targets). */
|
|
12
|
+
inline?: boolean;
|
|
13
|
+
maxWidth?: CSSProperties['maxWidth'];
|
|
10
14
|
/**
|
|
11
15
|
* Keep the hover wrapper when `text` is empty so callers can set `text` from pointer move
|
|
12
|
-
* (e.g. hit-tested canvas). The
|
|
16
|
+
* (e.g. hit-tested canvas). The tooltip only opens when `text` is non-empty.
|
|
13
17
|
*/
|
|
14
18
|
keepAlive?: boolean;
|
|
15
|
-
/** Truncate the
|
|
19
|
+
/** Truncate the trigger text with an ellipsis when it overflows. */
|
|
16
20
|
ellipsis?: boolean;
|
|
17
21
|
}
|
|
18
22
|
declare const Tooltip: FC<TooltipProps>;
|
package/lib/components.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{aI as Autocomplete,bE as Badge,k as Button,l as ButtonSize,g5 as ButtonTab,g6 as ButtonTabList,B as ButtonVariants,aT as CenterThis,C as Checkbox,g7 as CheckboxList,aK as CheckboxSize,ce as CliCommand,a_ as Code,c9 as Condition,b$ as Conditions,g8 as DEFAULT_TIME_UNITS,av as DataCard,bx as Divider,aV as Drawer,a4 as DropData,cV as DropDataAlignX,cU as DropDataAlignY,D as DropDown,g9 as ErrorBoundary,aQ as FieldMessage,v as FieldTitle,u as FlexColumn,w as FlexRow,eu as GaugeChart,ga as GaugeChartVariant,gb as Header,gc as HoverActions,bT as IconButton,bU as IconButtonSize,cj as IconGroup,i as Input,bz as InputCardTable,h as InputList,I as InputTable,cv as Island,aW as Loader,cW as Modal,gd as ModalBody,ge as Navbar,aU as NoData,aw as Note,gf as Overlay,bR as Padding,e8 as PageContent,_ as Radio,gg as RadioGroup,bw as RadioSize,aS as ScrollY,aX as Search,x as SectionCard,gh as SectionCardSize,S as Segment,bB as SegmentSize,cs as SegmentVariant,bS as SkeletonLoader,et as StatusCard,e9 as Stepper,ct as Table,gi as TableContainer,gj as TableTitleWrap,cu as TableVariant,gk as TableWrap,aA as Tag,cd as TagVariants,g as TextArea,ev as TextCard,f as TimeInput,c as Toggle,gl as ToggleCodeComponent,d as ToggleLabelAlign,gm as ToggleList,e as ToggleSize,gn as ToggleVariant,T as Tooltip,bA as TruncatableTypography,K as Typography,N as TypographyColor,O as TypographySize,bX as TypographyVariants,ew as UpgradeRequiredWrapper,go as VerticalScroll,W as WarningModal,gp as resolveTypographyColor}from"./chunks/ui-components-CAPnizLR.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"javascript-time-ago/locale/en";import"react-dom";import"prism-react-renderer";import"zustand/middleware";import"react-error-boundary";import"virtua";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type GetActionTypesResult, PlatformType, type ActionOption } from '
|
|
1
|
+
import { type GetActionTypesResult, PlatformType, type ActionOption } from '../../types';
|
|
2
2
|
export declare const ACTION_OPTIONS: ActionOption[];
|
|
3
3
|
export declare const isActionSupportedOnPlatform: (option: ActionOption, platformType: PlatformType) => boolean;
|
|
4
4
|
export declare const isActionSupportedOnVersion: (option: ActionOption, platformType: PlatformType, currentVersion: string) => boolean;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type GetInstrumentationRuleTypesResult, type InstrumentationRuleOption } from '
|
|
1
|
+
import { type GetInstrumentationRuleTypesResult, type InstrumentationRuleOption } from '../../types';
|
|
2
2
|
export declare const INSTRUMENTATION_RULE_OPTIONS: InstrumentationRuleOption[];
|
|
3
3
|
export declare const mapRuleTypesToOptions: (result?: GetInstrumentationRuleTypesResult | null) => InstrumentationRuleOption[];
|
package/lib/constants/regex.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { type MonitorsOption } from '
|
|
1
|
+
import { type MonitorsOption } from '../../types';
|
|
2
2
|
export declare const MONITORS_OPTIONS: MonitorsOption[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type DropDataOption } from '
|
|
2
|
-
import { OtelDistroName, ProgrammingLanguages } from '
|
|
1
|
+
import { type DropDataOption } from '../../components';
|
|
2
|
+
import { OtelDistroName, ProgrammingLanguages } from '../../types';
|
|
3
3
|
/** OpenTelemetry / K8s identifying-attribute names emitted by the agent. */
|
|
4
4
|
export declare const PROCESS_ATTRIBUTE_NAMES: {
|
|
5
5
|
PID: string;
|
package/lib/constants.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{bg as ACTION_OPTIONS,fH as ALL_SOURCES,cz as BTN_CANCEL,cG as BTN_CONTINUE_EDITING,ez as BTN_CREATE_FIRST_RULE,cx as BTN_CREATE_RULE,cC as BTN_DELETE_RULE,m as BTN_EDIT_AUTO_RULE,cB as BTN_EDIT_RULE,cQ as BTN_SAVE,cA as BTN_SAVE_RULE,b_ as BUTTON_TEXTS,cD as CATEGORY_DESCRIPTIONS,as as CATEGORY_LABELS,cF as CATEGORY_TITLES,fI as CREATE_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,fJ as CREATE_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,fK as CREATE_NOISY_AUTO_RULE_DRAWER_TITLE,bZ as DEFAULT_CLUSTER_ID,bY as DEFAULT_CLUSTER_NAME,eq as DEFAULT_DATA_STREAM_NAME,Q as DESC_DURATION,fL as DESC_ERRORS,X as DESC_OPERATION,fM as DESC_PERCENTAGE_HIGHLY_RELEVANT,bK as DESC_PERCENTAGE_NOISY,at as DESC_RULE_TYPE,aH as DESC_SOURCE_SCOPE,bV as DESTINATION_CATEGORIES,bF as DISPLAY_LANGUAGES,b1 as DISPLAY_TITLES,bC as DOCS_BASE_URL,bl as DestinationCategoryTypes,cM as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_SUBTITLE,cN as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,cK as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_SUBTITLE,cL as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,cO as EDIT_NOISY_AUTO_RULE_DRAWER_SUBTITLE,cP as EDIT_NOISY_AUTO_RULE_DRAWER_TITLE,cE as EDIT_TITLES,a9 as EMPTY_VALUE,bv as EXTRACTION_FORMAT_COPY,bt as EXTRACT_ATTRIBUTE_FORM,ex as FILTER_TYPE_ALL,b0 as FORM_ALERTS,bp as INSTRUMENTATION_RULE_OPTIONS,U as LABEL_CUSTOM_DURATION,bO as LABEL_CUSTOM_PERCENTAGE,bN as LABEL_DISABLED,cw as LABEL_DISABLED_RULE,aj as LABEL_DROP_ALL,bH as LABEL_DROP_AT_MOST,bM as LABEL_ENABLED,a1 as LABEL_HTTP_ROUTE,a3 as LABEL_HTTP_ROUTE_PREFIX,a6 as LABEL_KAFKA_TOPIC,ak as LABEL_KEEP_ALL,ag as LABEL_KEEP_AT_LEAST,ah as LABEL_KEEP_AT_MOST,af as LABEL_KEEP_PERCENTAGE,M as LABEL_KEEP_TRACES_DURATION,z as LABEL_KEEP_TRACES_ERRORS,a5 as LABEL_METHOD,ao as LABEL_NOTE,L as LABEL_NO_PREVIEW,a8 as LABEL_OPERATION_TYPE,fN as LABEL_RULE_DISABLED,fO as LABEL_RULE_ENABLED,am as LABEL_RULE_NAME,an as LABEL_RULE_TYPE,ai as LABEL_SAMPLE,Z as LABEL_SERVER_ADDRESS,a0 as LABEL_TEMPLATED_PATH,a2 as LABEL_TEMPLATED_PATH_PREFIX,cp as LANGUAGE_OPTIONS,aP as MONITORS_OPTIONS,ax as NOTE_ENTIRE_CLUSTER,aE as NOTE_SOURCE_SCOPE_LOGIC,fP as OPENTELEMETRY_EBPF_DISTRO_OPTION,ab as OPERATION_ALL,aa as OPERATION_HTTP_CLIENT,a7 as OPERATION_HTTP_SERVER,ac as OPERATION_KAFKA_CONSUMER,ad as OPERATION_KAFKA_PRODUCER,co as OTEL_DISTRO_NAME_OPTIONS,ae as PERCENTAGE_SECTION_DESCRIPTIONS,aq as PLACEHOLDER_NOTE,$ as PLACEHOLDER_ROUTE,ap as PLACEHOLDER_RULE_NAME,aJ as PLACEHOLDER_SEARCH_SOURCE,Y as PLACEHOLDER_SERVER_ADDRESS,cb as PROCESS_ATTRIBUTE_NAMES,bs as REGEX_TESTER_DRAWER,bL as SAMPLING_AUTO_RULE_TITLE,eF as SAMPLING_BTN_CREATE_RULE,eD as SAMPLING_BTN_DOCS,eE as SAMPLING_BTN_REFRESH,bJ as SAMPLING_COST_REDUCTION_AUTO_RULE_TITLE,cH as SAMPLING_DEFAULT_CONFIRM_DESCRIPTION,cJ as SAMPLING_DEFAULT_CONFIRM_PREVIEW_LABEL,cI as SAMPLING_DEFAULT_CONFIRM_TITLE,eI as SAMPLING_DELETE_MODAL_APPROVE,eJ as SAMPLING_DELETE_MODAL_CANCEL,eK as SAMPLING_DELETE_MODAL_DESCRIPTION,eL as SAMPLING_DELETE_MODAL_TITLE,cR as SAMPLING_DRAWER_WIDTH,eC as SAMPLING_DUPLICATE_RULE_WARNING,bG as SAMPLING_HIGHLY_RELEVANT_AUTO_RULE_TITLE,dH as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_1,dI as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_2,dJ as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_3,dK as SAMPLING_ONBOARDING_ADVANCED_LEFT_TITLE,dL as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_1,dM as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_2,dN as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_3,dO as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_4,dP as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_5,dQ as SAMPLING_ONBOARDING_ADVANCED_RIGHT_TITLE,dS as SAMPLING_ONBOARDING_ADVANCED_SUBTITLE,dR as SAMPLING_ONBOARDING_ADVANCED_TITLE,e7 as SAMPLING_ONBOARDING_AMBIENT_LABEL,dc as SAMPLING_ONBOARDING_BTN_GO_TO,cZ as SAMPLING_ONBOARDING_BTN_NEXT,dG as SAMPLING_ONBOARDING_BTN_READ_MORE,dn as SAMPLING_ONBOARDING_BTN_SKIP,dp as SAMPLING_ONBOARDING_BTN_START,dT as SAMPLING_ONBOARDING_COMMON_BANNER,e6 as SAMPLING_ONBOARDING_COMMON_RULES_SECTION,dW as SAMPLING_ONBOARDING_DROP_DESCRIPTION,dV as SAMPLING_ONBOARDING_DROP_SUBTITLE,dU as SAMPLING_ONBOARDING_DROP_TITLE,dZ as SAMPLING_ONBOARDING_ERROR_PRESET_NAME,dY as SAMPLING_ONBOARDING_ERROR_PRESET_TOGGLE_LABEL,e0 as SAMPLING_ONBOARDING_KEEP_DESCRIPTION,d$ as SAMPLING_ONBOARDING_KEEP_SUBTITLE,d_ as SAMPLING_ONBOARDING_KEEP_TITLE,e1 as SAMPLING_ONBOARDING_KEEP_USE_CASE_1,e2 as SAMPLING_ONBOARDING_KEEP_USE_CASE_2,e3 as SAMPLING_ONBOARDING_KEEP_USE_CASE_3,e4 as SAMPLING_ONBOARDING_KEEP_USE_CASE_4,e5 as SAMPLING_ONBOARDING_KEEP_USE_CASE_5,d4 as SAMPLING_ONBOARDING_NOISY_BANNER,d0 as SAMPLING_ONBOARDING_NOISY_DESCRIPTION,d3 as SAMPLING_ONBOARDING_NOISY_PRESET_NAME,d1 as SAMPLING_ONBOARDING_NOISY_PRESET_SECTION,d2 as SAMPLING_ONBOARDING_NOISY_PRESET_TOGGLE_LABEL,c$ as SAMPLING_ONBOARDING_NOISY_SUBTITLE,c_ as SAMPLING_ONBOARDING_NOISY_TITLE,dX as SAMPLING_ONBOARDING_PRESET_RULES_SECTION,cY as SAMPLING_ONBOARDING_RECOMMENDED_BADGE,dD as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_BADGE,dE as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_DESC,dF as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_NAME,dA as SAMPLING_ONBOARDING_STRATEGY_DROP_BADGE,dy as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_1,dz as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_2,dB as SAMPLING_ONBOARDING_STRATEGY_DROP_DESC,dC as SAMPLING_ONBOARDING_STRATEGY_DROP_NAME,dv as SAMPLING_ONBOARDING_STRATEGY_KEEP_BADGE,dt as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_1,du as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_2,dw as SAMPLING_ONBOARDING_STRATEGY_KEEP_DESC,dx as SAMPLING_ONBOARDING_STRATEGY_KEEP_NAME,ds as SAMPLING_ONBOARDING_STRATEGY_KEEP_WARNING,dr as SAMPLING_ONBOARDING_STRATEGY_SUBTITLE,dq as SAMPLING_ONBOARDING_STRATEGY_TITLE,d9 as SAMPLING_ONBOARDING_SUCCESS_BULLET_1,da as SAMPLING_ONBOARDING_SUCCESS_BULLET_2,db as SAMPLING_ONBOARDING_SUCCESS_BULLET_3,d8 as SAMPLING_ONBOARDING_SUCCESS_INTRO,d7 as SAMPLING_ONBOARDING_SUCCESS_SUBTITLE,d6 as SAMPLING_ONBOARDING_SUCCESS_TITLE,dm as SAMPLING_ONBOARDING_WELCOME_BANNER,df as SAMPLING_ONBOARDING_WELCOME_INTRO,dg as SAMPLING_ONBOARDING_WELCOME_STAGE_1_DESC,dh as SAMPLING_ONBOARDING_WELCOME_STAGE_1_TITLE,di as SAMPLING_ONBOARDING_WELCOME_STAGE_2_DESC,dj as SAMPLING_ONBOARDING_WELCOME_STAGE_2_TITLE,dk as SAMPLING_ONBOARDING_WELCOME_STAGE_3_DESC,dl as SAMPLING_ONBOARDING_WELCOME_STAGE_3_TITLE,de as SAMPLING_ONBOARDING_WELCOME_SUBTITLE,dd as SAMPLING_ONBOARDING_WELCOME_TITLE,eG as SAMPLING_PAGE_DESCRIPTION,eH as SAMPLING_PAGE_TITLE,aM as SCOPE_AND_LABEL,aL as SCOPE_GROUP_ANY_OF_HINT,aD as SCOPE_GROUP_LANGUAGES_TITLE,aC as SCOPE_GROUP_NAMESPACES_TITLE,az as SCOPE_GROUP_SOURCES_TITLE,E as SECTION_DURATION,y as SECTION_ERRORS,bI as SECTION_KEEP_PERCENTAGE,V as SECTION_OPERATION,au as SECTION_SAMPLING_PREVIEW,aN as SECTION_SOURCE_SCOPE,ec as STORAGE_KEYS,ey as TITLE_NO_RESULTS,eA as TITLE_NO_RULES,fQ as TOKEN_ABOUT_TO_EXPIRE,ar as TOOLTIP_NOTE,aB as UNKNOWN_SOURCE_LABEL,al as UNNAMED_RULE,eB as getNoResultsSubTitle,bQ as getSupportedActionOptions,fR as isActionSupportedOnPlatform,fS as isActionSupportedOnVersion,ba as mapActionTypesToOptions,bd as mapRuleTypesToOptions}from"./chunks/ui-components-CAPnizLR.js";import"react/jsx-runtime";import"styled-components";import"./icons.js";import"zustand";import"react";import"javascript-time-ago";import"javascript-time-ago/locale/en";import"react-dom";import"prism-react-renderer";import"zustand/middleware";import"react-error-boundary";import"virtua";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type FC, type Dispatch, type SetStateAction } from 'react';
|
|
2
|
-
import { type HeaderProps } from '
|
|
2
|
+
import { type HeaderProps } from '../../../components/drawer/header';
|
|
3
3
|
export interface AddActionDrawerProps {
|
|
4
4
|
onClose: HeaderProps['onClose'];
|
|
5
5
|
selectedConnectionIds?: string[];
|
package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/form-column/index.d.ts
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { WideDrawerProps } from '
|
|
1
|
+
import type { WideDrawerProps } from '../../../../snippets';
|
|
2
2
|
export declare const useFormColumn: () => WideDrawerProps["rightColumn"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DestinationCategoryTypes } from '
|
|
2
|
-
import type { DestinationOption, GetDestinationCategoriesResult, GetPotentialDestinationsResult } from '
|
|
1
|
+
import { DestinationCategoryTypes } from '../../../constants';
|
|
2
|
+
import type { DestinationOption, GetDestinationCategoriesResult, GetPotentialDestinationsResult } from '../../../types';
|
|
3
3
|
export declare const getOptionsFromResults: (categoriesResult?: GetDestinationCategoriesResult, detectedResult?: GetPotentialDestinationsResult) => {
|
|
4
4
|
[DestinationCategoryTypes.DETECTED]: DestinationOption[];
|
|
5
5
|
[DestinationCategoryTypes.SELF_HOSTED]: DestinationOption[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type FC, type Dispatch, type SetStateAction } from 'react';
|
|
2
|
-
import type { HeaderProps } from '
|
|
3
|
-
import { type UnsavedDestination } from '
|
|
2
|
+
import type { HeaderProps } from '../../../components/drawer/header';
|
|
3
|
+
import { type UnsavedDestination } from '../../../contexts';
|
|
4
4
|
export interface AddDestinationDrawerProps {
|
|
5
5
|
onClose?: HeaderProps['onClose'];
|
|
6
6
|
onBack?: (input: UnsavedDestination[]) => void;
|
package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/lists-column/index.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Filters } from '../types';
|
|
2
|
-
import { WideDrawerProps } from '
|
|
3
|
-
import { DestinationCategoryTypes } from '
|
|
4
|
-
import { type DestinationOption } from '
|
|
2
|
+
import { WideDrawerProps } from '../../../../snippets';
|
|
3
|
+
import { DestinationCategoryTypes } from '../../../../constants';
|
|
4
|
+
import { type DestinationOption } from '../../../../types';
|
|
5
5
|
export interface ListsColumnProps {
|
|
6
6
|
isFetching: boolean;
|
|
7
7
|
destinationsByCategory: Record<DestinationCategoryTypes, DestinationOption[]>;
|
package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/lists-filters/index.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type Filters } from '../types';
|
|
3
|
-
import { DestinationCategoryTypes } from '
|
|
4
|
-
import { type DestinationOption } from '
|
|
3
|
+
import { DestinationCategoryTypes } from '../../../../constants';
|
|
4
|
+
import { type DestinationOption } from '../../../../types';
|
|
5
5
|
export interface FiltersProps {
|
|
6
6
|
destinationsByCategory: Record<DestinationCategoryTypes, DestinationOption[]>;
|
|
7
7
|
filters: Filters;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { SignalType } from '
|
|
2
|
-
import { DestinationCategoryTypes } from '
|
|
1
|
+
import type { SignalType } from '../../../types';
|
|
2
|
+
import { DestinationCategoryTypes } from '../../../constants';
|
|
3
3
|
export interface Filters {
|
|
4
4
|
categoryType: DestinationCategoryTypes | null;
|
|
5
5
|
signalType: SignalType | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type FC, type Dispatch, type SetStateAction } from 'react';
|
|
2
|
-
import { type HeaderProps } from '
|
|
2
|
+
import { type HeaderProps } from '../../../components/drawer/header';
|
|
3
3
|
export interface AddRuleDrawerProps {
|
|
4
4
|
onClose: HeaderProps['onClose'];
|
|
5
5
|
selectedConnectionIds?: string[];
|