@ornikar/kitt-universal 31.2.1-canary.807c44961b602a3d69cc09c68bd5036b2794e70a.0 → 31.3.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,17 +3,21 @@
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
- ## [31.2.1-canary.807c44961b602a3d69cc09c68bd5036b2794e70a.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@31.2.0...@ornikar/kitt-universal@31.2.1-canary.807c44961b602a3d69cc09c68bd5036b2794e70a.0) (2025-12-02)
6
+ ## [31.3.1](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@31.3.0...@ornikar/kitt-universal@31.3.1) (2025-12-03)
7
7
 
8
8
 
9
- ### Features
9
+ ### Bug Fixes
10
10
 
11
- * remove linaria usage OSE-18326 ([#2777](https://github.com/ornikar/kitt/issues/2777)) ([41567b1](https://github.com/ornikar/kitt/commit/41567b14441252efcf60de7c89cd0908ed9bc141))
11
+ * **kitt-u/card-modal:** fit modal content layout to its parent on native [no issue] ([#2754](https://github.com/ornikar/kitt/issues/2754)) ([c46043d](https://github.com/ornikar/kitt/commit/c46043da6e230f5b0d8056e491f054b82b3ab717))
12
12
 
13
13
 
14
- ### Bug Fixes
15
14
 
16
- * fit modal content layout to its parent ([a9518c4](https://github.com/ornikar/kitt/commit/a9518c4ea98716e72fc7ef73ea8877909529bb01))
15
+ ## [31.3.0](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@31.2.0...@ornikar/kitt-universal@31.3.0) (2025-12-02)
16
+
17
+
18
+ ### Features
19
+
20
+ * remove linaria usage OSE-18326 ([#2777](https://github.com/ornikar/kitt/issues/2777)) ([41567b1](https://github.com/ornikar/kitt/commit/41567b14441252efcf60de7c89cd0908ed9bc141))
17
21
 
18
22
 
19
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ornikar/kitt-universal",
3
- "version": "31.2.1-canary.807c44961b602a3d69cc09c68bd5036b2794e70a.0",
3
+ "version": "31.3.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "directory": "@ornikar/kitt-universal",