@odigos/ui-kit 0.0.200 → 0.0.201

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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.201](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.200...ui-kit-v0.0.201) (2026-03-03)
4
+
5
+
6
+ ### Features
7
+
8
+ * source language icons from detectedLanguages, namespace dividers in data flow ([#705](https://github.com/odigos-io/ui-kit/issues/705)) ([5333084](https://github.com/odigos-io/ui-kit/commit/53330844705ca69dc1d4ca03b0af3a95eb1c5de9))
9
+ * url templatization changes ([#699](https://github.com/odigos-io/ui-kit/issues/699)) ([75df5d1](https://github.com/odigos-io/ui-kit/commit/75df5d12ff422ab6ad77ca705904e528eebe0ed0))
10
+
3
11
  ## [0.0.200](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.199...ui-kit-v0.0.200) (2026-03-02)
4
12
 
5
13
 
@@ -0,0 +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{am as a,h as n,j as s,az as r,ax as c,aq as l,cJ as m,n as p,N as d}from"./ui-components-BxG2GlHM.js";import{VIcon as u,CopyIcon as f,ChevronUpIcon as h,ChevronDownIcon as y,YamlIcon as b}from"../icons.js";const j=i.div`
2
+ padding: 0 12px;
3
+ `,k=({title:i="YAML",yaml:k,defaultOpen:x})=>{const{clickCopy:C,isCopied:Y}=a(),[g,v]=o(x??!1),z=e(()=>k?[{id:c(),type:r.Button,buttonProps:{variant:s.Secondary,size:n.S,leftIcon:Y?u:f,onClick:()=>C(k||""),disabled:Y}},{id:c(),type:r.Button,buttonProps:{variant:s.Secondary,size:n.S,leftIcon:g?h:y,onClick:()=>v(t=>!t)}}]:[],[k,Y,g]);return t(l,{richTitle:{icon:b,title:i},actions:z,children:g&&t(j,{children:k?t(m,{code:k,language:"yaml",theme:"duotoneDark"}):t(p,{children:t(d,{title:"YAML not found",subTitle:"The YAML for this resource is not available"})})})})};export{k as Y};