@odigos/ui-kit 0.0.166 → 0.0.168

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 (39) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/chunks/{ui-components-e8819fa0.js → ui-components-e54e1ba5.js} +491 -471
  3. package/lib/chunks/vendor-0965fadc.js +1 -0
  4. package/lib/components/_v2/badge/index.d.ts +1 -0
  5. package/lib/components/_v2/cards/section-card/index.d.ts +2 -1
  6. package/lib/components/_v2/drawer/header/index.d.ts +1 -0
  7. package/lib/components/_v2/hover-actions/index.d.ts +1 -0
  8. package/lib/components/_v2/loader/index.d.ts +12 -6
  9. package/lib/components/_v2/loader/spinner/index.d.ts +5 -0
  10. package/lib/components/_v2/loader/spinner-old/helpers/animation.d.ts +1 -0
  11. package/lib/components/_v2/loader/spinner-old/helpers/unitConverter.d.ts +22 -0
  12. package/lib/components/_v2/loader/spinner-old/index.d.ts +10 -0
  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/config-drawer/index.d.ts +1 -1
  17. package/lib/containers/_v2/central-connections/source-drawer/index.d.ts +1 -1
  18. package/lib/containers/_v2/central-connections/source-drawer/types.d.ts +0 -1
  19. package/lib/containers/v2.js +26 -22
  20. package/lib/containers.js +108 -108
  21. package/lib/contexts.js +1 -1
  22. package/lib/functions.js +1 -1
  23. package/lib/hooks.js +1 -1
  24. package/lib/snippets/_v2/actions/index.d.ts +2 -1
  25. package/lib/snippets/_v2/cancel-modal/index.d.ts +1 -1
  26. package/lib/snippets/_v2/delete-modal/index.d.ts +1 -1
  27. package/lib/snippets/_v2/rich-title/index.d.ts +1 -1
  28. package/lib/snippets.js +1 -1
  29. package/lib/store/index.d.ts +1 -1
  30. package/lib/store/useProgressStore.d.ts +22 -0
  31. package/lib/store.js +1 -1
  32. package/lib/theme.js +1 -1
  33. package/lib/types/snapshot/index.d.ts +2 -3
  34. package/lib/types/sources/index.d.ts +1 -1
  35. package/lib/types.js +1 -1
  36. package/lib/visuals.js +1 -1
  37. package/package.json +14 -14
  38. package/lib/chunks/vendor-55cc654c.js +0 -1
  39. package/lib/store/useInstrumentStore.d.ts +0 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.168](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.167...ui-kit-v0.0.168) (2026-01-08)
4
+
5
+
6
+ ### Features
7
+
8
+ * improve bulk instrumentation ([#591](https://github.com/odigos-io/ui-kit/issues/591)) ([0c47817](https://github.com/odigos-io/ui-kit/commit/0c47817f8d6542f47720baf4de237b1711a5bb46))
9
+
10
+ ## [0.0.167](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.166...ui-kit-v0.0.167) (2026-01-07)
11
+
12
+
13
+ ### Features
14
+
15
+ * update dependencies in package.json and yarn.lock to latest versions ([#589](https://github.com/odigos-io/ui-kit/issues/589)) ([7624a25](https://github.com/odigos-io/ui-kit/commit/7624a25fb0c03e47c7656ba24be1a19007b4fc11))
16
+
3
17
  ## [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
18
 
5
19