@odigos/ui-kit 0.0.194 → 0.0.196
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 +24 -0
- package/lib/chunks/index-CjudHPMe.js +3 -0
- package/lib/chunks/ui-components-OrgB9V7b.js +2381 -0
- package/lib/chunks/vendor-DUWBN0Mg.js +1 -0
- package/lib/components/_v2/drawer/header/index.d.ts +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 +5 -8
- package/lib/components/_v2/table/table-rows/index.d.ts +1 -1
- package/lib/components/_v2/typography/index.d.ts +2 -0
- package/lib/components/scroll-y/index.d.ts +5 -3
- package/lib/components/styled.d.ts +1 -0
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants/actions/index.d.ts +2 -0
- 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 +16 -0
- package/lib/constants.js +1 -1
- package/lib/containers/_v2/_drawers/add-action-drawer/helpers.d.ts +7 -0
- package/lib/containers/_v2/_drawers/add-action-drawer/index.d.ts +10 -0
- 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/index.d.ts +2 -2
- package/lib/containers/_v2/_drawers/add-source-drawer/namespaces-column/index.d.ts +6 -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 +2 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/add-cluster-info/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/delete-attributes/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/error-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/index.d.ts +7 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/k8s-attributes/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/latency-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/pii-masking/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/probabilistic-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/rename-attributes/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/service-name-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/custom-fields/span-attribute-sampler/index.d.ts +5 -0
- package/lib/containers/_v2/_forms/add-action-form/index.d.ts +7 -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 +2 -0
- package/lib/containers/_v2/central-connections/index.d.ts +5 -1
- package/lib/containers/v2.js +76 -27
- package/lib/containers.js +111 -121
- 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/index.d.ts +0 -1
- package/lib/snippets/_v2/wide-drawer/column-list-collapse/index.d.ts +8 -0
- package/lib/snippets/_v2/wide-drawer/column-list-item/index.d.ts +2 -0
- package/lib/snippets/_v2/wide-drawer/index.d.ts +6 -5
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/actions/index.d.ts +4 -1
- package/lib/types/destinations/index.d.ts +28 -11
- package/lib/types/enum/index.d.ts +0 -1
- package/lib/types/instrumentation-rules/index.d.ts +1 -1
- package/lib/types/snapshot/index.d.ts +2 -1
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +12 -12
- package/lib/chunks/index-CAnSZt6a.js +0 -3
- package/lib/chunks/ui-components-DzbQmwE9.js +0 -2365
- package/lib/chunks/vendor-C-kwkNJP.js +0 -1
- package/lib/hooks/useInfiniteScroll.d.ts +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* 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))
|
|
9
|
+
* 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))
|
|
10
|
+
* implement AddDestinationForm container ([#678](https://github.com/odigos-io/ui-kit/issues/678)) ([51c9804](https://github.com/odigos-io/ui-kit/commit/51c98048eb52a6170c4ce5fba6709823f8a7c8ef))
|
|
11
|
+
* use list virtualization ([#685](https://github.com/odigos-io/ui-kit/issues/685)) ([3009454](https://github.com/odigos-io/ui-kit/commit/30094545063eacea62eeeacf0eccfa502ab670d5))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* 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))
|
|
17
|
+
* 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))
|
|
18
|
+
|
|
19
|
+
## [0.0.195](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.194...ui-kit-v0.0.195) (2026-02-17)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* design v2 add action drawer ([#652](https://github.com/odigos-io/ui-kit/issues/652)) ([4b3dd97](https://github.com/odigos-io/ui-kit/commit/4b3dd9790116c0cdc8a93043e0b980f579ce165c))
|
|
25
|
+
* **wide-drawer:** tweaks based on recent Figma changes ([#675](https://github.com/odigos-io/ui-kit/issues/675)) ([fd31834](https://github.com/odigos-io/ui-kit/commit/fd318342dc9fe2d7b2bd7fb3466e18d954ecc716))
|
|
26
|
+
|
|
3
27
|
## [0.0.194](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.193...ui-kit-v0.0.194) (2026-02-15)
|
|
4
28
|
|
|
5
29
|
|
|
@@ -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-OrgB9V7b.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};
|