@odigos/ui-kit 0.0.120 → 0.0.122
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-444f70da.js +1755 -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 +6 -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/v2.js +1 -0
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers.js +2 -2
- 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/brand/index.d.ts +1 -0
- package/lib/icons/brand/odigos-central-logo-text/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.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-534fcd21.js +0 -1622
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.122](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.121...ui-kit-v0.0.122) (2025-11-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add OdigosCentralLogoText icon and include modal component in v2 index ([#460](https://github.com/odigos-io/ui-kit/issues/460)) ([a11dd06](https://github.com/odigos-io/ui-kit/commit/a11dd0690a2c14fe2ea9dad19cc7b1de34b447e3))
|
|
9
|
+
|
|
10
|
+
## [0.0.121](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.120...ui-kit-v0.0.121) (2025-11-10)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* 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))
|
|
16
|
+
* 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))
|
|
17
|
+
|
|
3
18
|
## [0.0.120](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.119...ui-kit-v0.0.120) (2025-10-23)
|
|
4
19
|
|
|
5
20
|
|