@odigos/ui-kit 0.0.2

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 (481) hide show
  1. package/.prettierrc +13 -0
  2. package/CHANGELOG.md +26 -0
  3. package/README.md +62 -0
  4. package/lib/components/auto-complete-input/auto-complete-input.stories.d.ts +9 -0
  5. package/lib/components/auto-complete-input/index.d.ts +19 -0
  6. package/lib/components/badge/badge.stories.d.ts +13 -0
  7. package/lib/components/badge/index.d.ts +11 -0
  8. package/lib/components/button/button.stories.d.ts +9 -0
  9. package/lib/components/button/index.d.ts +6 -0
  10. package/lib/components/cancel-warning/cancel-warning.stories.d.ts +9 -0
  11. package/lib/components/cancel-warning/index.d.ts +10 -0
  12. package/lib/components/checkbox/checkbox.stories.d.ts +9 -0
  13. package/lib/components/checkbox/index.d.ts +15 -0
  14. package/lib/components/code/code.stories.d.ts +9 -0
  15. package/lib/components/code/index.d.ts +10 -0
  16. package/lib/components/code/toggle-code-component/index.d.ts +7 -0
  17. package/lib/components/condition-details/condition-details.stories.d.ts +14 -0
  18. package/lib/components/condition-details/index.d.ts +10 -0
  19. package/lib/components/data-card/data-card-fields/index.d.ts +24 -0
  20. package/lib/components/data-card/data-card.stories.d.ts +10 -0
  21. package/lib/components/data-card/index.d.ts +12 -0
  22. package/lib/components/data-tab/data-tab.stories.d.ts +9 -0
  23. package/lib/components/data-tab/index.d.ts +28 -0
  24. package/lib/components/delete-warning/delete-warning.stories.d.ts +9 -0
  25. package/lib/components/delete-warning/index.d.ts +13 -0
  26. package/lib/components/describe-row/describe-row.stories.d.ts +9 -0
  27. package/lib/components/describe-row/index.d.ts +13 -0
  28. package/lib/components/divider/divider.stories.d.ts +9 -0
  29. package/lib/components/divider/index.d.ts +11 -0
  30. package/lib/components/docs-button/docs-button.stories.d.ts +9 -0
  31. package/lib/components/docs-button/index.d.ts +8 -0
  32. package/lib/components/drawer/drawer-footer/index.d.ts +13 -0
  33. package/lib/components/drawer/drawer-header/index.d.ts +22 -0
  34. package/lib/components/drawer/drawer.stories.d.ts +10 -0
  35. package/lib/components/drawer/index.d.ts +15 -0
  36. package/lib/components/dropdown/dropdown.stories.d.ts +9 -0
  37. package/lib/components/dropdown/index.d.ts +21 -0
  38. package/lib/components/extend-arrow/extend-arrow.stories.d.ts +9 -0
  39. package/lib/components/extend-arrow/index.d.ts +8 -0
  40. package/lib/components/fade-loader/fade-loader.stories.d.ts +9 -0
  41. package/lib/components/fade-loader/helpers/animation.d.ts +1 -0
  42. package/lib/components/fade-loader/helpers/unitConverter.d.ts +22 -0
  43. package/lib/components/fade-loader/index.d.ts +10 -0
  44. package/lib/components/field-error/field-error.stories.d.ts +9 -0
  45. package/lib/components/field-error/index.d.ts +5 -0
  46. package/lib/components/field-label/field-label.stories.d.ts +9 -0
  47. package/lib/components/field-label/index.d.ts +9 -0
  48. package/lib/components/header/header.stories.d.ts +9 -0
  49. package/lib/components/header/index.d.ts +8 -0
  50. package/lib/components/icon-button/icon-button.stories.d.ts +9 -0
  51. package/lib/components/icon-button/index.d.ts +10 -0
  52. package/lib/components/icon-group/icon-group.stories.d.ts +14 -0
  53. package/lib/components/icon-group/index.d.ts +11 -0
  54. package/lib/components/icon-title-badge/icon-title-badge.stories.d.ts +9 -0
  55. package/lib/components/icon-title-badge/index.d.ts +10 -0
  56. package/lib/components/icon-wrapped/icon-wrapped.stories.d.ts +10 -0
  57. package/lib/components/icon-wrapped/index.d.ts +11 -0
  58. package/lib/components/icons-nav/icons-nav.stories.d.ts +9 -0
  59. package/lib/components/icons-nav/index.d.ts +17 -0
  60. package/lib/components/image-controlled/image-controlled.stories.d.ts +9 -0
  61. package/lib/components/image-controlled/index.d.ts +8 -0
  62. package/lib/components/index.d.ts +48 -0
  63. package/lib/components/input/index.d.ts +14 -0
  64. package/lib/components/input/input.stories.d.ts +9 -0
  65. package/lib/components/input-list/index.d.ts +13 -0
  66. package/lib/components/input-list/input-list.stories.d.ts +9 -0
  67. package/lib/components/input-table/index.d.ts +20 -0
  68. package/lib/components/input-table/input-table.stories.d.ts +9 -0
  69. package/lib/components/interactive-table/index.d.ts +26 -0
  70. package/lib/components/interactive-table/interactive-table.stories.d.ts +12 -0
  71. package/lib/components/interactive-table/row.d.ts +13 -0
  72. package/lib/components/key-value-input-list/index.d.ts +16 -0
  73. package/lib/components/key-value-input-list/key-value-input-list.stories.d.ts +9 -0
  74. package/lib/components/modal/index.d.ts +14 -0
  75. package/lib/components/modal/modal.stories.d.ts +9 -0
  76. package/lib/components/monitors-checkboxes/index.d.ts +13 -0
  77. package/lib/components/monitors-checkboxes/monitors-checkboxes.stories.d.ts +9 -0
  78. package/lib/components/monitors-icons/index.d.ts +11 -0
  79. package/lib/components/monitors-icons/monitors-icons.stories.d.ts +9 -0
  80. package/lib/components/navigation-buttons/index.d.ts +16 -0
  81. package/lib/components/navigation-buttons/navigation-buttons.stories.d.ts +9 -0
  82. package/lib/components/no-data-found/index.d.ts +7 -0
  83. package/lib/components/no-data-found/no-data-found.stories.d.ts +9 -0
  84. package/lib/components/notification-note/index.d.ts +21 -0
  85. package/lib/components/notification-note/notification-note.stories.d.ts +10 -0
  86. package/lib/components/section-title/index.d.ts +12 -0
  87. package/lib/components/section-title/section-title.stories.d.ts +9 -0
  88. package/lib/components/segment/index.d.ts +15 -0
  89. package/lib/components/segment/segment.stories.d.ts +9 -0
  90. package/lib/components/skeleton-loader/index.d.ts +7 -0
  91. package/lib/components/skeleton-loader/skeleton-loader.stories.d.ts +9 -0
  92. package/lib/components/status/index.d.ts +14 -0
  93. package/lib/components/status/status.stories.d.ts +9 -0
  94. package/lib/components/stepper/index.d.ts +10 -0
  95. package/lib/components/stepper/stepper.stories.d.ts +9 -0
  96. package/lib/components/styled.d.ts +13 -0
  97. package/lib/components/text/index.d.ts +13 -0
  98. package/lib/components/text/text.stories.d.ts +9 -0
  99. package/lib/components/textarea/index.d.ts +8 -0
  100. package/lib/components/textarea/textarea.stories.d.ts +9 -0
  101. package/lib/components/toggle/index.d.ts +11 -0
  102. package/lib/components/toggle/toggle.stories.d.ts +9 -0
  103. package/lib/components/tooltip/index.d.ts +11 -0
  104. package/lib/components/tooltip/tooltip.stories.d.ts +9 -0
  105. package/lib/components/trace-loader/index.d.ts +6 -0
  106. package/lib/components/trace-loader/trace-loader.stories.d.ts +9 -0
  107. package/lib/components/warning-modal/index.d.ts +24 -0
  108. package/lib/components/warning-modal/warning-modal.stories.d.ts +9 -0
  109. package/lib/constants/actions/index.d.ts +2 -0
  110. package/lib/constants/index.d.ts +5 -0
  111. package/lib/constants/instrumentation-rules/index.d.ts +2 -0
  112. package/lib/constants/signals/index.d.ts +2 -0
  113. package/lib/constants/strings/index.d.ts +42 -0
  114. package/lib/constants/tokens/index.d.ts +1 -0
  115. package/lib/containers/action-drawer/action-drawer.stories.d.ts +9 -0
  116. package/lib/containers/action-drawer/build-card.d.ts +9 -0
  117. package/lib/containers/action-drawer/index.d.ts +8 -0
  118. package/lib/containers/action-form/action-form.stories.d.ts +9 -0
  119. package/lib/containers/action-form/custom-fields/add-cluster-info.d.ts +5 -0
  120. package/lib/containers/action-form/custom-fields/delete-attributes.d.ts +5 -0
  121. package/lib/containers/action-form/custom-fields/error-sampler.d.ts +5 -0
  122. package/lib/containers/action-form/custom-fields/index.d.ts +7 -0
  123. package/lib/containers/action-form/custom-fields/k8s-attributes.d.ts +5 -0
  124. package/lib/containers/action-form/custom-fields/latency-sampler.d.ts +5 -0
  125. package/lib/containers/action-form/custom-fields/pii-masking.d.ts +5 -0
  126. package/lib/containers/action-form/custom-fields/probabilistic-sampler.d.ts +5 -0
  127. package/lib/containers/action-form/custom-fields/rename-attributes.d.ts +5 -0
  128. package/lib/containers/action-form/index.d.ts +11 -0
  129. package/lib/containers/action-modal/action-modal.stories.d.ts +9 -0
  130. package/lib/containers/action-modal/index.d.ts +7 -0
  131. package/lib/containers/action-table/action-table.stories.d.ts +9 -0
  132. package/lib/containers/action-table/build-spec-cell.d.ts +3 -0
  133. package/lib/containers/action-table/index.d.ts +7 -0
  134. package/lib/containers/await-pipeline/await-pipeline.stories.d.ts +9 -0
  135. package/lib/containers/await-pipeline/index.d.ts +5 -0
  136. package/lib/containers/compute-platform-select/compute-platform-select.stories.d.ts +9 -0
  137. package/lib/containers/compute-platform-select/index.d.ts +10 -0
  138. package/lib/containers/compute-platforms/compute-platforms.stories.d.ts +9 -0
  139. package/lib/containers/compute-platforms/index.d.ts +8 -0
  140. package/lib/containers/compute-platforms-actions-menu/compute-platforms-actions-menu.stories.d.ts +9 -0
  141. package/lib/containers/compute-platforms-actions-menu/index.d.ts +7 -0
  142. package/lib/containers/data-flow/data-flow.stories.d.ts +9 -0
  143. package/lib/containers/data-flow/edges/labeled-edge.d.ts +10 -0
  144. package/lib/containers/data-flow/flow.d.ts +11 -0
  145. package/lib/containers/data-flow/helpers/build-action-nodes.d.ts +11 -0
  146. package/lib/containers/data-flow/helpers/build-destination-nodes.d.ts +11 -0
  147. package/lib/containers/data-flow/helpers/build-edges.d.ts +11 -0
  148. package/lib/containers/data-flow/helpers/build-rule-nodes.d.ts +11 -0
  149. package/lib/containers/data-flow/helpers/build-source-nodes.d.ts +17 -0
  150. package/lib/containers/data-flow/helpers/get-main-container-language.d.ts +2 -0
  151. package/lib/containers/data-flow/helpers/get-node-positions.d.ts +10 -0
  152. package/lib/containers/data-flow/helpers/node-config.d.ts +6 -0
  153. package/lib/containers/data-flow/index.d.ts +8 -0
  154. package/lib/containers/data-flow/nodes/add-node.d.ts +11 -0
  155. package/lib/containers/data-flow/nodes/base-node.d.ts +21 -0
  156. package/lib/containers/data-flow/nodes/edged-node.d.ts +9 -0
  157. package/lib/containers/data-flow/nodes/frame-node.d.ts +9 -0
  158. package/lib/containers/data-flow/nodes/header-node.d.ts +13 -0
  159. package/lib/containers/data-flow/nodes/scroll-node.d.ts +26 -0
  160. package/lib/containers/data-flow/nodes/skeleton-node.d.ts +8 -0
  161. package/lib/containers/data-flow-actions-menu/add-entity/index.d.ts +5 -0
  162. package/lib/containers/data-flow-actions-menu/data-flow.stories.d.ts +11 -0
  163. package/lib/containers/data-flow-actions-menu/filters/index.d.ts +10 -0
  164. package/lib/containers/data-flow-actions-menu/index.d.ts +10 -0
  165. package/lib/containers/data-flow-actions-menu/search/index.d.ts +5 -0
  166. package/lib/containers/data-flow-actions-menu/search/recent-searches/index.d.ts +2 -0
  167. package/lib/containers/data-flow-actions-menu/search/search-results/builder.d.ts +25 -0
  168. package/lib/containers/data-flow-actions-menu/search/search-results/index.d.ts +7 -0
  169. package/lib/containers/data-flow-actions-menu/selection-button/index.d.ts +17 -0
  170. package/lib/containers/data-flow-actions-menu/styled.d.ts +2 -0
  171. package/lib/containers/destination-drawer/build-card.d.ts +9 -0
  172. package/lib/containers/destination-drawer/destination-drawer.stories.d.ts +9 -0
  173. package/lib/containers/destination-drawer/index.d.ts +13 -0
  174. package/lib/containers/destination-form/destination-form.stories.d.ts +9 -0
  175. package/lib/containers/destination-form/dynamic-fields/index.d.ts +9 -0
  176. package/lib/containers/destination-form/index.d.ts +18 -0
  177. package/lib/containers/destination-form/test-connection/index.d.ts +17 -0
  178. package/lib/containers/destination-modal/choose-destination/destinations-list/index.d.ts +8 -0
  179. package/lib/containers/destination-modal/choose-destination/index.d.ts +11 -0
  180. package/lib/containers/destination-modal/choose-destination/potential-destinations-list/index.d.ts +8 -0
  181. package/lib/containers/destination-modal/destination-modal.stories.d.ts +9 -0
  182. package/lib/containers/destination-modal/index.d.ts +14 -0
  183. package/lib/containers/destination-selection-form/configured-list/index.d.ts +5 -0
  184. package/lib/containers/destination-selection-form/destination-selection-form.stories.d.ts +9 -0
  185. package/lib/containers/destination-selection-form/index.d.ts +16 -0
  186. package/lib/containers/destination-table/destination-table.stories.d.ts +9 -0
  187. package/lib/containers/destination-table/index.d.ts +9 -0
  188. package/lib/containers/dropdowns/connection-status-dropdown/connection-status-dropdown.stories.d.ts +9 -0
  189. package/lib/containers/dropdowns/connection-status-dropdown/index.d.ts +15 -0
  190. package/lib/containers/dropdowns/error-dropdown/error-dropdown.stories.d.ts +9 -0
  191. package/lib/containers/dropdowns/error-dropdown/index.d.ts +14 -0
  192. package/lib/containers/dropdowns/index.d.ts +7 -0
  193. package/lib/containers/dropdowns/kind-dropdown/error-dropdown.stories.d.ts +9 -0
  194. package/lib/containers/dropdowns/kind-dropdown/index.d.ts +13 -0
  195. package/lib/containers/dropdowns/language-dropdown/index.d.ts +13 -0
  196. package/lib/containers/dropdowns/language-dropdown/language-dropdown.stories.d.ts +9 -0
  197. package/lib/containers/dropdowns/monitor-dropdown/index.d.ts +13 -0
  198. package/lib/containers/dropdowns/monitor-dropdown/monitor-dropdown.stories.d.ts +9 -0
  199. package/lib/containers/dropdowns/namespace-dropdown/index.d.ts +16 -0
  200. package/lib/containers/dropdowns/namespace-dropdown/namespace-dropdown.stories.d.ts +9 -0
  201. package/lib/containers/dropdowns/platform-types-dropdown/index.d.ts +15 -0
  202. package/lib/containers/dropdowns/platform-types-dropdown/platform-types-dropdown.stories.d.ts +9 -0
  203. package/lib/containers/index.d.ts +33 -0
  204. package/lib/containers/instrumentation-rule-drawer/build-card.d.ts +9 -0
  205. package/lib/containers/instrumentation-rule-drawer/index.d.ts +8 -0
  206. package/lib/containers/instrumentation-rule-drawer/instrumentation-rule-drawer.stories.d.ts +9 -0
  207. package/lib/containers/instrumentation-rule-form/custom-fields/code-attributes.d.ts +5 -0
  208. package/lib/containers/instrumentation-rule-form/custom-fields/index.d.ts +7 -0
  209. package/lib/containers/instrumentation-rule-form/custom-fields/payload-collection.d.ts +5 -0
  210. package/lib/containers/instrumentation-rule-form/index.d.ts +11 -0
  211. package/lib/containers/instrumentation-rule-form/instrumentation-rule-form.stories.d.ts +9 -0
  212. package/lib/containers/instrumentation-rule-modal/index.d.ts +8 -0
  213. package/lib/containers/instrumentation-rule-modal/instrumentation-rule-modal.stories.d.ts +9 -0
  214. package/lib/containers/instrumentation-rule-table/build-spec-cell.d.ts +3 -0
  215. package/lib/containers/instrumentation-rule-table/index.d.ts +7 -0
  216. package/lib/containers/instrumentation-rule-table/instrumentation-rule-table.stories.d.ts +9 -0
  217. package/lib/containers/multi-source-control/index.d.ts +8 -0
  218. package/lib/containers/multi-source-control/multi-source-control.stories.d.ts +9 -0
  219. package/lib/containers/notification-manager/index.d.ts +5 -0
  220. package/lib/containers/notification-manager/notification-manager.stories.d.ts +9 -0
  221. package/lib/containers/overview-drawer/index.d.ts +20 -0
  222. package/lib/containers/overview-drawer/overview-drawer.stories.d.ts +9 -0
  223. package/lib/containers/side-nav/index.d.ts +16 -0
  224. package/lib/containers/side-nav/side-nav.stories.d.ts +9 -0
  225. package/lib/containers/slack-invite/index.d.ts +5 -0
  226. package/lib/containers/slack-invite/slack-invite.stories.d.ts +9 -0
  227. package/lib/containers/source-drawer/build-card.d.ts +8 -0
  228. package/lib/containers/source-drawer/describe/index.d.ts +14 -0
  229. package/lib/containers/source-drawer/index.d.ts +15 -0
  230. package/lib/containers/source-drawer/source-drawer.stories.d.ts +9 -0
  231. package/lib/containers/source-form/index.d.ts +8 -0
  232. package/lib/containers/source-form/source-form.stories.d.ts +9 -0
  233. package/lib/containers/source-modal/index.d.ts +14 -0
  234. package/lib/containers/source-modal/source-modal.stories.d.ts +9 -0
  235. package/lib/containers/source-selection-form/fast/controls/index.d.ts +7 -0
  236. package/lib/containers/source-selection-form/fast/index.d.ts +7 -0
  237. package/lib/containers/source-selection-form/fast/list/index.d.ts +10 -0
  238. package/lib/containers/source-selection-form/index.d.ts +21 -0
  239. package/lib/containers/source-selection-form/simple/controls/index.d.ts +11 -0
  240. package/lib/containers/source-selection-form/simple/index.d.ts +7 -0
  241. package/lib/containers/source-selection-form/simple/list/index.d.ts +9 -0
  242. package/lib/containers/source-selection-form/source-selection-form.stories.d.ts +9 -0
  243. package/lib/containers/source-table/index.d.ts +9 -0
  244. package/lib/containers/source-table/source-table.stories.d.ts +9 -0
  245. package/lib/containers/system-overview/describe/index.d.ts +11 -0
  246. package/lib/containers/system-overview/index.d.ts +7 -0
  247. package/lib/containers/system-overview/system-overview.stories.d.ts +9 -0
  248. package/lib/containers/system-overview/tokens/expires-at.d.ts +6 -0
  249. package/lib/containers/system-overview/tokens/index.d.ts +8 -0
  250. package/lib/containers/system-overview/tokens/token-actions.d.ts +7 -0
  251. package/lib/containers/table-cell-conditions/index.d.ts +7 -0
  252. package/lib/containers/table-cell-conditions/table-cell-conditions.stories.d.ts +9 -0
  253. package/lib/containers/toast-list/index.d.ts +5 -0
  254. package/lib/containers/toast-list/toast-list.stories.d.ts +9 -0
  255. package/lib/containers/toggle-dark-mode/index.d.ts +5 -0
  256. package/lib/containers/toggle-dark-mode/toggle-dark-mode.stories.d.ts +9 -0
  257. package/lib/data/actions/index.d.ts +2 -0
  258. package/lib/data/describe/index.d.ts +3 -0
  259. package/lib/data/destinations/index.d.ts +4 -0
  260. package/lib/data/index.d.ts +7 -0
  261. package/lib/data/instrumentation-rules/index.d.ts +2 -0
  262. package/lib/data/namespaces/index.d.ts +2 -0
  263. package/lib/data/sources/index.d.ts +18 -0
  264. package/lib/data/tokens/index.d.ts +2 -0
  265. package/lib/functions/capitalize-first-letter/index.d.ts +1 -0
  266. package/lib/functions/clean-object-empty-strings-values/index.d.ts +1 -0
  267. package/lib/functions/compare-condition/index.d.ts +5 -0
  268. package/lib/functions/deep-clone/index.d.ts +1 -0
  269. package/lib/functions/derive-type-from-rule/index.d.ts +2 -0
  270. package/lib/functions/filter-actions/index.d.ts +3 -0
  271. package/lib/functions/filter-destinations/index.d.ts +3 -0
  272. package/lib/functions/filter-sources/index.d.ts +3 -0
  273. package/lib/functions/flatten-object-keys/index.d.ts +32 -0
  274. package/lib/functions/format-bytes/index.d.ts +1 -0
  275. package/lib/functions/get-action-icon/index.d.ts +2 -0
  276. package/lib/functions/get-conditions-booleans/index.d.ts +8 -0
  277. package/lib/functions/get-containers-counts/index.d.ts +2 -0
  278. package/lib/functions/get-containers-icons/index.d.ts +2 -0
  279. package/lib/functions/get-destination-icon/index.d.ts +1 -0
  280. package/lib/functions/get-entity-icon/index.d.ts +2 -0
  281. package/lib/functions/get-entity-id/index.d.ts +2 -0
  282. package/lib/functions/get-entity-label/index.d.ts +5 -0
  283. package/lib/functions/get-id-from-sse-target/index.d.ts +2 -0
  284. package/lib/functions/get-instrumentation-rule-icon/index.d.ts +2 -0
  285. package/lib/functions/get-metric-for-entity/index.d.ts +2 -0
  286. package/lib/functions/get-monitor-icon/index.d.ts +2 -0
  287. package/lib/functions/get-platform-icon/index.d.ts +2 -0
  288. package/lib/functions/get-platform-label/index.d.ts +2 -0
  289. package/lib/functions/get-programming-language-icon/index.d.ts +2 -0
  290. package/lib/functions/get-sse-target-from-id/index.d.ts +2 -0
  291. package/lib/functions/get-status-icon/index.d.ts +2 -0
  292. package/lib/functions/get-value-for-range/index.d.ts +1 -0
  293. package/lib/functions/get-workload-id/index.d.ts +2 -0
  294. package/lib/functions/index.d.ts +40 -0
  295. package/lib/functions/is-emtpy/index.d.ts +1 -0
  296. package/lib/functions/is-over-time/index.d.ts +1 -0
  297. package/lib/functions/is-time-elapsed/index.d.ts +1 -0
  298. package/lib/functions/map-conditions/index.d.ts +2 -0
  299. package/lib/functions/parse-json-string-to-pretty-string/index.d.ts +1 -0
  300. package/lib/functions/remove-empty-values-from-object/index.d.ts +1 -0
  301. package/lib/functions/safe-json-parse/index.d.ts +1 -0
  302. package/lib/functions/safe-json-stringify/index.d.ts +1 -0
  303. package/lib/functions/sleep/index.d.ts +1 -0
  304. package/lib/functions/split-camel-string/index.d.ts +1 -0
  305. package/lib/functions/stringify-non-string-values/index.d.ts +1 -0
  306. package/lib/hooks/index.d.ts +14 -0
  307. package/lib/hooks/useActionFormData.d.ts +12 -0
  308. package/lib/hooks/useClickNode.d.ts +6 -0
  309. package/lib/hooks/useClickNotification.d.ts +7 -0
  310. package/lib/hooks/useContainerSize.d.ts +6 -0
  311. package/lib/hooks/useCopy.d.ts +6 -0
  312. package/lib/hooks/useDestinationFormData.d.ts +21 -0
  313. package/lib/hooks/useGenericForm.d.ts +7 -0
  314. package/lib/hooks/useInstrumentationRuleFormData.d.ts +12 -0
  315. package/lib/hooks/useKeyDown.d.ts +11 -0
  316. package/lib/hooks/useOnClickOutside.d.ts +3 -0
  317. package/lib/hooks/useSourceFormData.d.ts +12 -0
  318. package/lib/hooks/useSourceSelectionFormData.d.ts +34 -0
  319. package/lib/hooks/useTimeAgo.d.ts +3 -0
  320. package/lib/hooks/useTransition.d.ts +14 -0
  321. package/lib/icons/actions/add-cluster-info-icon/add-cluster-info-icon.stories.d.ts +8 -0
  322. package/lib/icons/actions/add-cluster-info-icon/index.d.ts +2 -0
  323. package/lib/icons/actions/delete-attribute-icon/delete-attribute-icon.stories.d.ts +8 -0
  324. package/lib/icons/actions/delete-attribute-icon/index.d.ts +2 -0
  325. package/lib/icons/actions/index.d.ts +5 -0
  326. package/lib/icons/actions/pii-masking-icon/index.d.ts +2 -0
  327. package/lib/icons/actions/pii-masking-icon/pii-masking-icon.stories.d.ts +8 -0
  328. package/lib/icons/actions/rename-attribute-icon/index.d.ts +2 -0
  329. package/lib/icons/actions/rename-attribute-icon/rename-attribute-icon.stories.d.ts +8 -0
  330. package/lib/icons/actions/sampler-icon/index.d.ts +2 -0
  331. package/lib/icons/actions/sampler-icon/sampler-icon.stories.d.ts +8 -0
  332. package/lib/icons/brand/index.d.ts +2 -0
  333. package/lib/icons/brand/odigos-logo/index.d.ts +2 -0
  334. package/lib/icons/brand/odigos-logo/odigos-logo.stories.d.ts +8 -0
  335. package/lib/icons/brand/odigos-logo-text/index.d.ts +2 -0
  336. package/lib/icons/brand/odigos-logo-text/odigos-logo-text.stories.d.ts +8 -0
  337. package/lib/icons/common/arrow-icon/arrow-icon.stories.d.ts +8 -0
  338. package/lib/icons/common/arrow-icon/index.d.ts +2 -0
  339. package/lib/icons/common/code-brackets-icon/code-brackets-icon.stories.d.ts +8 -0
  340. package/lib/icons/common/code-brackets-icon/index.d.ts +2 -0
  341. package/lib/icons/common/code-icon/code-icon.stories.d.ts +8 -0
  342. package/lib/icons/common/code-icon/index.d.ts +2 -0
  343. package/lib/icons/common/command-icon/command-icon.stories.d.ts +8 -0
  344. package/lib/icons/common/command-icon/index.d.ts +2 -0
  345. package/lib/icons/common/copy-icon/copy-icon.stories.d.ts +8 -0
  346. package/lib/icons/common/copy-icon/index.d.ts +2 -0
  347. package/lib/icons/common/edit-icon/edit-icon.stories.d.ts +8 -0
  348. package/lib/icons/common/edit-icon/index.d.ts +2 -0
  349. package/lib/icons/common/extend-arrow-icon/extend-arrow-icon.stories.d.ts +8 -0
  350. package/lib/icons/common/extend-arrow-icon/index.d.ts +2 -0
  351. package/lib/icons/common/filter-icon/filter-icon.stories.d.ts +8 -0
  352. package/lib/icons/common/filter-icon/index.d.ts +2 -0
  353. package/lib/icons/common/folder-icon/folder-icon.stories.d.ts +8 -0
  354. package/lib/icons/common/folder-icon/index.d.ts +2 -0
  355. package/lib/icons/common/index.d.ts +19 -0
  356. package/lib/icons/common/key-icon/index.d.ts +2 -0
  357. package/lib/icons/common/key-icon/key-icon.stories.d.ts +8 -0
  358. package/lib/icons/common/list-icon/index.d.ts +2 -0
  359. package/lib/icons/common/list-icon/list-icon.stories.d.ts +8 -0
  360. package/lib/icons/common/no-data-icon/index.d.ts +2 -0
  361. package/lib/icons/common/no-data-icon/no-data-icon.stories.d.ts +8 -0
  362. package/lib/icons/common/notebook-icon/index.d.ts +2 -0
  363. package/lib/icons/common/notebook-icon/notebook-icon.stories.d.ts +8 -0
  364. package/lib/icons/common/notification-icon/index.d.ts +2 -0
  365. package/lib/icons/common/notification-icon/notification-icon.stories.d.ts +8 -0
  366. package/lib/icons/common/search-icon/index.d.ts +2 -0
  367. package/lib/icons/common/search-icon/search-icon.stories.d.ts +8 -0
  368. package/lib/icons/common/sort-arrows-icon/index.d.ts +2 -0
  369. package/lib/icons/common/sort-arrows-icon/sort-arrows-icon.stories.d.ts +8 -0
  370. package/lib/icons/common/terminal-icon/index.d.ts +2 -0
  371. package/lib/icons/common/terminal-icon/terminal-icon.stories.d.ts +8 -0
  372. package/lib/icons/common/trash-icon/index.d.ts +2 -0
  373. package/lib/icons/common/trash-icon/trash-icon.stories.d.ts +8 -0
  374. package/lib/icons/common/x-icon/index.d.ts +2 -0
  375. package/lib/icons/common/x-icon/x-icon.stories.d.ts +8 -0
  376. package/lib/icons/compute-platform/index.d.ts +2 -0
  377. package/lib/icons/compute-platform/k8s-logo/index.d.ts +2 -0
  378. package/lib/icons/compute-platform/k8s-logo/k8s-logo.stories.d.ts +8 -0
  379. package/lib/icons/compute-platform/vm-logo/index.d.ts +2 -0
  380. package/lib/icons/compute-platform/vm-logo/vm-logo.stories.d.ts +8 -0
  381. package/lib/icons/index.d.ts +11 -0
  382. package/lib/icons/instrumentation-rules/code-attributes-icon/code-attributes-icon.stories.d.ts +8 -0
  383. package/lib/icons/instrumentation-rules/code-attributes-icon/index.d.ts +2 -0
  384. package/lib/icons/instrumentation-rules/index.d.ts +2 -0
  385. package/lib/icons/instrumentation-rules/payload-collection-icon/index.d.ts +2 -0
  386. package/lib/icons/instrumentation-rules/payload-collection-icon/payload-collection-icon.stories.d.ts +8 -0
  387. package/lib/icons/math/index.d.ts +2 -0
  388. package/lib/icons/math/minus-icon/index.d.ts +2 -0
  389. package/lib/icons/math/minus-icon/minus-icon.stories.d.ts +8 -0
  390. package/lib/icons/math/plus-icon/index.d.ts +2 -0
  391. package/lib/icons/math/plus-icon/plus-icon.stories.d.ts +8 -0
  392. package/lib/icons/monitors/index.d.ts +3 -0
  393. package/lib/icons/monitors/logs-icon/index.d.ts +2 -0
  394. package/lib/icons/monitors/logs-icon/logs-icon.stories.d.ts +8 -0
  395. package/lib/icons/monitors/metrics-icon/index.d.ts +2 -0
  396. package/lib/icons/monitors/metrics-icon/metrics-icon.stories.d.ts +8 -0
  397. package/lib/icons/monitors/traces-icon/index.d.ts +2 -0
  398. package/lib/icons/monitors/traces-icon/traces-icon.stories.d.ts +8 -0
  399. package/lib/icons/on-off/eye-closed-icon/eye-closed-icon.stories.d.ts +8 -0
  400. package/lib/icons/on-off/eye-closed-icon/index.d.ts +2 -0
  401. package/lib/icons/on-off/eye-open-icon/eye-open-icon.stories.d.ts +8 -0
  402. package/lib/icons/on-off/eye-open-icon/index.d.ts +2 -0
  403. package/lib/icons/on-off/index.d.ts +6 -0
  404. package/lib/icons/on-off/light-off-icon/index.d.ts +2 -0
  405. package/lib/icons/on-off/light-off-icon/light-off-icon.stories.d.ts +8 -0
  406. package/lib/icons/on-off/light-on-icon/index.d.ts +2 -0
  407. package/lib/icons/on-off/light-on-icon/light-on-icon.stories.d.ts +8 -0
  408. package/lib/icons/on-off/moon-icon/index.d.ts +2 -0
  409. package/lib/icons/on-off/moon-icon/moon-icon.stories.d.ts +8 -0
  410. package/lib/icons/on-off/sun-icon/index.d.ts +2 -0
  411. package/lib/icons/on-off/sun-icon/sun-icon.stories.d.ts +8 -0
  412. package/lib/icons/overview/actions-icon/actions-icon.stories.d.ts +8 -0
  413. package/lib/icons/overview/actions-icon/index.d.ts +2 -0
  414. package/lib/icons/overview/destinations-icon/destinations-icon.stories.d.ts +8 -0
  415. package/lib/icons/overview/destinations-icon/index.d.ts +2 -0
  416. package/lib/icons/overview/index.d.ts +7 -0
  417. package/lib/icons/overview/overview-icon/index.d.ts +2 -0
  418. package/lib/icons/overview/overview-icon/overview-icon.stories.d.ts +8 -0
  419. package/lib/icons/overview/rules-icon/index.d.ts +2 -0
  420. package/lib/icons/overview/rules-icon/rules-icon.stories.d.ts +8 -0
  421. package/lib/icons/overview/service-map-icon/index.d.ts +2 -0
  422. package/lib/icons/overview/service-map-icon/service-map-icon.stories.d.ts +8 -0
  423. package/lib/icons/overview/sources-icon/index.d.ts +2 -0
  424. package/lib/icons/overview/sources-icon/sources-icon.stories.d.ts +8 -0
  425. package/lib/icons/overview/trace-view-icon/index.d.ts +2 -0
  426. package/lib/icons/overview/trace-view-icon/trace-view-icon.stories.d.ts +8 -0
  427. package/lib/icons/social/index.d.ts +1 -0
  428. package/lib/icons/social/slack-logo/index.d.ts +2 -0
  429. package/lib/icons/social/slack-logo/slack-logo.stories.d.ts +8 -0
  430. package/lib/icons/status/check-circled-icon/check-circled-icon.stories.d.ts +8 -0
  431. package/lib/icons/status/check-circled-icon/index.d.ts +2 -0
  432. package/lib/icons/status/check-icon/check-icon.stories.d.ts +8 -0
  433. package/lib/icons/status/check-icon/index.d.ts +2 -0
  434. package/lib/icons/status/cross-circled-icon/cross-circled-icon.stories.d.ts +8 -0
  435. package/lib/icons/status/cross-circled-icon/index.d.ts +2 -0
  436. package/lib/icons/status/cross-icon/cross-icon.stories.d.ts +8 -0
  437. package/lib/icons/status/cross-icon/index.d.ts +2 -0
  438. package/lib/icons/status/error-round-icon/error-round-icon.stories.d.ts +8 -0
  439. package/lib/icons/status/error-round-icon/index.d.ts +2 -0
  440. package/lib/icons/status/error-triangle-icon/error-triangle-icon.stories.d.ts +8 -0
  441. package/lib/icons/status/error-triangle-icon/index.d.ts +2 -0
  442. package/lib/icons/status/index.d.ts +8 -0
  443. package/lib/icons/status/info-icon/index.d.ts +2 -0
  444. package/lib/icons/status/info-icon/info-icon.stories.d.ts +8 -0
  445. package/lib/icons/status/warning-triangle-icon/index.d.ts +2 -0
  446. package/lib/icons/status/warning-triangle-icon/warning-triangle-icon.stories.d.ts +8 -0
  447. package/lib/index.d.ts +9 -0
  448. package/lib/index.esm.js +53989 -0
  449. package/lib/index.esm.js.map +1 -0
  450. package/lib/index.js +54212 -0
  451. package/lib/index.js.map +1 -0
  452. package/lib/store/index.d.ts +10 -0
  453. package/lib/store/useDarkMode.d.ts +17 -0
  454. package/lib/store/useDrawerStore.d.ts +11 -0
  455. package/lib/store/useEntityStore.d.ts +21 -0
  456. package/lib/store/useFilterStore.d.ts +37 -0
  457. package/lib/store/useInstrumentStore.d.ts +13 -0
  458. package/lib/store/useModalStore.d.ts +6 -0
  459. package/lib/store/useNotificationStore.d.ts +12 -0
  460. package/lib/store/usePendingStore.d.ts +14 -0
  461. package/lib/store/useSelectedStore.d.ts +12 -0
  462. package/lib/store/useSetupStore.d.ts +46 -0
  463. package/lib/theme/animations/index.d.ts +22 -0
  464. package/lib/theme/index.d.ts +13 -0
  465. package/lib/theme/opacity/index.d.ts +103 -0
  466. package/lib/theme/palletes/index.d.ts +105 -0
  467. package/lib/theme/provider/index.d.ts +3 -0
  468. package/lib/types/actions/index.d.ts +80 -0
  469. package/lib/types/common/index.d.ts +126 -0
  470. package/lib/types/compute-platform/index.d.ts +7 -0
  471. package/lib/types/data-flow/index.d.ts +18 -0
  472. package/lib/types/describe/index.d.ts +98 -0
  473. package/lib/types/destinations/index.d.ts +80 -0
  474. package/lib/types/index.d.ts +12 -0
  475. package/lib/types/instrumentation-rules/index.d.ts +74 -0
  476. package/lib/types/metrics/index.d.ts +10 -0
  477. package/lib/types/namespaces/index.d.ts +6 -0
  478. package/lib/types/signals/index.d.ts +9 -0
  479. package/lib/types/sources/index.d.ts +33 -0
  480. package/lib/types/tokens/index.d.ts +6 -0
  481. package/package.json +127 -0
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type SkeletonLoaderProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<SkeletonLoaderProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<SkeletonLoaderProps>;
@@ -0,0 +1,14 @@
1
+ import { type FC } from 'react';
2
+ import { NOTIFICATION_TYPE, OTHER_STATUS } from '@/types';
3
+ interface StatusProps {
4
+ title?: string;
5
+ subtitle?: string;
6
+ size?: number;
7
+ family?: 'primary' | 'secondary';
8
+ status?: NOTIFICATION_TYPE | OTHER_STATUS.LOADING;
9
+ withIcon?: boolean;
10
+ withBorder?: boolean;
11
+ withBackground?: boolean;
12
+ }
13
+ declare const Status: FC<StatusProps>;
14
+ export { Status, type StatusProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type StatusProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<StatusProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<StatusProps>;
@@ -0,0 +1,10 @@
1
+ import { FC } from 'react';
2
+ interface StepperProps {
3
+ data: {
4
+ stepNumber: number;
5
+ title: string;
6
+ }[];
7
+ currentStep: number;
8
+ }
9
+ declare const Stepper: FC<StepperProps>;
10
+ export { Stepper, type StepperProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type StepperProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<StepperProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<StepperProps>;
@@ -0,0 +1,13 @@
1
+ export declare const FlexRow: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
2
+ $gap?: number;
3
+ }>> & string;
4
+ export declare const FlexColumn: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
5
+ $gap?: number;
6
+ }>> & string;
7
+ export declare const CenterThis: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$gap"> & {
8
+ $gap?: number;
9
+ }, never>> & string;
10
+ export declare const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
11
+ export declare const ModalBody: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
12
+ $isNotModal?: boolean;
13
+ }>> & string;
@@ -0,0 +1,13 @@
1
+ import { type DetailedHTMLProps, type FC, type HTMLAttributes, type ReactNode } from 'react';
2
+ interface TextProps extends DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement> {
3
+ children: ReactNode;
4
+ color?: string;
5
+ size?: number;
6
+ weight?: number;
7
+ align?: 'left' | 'center' | 'right';
8
+ family?: 'primary' | 'secondary';
9
+ opacity?: number;
10
+ decoration?: string;
11
+ }
12
+ declare const Text: FC<TextProps>;
13
+ export { Text, type TextProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type TextProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<TextProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<TextProps>;
@@ -0,0 +1,8 @@
1
+ import { type FC, type TextareaHTMLAttributes } from 'react';
2
+ interface TextAreaProps extends TextareaHTMLAttributes<HTMLTextAreaElement> {
3
+ errorMessage?: string;
4
+ title?: string;
5
+ tooltip?: string;
6
+ }
7
+ declare const TextArea: FC<TextAreaProps>;
8
+ export { TextArea, type TextAreaProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type TextAreaProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<TextAreaProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<TextAreaProps>;
@@ -0,0 +1,11 @@
1
+ import { type FC } from 'react';
2
+ interface ToggleProps {
3
+ title: string;
4
+ tooltip?: string;
5
+ initialValue?: boolean;
6
+ onChange?: (value: boolean) => void;
7
+ disabled?: boolean;
8
+ allowPropagation?: boolean;
9
+ }
10
+ declare const Toggle: FC<ToggleProps>;
11
+ export { Toggle, type ToggleProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type ToggleProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<ToggleProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<ToggleProps>;
@@ -0,0 +1,11 @@
1
+ import { type PropsWithChildren, type FC } from 'react';
2
+ import type { SVG } from '@/types';
3
+ interface TooltipProps extends PropsWithChildren {
4
+ withIcon?: boolean;
5
+ titleIcon?: SVG;
6
+ title?: string;
7
+ text?: string;
8
+ timestamp?: string | number | Date;
9
+ }
10
+ declare const Tooltip: FC<TooltipProps>;
11
+ export { Tooltip, type TooltipProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type TooltipProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<TooltipProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<TooltipProps>;
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ interface TraceLoaderProps {
3
+ width?: number;
4
+ }
5
+ declare const TraceLoader: React.FC<TraceLoaderProps>;
6
+ export { TraceLoader, type TraceLoaderProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type TraceLoaderProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<TraceLoaderProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<TraceLoaderProps>;
@@ -0,0 +1,24 @@
1
+ import { type FC } from 'react';
2
+ import { NOTIFICATION_TYPE } from '@/types';
3
+ import { type ButtonProps } from '../button';
4
+ interface ButtonParams {
5
+ text: string;
6
+ variant?: ButtonProps['variant'];
7
+ onClick: () => void;
8
+ }
9
+ interface WarningModalProps {
10
+ isOpen: boolean;
11
+ noOverlay?: boolean;
12
+ title: string;
13
+ description: string;
14
+ note?: {
15
+ type: NOTIFICATION_TYPE;
16
+ title: string;
17
+ message: string;
18
+ };
19
+ approveButton: ButtonParams;
20
+ denyButton: ButtonParams;
21
+ closeOnEscape?: boolean;
22
+ }
23
+ declare const WarningModal: FC<WarningModalProps>;
24
+ export { WarningModal, type WarningModalProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type WarningModalProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<WarningModalProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<WarningModalProps>;
@@ -0,0 +1,2 @@
1
+ import { type ActionOption } from '@/types';
2
+ export declare const ACTION_OPTIONS: ActionOption[];
@@ -0,0 +1,5 @@
1
+ export * from './actions';
2
+ export * from './instrumentation-rules';
3
+ export * from './signals';
4
+ export * from './strings';
5
+ export * from './tokens';
@@ -0,0 +1,2 @@
1
+ import { type InstrumentationRuleOption } from '@/types';
2
+ export declare const INSTRUMENTATION_RULE_OPTIONS: InstrumentationRuleOption[];
@@ -0,0 +1,2 @@
1
+ import { type MonitorsOption } from '@/types';
2
+ export declare const MONITORS_OPTIONS: MonitorsOption[];
@@ -0,0 +1,42 @@
1
+ export declare const FORM_ALERTS: {
2
+ REQUIRED_FIELDS: string;
3
+ FIELD_IS_REQUIRED: string;
4
+ FORBIDDEN: string;
5
+ ENTERPRISE_ONLY: (str?: string) => string;
6
+ CANNOT_EDIT_RULE: string;
7
+ CANNOT_DELETE_RULE: string;
8
+ LATENCY_HTTP_ROUTE: string;
9
+ READONLY_WARNING: string;
10
+ };
11
+ export declare const DISPLAY_TITLES: {
12
+ NAMESPACE: string;
13
+ NAME: string;
14
+ KIND: string;
15
+ ACTION: string;
16
+ ACTIONS: string;
17
+ ACTION_DETAILS: string;
18
+ INSTRUMENTATION_RULE: string;
19
+ INSTRUMENTATION_RULES: string;
20
+ INSTRUMENTATION_RULE_DETAILS: string;
21
+ DESTINATION: string;
22
+ DESTINATIONS: string;
23
+ DESTINATION_DETAILS: string;
24
+ SOURCE: string;
25
+ SOURCES: string;
26
+ SOURCE_DETAILS: string;
27
+ TYPE: string;
28
+ NOTES: string;
29
+ STATUS: string;
30
+ READONLY: string;
31
+ LANGUAGE: string;
32
+ MONITORS: string;
33
+ SIGNALS_FOR_PROCESSING: string;
34
+ MANAGED_BY_PROFILE: string;
35
+ API_TOKEN: string;
36
+ API_TOKENS: string;
37
+ DESCRIBE_ODIGOS: string;
38
+ DESCRIBE_SOURCE: string;
39
+ DETECTED_CONTAINERS: string;
40
+ DETECTED_CONTAINERS_DESCRIPTION: string;
41
+ CONTAINER_NAME: string;
42
+ };
@@ -0,0 +1 @@
1
+ export declare const TOKEN_ABOUT_TO_EXPIRE = 604800000;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type ActionDrawerProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<ActionDrawerProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<ActionDrawerProps>;
@@ -0,0 +1,9 @@
1
+ import { type Action } from '@/types';
2
+ import { DATA_CARD_FIELD_TYPES } from '@/components';
3
+ declare const buildCard: (action: Action) => {
4
+ type?: DATA_CARD_FIELD_TYPES;
5
+ title?: string;
6
+ tooltip?: string;
7
+ value?: string | Record<string, any>;
8
+ }[];
9
+ export { buildCard };
@@ -0,0 +1,8 @@
1
+ import { type FC } from 'react';
2
+ import { ACTION_TYPE, type ActionFormData } from '@/types';
3
+ interface ActionDrawerProps {
4
+ updateAction: (id: string, action: ActionFormData) => void;
5
+ deleteAction: (id: string, actionType: ACTION_TYPE) => void;
6
+ }
7
+ declare const ActionDrawer: FC<ActionDrawerProps>;
8
+ export { ActionDrawer, type ActionDrawerProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type ActionFormProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<ActionFormProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<ActionFormProps>;
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionFormData, CustomFieldProps } from '@/types';
3
+ type AddClusterInfoProps = CustomFieldProps<ActionFormData>;
4
+ declare const AddClusterInfo: FC<AddClusterInfoProps>;
5
+ export { AddClusterInfo, type AddClusterInfoProps };
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionFormData, CustomFieldProps } from '@/types';
3
+ type DeleteAttributesProps = CustomFieldProps<ActionFormData>;
4
+ declare const DeleteAttributes: FC<DeleteAttributesProps>;
5
+ export { DeleteAttributes, type DeleteAttributesProps };
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionFormData, CustomFieldProps } from '@/types';
3
+ type ErrorSamplerProps = CustomFieldProps<ActionFormData>;
4
+ declare const ErrorSampler: FC<ErrorSamplerProps>;
5
+ export { ErrorSampler, type ErrorSamplerProps };
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import { ACTION_TYPE, type ActionFormData, type CustomFieldProps } from '@/types';
3
+ interface CustomFieldsProps extends CustomFieldProps<ActionFormData> {
4
+ actionType?: ACTION_TYPE;
5
+ }
6
+ declare const CustomFields: React.FC<CustomFieldsProps>;
7
+ export { CustomFields, type CustomFieldsProps };
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionFormData, CustomFieldProps } from '@/types';
3
+ type K8sAttributesProps = CustomFieldProps<ActionFormData>;
4
+ declare const K8sAttributes: FC<K8sAttributesProps>;
5
+ export { K8sAttributes, type K8sAttributesProps };
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionFormData, CustomFieldProps } from '@/types';
3
+ type LatencySamplerProps = CustomFieldProps<ActionFormData>;
4
+ declare const LatencySampler: FC<LatencySamplerProps>;
5
+ export { LatencySampler, type LatencySamplerProps };
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionFormData, CustomFieldProps } from '@/types';
3
+ type PiiMaskingProps = CustomFieldProps<ActionFormData>;
4
+ declare const PiiMasking: FC<PiiMaskingProps>;
5
+ export { PiiMasking, type PiiMaskingProps };
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionFormData, CustomFieldProps } from '@/types';
3
+ type ProbabilisticSamplerProps = CustomFieldProps<ActionFormData>;
4
+ declare const ProbabilisticSampler: FC<ProbabilisticSamplerProps>;
5
+ export { ProbabilisticSampler, type ProbabilisticSamplerProps };
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionFormData, CustomFieldProps } from '@/types';
3
+ type RenameAttributesProps = CustomFieldProps<ActionFormData>;
4
+ declare const RenameAttributes: FC<RenameAttributesProps>;
5
+ export { RenameAttributes, type RenameAttributesProps };
@@ -0,0 +1,11 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionOption, ActionFormData } from '@/types';
3
+ interface ActionFormProps {
4
+ isUpdate?: boolean;
5
+ action: ActionOption;
6
+ formData: ActionFormData;
7
+ formErrors: Record<string, string>;
8
+ handleFormChange: (key: keyof ActionFormData, val: any) => void;
9
+ }
10
+ declare const ActionForm: FC<ActionFormProps>;
11
+ export { ActionForm, type ActionFormProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type ActionModalProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<ActionModalProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<ActionModalProps>;
@@ -0,0 +1,7 @@
1
+ import { type FC } from 'react';
2
+ import { type ActionFormData } from '@/types';
3
+ interface ActionModalProps {
4
+ createAction: (action: ActionFormData) => void;
5
+ }
6
+ declare const ActionModal: FC<ActionModalProps>;
7
+ export { ActionModal, type ActionModalProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type ActionTableProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<ActionTableProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<ActionTableProps>;
@@ -0,0 +1,3 @@
1
+ import { type Action } from '@/types';
2
+ declare const buildSpecCell: (action: Action) => string;
3
+ export { buildSpecCell };
@@ -0,0 +1,7 @@
1
+ import { type CSSProperties, type FC } from 'react';
2
+ interface ActionTableProps {
3
+ maxHeight?: CSSProperties['maxHeight'];
4
+ maxWidth?: CSSProperties['maxWidth'];
5
+ }
6
+ declare const ActionTable: FC<ActionTableProps>;
7
+ export { ActionTable, type ActionTableProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type AwaitPipelineProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<AwaitPipelineProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<AwaitPipelineProps>;
@@ -0,0 +1,5 @@
1
+ import { FC } from 'react';
2
+ interface AwaitPipelineProps {
3
+ }
4
+ declare const AwaitPipeline: FC<AwaitPipelineProps>;
5
+ export { AwaitPipeline, type AwaitPipelineProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type ComputePlatformSelectProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<ComputePlatformSelectProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<ComputePlatformSelectProps>;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { type Platform } from '@/types';
3
+ interface ComputePlatformSelectProps {
4
+ computePlatforms: Platform[];
5
+ selected?: Platform;
6
+ onSelect: (payload: Platform) => void;
7
+ onViewAll: () => void;
8
+ }
9
+ declare const ComputePlatformSelect: React.FC<ComputePlatformSelectProps>;
10
+ export { ComputePlatformSelect, type ComputePlatformSelectProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type ComputePlatformsProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<ComputePlatformsProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<ComputePlatformsProps>;
@@ -0,0 +1,8 @@
1
+ import { type FC } from 'react';
2
+ import { type Platform } from '@/types';
3
+ interface ComputePlatformsProps {
4
+ computePlatforms: Platform[];
5
+ onSelect: (payload: Platform) => void;
6
+ }
7
+ declare const ComputePlatforms: FC<ComputePlatformsProps>;
8
+ export { ComputePlatforms, type ComputePlatformsProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryFn } from '@storybook/react';
3
+ import { type ComputePlatformsActionsMenuProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<ComputePlatformsActionsMenuProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryFn<ComputePlatformsActionsMenuProps>;
@@ -0,0 +1,7 @@
1
+ import { type FC } from 'react';
2
+ import type { Platform } from '@/types';
3
+ interface ComputePlatformsActionsMenuProps {
4
+ computePlatforms: Platform[];
5
+ }
6
+ declare const ComputePlatformsActionsMenu: FC<ComputePlatformsActionsMenuProps>;
7
+ export { ComputePlatformsActionsMenu, type ComputePlatformsActionsMenuProps };
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ import type { StoryObj } from '@storybook/react';
3
+ import { type DataFlowProps } from '.';
4
+ declare const _default: {
5
+ title: string;
6
+ component: React.FC<DataFlowProps>;
7
+ };
8
+ export default _default;
9
+ export declare const Default: StoryObj<DataFlowProps>;
@@ -0,0 +1,10 @@
1
+ import { type FC } from 'react';
2
+ import { EDGE_TYPES } from '@/types';
3
+ import { type EdgeProps, type Edge } from '@xyflow/react';
4
+ export interface LabeledEdgeProps extends EdgeProps<Edge<{
5
+ label: string;
6
+ isMultiTarget?: boolean;
7
+ isError?: boolean;
8
+ }, EDGE_TYPES.LABELED>> {
9
+ }
10
+ export declare const LabeledEdge: FC<LabeledEdgeProps>;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import '@xyflow/react/dist/style.css';
3
+ import { type Edge, type Node, type OnEdgesChange, type OnNodesChange } from '@xyflow/react';
4
+ interface Props {
5
+ nodes: Node[];
6
+ edges: Edge[];
7
+ onNodesChange: OnNodesChange<Node>;
8
+ onEdgesChange: OnEdgesChange<Edge>;
9
+ }
10
+ export declare const Flow: React.FC<Props>;
11
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { Node } from '@xyflow/react';
2
+ import type { NodePositions } from './get-node-positions';
3
+ import { type Action } from '@/types';
4
+ interface Params {
5
+ loading: boolean;
6
+ entities: Action[];
7
+ positions: NodePositions;
8
+ unfilteredCount: number;
9
+ }
10
+ export declare const buildActionNodes: ({ loading, entities, positions, unfilteredCount }: Params) => Node[];
11
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { Node } from '@xyflow/react';
2
+ import type { NodePositions } from './get-node-positions';
3
+ import { type Destination } from '@/types';
4
+ interface Params {
5
+ loading: boolean;
6
+ entities: Destination[];
7
+ positions: NodePositions;
8
+ unfilteredCount: number;
9
+ }
10
+ export declare const buildDestinationNodes: ({ loading, entities, positions, unfilteredCount }: Params) => Node[];
11
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { ITheme } from '@/theme/palletes';
2
+ import type { Edge, Node } from '@xyflow/react';
3
+ import { type Metrics } from '@/types';
4
+ interface Params {
5
+ theme: ITheme;
6
+ nodes: Node[];
7
+ metrics?: Metrics;
8
+ containerHeight: number;
9
+ }
10
+ export declare const buildEdges: ({ theme, nodes, metrics, containerHeight }: Params) => Edge[];
11
+ export {};
@@ -0,0 +1,11 @@
1
+ import type { Node } from '@xyflow/react';
2
+ import type { NodePositions } from './get-node-positions';
3
+ import { type InstrumentationRule } from '@/types';
4
+ interface Params {
5
+ loading: boolean;
6
+ entities: InstrumentationRule[];
7
+ positions: NodePositions;
8
+ unfilteredCount: number;
9
+ }
10
+ export declare const buildRuleNodes: ({ loading, entities, positions, unfilteredCount }: Params) => Node[];
11
+ export {};