layered-ui-rails 0.16.0 → 0.16.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e263735e08a190494c81dd8c50552f0f407e80bca6704abea9dca2f3dc78ce37
4
- data.tar.gz: 611458285efd46bc8c6b64f5766b65626152ed0d10d8d1cfef3eac6226f6f3b4
3
+ metadata.gz: 8c6db00c8644f6d77f57044ddb722d85679aa1a212dcf97e343235dedc059aa6
4
+ data.tar.gz: 427a18c3eddf0676e5c9c6b92b13ac651c01a8d73b964a4d5c4ea5c683102cdc
5
5
  SHA512:
6
- metadata.gz: 31aeaab41317883a2a027520b3aa656c5bc987825f51a7d79000d2746c7088046fe691a53827ad43aa2f0360558dd7208956bf5f18aad61536defea559f197cb
7
- data.tar.gz: 128ac9723c177fbbcd4ff5a03f677e3c24fe924209b8a04fa985340b3b561bf07e3616e899cae352a1f02085c1e7f63a0c6aeb28137f453565017a0001e2a717
6
+ metadata.gz: c543aa25cc392198de7350249cc6e448d84513af39b3ca5e42f0e94058a94aa014fd05ceb8eaed7dc3427c88c791f704b86101bc7636c23ac9fdf42d5ad5c142
7
+ data.tar.gz: '003035092eee2d1a1aa9994829da39e532cf067f6a8248478d09a3ec5167cb09835fae97c7c808bc00087da9f4a2a643bdd8d7c600e4afe374ed3195be3f8ec3'
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. This project follows [Semantic Versioning](https://semver.org/).
4
4
 
5
+ ## [0.16.1] - 2026-05-16
6
+
7
+ ### Fixed
8
+
9
+ - Modal body height collapsing to zero in Safari when the dialog used `h-fit`
10
+
5
11
  ## [0.16.0] - 2026-05-16
6
12
 
7
13
  ### Added
@@ -1832,7 +1832,7 @@ pre.l-ui-surface {
1832
1832
  }
1833
1833
 
1834
1834
  .l-ui-modal__body {
1835
- @apply flex-1 min-h-0 overflow-y-auto
1835
+ @apply flex-auto min-h-0 overflow-y-auto
1836
1836
  px-5 py-4;
1837
1837
  }
1838
1838
 
@@ -1,5 +1,5 @@
1
1
  module Layered
2
2
  module Ui
3
- VERSION = "0.16.0"
3
+ VERSION = "0.16.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: layered-ui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - layered.ai