@loafmarkets/ui 0.1.377 → 0.1.379

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/dist/index.mjs CHANGED
@@ -8119,6 +8119,10 @@ var CodeSuffixInput = styled10.input`
8119
8119
  letter-spacing: 0.22em;
8120
8120
  text-transform: uppercase;
8121
8121
  font-family: 'Space Grotesk', monospace;
8122
+ /* Explicit line-height so iOS in-app WebViews size the caret to the text
8123
+ box instead of rendering a short, top-aligned caret (line-height: normal
8124
+ + webfont + letter-spacing miscomputes it in some WebViews). */
8125
+ line-height: 1.5;
8122
8126
 
8123
8127
  &:focus {
8124
8128
  outline: none;
@@ -8180,12 +8184,6 @@ var GateShell = styled10.div`
8180
8184
  justify-content: center;
8181
8185
  z-index: 10000;
8182
8186
  background-color: rgba(10, 10, 12, 0.66);
8183
- animation: gateFade 0.25s ease-in-out;
8184
-
8185
- @keyframes gateFade {
8186
- from { opacity: 0; }
8187
- to { opacity: 1; }
8188
- }
8189
8187
  `;
8190
8188
  var GateTint = styled10.div`
8191
8189
  position: absolute;