@odigos/ui-kit 0.0.209 → 0.0.211

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,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.211](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.210...ui-kit-v0.0.211) (2026-03-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * service map aggregation, virtual nodes, and drawer ([#740](https://github.com/odigos-io/ui-kit/issues/740)) ([86a2a24](https://github.com/odigos-io/ui-kit/commit/86a2a24efe515fd0a6795df6e0e54904d9d3c1de))
9
+
10
+ ## [0.0.210](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.209...ui-kit-v0.0.210) (2026-03-22)
11
+
12
+
13
+ ### Features
14
+
15
+ * enhance Diagnose component with progress tracking for download ([#738](https://github.com/odigos-io/ui-kit/issues/738)) ([bc4aea9](https://github.com/odigos-io/ui-kit/commit/bc4aea9dbc9b325b6e5550cb3812499c53c2dbb2))
16
+
3
17
  ## [0.0.209](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.208...ui-kit-v0.0.209) (2026-03-19)
4
18
 
5
19
 
@@ -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{as as a,h as s,j as n,aE as r,aC as c,aw as l,cP as p,n as m,N as d}from"./ui-components-CwVshImz.js";import{VIcon as u,CopyIcon as f,ChevronUpIcon as h,ChevronDownIcon as y,YamlIcon as b}from"../icons.js";const C=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{as as a,h as s,j as n,aE as r,aC as c,aw as l,cQ as p,n as m,N as d}from"./ui-components-B5U474B5.js";import{VIcon as u,CopyIcon as f,ChevronUpIcon as h,ChevronDownIcon as y,YamlIcon as b}from"../icons.js";const C=i.div`
2
2
  padding: 0 12px;
3
3
  `,j=({title:i="YAML",yaml:j,defaultOpen:k})=>{const{clickCopy:Y,isCopied:g}=a(),[v,x]=o(k??!1),A=e(()=>j?[{id:c(),type:r.Button,buttonProps:{variant:n.Secondary,size:s.S,leftIcon:g?u:f,onClick:()=>Y(j||""),disabled:g}},{id:c(),type:r.Button,buttonProps:{variant:n.Secondary,size:s.S,leftIcon:v?h:y,onClick:()=>x(t=>!t)}}]:[],[j,g,v]);return t(l,{richTitle:{icon:b,title:i},actions:A,children:v&&t(C,{children:j?t(p,{code:j,language:"yaml",theme:"duotoneDark"}):t(m,{children:t(d,{title:"YAML not found",subTitle:"The YAML for this resource is not available"})})})})};export{j as Y};