@odigos/ui-kit 0.0.119 → 0.0.121
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-3c494332.js +1738 -0
- package/lib/components/_v2/button/index.d.ts +21 -0
- package/lib/components/_v2/button-tab/index.d.ts +9 -0
- package/lib/components/_v2/index.d.ts +5 -0
- package/lib/components/_v2/input/index.d.ts +10 -0
- package/lib/components/_v2/modal/index.d.ts +8 -0
- package/lib/components/_v2/note/index.d.ts +5 -0
- package/lib/components/_v2/typography/index.d.ts +36 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/loading-text/index.d.ts +9 -0
- package/lib/components/v2.js +1 -0
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/source-selection-form/index.d.ts +1 -2
- package/lib/containers.js +86 -88
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons/auth/azure-icon/index.d.ts +2 -0
- package/lib/icons/auth/email-icon/index.d.ts +2 -0
- package/lib/icons/auth/index.d.ts +2 -0
- package/lib/icons/common/help-icon/index.d.ts +2 -0
- package/lib/icons/common/index.d.ts +1 -0
- package/lib/icons/index.d.ts +1 -0
- package/lib/icons.js +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store/useSetupStore.d.ts +2 -0
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/sources/index.d.ts +2 -1
- package/lib/types.js +1 -1
- package/lib/visuals/index.d.ts +2 -0
- package/lib/visuals/visual-odigos-logo/index.d.ts +4 -0
- package/lib/visuals/visual-success/index.d.ts +2 -0
- package/lib/visuals.js +24 -0
- package/package.json +12 -2
- package/lib/chunks/ui-components-62ddbe0d.js +0 -1609
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.121](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.120...ui-kit-v0.0.121) (2025-11-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Add support for OpenShift DeploymentConfigs ([#456](https://github.com/odigos-io/ui-kit/issues/456)) ([2491a54](https://github.com/odigos-io/ui-kit/commit/2491a54b032f0f9adaacef02c895e577a77e4a1f))
|
|
9
|
+
* introduce v2 components and visuals ([#459](https://github.com/odigos-io/ui-kit/issues/459)) ([1e2fb78](https://github.com/odigos-io/ui-kit/commit/1e2fb78d21bc0cb81fd4b3f2d69df140442ea4e4))
|
|
10
|
+
|
|
11
|
+
## [0.0.120](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.119...ui-kit-v0.0.120) (2025-10-23)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Performance Improvements
|
|
15
|
+
|
|
16
|
+
* improved fetching of namespace workloads ([#450](https://github.com/odigos-io/ui-kit/issues/450)) ([f51df0a](https://github.com/odigos-io/ui-kit/commit/f51df0a264363ca4a98ffb2621cb3c54288e6c79))
|
|
17
|
+
|
|
3
18
|
## [0.0.119](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.118...ui-kit-v0.0.119) (2025-10-23)
|
|
4
19
|
|
|
5
20
|
|