@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.js CHANGED
@@ -8144,6 +8144,10 @@ var CodeSuffixInput = styled10__default.default.input`
8144
8144
  letter-spacing: 0.22em;
8145
8145
  text-transform: uppercase;
8146
8146
  font-family: 'Space Grotesk', monospace;
8147
+ /* Explicit line-height so iOS in-app WebViews size the caret to the text
8148
+ box instead of rendering a short, top-aligned caret (line-height: normal
8149
+ + webfont + letter-spacing miscomputes it in some WebViews). */
8150
+ line-height: 1.5;
8147
8151
 
8148
8152
  &:focus {
8149
8153
  outline: none;
@@ -8205,12 +8209,6 @@ var GateShell = styled10__default.default.div`
8205
8209
  justify-content: center;
8206
8210
  z-index: 10000;
8207
8211
  background-color: rgba(10, 10, 12, 0.66);
8208
- animation: gateFade 0.25s ease-in-out;
8209
-
8210
- @keyframes gateFade {
8211
- from { opacity: 0; }
8212
- to { opacity: 1; }
8213
- }
8214
8212
  `;
8215
8213
  var GateTint = styled10__default.default.div`
8216
8214
  position: absolute;