@odigos/ui-kit 0.0.152 → 0.0.154

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/chunks/{index-b33f952d.js → index-64462d3a.js} +1 -1
  3. package/lib/chunks/ui-components-ea48d4a4.js +2228 -0
  4. package/lib/components/_v2/drop-data/index.d.ts +10 -2
  5. package/lib/components/_v2/note/index.d.ts +1 -0
  6. package/lib/components/_v2/table/index.d.ts +1 -1
  7. package/lib/components/_v2/table/styled.d.ts +1 -2
  8. package/lib/components/_v2/table/table-columns/filter/index.d.ts +11 -0
  9. package/lib/components/_v2/table/table-columns/index.d.ts +7 -2
  10. package/lib/components/_v2/table/table-columns/sort/index.d.ts +9 -0
  11. package/lib/components/_v2/table/types.d.ts +6 -6
  12. package/lib/components/v2.js +1 -1
  13. package/lib/components.js +1 -1
  14. package/lib/constants.js +1 -1
  15. package/lib/containers/_v2/central-connections/config-drawer/index.d.ts +3 -2
  16. package/lib/containers/_v2/central-connections/index.d.ts +4 -4
  17. package/lib/containers/v2.js +7 -7
  18. package/lib/containers.js +1 -1
  19. package/lib/contexts.js +1 -1
  20. package/lib/functions.js +1 -1
  21. package/lib/hooks/useActionFormData.d.ts +1 -1
  22. package/lib/hooks/useDataStreamFormData.d.ts +1 -1
  23. package/lib/hooks/useDestinationFormData.d.ts +1 -1
  24. package/lib/hooks/useGenericForm.d.ts +2 -1
  25. package/lib/hooks/useInstrumentationRuleFormData.d.ts +1 -1
  26. package/lib/hooks/useSourceFormData.d.ts +1 -1
  27. package/lib/hooks.js +1 -1
  28. package/lib/snippets.js +1 -1
  29. package/lib/store.js +1 -1
  30. package/lib/theme.js +1 -1
  31. package/lib/types.js +1 -1
  32. package/package.json +1 -1
  33. package/lib/chunks/ui-components-693d231b.js +0 -2230
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.154](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.153...ui-kit-v0.0.154) (2025-12-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * add filters to table component ([#554](https://github.com/odigos-io/ui-kit/issues/554)) ([ba034c0](https://github.com/odigos-io/ui-kit/commit/ba034c07080156fc18366d2a63a58559380fa9dc))
9
+
10
+ ## [0.0.153](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.152...ui-kit-v0.0.153) (2025-12-18)
11
+
12
+
13
+ ### Features
14
+
15
+ * enhance Note component with fullWidth prop and update Typography for line breaks ([#552](https://github.com/odigos-io/ui-kit/issues/552)) ([daa5cf5](https://github.com/odigos-io/ui-kit/commit/daa5cf5821f45ac519492baa73535c6fcbd68ef2))
16
+
3
17
  ## [0.0.152](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.151...ui-kit-v0.0.152) (2025-12-17)
4
18
 
5
19
 
@@ -1,3 +1,3 @@
1
- import o,{useMemo as s}from"react";import t from"styled-components";import{u as a,g as e,S as i,B as n,a as r,b as l,C as c,c as m,N as p}from"./ui-components-693d231b.js";import{VIcon as u,CopyIcon as d,YamlIcon as f}from"../icons.js";const b=t.div`
1
+ import o,{useMemo as s}from"react";import t from"styled-components";import{u as a,g as e,S as i,B as n,a as r,b as l,C as c,c as m,N as p}from"./ui-components-ea48d4a4.js";import{VIcon as u,CopyIcon as d,YamlIcon as f}from"../icons.js";const b=t.div`
2
2
  padding: 0 12px;
3
3
  `,y=({yaml:t})=>{const{clickCopy:y,isCopied:g}=a(),C=s(()=>[{id:e(),type:i.Button,buttonProps:{leftIcon:g?u:d,onClick:()=>y(t||""),disabled:g,size:n.S,variant:r.Secondary}}],[t,g]);return o.createElement(l,{icon:f,title:"YAML",actions:C},o.createElement(b,null,t?o.createElement(c,{code:t,language:"yaml",theme:"duotoneDark"}):o.createElement(m,null,o.createElement(p,{title:"No YAML found",subTitle:"The YAML for this resource is not available"}))))};export{y as Y};