@ornikar/kitt-universal 27.9.1-canary.f2c8ce09203150f3f2cb65aacb7c85ea25435b9f.0 → 28.0.0
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 +7 -11
- package/dist/tsbuildinfo +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,20 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [
|
|
6
|
+
## [28.0.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@27.9.0...@ornikar/kitt-universal@28.0.0) (2025-10-08)
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### ⚠ BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* **kitt-universal:** use `TopNavBar` in modal and bottomsheet `Header` [no issue] (#2711)
|
|
12
|
+
|
|
13
|
+
### Code Refactoring
|
|
10
14
|
|
|
11
|
-
*
|
|
12
|
-
* add usecases in story ([b005d68](https://github.com/ornikar/kitt/commit/b005d681364bb7e16454f696f46b5af55d721a97))
|
|
13
|
-
* complete cleaning ([7be3e25](https://github.com/ornikar/kitt/commit/7be3e2565fa541863c4057d7540cf4813afd6089))
|
|
14
|
-
* fix CI ([1094aea](https://github.com/ornikar/kitt/commit/1094aeacf67d88b3ae47b441b4d3de39997557f7))
|
|
15
|
-
* handle testID prop ([e2a54e0](https://github.com/ornikar/kitt/commit/e2a54e07585611cf04ffc9c0f61561a865c3b00b))
|
|
16
|
-
* match old stories ([f6ea201](https://github.com/ornikar/kitt/commit/f6ea2011ae9ba11e8042db71dc2ddbe9cf207664))
|
|
17
|
-
* restore iconButton theme as it is used by clients, also using it in TopNavBar ([00f1569](https://github.com/ornikar/kitt/commit/00f156939537e600bf29dec37c2687eaef480743))
|
|
18
|
-
* update bottom sheet typing to allow having right property ([4b91119](https://github.com/ornikar/kitt/commit/4b911192ae095bb2eb65643367ed285b3f849cd8))
|
|
19
|
-
* use correct width for iconButton theme ([817fc6d](https://github.com/ornikar/kitt/commit/817fc6d8a1131bc5db116d26694e7192a69138f6))
|
|
15
|
+
* **kitt-universal:** use `TopNavBar` in modal and bottomsheet `Header` [no issue] ([#2711](https://github.com/ornikar/kitt/issues/2711)) ([351fbcc](https://github.com/ornikar/kitt/commit/351fbccf08111afa065a3d8daf98f6b6d6f446bf))
|
|
20
16
|
|
|
21
17
|
|
|
22
18
|
|