@odigos/ui-kit 0.0.142 → 0.0.144

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 (35) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/lib/chunks/ui-components-c5321fb4.js +2193 -0
  3. package/lib/components/_v2/button/index.d.ts +1 -1
  4. package/lib/components/_v2/button-tab/index.d.ts +4 -0
  5. package/lib/components/_v2/checkbox/index.d.ts +20 -1
  6. package/lib/components/_v2/hover-actions/index.d.ts +12 -0
  7. package/lib/components/_v2/icon-button/index.d.ts +1 -0
  8. package/lib/components/_v2/index.d.ts +1 -3
  9. package/lib/components/_v2/radio/index.d.ts +19 -1
  10. package/lib/components/_v2/search/index.d.ts +2 -1
  11. package/lib/components/_v2/table/index.d.ts +3 -2
  12. package/lib/components/_v2/table/table-rows/index.d.ts +3 -2
  13. package/lib/components/_v2/table/types.d.ts +0 -5
  14. package/lib/components/_v2/tag/index.d.ts +1 -0
  15. package/lib/components/_v2/toggle/index.d.ts +28 -2
  16. package/lib/components/data-card/index.d.ts +4 -2
  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.js +11 -11
  21. package/lib/containers.js +108 -108
  22. package/lib/functions.js +1 -1
  23. package/lib/hooks.js +1 -1
  24. package/lib/snippets.js +1 -1
  25. package/lib/store.js +1 -1
  26. package/lib/theme.js +1 -1
  27. package/lib/types/common/index.d.ts +8 -4
  28. package/lib/types/describe/index.d.ts +1 -0
  29. package/lib/types.js +1 -1
  30. package/package.json +2 -1
  31. package/lib/chunks/ui-components-6220f061.js +0 -2182
  32. package/lib/components/_v2/button-tab-list/index.d.ts +0 -6
  33. package/lib/components/_v2/checkbox-list/index.d.ts +0 -24
  34. package/lib/components/_v2/radio-group/index.d.ts +0 -23
  35. package/lib/components/_v2/table/table-rows/actions/index.d.ts +0 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.144](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.143...ui-kit-v0.0.144) (2025-12-14)
4
+
5
+
6
+ ### Features
7
+
8
+ * add yaml for old source drawer pods ([#529](https://github.com/odigos-io/ui-kit/issues/529)) ([4bdcc7c](https://github.com/odigos-io/ui-kit/commit/4bdcc7c208e6a2ac55bdbe73daefec2679c15137))
9
+ * publish storybook to cloud ([#527](https://github.com/odigos-io/ui-kit/issues/527)) ([81038da](https://github.com/odigos-io/ui-kit/commit/81038da0a015dbc8ecda021e8656e062f7308272))
10
+
11
+ ## [0.0.143](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.142...ui-kit-v0.0.143) (2025-12-11)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * fill gaps for v2 ([#524](https://github.com/odigos-io/ui-kit/issues/524)) ([bd815d4](https://github.com/odigos-io/ui-kit/commit/bd815d49998eca3ac35df15fafbdd6818ce9ade7))
17
+
3
18
  ## [0.0.142](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.141...ui-kit-v0.0.142) (2025-12-11)
4
19
 
5
20