@odigos/ui-kit 0.0.136 → 0.0.138

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 (41) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/chunks/ui-components-84317435.js +2163 -0
  3. package/lib/components/_v2/cards/section-card/index.d.ts +9 -2
  4. package/lib/components/_v2/drawer/index.d.ts +4 -2
  5. package/lib/components/_v2/drop-data/index.d.ts +18 -0
  6. package/lib/components/_v2/index.d.ts +4 -0
  7. package/lib/components/_v2/loader/index.d.ts +12 -0
  8. package/lib/components/_v2/search/index.d.ts +7 -0
  9. package/lib/components/_v2/table/index.d.ts +9 -20
  10. package/lib/components/_v2/table/styled.d.ts +26 -0
  11. package/lib/components/_v2/table/table-columns/index.d.ts +12 -0
  12. package/lib/components/_v2/table/table-rows/actions/index.d.ts +9 -0
  13. package/lib/components/_v2/table/table-rows/index.d.ts +11 -0
  14. package/lib/components/_v2/table/types.d.ts +24 -0
  15. package/lib/components/_v2/toggle/index.d.ts +21 -0
  16. package/lib/components/styled.d.ts +8 -3
  17. package/lib/components/v2.js +1 -1
  18. package/lib/components.js +1 -1
  19. package/lib/constants.js +1 -1
  20. package/lib/containers/_v2/central-connections/config-drawer/index.d.ts +18 -0
  21. package/lib/containers/_v2/central-connections/index.d.ts +11 -0
  22. package/lib/containers/_v2/index.d.ts +1 -0
  23. package/lib/containers/_v2/pipeline-collectors/general-info/index.d.ts +2 -1
  24. package/lib/containers/v2.js +53 -5
  25. package/lib/containers.js +1 -1
  26. package/lib/functions.js +1 -1
  27. package/lib/hooks.js +1 -1
  28. package/lib/icons/common/index.d.ts +1 -0
  29. package/lib/icons/common/settings-icon/index.d.ts +2 -0
  30. package/lib/icons.js +1 -1
  31. package/lib/mock-data/connections/index.d.ts +2 -0
  32. package/lib/mock-data/index.d.ts +1 -0
  33. package/lib/snippets.js +1 -1
  34. package/lib/store.js +1 -1
  35. package/lib/theme.js +1 -1
  36. package/lib/types/common/index.d.ts +3 -0
  37. package/lib/types/pipeline-collectors/index.d.ts +2 -0
  38. package/lib/types.js +1 -1
  39. package/lib/visuals.js +1 -1
  40. package/package.json +1 -1
  41. package/lib/chunks/ui-components-d05b354a.js +0 -2050
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.138](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.137...ui-kit-v0.0.138) (2025-12-10)
4
+
5
+
6
+ ### Features
7
+
8
+ * create new components for central connections page ([#512](https://github.com/odigos-io/ui-kit/issues/512)) ([8f11b4c](https://github.com/odigos-io/ui-kit/commit/8f11b4cdbecdb0a88a93f28949b57bbd18b72070))
9
+
10
+ ## [0.0.137](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.136...ui-kit-v0.0.137) (2025-12-08)
11
+
12
+
13
+ ### Features
14
+
15
+ * add configmap yamls ([#510](https://github.com/odigos-io/ui-kit/issues/510)) ([f1d1b88](https://github.com/odigos-io/ui-kit/commit/f1d1b889570f530e4b999a38adb03ba871b754d0))
16
+
3
17
  ## [0.0.136](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.135...ui-kit-v0.0.136) (2025-12-07)
4
18
 
5
19