@odigos/ui-kit 0.0.164 → 0.0.166

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 (43) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/chunks/ui-components-e8819fa0.js +2266 -0
  3. package/lib/components/_v2/badge/index.d.ts +5 -1
  4. package/lib/components/_v2/cards/section-card/index.d.ts +3 -20
  5. package/lib/components/_v2/drop-data/index.d.ts +8 -3
  6. package/lib/components/_v2/hover-actions/index.d.ts +1 -1
  7. package/lib/components/_v2/index.d.ts +1 -0
  8. package/lib/components/_v2/island/index.d.ts +9 -0
  9. package/lib/components/_v2/table/index.d.ts +1 -1
  10. package/lib/components/_v2/table/table-rows/index.d.ts +1 -1
  11. package/lib/components/_v2/table/types.d.ts +2 -1
  12. package/lib/components/no-data-found/index.d.ts +2 -3
  13. package/lib/components/v2.js +1 -1
  14. package/lib/components.js +1 -1
  15. package/lib/constants.js +1 -1
  16. package/lib/containers/_v2/central-connections/index.d.ts +7 -5
  17. package/lib/containers/_v2/central-connections/source-drawer/index.d.ts +4 -7
  18. package/lib/containers/_v2/central-connections/source-drawer/namespaces-column/index.d.ts +14 -0
  19. package/lib/containers/_v2/central-connections/source-drawer/styled.d.ts +17 -0
  20. package/lib/containers/_v2/central-connections/source-drawer/types.d.ts +21 -0
  21. package/lib/containers/_v2/central-connections/source-drawer/workloads-column/index.d.ts +14 -0
  22. package/lib/containers/data-flow/column/head.d.ts +4 -0
  23. package/lib/containers/v2.js +37 -36
  24. package/lib/containers.js +115 -115
  25. package/lib/contexts.js +1 -1
  26. package/lib/functions.js +1 -1
  27. package/lib/hooks.js +1 -1
  28. package/lib/snippets/_v2/actions/index.d.ts +20 -0
  29. package/lib/snippets/_v2/index.d.ts +2 -0
  30. package/lib/snippets/_v2/rich-title/index.d.ts +11 -0
  31. package/lib/snippets.js +1 -1
  32. package/lib/store/index.d.ts +0 -1
  33. package/lib/store.js +1 -1
  34. package/lib/theme.js +1 -1
  35. package/lib/types/snapshot/index.d.ts +2 -1
  36. package/lib/types/sources/index.d.ts +13 -0
  37. package/lib/types.js +1 -1
  38. package/lib/visuals.js +1 -24
  39. package/package.json +1 -1
  40. package/lib/chunks/index-53f81cb1.js +0 -3
  41. package/lib/chunks/index-64bb5a64.js +0 -9
  42. package/lib/chunks/ui-components-fabd01fd.js +0 -2235
  43. package/lib/store/usePendingStore.d.ts +0 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.166](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.165...ui-kit-v0.0.166) (2026-01-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * multi-source-select in overview when filters are active ([#586](https://github.com/odigos-io/ui-kit/issues/586)) ([7035478](https://github.com/odigos-io/ui-kit/commit/7035478ffe1df01a0c754bcb143772af7a87fbfc))
9
+
10
+ ## [0.0.165](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.164...ui-kit-v0.0.165) (2026-01-05)
11
+
12
+
13
+ ### Features
14
+
15
+ * handle the api reqs for manage bulk sources ([#584](https://github.com/odigos-io/ui-kit/issues/584)) ([2de463e](https://github.com/odigos-io/ui-kit/commit/2de463e4e70c6a5e74292da4cc08c13169fdcfbe))
16
+
3
17
  ## [0.0.164](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.163...ui-kit-v0.0.164) (2025-12-25)
4
18
 
5
19