@odigos/ui-kit 0.0.141 → 0.0.143
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-29317e94.js +2191 -0
- package/lib/components/_v2/cards/section-card/index.d.ts +2 -0
- package/lib/components/_v2/checkbox-list/index.d.ts +5 -8
- package/lib/components/_v2/index.d.ts +1 -0
- package/lib/components/_v2/search/index.d.ts +2 -1
- package/lib/components/_v2/table/index.d.ts +2 -1
- package/lib/components/_v2/table/styled.d.ts +7 -3
- package/lib/components/_v2/table/table-columns/index.d.ts +2 -1
- package/lib/components/_v2/table/table-rows/index.d.ts +2 -1
- package/lib/components/_v2/table/types.d.ts +4 -0
- package/lib/components/_v2/toggle/index.d.ts +9 -0
- package/lib/components/_v2/toggle-list/index.d.ts +20 -0
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/v2.js +8 -8
- package/lib/containers.js +1 -1
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme/index.d.ts +2 -0
- package/lib/theme/palletes/index.d.ts +140 -3
- package/lib/theme.js +1 -1
- package/lib/types/common/index.d.ts +8 -4
- package/lib/types.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-c3adf029.js +0 -2163
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.143](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.142...ui-kit-v0.0.143) (2025-12-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* fill gaps for v2 ([#524](https://github.com/odigos-io/ui-kit/issues/524)) ([bd815d4](https://github.com/odigos-io/ui-kit/commit/bd815d49998eca3ac35df15fafbdd6818ce9ade7))
|
|
9
|
+
|
|
10
|
+
## [0.0.142](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.141...ui-kit-v0.0.142) (2025-12-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add support for pretty table variant ([#522](https://github.com/odigos-io/ui-kit/issues/522)) ([2080891](https://github.com/odigos-io/ui-kit/commit/208089145d8e1dd827119fc03c24a7ab0de9703e))
|
|
16
|
+
|
|
3
17
|
## [0.0.141](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.140...ui-kit-v0.0.141) (2025-12-11)
|
|
4
18
|
|
|
5
19
|
|