@odigos/ui-kit 0.0.98 → 0.0.99
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 +13 -0
- package/bundle-analysis.html +4949 -0
- package/lib/chunks/ui-components-675457f7.js +1604 -0
- package/lib/chunks/vendor-56978108.js +1 -0
- package/lib/components.js +1 -163
- package/lib/constants.js +1 -9
- package/lib/containers.js +163 -5141
- package/lib/functions.js +1 -141
- package/lib/hooks.js +1 -649
- package/lib/icons.js +1 -187
- package/lib/snippets.js +1 -28
- package/lib/store/useDarkMode.d.ts +5 -3
- package/lib/store.js +1 -4
- package/lib/theme.js +1 -4
- package/lib/types.js +1 -369
- package/package.json +19 -13
- package/lib/index-0a77c1be.js +0 -11
- package/lib/index-195415d4.js +0 -676
- package/lib/index-1cb4f9e2.js +0 -20
- package/lib/index-5e5f7bda.js +0 -39
- package/lib/index-6a6bea6e.js +0 -37
- package/lib/index-77cf7846.js +0 -124
- package/lib/index-89edd01d.js +0 -1968
- package/lib/index-9475009f.js +0 -225
- package/lib/index-a3c0cecd.js +0 -36
- package/lib/index-c823fbfb.js +0 -342
- package/lib/index-c8b542d8.js +0 -38528
- package/lib/index-d8fb5fed.js +0 -138
- package/lib/index-f18c8530.js +0 -64
- package/lib/useTransition-159c9af8.js +0 -3598
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.99](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.98...ui-kit-v0.0.99) (2025-08-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **source-list:** move loading indicator for fetching namespaces to the top ([#369](https://github.com/odigos-io/ui-kit/issues/369)) ([061b433](https://github.com/odigos-io/ui-kit/commit/061b43323a13bb1bbbb1418eaf6e202cf3c9b502))
|
|
9
|
+
* **source-selection:** ensure 'Select All' functionality correctly resets selected namespaces ([#370](https://github.com/odigos-io/ui-kit/issues/370)) ([ac38c19](https://github.com/odigos-io/ui-kit/commit/ac38c19f58c91a7cf58bfab5834c9868774ffb73))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Performance Improvements
|
|
13
|
+
|
|
14
|
+
* optimize build process, add bundle analysis and file size reporting ([#366](https://github.com/odigos-io/ui-kit/issues/366)) ([fcb2203](https://github.com/odigos-io/ui-kit/commit/fcb2203ef4156e1b1ea79b77814e25b611d60d12))
|
|
15
|
+
|
|
3
16
|
## [0.0.98](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.97...ui-kit-v0.0.98) (2025-08-27)
|
|
4
17
|
|
|
5
18
|
|