@ornikar/kitt-universal 25.1.1 → 25.2.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,20 @@
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
+ ## [25.2.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@25.1.1...@ornikar/kitt-universal@25.2.0) (2024-06-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * **kitt-icons:** add new icons OSE-10106 ([#2406](https://github.com/ornikar/kitt/issues/2406)) ([eab2116](https://github.com/ornikar/kitt/commit/eab211653fa5cc426bcd4447242f01bec2b34863))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **kitt-universal:** modal behaviour style [no issue] ([#2405](https://github.com/ornikar/kitt/issues/2405)) ([c397491](https://github.com/ornikar/kitt/commit/c3974916a624031c314e95d4f38181da6ec65ae1))
17
+
18
+
19
+
6
20
  ## [25.1.1](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@25.1.0...@ornikar/kitt-universal@25.1.1) (2024-06-04)
7
21
 
8
22
 
@@ -1 +1 @@
1
- {"version":3,"file":"ModalBehaviour.d.ts","sourceRoot":"","sources":["../../../src/ModalBehaviour/ModalBehaviour.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMrD,UAAU,gBAAgB;IACxB,QAAQ,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAaD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,mBAAmB,GAAG,SAAS,CAoB7F;yBApBe,cAAc"}
1
+ {"version":3,"file":"ModalBehaviour.d.ts","sourceRoot":"","sources":["../../../src/ModalBehaviour/ModalBehaviour.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMrD,UAAU,gBAAgB;IACxB,QAAQ,EAAE,YAAY,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAaD,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,mBAAmB,GAAG,SAAS,CAqB7F;yBArBe,cAAc"}
@@ -3095,6 +3095,7 @@ function ModalBehaviour({
3095
3095
  children: /*#__PURE__*/jsx(ModalBehaviourPortal, {
3096
3096
  visible: visible,
3097
3097
  children: visible ? /*#__PURE__*/jsx(View, {
3098
+ flexGrow: 1,
3098
3099
  _web: {
3099
3100
  position: 'fixed',
3100
3101
  top: 0,