@odigos/ui-kit 0.0.220 → 0.0.222

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.222](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.221...ui-kit-v0.0.222) (2026-04-20)
4
+
5
+
6
+ ### Features
7
+
8
+ * enhance profiling with new actions ([#804](https://github.com/odigos-io/ui-kit/issues/804)) ([53e313d](https://github.com/odigos-io/ui-kit/commit/53e313d3cb4e95b282caf1baa802ccbf79ef5e98))
9
+
10
+ ## [0.0.221](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.220...ui-kit-v0.0.221) (2026-04-19)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **AddDestinationDrawer:** separate fetching states for categories and potential destinations ([#800](https://github.com/odigos-io/ui-kit/issues/800)) ([6de7351](https://github.com/odigos-io/ui-kit/commit/6de73519acf1441b7c66ef9894fc281f29c67b21))
16
+ * optimize entity retrieval by using stable keys for faster lookups and improve filtering logic in various components ([#803](https://github.com/odigos-io/ui-kit/issues/803)) ([f7d7794](https://github.com/odigos-io/ui-kit/commit/f7d779482c0a43c801c887075276861c737b82bb))
17
+ * **Sampling:** normalize route formatting by stripping leading slashes in endpoint parts ([#801](https://github.com/odigos-io/ui-kit/issues/801)) ([6c31efa](https://github.com/odigos-io/ui-kit/commit/6c31efa487b3c5eeaa08c74ad954d361155673e6))
18
+
3
19
  ## [0.0.220](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.219...ui-kit-v0.0.220) (2026-04-14)
4
20
 
5
21
 
@@ -1,3 +1,3 @@
1
- import{jsx as t}from"react/jsx-runtime";import{useState as o,useMemo as e}from"react";import i from"styled-components";import{u as n,B as a,a as r,A as s,g as l,S as c,C as d,b as p,N as m}from"./ui-components-BRvjo2LR.js";import{VIcon as u,CopyIcon as f,ChevronUpIcon as h,ChevronDownIcon as y,YamlIcon as b}from"../icons.js";const g=i.div`
1
+ import{jsx as t}from"react/jsx-runtime";import{useState as o,useMemo as e}from"react";import i from"styled-components";import{u as n,B as a,a as r,A as s,g as l,S as c,C as d,b as p,N as m}from"./ui-components-DmCQvtmV.js";import{VIcon as u,CopyIcon as f,ChevronUpIcon as h,ChevronDownIcon as y,YamlIcon as b}from"../icons.js";const g=i.div`
2
2
  padding: 0 12px;
3
3
  `,C=({title:i="YAML",yaml:C,defaultOpen:S,fullHeight:k})=>{const{clickCopy:v,isCopied:A}=n(),[Y,j]=o(S??!1),x=e(()=>C?[{id:l(),type:s.Button,buttonProps:{variant:r.Secondary,size:a.S,leftIcon:A?u:f,onClick:()=>v(C||""),disabled:A}},{id:l(),type:s.Button,buttonProps:{variant:r.Secondary,size:a.S,leftIcon:Y?h:y,onClick:()=>j(t=>!t)}}]:[],[C,A,Y]);return t(c,{richTitle:{icon:b,title:i},actions:x,fullHeight:k,children:Y&&t(g,{children:C?t(d,{code:C,language:"yaml",theme:"duotoneDark"}):t(p,{children:t(m,{title:"YAML not found",subTitle:"The YAML for this resource is not available"})})})})};export{C as Y};