@odigos/ui-kit 0.0.195 → 0.0.197
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 +28 -0
- package/lib/chunks/index-DHVzK5lM.js +3 -0
- package/lib/chunks/ui-components-BwMR1L4v.js +2382 -0
- package/lib/chunks/vendor-DUWBN0Mg.js +1 -0
- package/lib/components/_v2/index.d.ts +1 -0
- package/lib/components/_v2/loader/index.d.ts +1 -0
- package/lib/components/_v2/no-data/index.d.ts +10 -0
- package/lib/components/_v2/table/styled.d.ts +6 -8
- package/lib/components/_v2/table/table-rows/index.d.ts +1 -1
- package/lib/components/scroll-y/index.d.ts +5 -3
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants/destinations/index.d.ts +10 -4
- package/lib/constants/sources/index.d.ts +1 -1
- package/lib/constants/strings/index.d.ts +18 -0
- package/lib/constants.js +1 -1
- package/lib/containers/_v2/_drawers/add-action-drawer/index.d.ts +1 -1
- package/lib/containers/_v2/_drawers/add-destination-drawer/form-column/index.d.ts +9 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/helpers.d.ts +14 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/index.d.ts +12 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/lists-column/index.d.ts +13 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/lists-filters/index.d.ts +9 -0
- package/lib/containers/_v2/_drawers/add-destination-drawer/types.d.ts +11 -0
- package/lib/containers/_v2/_drawers/add-source-drawer/namespaces-column/index.d.ts +5 -7
- package/lib/containers/_v2/_drawers/add-source-drawer/namespaces-column/list/index.d.ts +12 -0
- package/lib/containers/_v2/_drawers/add-source-drawer/namespaces-column/list/list-item/index.d.ts +20 -0
- package/lib/containers/_v2/_drawers/add-source-drawer/utils.d.ts +15 -0
- package/lib/containers/_v2/_drawers/index.d.ts +1 -0
- package/lib/containers/_v2/_forms/add-destination-form/dynamic-fields/index.d.ts +8 -0
- package/lib/containers/_v2/_forms/add-destination-form/index.d.ts +8 -0
- package/lib/containers/_v2/_forms/index.d.ts +1 -0
- package/lib/containers/_v2/central-connections/index.d.ts +4 -1
- package/lib/containers/source-drawer/index.d.ts +1 -0
- package/lib/containers/v2.js +54 -22
- package/lib/containers.js +112 -122
- package/lib/contexts.js +1 -1
- package/lib/functions/compare-condition/index.d.ts +2 -1
- package/lib/functions.js +1 -1
- package/lib/hooks/index.d.ts +0 -1
- package/lib/hooks.js +1 -1
- package/lib/snippets/_v2/wide-drawer/column-list-collapse/index.d.ts +1 -0
- package/lib/snippets/_v2/wide-drawer/index.d.ts +1 -0
- 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 +28 -11
- package/lib/types/enum/index.d.ts +0 -1
- package/lib/types/snapshot/index.d.ts +2 -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 +12 -12
- package/lib/chunks/index-DvMzoRJQ.js +0 -3
- package/lib/chunks/ui-components-ymRfS19x.js +0 -2374
- package/lib/chunks/vendor-C-kwkNJP.js +0 -1
- package/lib/hooks/useInfiniteScroll.d.ts +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.197](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.196...ui-kit-v0.0.197) (2026-02-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* 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))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bugs in recent changes ([#687](https://github.com/odigos-io/ui-kit/issues/687)) ([3117fe0](https://github.com/odigos-io/ui-kit/commit/3117fe0d1138c5d23811d34bbe5a36cbeb60011f))
|
|
14
|
+
|
|
15
|
+
## [0.0.196](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.195...ui-kit-v0.0.196) (2026-02-25)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* design v2 add destination drawer ([#677](https://github.com/odigos-io/ui-kit/issues/677)) ([4b011e6](https://github.com/odigos-io/ui-kit/commit/4b011e624672a4a0ad1d88ddf2c40914edb8e93c))
|
|
21
|
+
* enhance drawers with form-dirty state ([#682](https://github.com/odigos-io/ui-kit/issues/682)) ([0f3effe](https://github.com/odigos-io/ui-kit/commit/0f3effe6da6922a904778457fcdb27e8939c4c4c))
|
|
22
|
+
* implement AddDestinationForm container ([#678](https://github.com/odigos-io/ui-kit/issues/678)) ([51c9804](https://github.com/odigos-io/ui-kit/commit/51c98048eb52a6170c4ce5fba6709823f8a7c8ef))
|
|
23
|
+
* use list virtualization ([#685](https://github.com/odigos-io/ui-kit/issues/685)) ([3009454](https://github.com/odigos-io/ui-kit/commit/30094545063eacea62eeeacf0eccfa502ab670d5))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* remove php-enterprise from distro overrides ([#681](https://github.com/odigos-io/ui-kit/issues/681)) ([9710407](https://github.com/odigos-io/ui-kit/commit/97104072c2e47cad09d27701fe372d1db49959f2))
|
|
29
|
+
* some UI edits for bulk instrumentation ([#683](https://github.com/odigos-io/ui-kit/issues/683)) ([618948d](https://github.com/odigos-io/ui-kit/commit/618948d036a03c9c7ad0ae7e6e1be8e5700d875f))
|
|
30
|
+
|
|
3
31
|
## [0.0.195](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.194...ui-kit-v0.0.195) (2026-02-17)
|
|
4
32
|
|
|
5
33
|
|
|
@@ -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{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-BwMR1L4v.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
|
+
padding: 0 12px;
|
|
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};
|