@odigos/ui-kit 0.0.106 → 0.0.108
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.
- package/CHANGELOG.md +14 -0
- package/lib/chunks/ui-components-ce460747.js +1604 -0
- package/lib/components/status/index.d.ts +2 -1
- package/lib/components/text/index.d.ts +1 -0
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/source-drawer/odigos-health/index.d.ts +6 -0
- package/lib/containers.js +103 -103
- package/lib/functions/get-status-type-from-odigos-health/index.d.ts +2 -0
- package/lib/functions/index.d.ts +1 -0
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons.js +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/sources/index.d.ts +17 -0
- package/lib/types.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-58c09391.js +0 -1604
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.108](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.107...ui-kit-v0.0.108) (2025-09-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add OdigosHealth component and integrate health status into SourceDrawer ([#391](https://github.com/odigos-io/ui-kit/issues/391)) ([54827dd](https://github.com/odigos-io/ui-kit/commit/54827ddb39971f8878f9924c814c5e95a794d427))
|
|
9
|
+
|
|
10
|
+
## [0.0.107](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.106...ui-kit-v0.0.107) (2025-09-08)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* utilize deepClone for state management in InputTable component ([3b8e971](https://github.com/odigos-io/ui-kit/commit/3b8e97123237e7792013faa06f5e261d60f15198))
|
|
16
|
+
|
|
3
17
|
## [0.0.106](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.105...ui-kit-v0.0.106) (2025-09-08)
|
|
4
18
|
|
|
5
19
|
|