@odigos/ui-kit 0.0.126 → 0.0.128
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 +15 -0
- package/lib/chunks/ui-components-b0804608.js +1741 -0
- package/lib/components/_v2/button-tab-list/index.d.ts +6 -0
- package/lib/components/_v2/checkbox/index.d.ts +14 -0
- package/lib/components/_v2/checkbox-list/index.d.ts +24 -0
- package/lib/components/_v2/index.d.ts +5 -0
- package/lib/components/_v2/input/index.d.ts +3 -1
- package/lib/components/_v2/note/index.d.ts +2 -0
- package/lib/components/_v2/radio/index.d.ts +13 -0
- package/lib/components/_v2/radio-group/index.d.ts +23 -0
- package/lib/components/_v2/typography/index.d.ts +13 -11
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/index.d.ts +0 -1
- package/lib/containers.js +117 -144
- package/lib/functions/get-status-color/index.d.ts +3 -0
- package/lib/functions/get-status-icon/index.d.ts +1 -1
- package/lib/functions/index.d.ts +1 -0
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons/common/dot-icon/index.d.ts +2 -0
- package/lib/icons/common/index.d.ts +1 -0
- package/lib/icons.js +1 -1
- package/lib/mock-data/index.d.ts +0 -1
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/common/index.d.ts +12 -0
- package/lib/types/index.d.ts +0 -1
- package/lib/types/instrumentation-instances/index.d.ts +3 -0
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-898f30d4.js +0 -1655
- package/lib/containers/system-settings/index.d.ts +0 -9
- package/lib/containers/system-settings/settings/collector-gateway-settings.d.ts +0 -4
- package/lib/containers/system-settings/settings/collector-node-settings.d.ts +0 -4
- package/lib/containers/system-settings/settings/general-settings.d.ts +0 -4
- package/lib/containers/system-settings/settings/options.d.ts +0 -5
- package/lib/containers/system-settings/settings/rollback-settings.d.ts +0 -4
- package/lib/containers/system-settings/settings/styled.d.ts +0 -8
- package/lib/containers/system-settings/settings/types.d.ts +0 -13
- package/lib/containers/system-settings/settings/ui-settings.d.ts +0 -4
- package/lib/mock-data/config/index.d.ts +0 -2
- package/lib/types/config/index.d.ts +0 -80
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.128](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.127...ui-kit-v0.0.128) (2025-11-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add new palette to theme (and new components) ([#476](https://github.com/odigos-io/ui-kit/issues/476)) ([bed5958](https://github.com/odigos-io/ui-kit/commit/bed59585a24bccf2add9dcd765960e375c410af0))
|
|
9
|
+
* **source-drawer:** add Java to supported lang for Library List ([#480](https://github.com/odigos-io/ui-kit/issues/480)) ([501bbe7](https://github.com/odigos-io/ui-kit/commit/501bbe7550cde483445ec2c56f32604039d6b71d))
|
|
10
|
+
|
|
11
|
+
## [0.0.127](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.126...ui-kit-v0.0.127) (2025-11-19)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* enhance Libraries component to display health status of instrumentation instances ([#474](https://github.com/odigos-io/ui-kit/issues/474)) ([37b7dc8](https://github.com/odigos-io/ui-kit/commit/37b7dc8049dc251e4680741c60a5dea2b82f4231))
|
|
17
|
+
|
|
3
18
|
## [0.0.126](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.125...ui-kit-v0.0.126) (2025-11-17)
|
|
4
19
|
|
|
5
20
|
|