@odigos/ui-kit 0.0.196 → 0.0.198
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 +19 -0
- package/lib/chunks/{index-CjudHPMe.js → index-DXnojvL1.js} +1 -1
- package/lib/chunks/{ui-components-OrgB9V7b.js → ui-components-DSKV7uC0.js} +110 -109
- package/lib/components/_v2/table/styled.d.ts +1 -0
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants/destinations/index.d.ts +5 -0
- package/lib/constants/strings/index.d.ts +2 -0
- package/lib/constants.js +1 -1
- package/lib/containers/source-drawer/index.d.ts +1 -0
- package/lib/containers/v2.js +4 -4
- package/lib/containers.js +26 -26
- package/lib/contexts.js +1 -1
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/destinations/index.d.ts +1 -1
- package/lib/types/sources/index.d.ts +1 -0
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.198](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.197...ui-kit-v0.0.198) (2026-02-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* destination category filtering logic ([#690](https://github.com/odigos-io/ui-kit/issues/690)) ([6f48989](https://github.com/odigos-io/ui-kit/commit/6f48989021e84fa5f80d9a84782fd161594cd402))
|
|
9
|
+
|
|
10
|
+
## [0.0.197](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.196...ui-kit-v0.0.197) (2026-02-26)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add recover from rollback support in source drawer ([#686](https://github.com/odigos-io/ui-kit/issues/686)) ([cfead75](https://github.com/odigos-io/ui-kit/commit/cfead75e04a9395b31b8ce8f01c3e17ac43efab6))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* bugs in recent changes ([#687](https://github.com/odigos-io/ui-kit/issues/687)) ([3117fe0](https://github.com/odigos-io/ui-kit/commit/3117fe0d1138c5d23811d34bbe5a36cbeb60011f))
|
|
21
|
+
|
|
3
22
|
## [0.0.196](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.195...ui-kit-v0.0.196) (2026-02-25)
|
|
4
23
|
|
|
5
24
|
|
|
@@ -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{al as a,s,q as n,ay as r,aw as l,ap as c,cK as p,l as m,N as d}from"./ui-components-
|
|
1
|
+
import{jsx as t}from"react/jsx-runtime";import{useState as o,useMemo as e}from"react";import i from"styled-components";import{al as a,s,q as n,ay as r,aw as l,ap as c,cK as p,l as m,N as d}from"./ui-components-DSKV7uC0.js";import{VIcon as u,CopyIcon as f,ChevronUpIcon as h,ChevronDownIcon as y,YamlIcon as b}from"../icons.js";const k=i.div`
|
|
2
2
|
padding: 0 12px;
|
|
3
3
|
`,C=({title:i="YAML",yaml:C,defaultOpen:Y})=>{const{clickCopy:g,isCopied:j}=a(),[v,x]=o(Y??!1),A=e(()=>C?[{id:l(),type:r.Button,buttonProps:{variant:n.Secondary,size:s.S,leftIcon:j?u:f,onClick:()=>g(C||""),disabled:j}},{id:l(),type:r.Button,buttonProps:{variant:n.Secondary,size:s.S,leftIcon:v?h:y,onClick:()=>x(t=>!t)}}]:[],[C,j,v]);return t(c,{richTitle:{icon:b,title:i},actions:A,children:v&&t(k,{children:C?t(p,{code:C,language:"yaml",theme:"duotoneDark"}):t(m,{children:t(d,{title:"YAML not found",subTitle:"The YAML for this resource is not available"})})})})};export{C as Y};
|