@loafmarkets/ui 0.1.377 → 0.1.378

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
@@ -8205,12 +8205,6 @@ var GateShell = styled10__default.default.div`
8205
8205
  justify-content: center;
8206
8206
  z-index: 10000;
8207
8207
  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
8208
  `;
8215
8209
  var GateTint = styled10__default.default.div`
8216
8210
  position: absolute;