@odigos/ui-kit 0.0.210 → 0.0.212

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 (56) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/lib/chunks/index-CTFaJvLO.js +3 -0
  3. package/lib/chunks/ui-components-DQ5eBxQh.js +2387 -0
  4. package/lib/chunks/vendor-C150cdxb.js +1 -0
  5. package/lib/components/_v2/index.d.ts +1 -0
  6. package/lib/components/_v2/stepper/index.d.ts +11 -0
  7. package/lib/components/v2.js +1 -1
  8. package/lib/components.js +1 -1
  9. package/lib/constants/destinations/index.d.ts +5 -0
  10. package/lib/constants/strings/index.d.ts +12 -0
  11. package/lib/constants.js +1 -1
  12. package/lib/containers/_v2/_drawers/add-action-drawer/index.d.ts +2 -2
  13. package/lib/containers/_v2/_drawers/add-destination-drawer/form-column/index.d.ts +4 -7
  14. package/lib/containers/_v2/_drawers/add-destination-drawer/helpers.d.ts +1 -9
  15. package/lib/containers/_v2/_drawers/add-destination-drawer/index.d.ts +10 -5
  16. package/lib/containers/_v2/_drawers/add-destination-drawer/lists-column/index.d.ts +3 -5
  17. package/lib/containers/_v2/_drawers/add-destination-drawer/types.d.ts +1 -6
  18. package/lib/containers/_v2/_drawers/add-rule-drawer/index.d.ts +2 -2
  19. package/lib/containers/_v2/_drawers/add-source-drawer/index.d.ts +10 -5
  20. package/lib/containers/_v2/_drawers/add-source-drawer/namespaces-column/list/index.d.ts +1 -0
  21. package/lib/containers/_v2/_forms/add-destination-form/context.d.ts +36 -0
  22. package/lib/containers/_v2/_forms/add-destination-form/dynamic-fields/index.d.ts +1 -0
  23. package/lib/containers/_v2/_forms/add-destination-form/index.d.ts +4 -5
  24. package/lib/containers/_v2/central-connections/index.d.ts +2 -1
  25. package/lib/containers/_v2/index.d.ts +1 -0
  26. package/lib/containers/_v2/onboarding/background/index.d.ts +7 -0
  27. package/lib/containers/_v2/onboarding/get-started/index.d.ts +5 -0
  28. package/lib/containers/_v2/onboarding/index.d.ts +14 -0
  29. package/lib/containers/_v2/onboarding/summary/index.d.ts +12 -0
  30. package/lib/containers/_v2/pipeline-collectors/general-info/yaml-drawer/index.d.ts +1 -1
  31. package/lib/containers/service-map/helpers/aggregate-service-map.d.ts +6 -0
  32. package/lib/containers/service-map/helpers/build-edges.d.ts +3 -3
  33. package/lib/containers/service-map/helpers/build-map-nodes.d.ts +4 -3
  34. package/lib/containers/service-map/service-map-drawer.d.ts +17 -0
  35. package/lib/containers/v2.js +91 -30
  36. package/lib/containers.js +152 -129
  37. package/lib/contexts.js +1 -1
  38. package/lib/functions.js +1 -1
  39. package/lib/hooks.js +1 -1
  40. package/lib/icons.js +1 -1
  41. package/lib/snippets/_v2/index.d.ts +1 -0
  42. package/lib/snippets/_v2/odigos-logo-text-by-tier/index.d.ts +5 -0
  43. package/lib/snippets/react-flow/flow.d.ts +4 -1
  44. package/lib/snippets/react-flow/nodes/map-item-node.d.ts +3 -2
  45. package/lib/snippets.js +1 -1
  46. package/lib/store.js +1 -1
  47. package/lib/theme.js +1 -1
  48. package/lib/types/destinations/index.d.ts +9 -8
  49. package/lib/types/service-map/index.d.ts +22 -0
  50. package/lib/types/snapshot/index.d.ts +4 -4
  51. package/lib/types.js +1 -1
  52. package/lib/visuals.js +1 -1
  53. package/package.json +26 -26
  54. package/lib/chunks/index-C27kJv0Y.js +0 -3
  55. package/lib/chunks/ui-components-CxdeQcW1.js +0 -2389
  56. package/lib/chunks/vendor-D99eCWta.js +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.212](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.211...ui-kit-v0.0.212) (2026-03-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * onboarding V2 design ([#700](https://github.com/odigos-io/ui-kit/issues/700)) ([5051513](https://github.com/odigos-io/ui-kit/commit/5051513ebd2e265df9f1c8e1f8b3e56bae618ea1))
9
+ * use React Context to share Destination form data and handlers across multiple files ([#722](https://github.com/odigos-io/ui-kit/issues/722)) ([300f265](https://github.com/odigos-io/ui-kit/commit/300f2653e413488c5de1a1533c1f074b34f8bfb9))
10
+
11
+ ## [0.0.211](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.210...ui-kit-v0.0.211) (2026-03-23)
12
+
13
+
14
+ ### Features
15
+
16
+ * service map aggregation, virtual nodes, and drawer ([#740](https://github.com/odigos-io/ui-kit/issues/740)) ([86a2a24](https://github.com/odigos-io/ui-kit/commit/86a2a24efe515fd0a6795df6e0e54904d9d3c1de))
17
+
3
18
  ## [0.0.210](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.209...ui-kit-v0.0.210) (2026-03-22)
4
19
 
5
20
 
@@ -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{at as a,h as n,j as r,aF as s,aD as c,ax as l,cT as d,o as p,N as m}from"./ui-components-DQ5eBxQh.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:v})=>{const{clickCopy:x,isCopied:C}=a(),[S,T]=o(v??!1),Y=e(()=>k?[{id:c(),type:s.Button,buttonProps:{variant:r.Secondary,size:n.S,leftIcon:C?u:f,onClick:()=>x(k||""),disabled:C}},{id:c(),type:s.Button,buttonProps:{variant:r.Secondary,size:n.S,leftIcon:S?h:y,onClick:()=>T(t=>!t)}}]:[],[k,C,S]);return t(l,{richTitle:{icon:b,title:i},actions:Y,children:S&&t(j,{children:k?t(d,{code:k,language:"yaml",theme:"duotoneDark"}):t(p,{children:t(m,{title:"YAML not found",subTitle:"The YAML for this resource is not available"})})})})};export{k as Y};