@fiscozen/dialog 0.1.30 → 0.1.32

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
@@ -1,5 +1,24 @@
1
1
  # @fiscozen/dialog
2
2
 
3
+ ## 0.1.32
4
+
5
+ ### Patch Changes
6
+
7
+ - 172fe72: Pad dialog content by the safe-area insets so full-screen dialogs on notched
8
+ devices (e.g. iPhone with Dynamic Island) keep their header — title and close
9
+ button — clear of the status bar instead of rendering underneath it, where the
10
+ close button was untappable (HD-24264). `env(safe-area-inset-*)` resolves to
11
+ `0px` on every non-notched surface, so there is no visual change off-device.
12
+ - Updated dependencies [a243ebb]
13
+ - @fiscozen/composables@1.0.4
14
+
15
+ ## 0.1.31
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [a9c33b8]
20
+ - @fiscozen/button@3.0.1
21
+
3
22
  ## 0.1.30
4
23
 
5
24
  ### Patch Changes
@@ -0,0 +1,2 @@
1
+ dialog{color:#000;background:#fff;border:solid;width:fit-content;height:fit-content;margin:auto;padding:1em;display:block;position:absolute;left:0;right:0}dialog:not([open]){display:none}dialog+.backdrop{background:#0000001a;position:fixed;inset:0}._dialog_overlay{position:fixed;inset:0}dialog.fixed{position:fixed;top:50%;transform:translateY(-50%)}dialog[data-v-2d79113c]::backdrop{background:var(--core-black,#2c282f);opacity:.8}.fz-dialog__backdrop[data-v-2d79113c]{background-color:#2c282fcc;top:0;left:0}
2
+ /*$vite$:1*/