@odigos/ui-kit 0.0.134 → 0.0.136
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 +23 -0
- package/lib/chunks/ui-components-d05b354a.js +2050 -0
- package/lib/components/_v2/cards/data-card/index.d.ts +1 -0
- package/lib/components/_v2/cards/section-card/index.d.ts +1 -0
- package/lib/components/_v2/cli-command/index.d.ts +7 -0
- package/lib/components/_v2/icon-button/index.d.ts +2 -2
- package/lib/components/_v2/index.d.ts +1 -0
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/_v2/pipeline-collectors/pods-info/index.d.ts +1 -1
- package/lib/containers/v2.js +9 -5
- package/lib/containers.js +65 -65
- package/lib/functions/get-status-from-pod-status/index.d.ts +3 -2
- package/lib/functions.js +1 -1
- package/lib/hooks/useCopy.d.ts +10 -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/pipeline-collectors/index.d.ts +46 -34
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-c87427ab.js +0 -2024
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.136](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.135...ui-kit-v0.0.136) (2025-12-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add CliCommand component and integrate into PodDrawer for displaying kubectl commands ([#506](https://github.com/odigos-io/ui-kit/issues/506)) ([402ffbb](https://github.com/odigos-io/ui-kit/commit/402ffbba37eef94c1d85f544ed918ff0c35ec25f))
|
|
9
|
+
* enhance PodDrawer dropdown interactivity ([#505](https://github.com/odigos-io/ui-kit/issues/505)) ([ffa166e](https://github.com/odigos-io/ui-kit/commit/ffa166e2dc26a8b8e463111f4c5d26fc62739168))
|
|
10
|
+
* improve loading state handling in TextCard and general status card components ([#509](https://github.com/odigos-io/ui-kit/issues/509)) ([0319ef0](https://github.com/odigos-io/ui-kit/commit/0319ef0db0e4cdfd77dc2bc96111614822c03132))
|
|
11
|
+
* integrate CopyButton into DataCard and SectionCard components for enhanced copy functionality ([#507](https://github.com/odigos-io/ui-kit/issues/507)) ([fc0e0e3](https://github.com/odigos-io/ui-kit/commit/fc0e0e3b413ac8e83709f6353cec0b51b7ff83d2))
|
|
12
|
+
* ready & started booleans in pods table ([#508](https://github.com/odigos-io/ui-kit/issues/508)) ([24b4849](https://github.com/odigos-io/ui-kit/commit/24b4849686454213a84a2225f3e5a6d1806fc84c))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* optional types ([#503](https://github.com/odigos-io/ui-kit/issues/503)) ([9d5a372](https://github.com/odigos-io/ui-kit/commit/9d5a3722eb4dab663b220b6010a506fda0079dea))
|
|
18
|
+
|
|
19
|
+
## [0.0.135](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.134...ui-kit-v0.0.135) (2025-12-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* add data-id attribute to Container in Add component ([#498](https://github.com/odigos-io/ui-kit/issues/498)) ([1f1ba9c](https://github.com/odigos-io/ui-kit/commit/1f1ba9ca3cdfb40e0dfe8f432875b41aee67ef5f))
|
|
25
|
+
|
|
3
26
|
## [0.0.134](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.133...ui-kit-v0.0.134) (2025-12-04)
|
|
4
27
|
|
|
5
28
|
|