@odigos/ui-kit 0.0.263 → 0.0.265

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 (668) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/docs/api-context.md +1 -1
  3. package/lib/chunks/index-BMLDblot.js +155 -0
  4. package/lib/chunks/odigos-context-Dq_yIuDF.js +9 -0
  5. package/lib/chunks/source-instrument-form-context-D1tB6ZAx.js +5 -0
  6. package/lib/chunks/ui-components-CoDVeDqt.js +1581 -0
  7. package/lib/components/{_v2/cards → _cards}/data-card/index.d.ts +3 -3
  8. package/lib/components/{_v2/cards → _cards}/section-card/index.d.ts +2 -2
  9. package/lib/components/{_v2/cards → _cards}/status-card/index.d.ts +1 -1
  10. package/lib/components/{_v2/autocomplete → autocomplete}/index.d.ts +1 -1
  11. package/lib/components/{_v2/badge → badge}/index.d.ts +1 -1
  12. package/lib/components/{_v2/button → button}/index.d.ts +1 -1
  13. package/lib/components/{_v2/button-tab → button-tab}/index.d.ts +1 -1
  14. package/lib/components/{_v2/checkbox → checkbox}/index.d.ts +1 -1
  15. package/lib/components/code/index.d.ts +3 -4
  16. package/lib/components/code/toggle-code-component/index.d.ts +2 -3
  17. package/lib/components/{_v2/condition → condition}/index.d.ts +1 -1
  18. package/lib/components/{_v2/conditions → conditions}/index.d.ts +1 -1
  19. package/lib/components/divider/index.d.ts +4 -5
  20. package/lib/components/{_v2/drawer → drawer}/header/index.d.ts +1 -1
  21. package/lib/components/{_v2/drop-data → drop-data}/index.d.ts +1 -1
  22. package/lib/components/error-boundary/index.d.ts +2 -3
  23. package/lib/components/icon-button/index.d.ts +15 -11
  24. package/lib/components/icon-group/index.d.ts +6 -7
  25. package/lib/components/index.d.ts +39 -8
  26. package/lib/components/{_v2/input → input}/index.d.ts +1 -1
  27. package/lib/components/{_v2/input-table → input-table}/types.d.ts +1 -1
  28. package/lib/components/{_v2/island → island}/index.d.ts +2 -2
  29. package/lib/components/{_v2/loader → loader}/index.d.ts +1 -1
  30. package/lib/components/{_v2/navbar → navbar}/index.d.ts +1 -1
  31. package/lib/components/{_v2/no-data → no-data}/index.d.ts +1 -1
  32. package/lib/components/{_v2/note → note}/index.d.ts +1 -1
  33. package/lib/components/{_v2/radio → radio}/index.d.ts +1 -1
  34. package/lib/components/radio-card/index.d.ts +16 -0
  35. package/lib/components/scroll-y/index.d.ts +2 -3
  36. package/lib/components/{_v2/segment → segment}/index.d.ts +1 -1
  37. package/lib/components/skeleton-loader/index.d.ts +2 -3
  38. package/lib/components/{_v2/table → table}/table-columns/index.d.ts +1 -1
  39. package/lib/components/{_v2/table → table}/table-columns/sort/index.d.ts +1 -1
  40. package/lib/components/{_v2/tag → tag}/index.d.ts +1 -1
  41. package/lib/components/{_v2/toggle → toggle}/index.d.ts +1 -1
  42. package/lib/components/tooltip/index.d.ts +9 -5
  43. package/lib/components.js +1 -1
  44. package/lib/constants/actions/index.d.ts +1 -1
  45. package/lib/constants/instrumentation-rules/index.d.ts +1 -1
  46. package/lib/constants/regex.d.ts +1 -1
  47. package/lib/constants/sampling/index.d.ts +1 -1
  48. package/lib/constants/signals/index.d.ts +1 -1
  49. package/lib/constants/sources/index.d.ts +2 -2
  50. package/lib/constants/strings/index.d.ts +74 -0
  51. package/lib/constants.js +1 -1
  52. package/lib/containers/{_v2/_drawers → _drawers}/add-action-drawer/index.d.ts +1 -1
  53. package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/form-column/index.d.ts +1 -1
  54. package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/helpers.d.ts +2 -2
  55. package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/index.d.ts +2 -2
  56. package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/lists-column/index.d.ts +3 -3
  57. package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/lists-filters/index.d.ts +2 -2
  58. package/lib/containers/{_v2/_drawers → _drawers}/add-destination-drawer/types.d.ts +2 -2
  59. package/lib/containers/{_v2/_drawers → _drawers}/add-rule-drawer/index.d.ts +1 -1
  60. package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/index.d.ts +2 -2
  61. package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/namespaces-column/index.d.ts +1 -1
  62. package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/strings.d.ts +10 -7
  63. package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/types.d.ts +1 -1
  64. package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/utils.d.ts +1 -1
  65. package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/workloads-column/index.d.ts +1 -1
  66. package/lib/containers/_drawers/create-cloud-connector-drawer/index.d.ts +15 -0
  67. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/select-provider/custom-resource-table.d.ts +9 -0
  68. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/select-provider/helpers.d.ts +5 -0
  69. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/select-provider/index.d.ts +2 -0
  70. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/select-provider/permission-list.d.ts +12 -0
  71. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/select-provider/permissions.d.ts +25 -0
  72. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/select-provider/policy-preview.d.ts +5 -0
  73. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/select-provider/provider-list.d.ts +8 -0
  74. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/setup-credentials/create-role-section.d.ts +6 -0
  75. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/setup-credentials/enter-arn-section.d.ts +5 -0
  76. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/setup-credentials/index.d.ts +5 -0
  77. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/setup-credentials/methods.d.ts +30 -0
  78. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/setup-credentials/section.d.ts +9 -0
  79. package/lib/containers/_drawers/create-cloud-connector-drawer/steps/validate-connection/index.d.ts +8 -0
  80. package/lib/containers/{_v2/_drawers → _drawers}/edit-action-drawer/helpers.d.ts +2 -2
  81. package/lib/containers/{_v2/_drawers → _drawers}/edit-config-drawer/index.d.ts +2 -2
  82. package/lib/containers/{_v2/_drawers → _drawers}/edit-destination-drawer/helpers.d.ts +2 -2
  83. package/lib/containers/{_v2/_drawers → _drawers}/edit-rule-drawer/helpers.d.ts +2 -2
  84. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/common/pods-header.d.ts +1 -1
  85. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/debug/index.d.ts +1 -1
  86. package/lib/containers/_drawers/edit-source-drawer/helpers.d.ts +16 -0
  87. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/index.d.ts +1 -1
  88. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/jump-to-target-context.d.ts +1 -1
  89. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/containers-card/distro-override.d.ts +1 -1
  90. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/containers-card/index.d.ts +1 -1
  91. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/containers-card/runtime-override.d.ts +1 -1
  92. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/health-card.d.ts +1 -1
  93. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/index.d.ts +1 -1
  94. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/main-card.d.ts +1 -1
  95. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/index.d.ts +1 -1
  96. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/container-row.d.ts +1 -1
  97. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/helpers.d.ts +1 -1
  98. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/index.d.ts +1 -1
  99. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/pod-row.d.ts +1 -1
  100. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/process-row.d.ts +1 -1
  101. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/row-header.d.ts +2 -2
  102. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/pods-card/pods-list/types.d.ts +1 -1
  103. package/lib/containers/_drawers/edit-source-drawer/overview/runtime-card.d.ts +12 -0
  104. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/statuses-card.d.ts +1 -1
  105. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/peers/index.d.ts +1 -1
  106. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/containers-card/index.d.ts +1 -1
  107. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/containers-card/process-card.d.ts +1 -1
  108. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/index.d.ts +1 -1
  109. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/pod-card.d.ts +1 -1
  110. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/flamebearer.d.ts +18 -0
  111. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/index.d.ts +1 -1
  112. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/symbol-table/index.d.ts +2 -2
  113. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/symbol-table/symbol-instrumentation.d.ts +1 -1
  114. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/symbol-table/use-symbol-instrumentation.d.ts +1 -1
  115. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/sampling/index.d.ts +1 -1
  116. package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/sampling/rule-row.d.ts +2 -1
  117. package/lib/containers/{_v2/_drawers → _drawers}/index.d.ts +1 -0
  118. package/lib/containers/{_v2/_drawers → _drawers}/sampling-rule-drawer/index.d.ts +2 -2
  119. package/lib/containers/{_v2/_drawers → _drawers}/sampling-rule-drawer/view-footer.d.ts +1 -1
  120. package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/index.d.ts +2 -2
  121. package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/tokens/index.d.ts +1 -1
  122. package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/tokens/token-value.d.ts +1 -1
  123. package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/add-cluster-info/index.d.ts +1 -1
  124. package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/delete-attributes/index.d.ts +1 -1
  125. package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/extract-attribute/index.d.ts +1 -1
  126. package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/index.d.ts +1 -1
  127. package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/k8s-attributes/index.d.ts +1 -1
  128. package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/pii-masking/index.d.ts +1 -1
  129. package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/rename-attributes/index.d.ts +1 -1
  130. package/lib/containers/{_v2/_forms → _forms}/add-action-form/custom-fields/url-templatization/index.d.ts +1 -1
  131. package/lib/containers/{_v2/_forms → _forms}/add-action-form/dynamic-fields/index.d.ts +1 -1
  132. package/lib/containers/{_v2/_forms → _forms}/add-destination-form/dynamic-fields/index.d.ts +2 -2
  133. package/lib/containers/{_v2/_forms → _forms}/add-destination-form/index.d.ts +1 -1
  134. package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/code-attributes/index.d.ts +1 -1
  135. package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/custom-instrumentation/index.d.ts +1 -1
  136. package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/headers-collection/index.d.ts +1 -1
  137. package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/index.d.ts +1 -1
  138. package/lib/containers/{_v2/_forms → _forms}/add-rule-form/custom-fields/payload-collection/index.d.ts +1 -1
  139. package/lib/containers/{_v2/_modals → _modals}/onboarding-done/index.d.ts +0 -1
  140. package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/preset-row.d.ts +1 -1
  141. package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/types.d.ts +1 -1
  142. package/lib/containers/{_v2/central-connections → central-connections}/helpers.d.ts +15 -5
  143. package/lib/containers/central-connections/index.d.ts +16 -0
  144. package/lib/containers/index.d.ts +9 -0
  145. package/lib/containers/{_v2/onboarding → onboarding}/summary/index.d.ts +2 -2
  146. package/lib/containers/{_v2/overview → overview}/columns/column/empty-add.d.ts +1 -1
  147. package/lib/containers/{_v2/overview → overview}/columns/column/head.d.ts +1 -1
  148. package/lib/containers/{_v2/overview → overview}/columns/column/index.d.ts +1 -1
  149. package/lib/containers/{_v2/overview → overview}/columns/column/list-item.d.ts +1 -1
  150. package/lib/containers/{_v2/overview → overview}/columns/column/source-visual-state.d.ts +1 -1
  151. package/lib/containers/{_v2/overview → overview}/search/builder.d.ts +2 -2
  152. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-badge.d.ts +3 -3
  153. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-gauge-cards.d.ts +2 -2
  154. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-status-card.d.ts +2 -2
  155. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-text-cards.d.ts +2 -2
  156. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/index.d.ts +1 -1
  157. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/yaml-drawer/index.d.ts +2 -2
  158. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/index.d.ts +2 -1
  159. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/pods-info/index.d.ts +1 -1
  160. package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/pods-info/pod-drawer/index.d.ts +2 -2
  161. package/lib/containers/{_v2/sampling-rules → sampling-rules}/auto-rule-card/index.d.ts +1 -1
  162. package/lib/containers/{_v2/sampling-rules → sampling-rules}/converters.d.ts +1 -1
  163. package/lib/containers/{_v2/sampling-rules → sampling-rules}/helpers.d.ts +3 -3
  164. package/lib/containers/{_v2/sampling-rules → sampling-rules}/rules-table/index.d.ts +1 -1
  165. package/lib/containers/{_v2/sampling-rules → sampling-rules}/toolbar/index.d.ts +1 -1
  166. package/lib/containers/{_v2/sampling-rules → sampling-rules}/types.d.ts +1 -1
  167. package/lib/containers/service-map/helpers/aggregate-service-map.d.ts +1 -1
  168. package/lib/containers/service-map/helpers/build-edges.d.ts +1 -1
  169. package/lib/containers/service-map/helpers/build-map-nodes.d.ts +1 -1
  170. package/lib/containers/service-map/helpers/types.d.ts +2 -2
  171. package/lib/containers/service-map/service-map-context.d.ts +1 -1
  172. package/lib/containers/{_v2/settings → settings}/index.d.ts +2 -1
  173. package/lib/containers.js +1440 -16
  174. package/lib/contexts/action-form-context.d.ts +2 -2
  175. package/lib/contexts/cloud-connector-form-context.d.ts +35 -0
  176. package/lib/contexts/data-stream-form-context.d.ts +2 -2
  177. package/lib/contexts/destination-form-context.d.ts +3 -3
  178. package/lib/contexts/index.d.ts +1 -0
  179. package/lib/contexts/odigos-api/capabilities.d.ts +5 -1
  180. package/lib/contexts/odigos-api/client.d.ts +1 -1
  181. package/lib/contexts/odigos-api/hooks/use-actions-api.d.ts +1 -1
  182. package/lib/contexts/odigos-api/hooks/use-collectors-api.d.ts +1 -1
  183. package/lib/contexts/odigos-api/hooks/use-config-api.d.ts +1 -1
  184. package/lib/contexts/odigos-api/hooks/use-data-streams-api.d.ts +1 -1
  185. package/lib/contexts/odigos-api/hooks/use-describe-api.d.ts +1 -1
  186. package/lib/contexts/odigos-api/hooks/use-destinations-api.d.ts +1 -1
  187. package/lib/contexts/odigos-api/hooks/use-instrumentation-rules-api.d.ts +1 -1
  188. package/lib/contexts/odigos-api/hooks/use-namespace-api.d.ts +1 -1
  189. package/lib/contexts/odigos-api/hooks/use-profiling-api.d.ts +1 -1
  190. package/lib/contexts/odigos-api/hooks/use-sampling-api.d.ts +1 -1
  191. package/lib/contexts/odigos-api/hooks/use-service-map-api.d.ts +1 -1
  192. package/lib/contexts/odigos-api/hooks/use-snapshots-api.d.ts +1 -1
  193. package/lib/contexts/odigos-api/hooks/use-sources-api.d.ts +3 -2
  194. package/lib/contexts/odigos-api/hooks/use-tokens-api.d.ts +1 -1
  195. package/lib/contexts/odigos-api/index.d.ts +2 -4
  196. package/lib/contexts/odigos-api/internal/notify.d.ts +2 -2
  197. package/lib/contexts/odigos-api/internal/source-payloads.d.ts +2 -2
  198. package/lib/contexts/odigos-api/platform-helpers.d.ts +2 -2
  199. package/lib/contexts/odigos-api/runner.d.ts +3 -3
  200. package/lib/contexts/odigos-api/types.d.ts +8 -13
  201. package/lib/contexts/odigos-api/use-api-query.d.ts +11 -10
  202. package/lib/contexts/odigos-context.d.ts +7 -3
  203. package/lib/contexts/rule-form-context.d.ts +3 -3
  204. package/lib/contexts/sampling-rules-form-context.d.ts +2 -2
  205. package/lib/contexts/source-edit-form-context.d.ts +2 -2
  206. package/lib/contexts/source-instrument-form-context.d.ts +2 -2
  207. package/lib/contexts.js +1 -1
  208. package/lib/functions/build-badge-for-desired-status/index.d.ts +2 -2
  209. package/lib/functions/clean-object-empty-strings-values/index.d.ts +1 -1
  210. package/lib/functions/compare-condition/index.d.ts +1 -1
  211. package/lib/functions/filter-actions/index.d.ts +2 -2
  212. package/lib/functions/filter-destinations/index.d.ts +2 -2
  213. package/lib/functions/filter-destinations-by-stream/index.d.ts +1 -1
  214. package/lib/functions/filter-sources/index.d.ts +2 -2
  215. package/lib/functions/filter-sources-by-stream/index.d.ts +1 -1
  216. package/lib/functions/flatten-object-keys/index.d.ts +1 -1
  217. package/lib/functions/get-action-icon/index.d.ts +1 -1
  218. package/lib/functions/get-conditions-booleans/index.d.ts +1 -1
  219. package/lib/functions/get-containers-counts/index.d.ts +1 -1
  220. package/lib/functions/get-containers-icons/index.d.ts +1 -1
  221. package/lib/functions/get-destination-icon/index.d.ts +1 -1
  222. package/lib/functions/get-entity-icon/index.d.ts +1 -1
  223. package/lib/functions/get-entity-id/index.d.ts +1 -1
  224. package/lib/functions/get-entity-label/index.d.ts +1 -1
  225. package/lib/functions/get-health-badge-label/index.d.ts +1 -1
  226. package/lib/functions/get-id-from-sse-target/index.d.ts +1 -1
  227. package/lib/functions/get-instrumentation-rule-icon/index.d.ts +1 -1
  228. package/lib/functions/get-main-container-language/index.d.ts +1 -1
  229. package/lib/functions/get-metric-for-entity/index.d.ts +1 -1
  230. package/lib/functions/get-monitor-icon/index.d.ts +1 -1
  231. package/lib/functions/get-nearest-typography-size/index.d.ts +1 -1
  232. package/lib/functions/get-platform-icon/index.d.ts +1 -1
  233. package/lib/functions/get-platform-label/index.d.ts +1 -1
  234. package/lib/functions/get-programming-language-icon/index.d.ts +1 -1
  235. package/lib/functions/get-source-kind-label/index.d.ts +8 -0
  236. package/lib/functions/get-sse-target-from-id/index.d.ts +1 -1
  237. package/lib/functions/get-status-color/index.d.ts +1 -1
  238. package/lib/functions/get-status-from-pod-status/index.d.ts +1 -1
  239. package/lib/functions/get-status-icon/index.d.ts +1 -1
  240. package/lib/functions/get-status-type-from-odigos-health/index.d.ts +1 -1
  241. package/lib/functions/get-virtual-service-icon/index.d.ts +1 -1
  242. package/lib/functions/get-workload-id/index.d.ts +1 -1
  243. package/lib/functions/get-yaml-fields-for-destination/index.d.ts +1 -1
  244. package/lib/functions/has-unhealthy-instances/index.d.ts +1 -1
  245. package/lib/functions/index.d.ts +1 -0
  246. package/lib/functions/instrumentation-rule-source-scopes/index.d.ts +1 -1
  247. package/lib/functions/map-conditions/index.d.ts +1 -1
  248. package/lib/functions/map-desired-status-to-condition-status/index.d.ts +1 -1
  249. package/lib/functions/map-destination-fields-for-display/index.d.ts +1 -1
  250. package/lib/functions/map-signals/index.d.ts +1 -1
  251. package/lib/functions/prepare-destination-form-data/index.d.ts +1 -1
  252. package/lib/functions/remove-empty-values-from-object/index.d.ts +1 -1
  253. package/lib/functions/safe-json-parse/index.d.ts +1 -1
  254. package/lib/functions/safe-json-stringify/index.d.ts +1 -1
  255. package/lib/functions/stringify-non-string-values/index.d.ts +1 -1
  256. package/lib/functions.js +1 -1
  257. package/lib/hooks/index.d.ts +0 -2
  258. package/lib/hooks/useActionFormData.d.ts +2 -2
  259. package/lib/hooks/useCopy.d.ts +1 -1
  260. package/lib/hooks/useDataStreamFormData.d.ts +1 -1
  261. package/lib/hooks/useDestinationFormData.d.ts +1 -1
  262. package/lib/hooks/useGenericForm.d.ts +1 -1
  263. package/lib/hooks/useInstrumentationRuleFormData.d.ts +2 -2
  264. package/lib/hooks/usePopup.d.ts +1 -1
  265. package/lib/hooks/useSourceFormData.d.ts +1 -1
  266. package/lib/hooks.js +1 -1
  267. package/lib/icons/actions/add-cluster-info-icon/index.d.ts +1 -1
  268. package/lib/icons/actions/delete-attribute-icon/index.d.ts +1 -1
  269. package/lib/icons/actions/pii-masking-icon/index.d.ts +1 -1
  270. package/lib/icons/actions/rename-attribute-icon/index.d.ts +1 -1
  271. package/lib/icons/actions/sampler-icon/index.d.ts +1 -1
  272. package/lib/icons/arrows/arrow-down-icon/index.d.ts +1 -1
  273. package/lib/icons/arrows/arrow-down-square-icon/index.d.ts +1 -1
  274. package/lib/icons/arrows/arrow-left-icon/index.d.ts +1 -1
  275. package/lib/icons/arrows/arrow-left-square-icon/index.d.ts +1 -1
  276. package/lib/icons/arrows/arrow-right-icon/index.d.ts +1 -1
  277. package/lib/icons/arrows/arrow-right-square-icon/index.d.ts +1 -1
  278. package/lib/icons/arrows/arrow-up-icon/index.d.ts +1 -1
  279. package/lib/icons/arrows/arrow-up-square-icon/index.d.ts +1 -1
  280. package/lib/icons/arrows/chevron-down-circle-icon/index.d.ts +1 -1
  281. package/lib/icons/arrows/chevron-down-icon/index.d.ts +1 -1
  282. package/lib/icons/arrows/chevron-down-square-icon/index.d.ts +1 -1
  283. package/lib/icons/arrows/chevron-left-circle-icon/index.d.ts +1 -1
  284. package/lib/icons/arrows/chevron-left-icon/index.d.ts +1 -1
  285. package/lib/icons/arrows/chevron-left-square-icon/index.d.ts +1 -1
  286. package/lib/icons/arrows/chevron-right-circle-icon/index.d.ts +1 -1
  287. package/lib/icons/arrows/chevron-right-icon/index.d.ts +1 -1
  288. package/lib/icons/arrows/chevron-right-square-icon/index.d.ts +1 -1
  289. package/lib/icons/arrows/chevron-up-circle-icon/index.d.ts +1 -1
  290. package/lib/icons/arrows/chevron-up-icon/index.d.ts +1 -1
  291. package/lib/icons/arrows/chevron-up-square-icon/index.d.ts +1 -1
  292. package/lib/icons/auth/okta-icon/index.d.ts +1 -1
  293. package/lib/icons/brand/odigos-logo/index.d.ts +1 -1
  294. package/lib/icons/brand/odigos-logo-text/index.d.ts +1 -1
  295. package/lib/icons/brand/odigos-logo-text-central/index.d.ts +1 -1
  296. package/lib/icons/brand/odigos-logo-text-colored-central/index.d.ts +1 -1
  297. package/lib/icons/brand/odigos-logo-text-colored-community/index.d.ts +1 -1
  298. package/lib/icons/brand/odigos-logo-text-colored-enterprise/index.d.ts +1 -1
  299. package/lib/icons/brand/odigos-logo-text-community/index.d.ts +1 -1
  300. package/lib/icons/brand/odigos-logo-text-enterprise/index.d.ts +1 -1
  301. package/lib/icons/common/arrow-icon/index.d.ts +1 -1
  302. package/lib/icons/common/avatar-icon/index.d.ts +1 -1
  303. package/lib/icons/common/book-icon/index.d.ts +1 -1
  304. package/lib/icons/common/code-brackets-icon/index.d.ts +1 -1
  305. package/lib/icons/common/code-icon/index.d.ts +1 -1
  306. package/lib/icons/common/command-icon/index.d.ts +1 -1
  307. package/lib/icons/common/copy-icon/index.d.ts +1 -1
  308. package/lib/icons/common/delete-icon/index.d.ts +1 -1
  309. package/lib/icons/common/diagnose-icon/index.d.ts +1 -1
  310. package/lib/icons/common/dot-icon/index.d.ts +1 -1
  311. package/lib/icons/common/dots-horizontal-icon/index.d.ts +1 -1
  312. package/lib/icons/common/dots-vertical-icon/index.d.ts +1 -1
  313. package/lib/icons/common/download-icon/index.d.ts +1 -1
  314. package/lib/icons/common/edit-icon/index.d.ts +1 -1
  315. package/lib/icons/common/edited-icon/index.d.ts +1 -1
  316. package/lib/icons/common/exclamation-circle-icon/index.d.ts +1 -1
  317. package/lib/icons/common/exclamation-triangle-icon/index.d.ts +1 -1
  318. package/lib/icons/common/expand-icon/index.d.ts +1 -1
  319. package/lib/icons/common/extend-arrow-icon/index.d.ts +1 -1
  320. package/lib/icons/common/filter-icon/index.d.ts +1 -1
  321. package/lib/icons/common/folder-icon/index.d.ts +1 -1
  322. package/lib/icons/common/gear-icon/index.d.ts +1 -1
  323. package/lib/icons/common/home-icon/index.d.ts +1 -1
  324. package/lib/icons/common/i-square-icon/index.d.ts +1 -1
  325. package/lib/icons/common/image-error-icon/index.d.ts +1 -1
  326. package/lib/icons/common/inbound-icon/index.d.ts +1 -1
  327. package/lib/icons/common/key-icon/index.d.ts +1 -1
  328. package/lib/icons/common/list-icon/index.d.ts +1 -1
  329. package/lib/icons/common/lock-icon/index.d.ts +1 -1
  330. package/lib/icons/common/minus-circled-icon/index.d.ts +1 -1
  331. package/lib/icons/common/minus-icon/index.d.ts +1 -1
  332. package/lib/icons/common/no-data-icon/index.d.ts +1 -1
  333. package/lib/icons/common/notebook-icon/index.d.ts +1 -1
  334. package/lib/icons/common/notification-icon/index.d.ts +1 -1
  335. package/lib/icons/common/outbound-icon/index.d.ts +1 -1
  336. package/lib/icons/common/plus-circled-icon/index.d.ts +1 -1
  337. package/lib/icons/common/plus-icon/index.d.ts +1 -1
  338. package/lib/icons/common/question-circle-icon/index.d.ts +1 -1
  339. package/lib/icons/common/refresh-icon/index.d.ts +1 -1
  340. package/lib/icons/common/refresh-left-arrow-icon/index.d.ts +1 -1
  341. package/lib/icons/common/refresh-right-arrow-icon/index.d.ts +1 -1
  342. package/lib/icons/common/role-icon/index.d.ts +1 -1
  343. package/lib/icons/common/rotate-arrows-icon/index.d.ts +1 -1
  344. package/lib/icons/common/search-icon/index.d.ts +1 -1
  345. package/lib/icons/common/server-disconnected-icon/index.d.ts +1 -1
  346. package/lib/icons/common/settings-icon/index.d.ts +1 -1
  347. package/lib/icons/common/sort-arrows-icon/index.d.ts +1 -1
  348. package/lib/icons/common/star-icon/index.d.ts +1 -1
  349. package/lib/icons/common/terminal-icon/index.d.ts +1 -1
  350. package/lib/icons/common/trash-icon/index.d.ts +1 -1
  351. package/lib/icons/common/user-circle-icon/index.d.ts +1 -1
  352. package/lib/icons/common/user-group-icon/index.d.ts +1 -1
  353. package/lib/icons/common/user-icon/index.d.ts +1 -1
  354. package/lib/icons/common/user-settings-icon/index.d.ts +1 -1
  355. package/lib/icons/common/v-icon/index.d.ts +1 -1
  356. package/lib/icons/common/v-square-icon/index.d.ts +1 -1
  357. package/lib/icons/common/x-icon/index.d.ts +1 -1
  358. package/lib/icons/common/x-square-icon/index.d.ts +1 -1
  359. package/lib/icons/compute-platform/cloud-connector-icon/index.d.ts +2 -0
  360. package/lib/icons/compute-platform/cloud-connector-policy-icon/index.d.ts +2 -0
  361. package/lib/icons/compute-platform/index.d.ts +2 -0
  362. package/lib/icons/compute-platform/k8s-logo/index.d.ts +1 -1
  363. package/lib/icons/compute-platform/vm-logo/index.d.ts +1 -1
  364. package/lib/icons/destinations/alauda-logo/index.d.ts +1 -1
  365. package/lib/icons/destinations/alibaba-cloud-logo/index.d.ts +1 -1
  366. package/lib/icons/destinations/app-dynamics-logo/index.d.ts +1 -1
  367. package/lib/icons/destinations/aws-api-gateway-logo/index.d.ts +1 -1
  368. package/lib/icons/destinations/aws-bedrock-logo/index.d.ts +1 -1
  369. package/lib/icons/destinations/aws-cloudwatch-logo/index.d.ts +1 -1
  370. package/lib/icons/destinations/aws-dynamodb-logo/index.d.ts +1 -1
  371. package/lib/icons/destinations/aws-ec2-logo/index.d.ts +1 -1
  372. package/lib/icons/destinations/aws-eventbridge-logo/index.d.ts +1 -1
  373. package/lib/icons/destinations/aws-kinesis-logo/index.d.ts +1 -1
  374. package/lib/icons/destinations/aws-lambda-logo/index.d.ts +1 -1
  375. package/lib/icons/destinations/aws-s3-logo/index.d.ts +1 -1
  376. package/lib/icons/destinations/aws-secrets-manager-logo/index.d.ts +1 -1
  377. package/lib/icons/destinations/aws-sns-logo/index.d.ts +1 -1
  378. package/lib/icons/destinations/aws-sqs-logo/index.d.ts +1 -1
  379. package/lib/icons/destinations/aws-step-functions-logo/index.d.ts +1 -1
  380. package/lib/icons/destinations/aws-sts-logo/index.d.ts +1 -1
  381. package/lib/icons/destinations/aws-xray-logo/index.d.ts +1 -1
  382. package/lib/icons/destinations/axiom-logo/index.d.ts +1 -1
  383. package/lib/icons/destinations/azure-blob-logo/index.d.ts +1 -1
  384. package/lib/icons/destinations/azure-monitor-logo/index.d.ts +1 -1
  385. package/lib/icons/destinations/better-stack-logo/index.d.ts +1 -1
  386. package/lib/icons/destinations/bonree-logo/index.d.ts +1 -1
  387. package/lib/icons/destinations/causely-logo/index.d.ts +1 -1
  388. package/lib/icons/destinations/checkly-logo/index.d.ts +1 -1
  389. package/lib/icons/destinations/chronosphere-logo/index.d.ts +1 -1
  390. package/lib/icons/destinations/clickhouse-logo/index.d.ts +1 -1
  391. package/lib/icons/destinations/coralogix-logo/index.d.ts +1 -1
  392. package/lib/icons/destinations/dash0-logo/index.d.ts +1 -1
  393. package/lib/icons/destinations/datadog-logo/index.d.ts +1 -1
  394. package/lib/icons/destinations/dynatrace-logo/index.d.ts +1 -1
  395. package/lib/icons/destinations/elastic-apm-logo/index.d.ts +1 -1
  396. package/lib/icons/destinations/elastic-search-logo/index.d.ts +1 -1
  397. package/lib/icons/destinations/gigapipe-logo/index.d.ts +1 -1
  398. package/lib/icons/destinations/google-cloud-platform-logo/index.d.ts +1 -1
  399. package/lib/icons/destinations/google-cloud-storage-logo/index.d.ts +1 -1
  400. package/lib/icons/destinations/grafana-logo/index.d.ts +1 -1
  401. package/lib/icons/destinations/greptime-logo/index.d.ts +1 -1
  402. package/lib/icons/destinations/groundcover-logo/index.d.ts +1 -1
  403. package/lib/icons/destinations/honeycomb-logo/index.d.ts +1 -1
  404. package/lib/icons/destinations/hyperdx-logo/index.d.ts +1 -1
  405. package/lib/icons/destinations/instana-logo/index.d.ts +1 -1
  406. package/lib/icons/destinations/jaeger-logo/index.d.ts +1 -1
  407. package/lib/icons/destinations/kafka-logo/index.d.ts +1 -1
  408. package/lib/icons/destinations/kloudmate-logo/index.d.ts +1 -1
  409. package/lib/icons/destinations/last9-logo/index.d.ts +1 -1
  410. package/lib/icons/destinations/lightstep-logo/index.d.ts +1 -1
  411. package/lib/icons/destinations/logzio-logo/index.d.ts +1 -1
  412. package/lib/icons/destinations/loki-logo/index.d.ts +1 -1
  413. package/lib/icons/destinations/lumigo-logo/index.d.ts +1 -1
  414. package/lib/icons/destinations/middleware-logo/index.d.ts +1 -1
  415. package/lib/icons/destinations/new-relic-logo/index.d.ts +1 -1
  416. package/lib/icons/destinations/observe-logo/index.d.ts +1 -1
  417. package/lib/icons/destinations/odigos-destination-logo/index.d.ts +1 -1
  418. package/lib/icons/destinations/one-uptime-logo/index.d.ts +1 -1
  419. package/lib/icons/destinations/open-observe-logo/index.d.ts +1 -1
  420. package/lib/icons/destinations/open-telemetry-logo/index.d.ts +1 -1
  421. package/lib/icons/destinations/ops-verse-logo/index.d.ts +1 -1
  422. package/lib/icons/destinations/oracle-logo/index.d.ts +1 -1
  423. package/lib/icons/destinations/prometheus-logo/index.d.ts +1 -1
  424. package/lib/icons/destinations/pyroscope-logo/index.d.ts +1 -1
  425. package/lib/icons/destinations/qryn-logo/index.d.ts +1 -1
  426. package/lib/icons/destinations/quickwit-logo/index.d.ts +1 -1
  427. package/lib/icons/destinations/sentry-logo/index.d.ts +1 -1
  428. package/lib/icons/destinations/seq-logo/index.d.ts +1 -1
  429. package/lib/icons/destinations/signoz-logo/index.d.ts +1 -1
  430. package/lib/icons/destinations/splunk-logo/index.d.ts +1 -1
  431. package/lib/icons/destinations/sumo-logic-logo/index.d.ts +1 -1
  432. package/lib/icons/destinations/telemetry-hub-logo/index.d.ts +1 -1
  433. package/lib/icons/destinations/tempo-logo/index.d.ts +1 -1
  434. package/lib/icons/destinations/tingyun-logo/index.d.ts +1 -1
  435. package/lib/icons/destinations/traceloop-logo/index.d.ts +1 -1
  436. package/lib/icons/destinations/uptrace-logo/index.d.ts +1 -1
  437. package/lib/icons/destinations/victoria-metrics-logo/index.d.ts +1 -1
  438. package/lib/icons/instrumentation-rules/code-attributes-icon/index.d.ts +1 -1
  439. package/lib/icons/instrumentation-rules/custom-instrumentation-icon/index.d.ts +1 -1
  440. package/lib/icons/instrumentation-rules/headers-collection-icon/index.d.ts +1 -1
  441. package/lib/icons/instrumentation-rules/payload-collection-icon/index.d.ts +1 -1
  442. package/lib/icons/monitors/logs-icon/index.d.ts +1 -1
  443. package/lib/icons/monitors/metrics-icon/index.d.ts +1 -1
  444. package/lib/icons/monitors/traces-icon/index.d.ts +1 -1
  445. package/lib/icons/on-off/eye-closed-icon/index.d.ts +1 -1
  446. package/lib/icons/on-off/eye-open-icon/index.d.ts +1 -1
  447. package/lib/icons/on-off/light-off-icon/index.d.ts +1 -1
  448. package/lib/icons/on-off/light-on-icon/index.d.ts +1 -1
  449. package/lib/icons/on-off/moon-icon/index.d.ts +1 -1
  450. package/lib/icons/on-off/sound-off-icon/index.d.ts +1 -1
  451. package/lib/icons/on-off/sound-on-icon/index.d.ts +1 -1
  452. package/lib/icons/on-off/sun-icon/index.d.ts +1 -1
  453. package/lib/icons/overview/action-icon/index.d.ts +1 -1
  454. package/lib/icons/overview/connections-icon/index.d.ts +1 -1
  455. package/lib/icons/overview/data-stream-icon/index.d.ts +1 -1
  456. package/lib/icons/overview/destination-icon/index.d.ts +1 -1
  457. package/lib/icons/overview/gateway-icon/index.d.ts +1 -1
  458. package/lib/icons/overview/instrumentation-rule-icon/index.d.ts +1 -1
  459. package/lib/icons/overview/log-icon/index.d.ts +1 -1
  460. package/lib/icons/overview/namespaces-icon/index.d.ts +1 -1
  461. package/lib/icons/overview/overview-icon/index.d.ts +1 -1
  462. package/lib/icons/overview/pipeline-collector-icon/index.d.ts +1 -1
  463. package/lib/icons/overview/pod-icon/index.d.ts +1 -1
  464. package/lib/icons/overview/replica-icon/index.d.ts +1 -1
  465. package/lib/icons/overview/sampling-icon/index.d.ts +1 -1
  466. package/lib/icons/overview/service-map-icon/index.d.ts +1 -1
  467. package/lib/icons/overview/source-icon/index.d.ts +1 -1
  468. package/lib/icons/overview/trace-view-icon/index.d.ts +1 -1
  469. package/lib/icons/overview/yaml-icon/index.d.ts +1 -1
  470. package/lib/icons/programming-languages/aws-logo/index.d.ts +1 -1
  471. package/lib/icons/programming-languages/c-plus-plus-logo/index.d.ts +1 -1
  472. package/lib/icons/programming-languages/c-sharp-logo/index.d.ts +1 -1
  473. package/lib/icons/programming-languages/dotnet-logo/index.d.ts +1 -1
  474. package/lib/icons/programming-languages/elixir-logo/index.d.ts +1 -1
  475. package/lib/icons/programming-languages/go-logo/index.d.ts +1 -1
  476. package/lib/icons/programming-languages/java-logo/index.d.ts +1 -1
  477. package/lib/icons/programming-languages/mysql-logo/index.d.ts +1 -1
  478. package/lib/icons/programming-languages/nginx-logo/index.d.ts +1 -1
  479. package/lib/icons/programming-languages/nodejs-logo/index.d.ts +1 -1
  480. package/lib/icons/programming-languages/php-logo/index.d.ts +1 -1
  481. package/lib/icons/programming-languages/postgres-logo/index.d.ts +1 -1
  482. package/lib/icons/programming-languages/python-logo/index.d.ts +1 -1
  483. package/lib/icons/programming-languages/redis-logo/index.d.ts +1 -1
  484. package/lib/icons/programming-languages/ruby-logo/index.d.ts +1 -1
  485. package/lib/icons/programming-languages/rust-logo/index.d.ts +1 -1
  486. package/lib/icons/programming-languages/swift-logo/index.d.ts +1 -1
  487. package/lib/icons/social/slack-logo/index.d.ts +1 -1
  488. package/lib/icons.js +1 -1
  489. package/lib/snippets/{_v2/actions → actions}/index.d.ts +2 -2
  490. package/lib/snippets/{_v2/cancel-modal → cancel-modal}/index.d.ts +1 -1
  491. package/lib/snippets/connector-created-modal/index.d.ts +7 -0
  492. package/lib/snippets/{_v2/delete-modal → delete-modal}/index.d.ts +1 -1
  493. package/lib/snippets/{_v2/dynamic-field → dynamic-field}/index.d.ts +6 -2
  494. package/lib/snippets/index.d.ts +14 -1
  495. package/lib/snippets/{_v2/instrumentation-rule-form-sections → instrumentation-rule-form-sections}/instrumentation-preview.d.ts +1 -1
  496. package/lib/snippets/{_v2/rich-title → rich-title}/index.d.ts +3 -3
  497. package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/duration-errors.d.ts +2 -2
  498. package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/operation.d.ts +1 -1
  499. package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/percentage.d.ts +1 -1
  500. package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/preset-with-custom-input.d.ts +1 -1
  501. package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/rule-info.d.ts +1 -1
  502. package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/rule-type.d.ts +1 -1
  503. package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/sampling-preview.d.ts +2 -2
  504. package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/source-scope.d.ts +2 -2
  505. package/lib/snippets/{_v2/signals-checkbox-list → signals-checkbox-list}/index.d.ts +1 -1
  506. package/lib/snippets/{_v2/wide-drawer → wide-drawer}/column-list-item/index.d.ts +1 -1
  507. package/lib/snippets/{_v2/wide-drawer → wide-drawer}/index.d.ts +6 -3
  508. package/lib/snippets/{_v2/yaml-section-card → yaml-section-card}/index.d.ts +1 -1
  509. package/lib/snippets.js +1 -1
  510. package/lib/store/index.d.ts +0 -1
  511. package/lib/store/useDataStreamStore.d.ts +1 -1
  512. package/lib/store/useDrawerStore.d.ts +16 -3
  513. package/lib/store/useFilterStore.d.ts +1 -1
  514. package/lib/store/useNotificationStore.d.ts +1 -1
  515. package/lib/store/useProgressStore.d.ts +1 -1
  516. package/lib/store/useSelectedStore.d.ts +1 -1
  517. package/lib/store/useSetupStore.d.ts +1 -1
  518. package/lib/store.js +1 -1
  519. package/lib/theme.js +1 -1
  520. package/lib/types/actions/index.d.ts +2 -5
  521. package/lib/types/cloud-connectors/index.d.ts +88 -0
  522. package/lib/types/common/index.d.ts +12 -1
  523. package/lib/types/destinations/index.d.ts +1 -1
  524. package/lib/types/index.d.ts +1 -0
  525. package/lib/types/sampling.d.ts +1 -1
  526. package/lib/types/snapshot/index.d.ts +1 -0
  527. package/lib/types/sources/index.d.ts +1 -0
  528. package/lib/types/workload/index.d.ts +38 -0
  529. package/lib/types.js +1 -1
  530. package/lib/visuals/visual-green-rings/index.d.ts +1 -1
  531. package/lib/visuals/visual-purple-rings/index.d.ts +1 -1
  532. package/lib/visuals.js +1 -1
  533. package/package.json +19 -39
  534. package/lib/chunks/connections-scope-JSsSeaII.js +0 -1
  535. package/lib/chunks/consts-D6GCMJ6c.js +0 -1
  536. package/lib/chunks/index-CpvWOJm_.js +0 -155
  537. package/lib/chunks/odigos-context-DGZO6Njm.js +0 -18
  538. package/lib/chunks/source-instrument-form-context-FYKFdAII.js +0 -1
  539. package/lib/chunks/ui-components-D1ehQI2Z.js +0 -1704
  540. package/lib/chunks/use-odigos-api-Ptz3Kdno.js +0 -5
  541. package/lib/chunks/vendor-BFqT13Me.js +0 -1
  542. package/lib/components/_v2/icon-button/index.d.ts +0 -16
  543. package/lib/components/_v2/icon-group/index.d.ts +0 -11
  544. package/lib/components/_v2/index.d.ts +0 -40
  545. package/lib/components/fade-loader/helpers/animation.d.ts +0 -1
  546. package/lib/components/fade-loader/helpers/unitConverter.d.ts +0 -22
  547. package/lib/components/fade-loader/index.d.ts +0 -10
  548. package/lib/components/icon-wrapped/index.d.ts +0 -11
  549. package/lib/components/image-controlled/index.d.ts +0 -8
  550. package/lib/components/loading-text/index.d.ts +0 -9
  551. package/lib/components/notification-note/index.d.ts +0 -22
  552. package/lib/components/popup/index.d.ts +0 -18
  553. package/lib/components/scroll-x/index.d.ts +0 -10
  554. package/lib/components/text/index.d.ts +0 -26
  555. package/lib/components/v2.js +0 -1
  556. package/lib/containers/_v2/_drawers/edit-source-drawer/helpers.d.ts +0 -12
  557. package/lib/containers/_v2/central-connections/index.d.ts +0 -11
  558. package/lib/containers/_v2/index.d.ts +0 -9
  559. package/lib/containers/v2.js +0 -990
  560. package/lib/contexts/odigos-api.js +0 -1
  561. package/lib/hooks/useClickNode.d.ts +0 -6
  562. package/lib/hooks/useClickNotification.d.ts +0 -7
  563. package/lib/snippets/_v2/index.d.ts +0 -13
  564. package/lib/snippets/v2.js +0 -1
  565. package/lib/store/useModalStore.d.ts +0 -6
  566. /package/lib/components/{_v2/cards → _cards}/index.d.ts +0 -0
  567. /package/lib/components/{_v2/cards → _cards}/text-card/index.d.ts +0 -0
  568. /package/lib/components/{_v2/charts → charts}/gauge-chart/index.d.ts +0 -0
  569. /package/lib/components/{_v2/charts → charts}/index.d.ts +0 -0
  570. /package/lib/components/{_v2/cli-command → cli-command}/index.d.ts +0 -0
  571. /package/lib/components/{_v2/drawer → drawer}/footer/index.d.ts +0 -0
  572. /package/lib/components/{_v2/drawer → drawer}/index.d.ts +0 -0
  573. /package/lib/components/{_v2/drop-down → drop-down}/index.d.ts +0 -0
  574. /package/lib/components/{_v2/field-message → field-message}/index.d.ts +0 -0
  575. /package/lib/components/{_v2/field-title → field-title}/index.d.ts +0 -0
  576. /package/lib/components/{_v2/header → header}/index.d.ts +0 -0
  577. /package/lib/components/{_v2/hover-actions → hover-actions}/index.d.ts +0 -0
  578. /package/lib/components/{_v2/input-list → input-list}/index.d.ts +0 -0
  579. /package/lib/components/{_v2/input-table → input-table}/card-table.d.ts +0 -0
  580. /package/lib/components/{_v2/input-table → input-table}/dynamic-field/index.d.ts +0 -0
  581. /package/lib/components/{_v2/input-table → input-table}/index.d.ts +0 -0
  582. /package/lib/components/{_v2/loader → loader}/spinner/index.d.ts +0 -0
  583. /package/lib/components/{_v2/loader → loader}/spinner-old/helpers/animation.d.ts +0 -0
  584. /package/lib/components/{_v2/loader → loader}/spinner-old/helpers/unitConverter.d.ts +0 -0
  585. /package/lib/components/{_v2/loader → loader}/spinner-old/index.d.ts +0 -0
  586. /package/lib/components/{_v2/modal → modal}/index.d.ts +0 -0
  587. /package/lib/components/{_v2/search → search}/index.d.ts +0 -0
  588. /package/lib/components/{_v2/stepper → stepper}/index.d.ts +0 -0
  589. /package/lib/components/{_v2/table → table}/index.d.ts +0 -0
  590. /package/lib/components/{_v2/table → table}/styled.d.ts +0 -0
  591. /package/lib/components/{_v2/table → table}/table-columns/filter/index.d.ts +0 -0
  592. /package/lib/components/{_v2/table → table}/table-rows/index.d.ts +0 -0
  593. /package/lib/components/{_v2/table → table}/types.d.ts +0 -0
  594. /package/lib/components/{_v2/textarea → textarea}/index.d.ts +0 -0
  595. /package/lib/components/{_v2/time-input → time-input}/index.d.ts +0 -0
  596. /package/lib/components/{_v2/typography → typography}/index.d.ts +0 -0
  597. /package/lib/components/{_v2/typography-truncatable → typography-truncatable}/index.d.ts +0 -0
  598. /package/lib/components/{_v2/warning-modal → warning-modal}/index.d.ts +0 -0
  599. /package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/namespaces-column/list/index.d.ts +0 -0
  600. /package/lib/containers/{_v2/_drawers → _drawers}/add-source-drawer/namespaces-column/list/list-item/index.d.ts +0 -0
  601. /package/lib/containers/{_v2/_drawers → _drawers}/edit-action-drawer/index.d.ts +0 -0
  602. /package/lib/containers/{_v2/_drawers → _drawers}/edit-destination-drawer/index.d.ts +0 -0
  603. /package/lib/containers/{_v2/_drawers → _drawers}/edit-rule-drawer/index.d.ts +0 -0
  604. /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/common/index.d.ts +0 -0
  605. /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/overview/containers-card/popup-form.d.ts +0 -0
  606. /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/pods/pod-debug-commands.d.ts +0 -0
  607. /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/flame-graph-canvas.d.ts +0 -0
  608. /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/profiling/symbol-table/modify-rules-modal.d.ts +0 -0
  609. /package/lib/containers/{_v2/_drawers → _drawers}/edit-source-drawer/tabs.d.ts +0 -0
  610. /package/lib/containers/{_v2/_drawers → _drawers}/regex-tester-drawer/highlighter.d.ts +0 -0
  611. /package/lib/containers/{_v2/_drawers → _drawers}/regex-tester-drawer/index.d.ts +0 -0
  612. /package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/describe/index.d.ts +0 -0
  613. /package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/diagnose/index.d.ts +0 -0
  614. /package/lib/containers/{_v2/_drawers → _drawers}/system-drawer/tokens/token-expires-at.d.ts +0 -0
  615. /package/lib/containers/{_v2/_forms → _forms}/add-action-form/index.d.ts +0 -0
  616. /package/lib/containers/{_v2/_forms → _forms}/add-rule-form/index.d.ts +0 -0
  617. /package/lib/containers/{_v2/_forms → _forms}/data-stream-form/index.d.ts +0 -0
  618. /package/lib/containers/{_v2/_forms → _forms}/data-stream-form/merge-warning.d.ts +0 -0
  619. /package/lib/containers/{_v2/_forms → _forms}/edit-source-form/index.d.ts +0 -0
  620. /package/lib/containers/{_v2/_forms → _forms}/index.d.ts +0 -0
  621. /package/lib/containers/{_v2/_forms → _forms}/sampling-rule-form/index.d.ts +0 -0
  622. /package/lib/containers/{_v2/_modals → _modals}/add-data-stream-modal/index.d.ts +0 -0
  623. /package/lib/containers/{_v2/_modals → _modals}/edit-data-stream-modal/index.d.ts +0 -0
  624. /package/lib/containers/{_v2/_modals → _modals}/index.d.ts +0 -0
  625. /package/lib/containers/{_v2/_modals → _modals}/onboarding-done/background.d.ts +0 -0
  626. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/chrome.d.ts +0 -0
  627. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/footer.d.ts +0 -0
  628. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/header.d.ts +0 -0
  629. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/index.d.ts +0 -0
  630. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/info-card.d.ts +0 -0
  631. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/lists.d.ts +0 -0
  632. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/primary-banner.d.ts +0 -0
  633. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/section.d.ts +0 -0
  634. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/common/sub-title.d.ts +0 -0
  635. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/index.d.ts +0 -0
  636. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-advanced.d.ts +0 -0
  637. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-drop-list.d.ts +0 -0
  638. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-keep-list.d.ts +0 -0
  639. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-noisy.d.ts +0 -0
  640. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-strategy.d.ts +0 -0
  641. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-success.d.ts +0 -0
  642. /package/lib/containers/{_v2/_modals → _modals}/sampling-onboarding-modal/steps/step-welcome.d.ts +0 -0
  643. /package/lib/containers/{_v2/onboarding → onboarding}/background/index.d.ts +0 -0
  644. /package/lib/containers/{_v2/onboarding → onboarding}/get-started/index.d.ts +0 -0
  645. /package/lib/containers/{_v2/onboarding → onboarding}/index.d.ts +0 -0
  646. /package/lib/containers/{_v2/overview → overview}/columns/column/namespace-divider.d.ts +0 -0
  647. /package/lib/containers/{_v2/overview → overview}/columns/index.d.ts +0 -0
  648. /package/lib/containers/{_v2/overview → overview}/data-stream-select/index.d.ts +0 -0
  649. /package/lib/containers/{_v2/overview → overview}/drawers/index.d.ts +0 -0
  650. /package/lib/containers/{_v2/overview → overview}/filters/index.d.ts +0 -0
  651. /package/lib/containers/{_v2/overview → overview}/index.d.ts +0 -0
  652. /package/lib/containers/{_v2/overview → overview}/multi-source-control/index.d.ts +0 -0
  653. /package/lib/containers/{_v2/overview → overview}/search/index.d.ts +0 -0
  654. /package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/enum.d.ts +0 -0
  655. /package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/get-general-title.d.ts +0 -0
  656. /package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/general-info/helpers/index.d.ts +0 -0
  657. /package/lib/containers/{_v2/pipeline-collectors → pipeline-collectors}/toolbar/index.d.ts +0 -0
  658. /package/lib/containers/{_v2/sampling-rules → sampling-rules}/index.d.ts +0 -0
  659. /package/lib/containers/{_v2/settings → settings}/side-menu/index.d.ts +0 -0
  660. /package/lib/containers/{_v2/settings → settings}/toolbar/index.d.ts +0 -0
  661. /package/lib/snippets/{_v2/colored-span → colored-span}/index.d.ts +0 -0
  662. /package/lib/snippets/{_v2/instrumentation-rule-form-sections → instrumentation-rule-form-sections}/index.d.ts +0 -0
  663. /package/lib/snippets/{_v2/odigos-logo-text-by-tier → odigos-logo-text-by-tier}/index.d.ts +0 -0
  664. /package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/index.d.ts +0 -0
  665. /package/lib/snippets/{_v2/sampling-rule-form-sections → sampling-rule-form-sections}/styled.d.ts +0 -0
  666. /package/lib/snippets/{_v2/upgrade-modal → upgrade-modal}/index.d.ts +0 -0
  667. /package/lib/snippets/{_v2/wide-drawer → wide-drawer}/column/index.d.ts +0 -0
  668. /package/lib/snippets/{_v2/wide-drawer → wide-drawer}/column-list-collapse/index.d.ts +0 -0
package/lib/constants.js CHANGED
@@ -1 +1 @@
1
- export{A as ACTION_OPTIONS,fJ as ALL_SOURCES,bB as BTN_CANCEL,bJ as BTN_CONTINUE_EDITING,dH as BTN_CREATE_FIRST_RULE,bz as BTN_CREATE_RULE,bE as BTN_DELETE_RULE,dX as BTN_EDIT_AUTO_RULE,bD as BTN_EDIT_RULE,bT as BTN_SAVE,bC as BTN_SAVE_RULE,a$ as BUTTON_TEXTS,bF as CATEGORY_DESCRIPTIONS,ey as CATEGORY_LABELS,bI as CATEGORY_TITLES,fK as CREATE_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,fL as CREATE_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,fM as CREATE_NOISY_AUTO_RULE_DRAWER_TITLE,a_ as DEFAULT_CLUSTER_ID,aZ as DEFAULT_CLUSTER_NAME,dv as DEFAULT_DATA_STREAM_NAME,e1 as DESC_DURATION,fN as DESC_ERRORS,e4 as DESC_OPERATION,fO as DESC_PERCENTAGE_HIGHLY_RELEVANT,aG as DESC_PERCENTAGE_NOISY,ez as DESC_RULE_TYPE,eH as DESC_SOURCE_SCOPE,aV as DESTINATION_CATEGORIES,az as DISPLAY_LANGUAGES,p as DISPLAY_TITLES,av as DOCS_BASE_URL,D as DestinationCategoryTypes,bP as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_SUBTITLE,bQ as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,bN as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_SUBTITLE,bO as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,bR as EDIT_NOISY_AUTO_RULE_DRAWER_SUBTITLE,bS as EDIT_NOISY_AUTO_RULE_DRAWER_TITLE,bG as EDIT_TITLES,eg as EMPTY_VALUE,al as EXTRACTION_FORMAT_COPY,ai as EXTRACT_ATTRIBUTE_FORM,dF as FILTER_TYPE_ALL,F as FORM_ALERTS,I as INSTRUMENTATION_RULE_OPTIONS,e2 as LABEL_CUSTOM_DURATION,aL as LABEL_CUSTOM_PERCENTAGE,aJ as LABEL_DISABLED,dE as LABEL_DISABLED_RULE,eq as LABEL_DROP_ALL,aD as LABEL_DROP_AT_MOST,aI as LABEL_ENABLED,e9 as LABEL_HTTP_ROUTE,eb as LABEL_HTTP_ROUTE_PREFIX,ed as LABEL_KAFKA_TOPIC,er as LABEL_KEEP_ALL,en as LABEL_KEEP_AT_LEAST,eo as LABEL_KEEP_AT_MOST,em as LABEL_KEEP_PERCENTAGE,e0 as LABEL_KEEP_TRACES_DURATION,d_ as LABEL_KEEP_TRACES_ERRORS,ec as LABEL_METHOD,eu as LABEL_NOTE,dY as LABEL_NO_PREVIEW,ef as LABEL_OPERATION_TYPE,fP as LABEL_RULE_DISABLED,fQ as LABEL_RULE_ENABLED,es as LABEL_RULE_NAME,et as LABEL_RULE_TYPE,ep as LABEL_SAMPLE,e6 as LABEL_SERVER_ADDRESS,e8 as LABEL_TEMPLATED_PATH,ea as LABEL_TEMPLATED_PATH_PREFIX,br as LANGUAGE_OPTIONS,dh as MONITORS_OPTIONS,eB as NOTE_ENTIRE_CLUSTER,eG as NOTE_SOURCE_SCOPE_LOGIC,fR as OPENTELEMETRY_EBPF_DISTRO_OPTION,ei as OPERATION_ALL,eh as OPERATION_HTTP_CLIENT,ee as OPERATION_HTTP_SERVER,ej as OPERATION_KAFKA_CONSUMER,ek as OPERATION_KAFKA_PRODUCER,bq as OTEL_DISTRO_NAME_OPTIONS,el as PERCENTAGE_SECTION_DESCRIPTIONS,ew as PLACEHOLDER_NOTE,e7 as PLACEHOLDER_ROUTE,ev as PLACEHOLDER_RULE_NAME,eJ as PLACEHOLDER_SEARCH_SOURCE,e5 as PLACEHOLDER_SERVER_ADDRESS,bf as PROCESS_ATTRIBUTE_NAMES,ah as REGEX_TESTER_DRAWER,aH as SAMPLING_AUTO_RULE_TITLE,dN as SAMPLING_BTN_CREATE_RULE,dL as SAMPLING_BTN_DOCS,dM as SAMPLING_BTN_REFRESH,aF as SAMPLING_COST_REDUCTION_AUTO_RULE_TITLE,bK as SAMPLING_DEFAULT_CONFIRM_DESCRIPTION,bM as SAMPLING_DEFAULT_CONFIRM_PREVIEW_LABEL,bL as SAMPLING_DEFAULT_CONFIRM_TITLE,dQ as SAMPLING_DELETE_MODAL_APPROVE,dR as SAMPLING_DELETE_MODAL_CANCEL,dS as SAMPLING_DELETE_MODAL_DESCRIPTION,dT as SAMPLING_DELETE_MODAL_TITLE,bU as SAMPLING_DRAWER_WIDTH,dK as SAMPLING_DUPLICATE_RULE_WARNING,aC as SAMPLING_HIGHLY_RELEVANT_AUTO_RULE_TITLE,cL as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_1,cM as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_2,cN as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_3,cO as SAMPLING_ONBOARDING_ADVANCED_LEFT_TITLE,cP as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_1,cQ as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_2,cR as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_3,cS as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_4,cT as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_5,cU as SAMPLING_ONBOARDING_ADVANCED_RIGHT_TITLE,cW as SAMPLING_ONBOARDING_ADVANCED_SUBTITLE,cV as SAMPLING_ONBOARDING_ADVANCED_TITLE,db as SAMPLING_ONBOARDING_AMBIENT_LABEL,ch as SAMPLING_ONBOARDING_BTN_GO_TO,c2 as SAMPLING_ONBOARDING_BTN_NEXT,cK as SAMPLING_ONBOARDING_BTN_READ_MORE,cs as SAMPLING_ONBOARDING_BTN_SKIP,ct as SAMPLING_ONBOARDING_BTN_START,cX as SAMPLING_ONBOARDING_COMMON_BANNER,da as SAMPLING_ONBOARDING_COMMON_RULES_SECTION,c_ as SAMPLING_ONBOARDING_DROP_DESCRIPTION,cZ as SAMPLING_ONBOARDING_DROP_SUBTITLE,cY as SAMPLING_ONBOARDING_DROP_TITLE,d1 as SAMPLING_ONBOARDING_ERROR_PRESET_NAME,d0 as SAMPLING_ONBOARDING_ERROR_PRESET_TOGGLE_LABEL,d4 as SAMPLING_ONBOARDING_KEEP_DESCRIPTION,d3 as SAMPLING_ONBOARDING_KEEP_SUBTITLE,d2 as SAMPLING_ONBOARDING_KEEP_TITLE,d5 as SAMPLING_ONBOARDING_KEEP_USE_CASE_1,d6 as SAMPLING_ONBOARDING_KEEP_USE_CASE_2,d7 as SAMPLING_ONBOARDING_KEEP_USE_CASE_3,d8 as SAMPLING_ONBOARDING_KEEP_USE_CASE_4,d9 as SAMPLING_ONBOARDING_KEEP_USE_CASE_5,c9 as SAMPLING_ONBOARDING_NOISY_BANNER,c5 as SAMPLING_ONBOARDING_NOISY_DESCRIPTION,c8 as SAMPLING_ONBOARDING_NOISY_PRESET_NAME,c6 as SAMPLING_ONBOARDING_NOISY_PRESET_SECTION,c7 as SAMPLING_ONBOARDING_NOISY_PRESET_TOGGLE_LABEL,c4 as SAMPLING_ONBOARDING_NOISY_SUBTITLE,c3 as SAMPLING_ONBOARDING_NOISY_TITLE,c$ as SAMPLING_ONBOARDING_PRESET_RULES_SECTION,c1 as SAMPLING_ONBOARDING_RECOMMENDED_BADGE,cH as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_BADGE,cI as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_DESC,cJ as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_NAME,cE as SAMPLING_ONBOARDING_STRATEGY_DROP_BADGE,cC as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_1,cD as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_2,cF as SAMPLING_ONBOARDING_STRATEGY_DROP_DESC,cG as SAMPLING_ONBOARDING_STRATEGY_DROP_NAME,cz as SAMPLING_ONBOARDING_STRATEGY_KEEP_BADGE,cx as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_1,cy as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_2,cA as SAMPLING_ONBOARDING_STRATEGY_KEEP_DESC,cB as SAMPLING_ONBOARDING_STRATEGY_KEEP_NAME,cw as SAMPLING_ONBOARDING_STRATEGY_KEEP_WARNING,cv as SAMPLING_ONBOARDING_STRATEGY_SUBTITLE,cu as SAMPLING_ONBOARDING_STRATEGY_TITLE,ce as SAMPLING_ONBOARDING_SUCCESS_BULLET_1,cf as SAMPLING_ONBOARDING_SUCCESS_BULLET_2,cg as SAMPLING_ONBOARDING_SUCCESS_BULLET_3,cd as SAMPLING_ONBOARDING_SUCCESS_INTRO,cc as SAMPLING_ONBOARDING_SUCCESS_SUBTITLE,cb as SAMPLING_ONBOARDING_SUCCESS_TITLE,cr as SAMPLING_ONBOARDING_WELCOME_BANNER,ck as SAMPLING_ONBOARDING_WELCOME_INTRO,cl as SAMPLING_ONBOARDING_WELCOME_STAGE_1_DESC,cm as SAMPLING_ONBOARDING_WELCOME_STAGE_1_TITLE,cn as SAMPLING_ONBOARDING_WELCOME_STAGE_2_DESC,co as SAMPLING_ONBOARDING_WELCOME_STAGE_2_TITLE,cp as SAMPLING_ONBOARDING_WELCOME_STAGE_3_DESC,cq as SAMPLING_ONBOARDING_WELCOME_STAGE_3_TITLE,cj as SAMPLING_ONBOARDING_WELCOME_SUBTITLE,ci as SAMPLING_ONBOARDING_WELCOME_TITLE,dO as SAMPLING_PAGE_DESCRIPTION,dP as SAMPLING_PAGE_TITLE,eL as SCOPE_AND_LABEL,eK as SCOPE_GROUP_ANY_OF_HINT,eF as SCOPE_GROUP_LANGUAGES_TITLE,eE as SCOPE_GROUP_NAMESPACES_TITLE,eC as SCOPE_GROUP_SOURCES_TITLE,d$ as SECTION_DURATION,dZ as SECTION_ERRORS,aE as SECTION_KEEP_PERCENTAGE,e3 as SECTION_OPERATION,eA as SECTION_SAMPLING_PREVIEW,eM as SECTION_SOURCE_SCOPE,dg as STORAGE_KEYS,dG as TITLE_NO_RESULTS,dI as TITLE_NO_RULES,fS as TOKEN_ABOUT_TO_EXPIRE,ex as TOOLTIP_NOTE,eD as UNKNOWN_SOURCE_LABEL,bH as UNNAMED_RULE,dJ as getNoResultsSubTitle,aN as getSupportedActionOptions,fT as isActionSupportedOnPlatform,fU as isActionSupportedOnVersion,a3 as mapActionTypesToOptions,a6 as mapRuleTypesToOptions}from"./chunks/ui-components-D1ehQI2Z.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"prism-react-renderer";import"./chunks/vendor-BFqT13Me.js";import"zustand/middleware";import"react-error-boundary";import"react-dom";import"virtua";
1
+ export{bh as ACTION_OPTIONS,fK as ALL_SOURCES,cC as BTN_CANCEL,cJ as BTN_CONTINUE_EDITING,eD as BTN_CREATE_FIRST_RULE,cA as BTN_CREATE_RULE,cF as BTN_DELETE_RULE,o as BTN_EDIT_AUTO_RULE,cE as BTN_EDIT_RULE,cT as BTN_SAVE,cD as BTN_SAVE_RULE,c as BUTTON_TEXTS,cG as CATEGORY_DESCRIPTIONS,av as CATEGORY_LABELS,cI as CATEGORY_TITLES,fL as CREATE_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,fM as CREATE_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,fN as CREATE_NOISY_AUTO_RULE_DRAWER_TITLE,b_ as DEFAULT_CLUSTER_ID,bZ as DEFAULT_CLUSTER_NAME,eu as DEFAULT_DATA_STREAM_NAME,X as DESC_DURATION,fO as DESC_ERRORS,_ as DESC_OPERATION,fP as DESC_PERCENTAGE_HIGHLY_RELEVANT,bL as DESC_PERCENTAGE_NOISY,aw as DESC_RULE_TYPE,aK as DESC_SOURCE_SCOPE,bW as DESTINATION_CATEGORIES,bG as DISPLAY_LANGUAGES,D as DISPLAY_TITLES,bD as DOCS_BASE_URL,bm as DestinationCategoryTypes,cP as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_SUBTITLE,cQ as EDIT_COST_REDUCTION_AUTO_RULE_DRAWER_TITLE,cN as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_SUBTITLE,cO as EDIT_HIGHLY_RELEVANT_AUTO_RULE_DRAWER_TITLE,cR as EDIT_NOISY_AUTO_RULE_DRAWER_SUBTITLE,cS as EDIT_NOISY_AUTO_RULE_DRAWER_TITLE,cH as EDIT_TITLES,ac as EMPTY_VALUE,bw as EXTRACTION_FORMAT_COPY,bu as EXTRACT_ATTRIBUTE_FORM,eB as FILTER_TYPE_ALL,b2 as FORM_ALERTS,bq as INSTRUMENTATION_RULE_OPTIONS,Y as LABEL_CUSTOM_DURATION,bP as LABEL_CUSTOM_PERCENTAGE,bO as LABEL_DISABLED,cz as LABEL_DISABLED_RULE,am as LABEL_DROP_ALL,bI as LABEL_DROP_AT_MOST,bN as LABEL_ENABLED,a4 as LABEL_HTTP_ROUTE,a6 as LABEL_HTTP_ROUTE_PREFIX,a9 as LABEL_KAFKA_TOPIC,an as LABEL_KEEP_ALL,aj as LABEL_KEEP_AT_LEAST,ak as LABEL_KEEP_AT_MOST,ai as LABEL_KEEP_PERCENTAGE,O as LABEL_KEEP_TRACES_DURATION,K as LABEL_KEEP_TRACES_ERRORS,a8 as LABEL_METHOD,ar as LABEL_NOTE,L as LABEL_NO_PREVIEW,ab as LABEL_OPERATION_TYPE,fQ as LABEL_RULE_DISABLED,fR as LABEL_RULE_ENABLED,ap as LABEL_RULE_NAME,aq as LABEL_RULE_TYPE,al as LABEL_SAMPLE,a0 as LABEL_SERVER_ADDRESS,a3 as LABEL_TEMPLATED_PATH,a5 as LABEL_TEMPLATED_PATH_PREFIX,cs as LANGUAGE_OPTIONS,aS as MONITORS_OPTIONS,aA as NOTE_ENTIRE_CLUSTER,aH as NOTE_SOURCE_SCOPE_LOGIC,fS as OPENTELEMETRY_EBPF_DISTRO_OPTION,ae as OPERATION_ALL,ad as OPERATION_HTTP_CLIENT,aa as OPERATION_HTTP_SERVER,af as OPERATION_KAFKA_CONSUMER,ag as OPERATION_KAFKA_PRODUCER,cr as OTEL_DISTRO_NAME_OPTIONS,ah as PERCENTAGE_SECTION_DESCRIPTIONS,at as PLACEHOLDER_NOTE,a2 as PLACEHOLDER_ROUTE,as as PLACEHOLDER_RULE_NAME,aM as PLACEHOLDER_SEARCH_SOURCE,$ as PLACEHOLDER_SERVER_ADDRESS,cd as PROCESS_ATTRIBUTE_NAMES,bt as REGEX_TESTER_DRAWER,bM as SAMPLING_AUTO_RULE_TITLE,eJ as SAMPLING_BTN_CREATE_RULE,eH as SAMPLING_BTN_DOCS,eI as SAMPLING_BTN_REFRESH,bK as SAMPLING_COST_REDUCTION_AUTO_RULE_TITLE,cK as SAMPLING_DEFAULT_CONFIRM_DESCRIPTION,cM as SAMPLING_DEFAULT_CONFIRM_PREVIEW_LABEL,cL as SAMPLING_DEFAULT_CONFIRM_TITLE,eM as SAMPLING_DELETE_MODAL_APPROVE,eN as SAMPLING_DELETE_MODAL_CANCEL,eO as SAMPLING_DELETE_MODAL_DESCRIPTION,eP as SAMPLING_DELETE_MODAL_TITLE,cU as SAMPLING_DRAWER_WIDTH,eG as SAMPLING_DUPLICATE_RULE_WARNING,bH as SAMPLING_HIGHLY_RELEVANT_AUTO_RULE_TITLE,dK as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_1,dL as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_2,dM as SAMPLING_ONBOARDING_ADVANCED_LEFT_BULLET_3,dN as SAMPLING_ONBOARDING_ADVANCED_LEFT_TITLE,dO as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_1,dP as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_2,dQ as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_3,dR as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_4,dS as SAMPLING_ONBOARDING_ADVANCED_RIGHT_BULLET_5,dT as SAMPLING_ONBOARDING_ADVANCED_RIGHT_TITLE,dV as SAMPLING_ONBOARDING_ADVANCED_SUBTITLE,dU as SAMPLING_ONBOARDING_ADVANCED_TITLE,ea as SAMPLING_ONBOARDING_AMBIENT_LABEL,df as SAMPLING_ONBOARDING_BTN_GO_TO,d0 as SAMPLING_ONBOARDING_BTN_NEXT,dJ as SAMPLING_ONBOARDING_BTN_READ_MORE,dr as SAMPLING_ONBOARDING_BTN_SKIP,ds as SAMPLING_ONBOARDING_BTN_START,dW as SAMPLING_ONBOARDING_COMMON_BANNER,e9 as SAMPLING_ONBOARDING_COMMON_RULES_SECTION,dZ as SAMPLING_ONBOARDING_DROP_DESCRIPTION,dY as SAMPLING_ONBOARDING_DROP_SUBTITLE,dX as SAMPLING_ONBOARDING_DROP_TITLE,e0 as SAMPLING_ONBOARDING_ERROR_PRESET_NAME,d$ as SAMPLING_ONBOARDING_ERROR_PRESET_TOGGLE_LABEL,e3 as SAMPLING_ONBOARDING_KEEP_DESCRIPTION,e2 as SAMPLING_ONBOARDING_KEEP_SUBTITLE,e1 as SAMPLING_ONBOARDING_KEEP_TITLE,e4 as SAMPLING_ONBOARDING_KEEP_USE_CASE_1,e5 as SAMPLING_ONBOARDING_KEEP_USE_CASE_2,e6 as SAMPLING_ONBOARDING_KEEP_USE_CASE_3,e7 as SAMPLING_ONBOARDING_KEEP_USE_CASE_4,e8 as SAMPLING_ONBOARDING_KEEP_USE_CASE_5,d7 as SAMPLING_ONBOARDING_NOISY_BANNER,d3 as SAMPLING_ONBOARDING_NOISY_DESCRIPTION,d6 as SAMPLING_ONBOARDING_NOISY_PRESET_NAME,d4 as SAMPLING_ONBOARDING_NOISY_PRESET_SECTION,d5 as SAMPLING_ONBOARDING_NOISY_PRESET_TOGGLE_LABEL,d2 as SAMPLING_ONBOARDING_NOISY_SUBTITLE,d1 as SAMPLING_ONBOARDING_NOISY_TITLE,d_ as SAMPLING_ONBOARDING_PRESET_RULES_SECTION,c$ as SAMPLING_ONBOARDING_RECOMMENDED_BADGE,dG as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_BADGE,dH as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_DESC,dI as SAMPLING_ONBOARDING_STRATEGY_ADVANCED_NAME,dD as SAMPLING_ONBOARDING_STRATEGY_DROP_BADGE,dB as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_1,dC as SAMPLING_ONBOARDING_STRATEGY_DROP_BULLET_2,dE as SAMPLING_ONBOARDING_STRATEGY_DROP_DESC,dF as SAMPLING_ONBOARDING_STRATEGY_DROP_NAME,dy as SAMPLING_ONBOARDING_STRATEGY_KEEP_BADGE,dw as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_1,dx as SAMPLING_ONBOARDING_STRATEGY_KEEP_BULLET_2,dz as SAMPLING_ONBOARDING_STRATEGY_KEEP_DESC,dA as SAMPLING_ONBOARDING_STRATEGY_KEEP_NAME,dv as SAMPLING_ONBOARDING_STRATEGY_KEEP_WARNING,du as SAMPLING_ONBOARDING_STRATEGY_SUBTITLE,dt as SAMPLING_ONBOARDING_STRATEGY_TITLE,dc as SAMPLING_ONBOARDING_SUCCESS_BULLET_1,dd as SAMPLING_ONBOARDING_SUCCESS_BULLET_2,de as SAMPLING_ONBOARDING_SUCCESS_BULLET_3,db as SAMPLING_ONBOARDING_SUCCESS_INTRO,da as SAMPLING_ONBOARDING_SUCCESS_SUBTITLE,d9 as SAMPLING_ONBOARDING_SUCCESS_TITLE,dq as SAMPLING_ONBOARDING_WELCOME_BANNER,di as SAMPLING_ONBOARDING_WELCOME_INTRO,dj as SAMPLING_ONBOARDING_WELCOME_STAGE_1_DESC,dk as SAMPLING_ONBOARDING_WELCOME_STAGE_1_TITLE,dl as SAMPLING_ONBOARDING_WELCOME_STAGE_2_DESC,dm as SAMPLING_ONBOARDING_WELCOME_STAGE_2_TITLE,dn as SAMPLING_ONBOARDING_WELCOME_STAGE_3_DESC,dp as SAMPLING_ONBOARDING_WELCOME_STAGE_3_TITLE,dh as SAMPLING_ONBOARDING_WELCOME_SUBTITLE,dg as SAMPLING_ONBOARDING_WELCOME_TITLE,eK as SAMPLING_PAGE_DESCRIPTION,eL as SAMPLING_PAGE_TITLE,aP as SCOPE_AND_LABEL,aO as SCOPE_GROUP_ANY_OF_HINT,aG as SCOPE_GROUP_LANGUAGES_TITLE,aF as SCOPE_GROUP_NAMESPACES_TITLE,aC as SCOPE_GROUP_SOURCES_TITLE,M as SECTION_DURATION,E as SECTION_ERRORS,bJ as SECTION_KEEP_PERCENTAGE,Z as SECTION_OPERATION,ax as SECTION_SAMPLING_PREVIEW,aQ as SECTION_SOURCE_SCOPE,eg as STORAGE_KEYS,eC as TITLE_NO_RESULTS,eE as TITLE_NO_RULES,fT as TOKEN_ABOUT_TO_EXPIRE,au as TOOLTIP_NOTE,aE as UNKNOWN_SOURCE_LABEL,ao as UNNAMED_RULE,eF as getNoResultsSubTitle,bR as getSupportedActionOptions,fU as isActionSupportedOnPlatform,fV as isActionSupportedOnVersion,bb as mapActionTypesToOptions,be as mapRuleTypesToOptions}from"./chunks/ui-components-CoDVeDqt.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 '@/components/_v2/drawer/header';
2
+ import { type HeaderProps } from '../../../components/drawer/header';
3
3
  export interface AddActionDrawerProps {
4
4
  onClose: HeaderProps['onClose'];
5
5
  selectedConnectionIds?: string[];
@@ -1,2 +1,2 @@
1
- import type { WideDrawerProps } from '@/snippets/_v2';
1
+ import type { WideDrawerProps } from '../../../../snippets';
2
2
  export declare const useFormColumn: () => WideDrawerProps["rightColumn"];
@@ -1,5 +1,5 @@
1
- import { DestinationCategoryTypes } from '@/constants';
2
- import type { DestinationOption, GetDestinationCategoriesResult, GetPotentialDestinationsResult } from '@/types';
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 '@/components/_v2/drawer/header';
3
- import { type UnsavedDestination } from '@/contexts';
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;
@@ -1,7 +1,7 @@
1
1
  import type { Filters } from '../types';
2
- import { WideDrawerProps } from '@/snippets/_v2';
3
- import { DestinationCategoryTypes } from '@/constants';
4
- import { type DestinationOption } from '@/types';
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[]>;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { type Filters } from '../types';
3
- import { DestinationCategoryTypes } from '@/constants';
4
- import { type DestinationOption } from '@/types';
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 '@/types';
2
- import { DestinationCategoryTypes } from '@/constants';
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 '@/components/_v2/drawer/header';
2
+ import { type HeaderProps } from '../../../components/drawer/header';
3
3
  export interface AddRuleDrawerProps {
4
4
  onClose: HeaderProps['onClose'];
5
5
  selectedConnectionIds?: string[];
@@ -1,6 +1,6 @@
1
1
  import { type FC, type Dispatch, type SetStateAction } from 'react';
2
- import { type HeaderProps } from '@/components/_v2/drawer/header';
3
- import { type PersistSourceInput } from '@/types';
2
+ import { type HeaderProps } from '../../../components/drawer/header';
3
+ import { type PersistSourceInput } from '../../../types';
4
4
  export interface AddSourceDrawerProps {
5
5
  onClose?: HeaderProps['onClose'];
6
6
  onBack?: (input: PersistSourceInput) => void;
@@ -1,5 +1,5 @@
1
1
  import { type Dispatch, type SetStateAction } from 'react';
2
- import { WideDrawerProps } from '@/snippets/_v2';
2
+ import { WideDrawerProps } from '../../../../snippets';
3
3
  import type { Filters, FormData, HandleSelectAllFunc, HandleSourceChangeFunc, SelectedArea } from '../types';
4
4
  export interface NamespacesColumnProps {
5
5
  isFetching: boolean;
@@ -1,15 +1,17 @@
1
- import { EntityTypes } from '@/types';
1
+ import { EntityTypes } from '../../../types';
2
2
  /**
3
- * Copy used by the Add Source drawer, with K8s/VM variants.
3
+ * Copy used by the Add Source drawer, with K8s / non-K8s (VM + connector) variants.
4
4
  *
5
5
  * The drawer is a generic two-column "group → item" picker:
6
- * - K8s: namespaces (groups) → workloads (items)
7
- * - VM: kinds (groups) → sources (items)
6
+ * - K8s: namespaces (groups) → workloads (items)
7
+ * - VM/Connector: kinds (groups) → sources (items)
8
8
  *
9
- * Components call `getAddSourceDrawerLabels(isVm)` once and read fields off
10
- * the returned object instead of branching on `isVm` inline. Keeps copy
9
+ * Components call `getAddSourceDrawerLabels(useKindGroups)` once and read fields off
10
+ * the returned object instead of branching on platform inline. Keeps copy
11
11
  * centralized and makes adding a third platform (or wiring i18n) a one-file
12
12
  * change.
13
+ *
14
+ * @param useKindGroups - true for VM and cloud connectors (group by kind); false for K8s
13
15
  */
14
16
  export interface AddSourceDrawerLabels {
15
17
  groupSegmentLabel: string;
@@ -32,7 +34,7 @@ export interface AddSourceDrawerLabels {
32
34
  };
33
35
  noItemsInGroupSubTitle: string;
34
36
  }
35
- export declare const getAddSourceDrawerLabels: (isVm: boolean) => AddSourceDrawerLabels;
37
+ export declare const getAddSourceDrawerLabels: (useKindGroups: boolean) => AddSourceDrawerLabels;
36
38
  /**
37
39
  * Copy that is shared between K8s and VM (and between both columns of the drawer).
38
40
  * Centralized here so identical strings don't drift apart across files.
@@ -51,4 +53,5 @@ export declare const ADD_SOURCE_DRAWER_COPY: {
51
53
  autoToggleLabel: string;
52
54
  autoToggleTooltip: string;
53
55
  enterpriseOnlyBadge: string;
56
+ enterpriseOnlyTooltip: string;
54
57
  };
@@ -1,4 +1,4 @@
1
- import type { AllClusterSnapshots, WorkloadId } from '@/types';
1
+ import type { AllClusterSnapshots, WorkloadId } from '../../../types';
2
2
  export type FormData = AllClusterSnapshots['clusters'];
3
3
  export interface Filters {
4
4
  showOnlySelected: boolean;
@@ -1,4 +1,4 @@
1
- import { type NamespaceSnapshot, type WorkloadSnapshot } from '@/types';
1
+ import { type NamespaceSnapshot, type WorkloadSnapshot } from '../../../types';
2
2
  import type { Filters } from './types';
3
3
  export declare const ENTERPRISE_ONLY_KINDS: Set<string>;
4
4
  export interface NamespaceState {
@@ -1,5 +1,5 @@
1
1
  import { Dispatch, SetStateAction } from 'react';
2
- import { WideDrawerProps } from '@/snippets/_v2';
2
+ import { WideDrawerProps } from '../../../../snippets';
3
3
  import type { Filters, FormData, HandleSelectAllFunc, HandleSourceChangeFunc, SelectedArea } from '../types';
4
4
  export interface WorkloadsColumnProps {
5
5
  formData: FormData;
@@ -0,0 +1,15 @@
1
+ import { type FC } from 'react';
2
+ import { type CloudConnectorCreateInput, type CloudConnectorCreateResult } from '../../../types';
3
+ import { type HeaderProps } from '../../../components/drawer/header';
4
+ export declare enum CloudConnectorStep {
5
+ SelectProvider = 1,
6
+ Config = 2,
7
+ Validate = 3
8
+ }
9
+ export interface CreateCloudConnectorDrawerProps {
10
+ onClose: HeaderProps['onClose'];
11
+ withOverlay?: boolean;
12
+ onCreateCloudConnector?: (input: CloudConnectorCreateInput) => Promise<CloudConnectorCreateResult>;
13
+ onCreated?: (connectorId: string) => void;
14
+ }
15
+ export declare const CreateCloudConnectorDrawer: FC<CreateCloudConnectorDrawerProps>;
@@ -0,0 +1,9 @@
1
+ import { type FC } from 'react';
2
+ import type { CloudConnectorProvider } from '../../../../../types';
3
+ import type { CloudConnectorCapabilities } from '../../../../../contexts';
4
+ export interface CustomResourceTableProps {
5
+ provider?: CloudConnectorProvider;
6
+ capabilities: CloudConnectorCapabilities;
7
+ onCapabilitiesChange: (next: CloudConnectorCapabilities) => void;
8
+ }
9
+ export declare const CustomResourceTable: FC<CustomResourceTableProps>;
@@ -0,0 +1,5 @@
1
+ import type { SVG } from '../../../../../types';
2
+ import { type CloudConnectorProvider } from '../../../../../types';
3
+ export declare const getProviderIcon: (provider: CloudConnectorProvider) => SVG;
4
+ export declare const getProviderCapabilitySummary: (provider: CloudConnectorProvider) => string;
5
+ export declare const getProviderLabel: (provider: CloudConnectorProvider) => string;
@@ -0,0 +1,2 @@
1
+ import { type FC } from 'react';
2
+ export declare const SelectProviderStep: FC;
@@ -0,0 +1,12 @@
1
+ import { type FC } from 'react';
2
+ import type { CloudConnectorProvider } from '../../../../../types';
3
+ import type { CloudConnectorCapabilities } from '../../../../../contexts';
4
+ import { CloudConnectorPermissionLevel } from './permissions';
5
+ export interface PermissionListProps {
6
+ provider?: CloudConnectorProvider;
7
+ selectedPermission: string;
8
+ onSelect: (permission: CloudConnectorPermissionLevel) => void;
9
+ capabilities: CloudConnectorCapabilities;
10
+ onCapabilitiesChange: (next: CloudConnectorCapabilities) => void;
11
+ }
12
+ export declare const PermissionList: FC<PermissionListProps>;
@@ -0,0 +1,25 @@
1
+ import type { CloudConnectorCapabilities } from '../../../../../contexts';
2
+ import { CloudConnectorFeatureKey, type CloudConnectorProvider, type CloudConnectorTestCapability } from '../../../../../types';
3
+ export declare enum CloudConnectorPermissionLevel {
4
+ DiscoveryOnly = "discovery-only",
5
+ DiscoveryInstrumentation = "discovery-instrumentation",
6
+ Custom = "custom"
7
+ }
8
+ export interface PermissionLevelOption {
9
+ id: CloudConnectorPermissionLevel;
10
+ title: string;
11
+ description: string;
12
+ featureKeys: CloudConnectorFeatureKey[];
13
+ }
14
+ export declare const PERMISSION_LEVELS: PermissionLevelOption[];
15
+ export interface CustomResourceRow {
16
+ typeName: string;
17
+ displayName: string;
18
+ discoveryPermissions: string[];
19
+ instrumentationPermissions?: string[];
20
+ }
21
+ export declare const getCustomResourceRows: (provider: CloudConnectorProvider | undefined) => CustomResourceRow[];
22
+ export declare const getRequiredPermissions: (provider: CloudConnectorProvider | undefined, level: CloudConnectorPermissionLevel) => string[];
23
+ export declare const getCustomRequiredPermissions: (provider: CloudConnectorProvider | undefined, capabilities: CloudConnectorCapabilities) => string[];
24
+ export declare const getSelectedCapabilities: (provider: CloudConnectorProvider | undefined, level: CloudConnectorPermissionLevel, customCapabilities: CloudConnectorCapabilities) => CloudConnectorTestCapability[];
25
+ export declare const getPolicyPreview: (provider: CloudConnectorProvider | undefined, level: CloudConnectorPermissionLevel, capabilities?: CloudConnectorCapabilities) => string;
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ export interface PolicyPreviewProps {
3
+ policy: string;
4
+ }
5
+ export declare const PolicyPreview: FC<PolicyPreviewProps>;
@@ -0,0 +1,8 @@
1
+ import { type FC } from 'react';
2
+ import type { CloudConnectorProvider } from '../../../../../types';
3
+ export interface ProviderListProps {
4
+ providers: CloudConnectorProvider[];
5
+ selectedProvider: string;
6
+ onSelect: (provider: string) => void;
7
+ }
8
+ export declare const ProviderList: FC<ProviderListProps>;
@@ -0,0 +1,6 @@
1
+ import { type FC } from 'react';
2
+ export interface CreateRoleSectionProps {
3
+ step: number;
4
+ setupMethod: string;
5
+ }
6
+ export declare const CreateRoleSection: FC<CreateRoleSectionProps>;
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ export interface EnterArnSectionProps {
3
+ step: number;
4
+ }
5
+ export declare const EnterArnSection: FC<EnterArnSectionProps>;
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ export interface SetupCredentialsStepProps {
3
+ onBack: () => void;
4
+ }
5
+ export declare const SetupCredentialsStep: FC<SetupCredentialsStepProps>;
@@ -0,0 +1,30 @@
1
+ import type { CloudConnectorField, CloudConnectorProvider } from '../../../../../types';
2
+ export declare enum CloudConnectorAuthMethod {
3
+ AssumeRole = "assume-role",
4
+ StaticKeys = "static-keys"
5
+ }
6
+ export declare enum CloudConnectorSetupMethod {
7
+ CloudFormation = "cloudformation",
8
+ Terraform = "terraform",
9
+ AwsCli = "aws-cli",
10
+ Manual = "manual"
11
+ }
12
+ export interface AuthMethodOption {
13
+ id: CloudConnectorAuthMethod;
14
+ label: string;
15
+ note: string;
16
+ }
17
+ export declare const AUTH_METHODS: AuthMethodOption[];
18
+ export interface SetupMethodOption {
19
+ id: CloudConnectorSetupMethod;
20
+ label: string;
21
+ }
22
+ export declare const SETUP_METHODS: SetupMethodOption[];
23
+ export interface IamRoleInstructions {
24
+ description: string;
25
+ steps: string[];
26
+ code: string;
27
+ }
28
+ export declare const IAM_ROLE_INSTRUCTIONS: Record<CloudConnectorSetupMethod, IamRoleInstructions>;
29
+ export declare const getIamRoleInstructions: (setupMethod: string) => IamRoleInstructions;
30
+ export declare const getCredentialFields: (provider: CloudConnectorProvider | undefined, authMethodId: string) => CloudConnectorField[];
@@ -0,0 +1,9 @@
1
+ import { type FC, type ReactNode } from 'react';
2
+ export interface SectionProps {
3
+ 'data-id'?: string;
4
+ step: number;
5
+ title: string;
6
+ description: string;
7
+ children?: ReactNode;
8
+ }
9
+ export declare const Section: FC<SectionProps>;
@@ -0,0 +1,8 @@
1
+ import { type FC } from 'react';
2
+ import { type CloudConnectorTestResult } from '../../../../../types';
3
+ export interface ValidateConnectionStepProps {
4
+ isTesting: boolean;
5
+ error?: string;
6
+ result?: CloudConnectorTestResult;
7
+ }
8
+ export declare const ValidateConnectionStep: FC<ValidateConnectionStepProps>;
@@ -1,5 +1,5 @@
1
- import { type DataCardProps } from '@/components/_v2';
2
- import { type Action, type ActionOption } from '@/types';
1
+ import { type DataCardProps } from '../../../components';
2
+ import { type Action, type ActionOption } from '../../../types';
3
3
  /**
4
4
  * Build the items shown in the view-mode `DataCard` (Type, Status, Signals, Name, Notes).
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { type FC, type Dispatch, type SetStateAction } from 'react';
2
- import { type HeaderProps } from '@/components/_v2/drawer/header';
3
- import { type Connection } from '@/types';
2
+ import { type HeaderProps } from '../../../components/drawer/header';
3
+ import { type Connection } from '../../../types';
4
4
  export interface EditConfigDrawerProps {
5
5
  onClose: HeaderProps['onClose'];
6
6
  connections: Connection[];
@@ -1,5 +1,5 @@
1
- import { type DataCardProps } from '@/components/_v2';
2
- import { type Destination, type DestinationYamlProperties } from '@/types';
1
+ import { type DataCardProps } from '../../../components';
2
+ import { type Destination, type DestinationYamlProperties } from '../../../types';
3
3
  /**
4
4
  * Build the items shown in the view-mode `DataCard` (Type, Status, Monitors, Name).
5
5
  */
@@ -1,7 +1,7 @@
1
1
  import { type ReactNode } from 'react';
2
2
  import { DefaultTheme } from 'styled-components/dist/types';
3
- import { type DataCardProps } from '@/components/_v2';
4
- import { type InstrumentationRule, type InstrumentationRuleOption } from '@/types';
3
+ import { type DataCardProps } from '../../../components';
4
+ import { type InstrumentationRule, type InstrumentationRuleOption } from '../../../types';
5
5
  /**
6
6
  * Build the items shown in the view-mode `DataCard` (Type, Status, Name, Managed by Profile, Notes).
7
7
  */
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type DesiredConditionStatus, type K8sWorkloadPod } from '@/types';
2
+ import { type DesiredConditionStatus, type K8sWorkloadPod } from '../../../../types';
3
3
  export interface PodsHeaderProps {
4
4
  podsOdigosHealthStatus?: DesiredConditionStatus | null;
5
5
  pods?: K8sWorkloadPod[] | null;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type Workload } from '@/types';
2
+ import { type Workload } from '../../../../types';
3
3
  export interface DebugProps {
4
4
  source: Workload;
5
5
  }
@@ -0,0 +1,16 @@
1
+ import { type DataCardProps } from '../../../components';
2
+ import { type Workload } from '../../../types';
3
+ /**
4
+ * Build the items shown in the view-mode `Source Details` `DataCard`.
5
+ * Namespace is K8s-only; region is connector-only; kubectl is omitted for
6
+ * non-K8s platforms.
7
+ */
8
+ export declare const buildDataCard: (source: Workload, opts: {
9
+ isK8s?: boolean;
10
+ isConnector?: boolean;
11
+ } | boolean) => DataCardProps["items"];
12
+ /**
13
+ * Build the kubectl command that targets this source. Returns `null` for
14
+ * non-K8s sources (they don't have a workload to address with kubectl).
15
+ */
16
+ export declare const buildKubectlCommand: (source: Workload, isVmOrNonK8s: boolean) => string | null;
@@ -1,6 +1,6 @@
1
1
  import { type FC } from 'react';
2
2
  import { type SamplingProps } from './sampling';
3
- import { type WorkloadId } from '@/types';
3
+ import { type WorkloadId } from '../../../types';
4
4
  export interface EditSourceDrawerProps {
5
5
  onClose: () => void;
6
6
  sourceId: WorkloadId;
@@ -1,6 +1,6 @@
1
1
  import { type FC, type ReactNode } from 'react';
2
2
  import { Tabs } from './tabs';
3
- import type { K8sWorkloadPod, K8sWorkloadPodContainer, K8sWorkloadPodContainerProcess } from '@/types';
3
+ import type { K8sWorkloadPod, K8sWorkloadPodContainer, K8sWorkloadPodContainerProcess } from '../../../types';
4
4
  /**
5
5
  * A "jump to ..." destination within the drawer. Discriminated by `tab`: each variant carries
6
6
  * the additional fields needed to locate the deepest target inside that tab. The drawer
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type SourceFormData, ProgrammingLanguages } from '@/types';
2
+ import { type SourceFormData, ProgrammingLanguages } from '../../../../../types';
3
3
  type FormValues = Pick<SourceFormData, 'otelDistroName'>;
4
4
  export interface DistroOverrideProps {
5
5
  language: ProgrammingLanguages | null;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type Workload } from '@/types';
2
+ import { type Workload } from '../../../../../types';
3
3
  export interface ContainersCardProps {
4
4
  source: Workload;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type SourceFormData } from '@/types';
2
+ import { type SourceFormData } from '../../../../../types';
3
3
  type FormValues = Pick<SourceFormData, 'language' | 'version'>;
4
4
  export interface RuntimeOverrideProps {
5
5
  overridden: boolean;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type Workload } from '@/types';
2
+ import { type Workload } from '../../../../types';
3
3
  export interface HealthCardProps {
4
4
  source: Workload;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import type { Workload } from '@/types';
2
+ import type { Workload } from '../../../../types';
3
3
  export interface OverviewProps {
4
4
  source: Workload;
5
5
  onClickRollout: () => void;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import type { Workload } from '@/types';
2
+ import type { Workload } from '../../../../types';
3
3
  export interface MainCardProps {
4
4
  source: Workload;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import type { Workload } from '@/types';
2
+ import type { Workload } from '../../../../../types';
3
3
  export interface PodsCardProps {
4
4
  source: Workload;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type K8sWorkloadPod, type K8sWorkloadPodContainer } from '@/types';
2
+ import { type K8sWorkloadPod, type K8sWorkloadPodContainer } from '../../../../../../types';
3
3
  export interface ContainerRowProps {
4
4
  pod: K8sWorkloadPod;
5
5
  container: K8sWorkloadPodContainer;
@@ -1,4 +1,4 @@
1
- import { type K8sWorkloadPodContainerProcess } from '@/types';
1
+ import { type K8sWorkloadPodContainerProcess } from '../../../../../../types';
2
2
  /** Inner horizontal padding of the silver/800 (pod) and silver/750 (container) background cards. */
3
3
  export declare const SECTION_PADDING: {
4
4
  pod: number;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import type { K8sWorkloadPod } from '@/types';
2
+ import type { K8sWorkloadPod } from '../../../../../../types';
3
3
  export interface PodsListProps {
4
4
  pods?: K8sWorkloadPod[] | null;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type K8sWorkloadPod } from '@/types';
2
+ import { type K8sWorkloadPod } from '../../../../../../types';
3
3
  export interface PodRowProps {
4
4
  pod: K8sWorkloadPod;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type K8sWorkloadPod, type K8sWorkloadPodContainer, type K8sWorkloadPodContainerProcess } from '@/types';
2
+ import { type K8sWorkloadPod, type K8sWorkloadPodContainer, type K8sWorkloadPodContainerProcess } from '../../../../../../types';
3
3
  export interface ProcessRowProps {
4
4
  overrideProcessNum?: number;
5
5
  pod: K8sWorkloadPod;
@@ -1,7 +1,7 @@
1
1
  import { type FC } from 'react';
2
2
  import type { RowAction } from './types';
3
- import { type SVG } from '@/types';
4
- import { type BadgeForDesiredStatus } from '@/functions';
3
+ import { type SVG } from '../../../../../../types';
4
+ import { type BadgeForDesiredStatus } from '../../../../../../functions';
5
5
  export interface RowHeaderProps {
6
6
  chevron?: SVG;
7
7
  onClick?: () => void;
@@ -1,4 +1,4 @@
1
- import type { SVG } from '@/types';
1
+ import type { SVG } from '../../../../../../types';
2
2
  export interface RowAction {
3
3
  icon: SVG;
4
4
  onClick: () => void;
@@ -0,0 +1,12 @@
1
+ import { type FC } from 'react';
2
+ import { type Workload } from '../../../../types';
3
+ export interface RuntimeCardProps {
4
+ source: Workload;
5
+ }
6
+ /**
7
+ * Connector/VM counterpart to the K8s Containers card row: one instrumentation
8
+ * unit (the source itself) with runtime + instrumented badge and source-level
9
+ * runtime/distro overrides. Does not reuse ContainersCard — that component is
10
+ * scoped to per-container K8s overrides.
11
+ */
12
+ export declare const RuntimeCard: FC<RuntimeCardProps>;
@@ -1,5 +1,5 @@
1
1
  import { type FC } from 'react';
2
- import { type Workload } from '@/types';
2
+ import { type Workload } from '../../../../types';
3
3
  export interface StatusesCardProps {
4
4
  source: Workload;
5
5
  onClickRollout: () => void;