@odigos/ui-kit 0.0.162 → 0.0.163

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 (39) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/lib/chunks/index-53f81cb1.js +3 -0
  3. package/lib/chunks/{ui-components-48696fb2.js → ui-components-fabd01fd.js} +125 -123
  4. package/lib/components/_v2/search/index.d.ts +3 -1
  5. package/lib/components/_v2/segment/index.d.ts +6 -1
  6. package/lib/components/input-table/map-columns-to-fields/index.d.ts +1 -1
  7. package/lib/components/input-table/types.d.ts +1 -1
  8. package/lib/components/v2.js +1 -1
  9. package/lib/components.js +1 -1
  10. package/lib/constants.js +1 -1
  11. package/lib/containers/_v2/central-connections/source-drawer/index.d.ts +15 -0
  12. package/lib/containers/data-flow/column/base.d.ts +1 -0
  13. package/lib/containers/dropdowns/index.d.ts +1 -0
  14. package/lib/containers/dropdowns/pods-agent-injection-status-dropdown/index.d.ts +16 -0
  15. package/lib/containers/v2.js +61 -11
  16. package/lib/containers.js +115 -115
  17. package/lib/contexts.js +1 -1
  18. package/lib/functions/get-status-type-from-odigos-health/index.d.ts +2 -2
  19. package/lib/functions.js +1 -1
  20. package/lib/hooks.js +1 -1
  21. package/lib/mock-data/index.d.ts +2 -0
  22. package/lib/mock-data/snapshot/index.d.ts +5 -0
  23. package/lib/mock-data/workload/index.d.ts +2 -0
  24. package/lib/snippets.js +1 -1
  25. package/lib/store/useFilterStore.d.ts +3 -0
  26. package/lib/store.js +1 -1
  27. package/lib/theme.js +1 -1
  28. package/lib/types/actions/index.d.ts +4 -1
  29. package/lib/types/destinations/index.d.ts +1 -0
  30. package/lib/types/enum/index.d.ts +21 -0
  31. package/lib/types/index.d.ts +3 -0
  32. package/lib/types/instrumentation-rules/index.d.ts +1 -1
  33. package/lib/types/metrics/index.d.ts +1 -1
  34. package/lib/types/snapshot/index.d.ts +27 -0
  35. package/lib/types/sources/index.d.ts +3 -29
  36. package/lib/types/workload/index.d.ts +23 -0
  37. package/lib/types.js +1 -1
  38. package/package.json +1 -1
  39. package/lib/chunks/index-166ada2d.js +0 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.163](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.162...ui-kit-v0.0.163) (2025-12-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * add Pods Agent Injection Status functionality with dropdown and filtering support ([#581](https://github.com/odigos-io/ui-kit/issues/581)) ([fe14b22](https://github.com/odigos-io/ui-kit/commit/fe14b22f82da52f777d92abc228d96d214bdf5cb))
9
+ * **CORE-477:** add support for multiple sources for one label ([#572](https://github.com/odigos-io/ui-kit/issues/572)) ([5df5c3a](https://github.com/odigos-io/ui-kit/commit/5df5c3ae51e66ba8e5ce649a4162df6fef11e407))
10
+ * **CORE-480:** Add SignalFx icon ([#551](https://github.com/odigos-io/ui-kit/issues/551)) ([24f63cb](https://github.com/odigos-io/ui-kit/commit/24f63cbefd8f1a53622ff1ea9aba410d61c4c732))
11
+ * **PLAT-579:** manage bulk sources in connections page ([#580](https://github.com/odigos-io/ui-kit/issues/580)) ([0760eb4](https://github.com/odigos-io/ui-kit/commit/0760eb41ca84d7e9e86abe56dbd64240c1f803df))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **DropData:** streamline selection handling ([#578](https://github.com/odigos-io/ui-kit/issues/578)) ([b666462](https://github.com/odigos-io/ui-kit/commit/b6664629bb61d104daf35ed84851bf6b21e5e9cc))
17
+
3
18
  ## [0.0.162](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.161...ui-kit-v0.0.162) (2025-12-22)
4
19
 
5
20
 
@@ -0,0 +1,3 @@
1
+ import o,{useMemo as s}from"react";import t from"styled-components";import{ca as a,k as i,l as e,m as n,h as r,j as l,ci as c,r as m,aN as p}from"./ui-components-fabd01fd.js";import{VIcon as d,CopyIcon as u,YamlIcon as f}from"../icons.js";const y=t.div`
2
+ padding: 0 12px;
3
+ `,b=({yaml:t})=>{const{clickCopy:b,isCopied:h}=a(),k=s(()=>[{id:i(),type:e.Button,buttonProps:{leftIcon:h?d:u,onClick:()=>b(t||""),disabled:h,size:n.S,variant:r.Secondary}}],[t,h]);return o.createElement(l,{icon:f,title:"YAML",actions:k},o.createElement(y,null,t?o.createElement(c,{code:t,language:"yaml",theme:"duotoneDark"}):o.createElement(m,null,o.createElement(p,{title:"No YAML found",subTitle:"The YAML for this resource is not available"}))))};export{b as Y};