@ornikar/kitt-universal 35.8.0 → 36.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 CHANGED
@@ -3,6 +3,19 @@
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
+ ## [36.0.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@35.8.0...@ornikar/kitt-universal@36.0.0) (2026-04-07)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * **kitt-universal/DialogModal:** assign width 100% to dialog modal children wrapper OSE-24657 (#2960)
12
+
13
+ ### Bug Fixes
14
+
15
+ * **kitt-universal/DialogModal:** assign width 100% to dialog modal children wrapper OSE-24657 ([#2960](https://github.com/ornikar/kitt/issues/2960)) ([494cd25](https://github.com/ornikar/kitt/commit/494cd25475b9bbce1b171f4c8488c78d8d9b4fe4))
16
+
17
+
18
+
6
19
  ## [35.8.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@35.7.0...@ornikar/kitt-universal@35.8.0) (2026-04-01)
7
20
 
8
21
 
@@ -5391,6 +5391,7 @@ function DialogModal({
5391
5391
  marginBottom: "kitt.2",
5392
5392
  children: title
5393
5393
  }) : null, /*#__PURE__*/jsx(View, {
5394
+ width: "100%",
5394
5395
  marginBottom: "kitt.8",
5395
5396
  flexGrow: 1,
5396
5397
  flexShrink: 1,