@loafmarkets/ui 0.1.373 → 0.1.374

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
@@ -5982,7 +5982,10 @@ var Nav = styled10__default.default.nav`
5982
5982
  display: flex;
5983
5983
  flex-direction: column;
5984
5984
  align-items: center;
5985
- justify-content: center;
5985
+ /* safe-center keeps centering when the menu fits, but top-aligns (honouring the
5986
+ 2.5rem top padding) when the logged-in menu overflows — otherwise flex
5987
+ centering pushes the first item + padding above the scroll area and clips it. */
5988
+ justify-content: safe center;
5986
5989
  min-height: 100%;
5987
5990
  padding: 2.5rem 1.5rem 2.5rem;
5988
5991
  gap: 0.4rem;
@@ -8243,15 +8246,24 @@ var SpinnerRing = styled10__default.default.div`
8243
8246
  }
8244
8247
  `;
8245
8248
  var PREPARING_FACTS = [
8246
- "Property is the world's largest asset class \u2014 worth over US$300 trillion.",
8247
- "Loaf settles trades in about 1 second. Traditional property takes ~90 days.",
8249
+ // Exchange
8248
8250
  "Our matching engine processes orders in 30 microseconds.",
8249
- "Every token is backed 1:1 by land-title-registered property.",
8250
- "Own a slice of premium real estate \u2014 no mortgage, no paperwork.",
8251
+ "Loaf settles in 1 second. Traditional property takes 30-90 days.",
8251
8252
  "Buy and sell property as easily as a stock, on a live orderbook.",
8252
- "Earn rental yield on the exact fraction of property you own.",
8253
- "Title-backed by the NSW Land Registry \u2014 real ownership, on-chain.",
8254
- "Loaf ran the world's first property IPO."
8253
+ "Continuous price discovery, not a single buyer negotiating in a back room.",
8254
+ "Algo-trade property on our API. Build a bot with Claude using our docs.",
8255
+ // What you're holding
8256
+ "Hold shares secured 1:1 by the underlying property, as regulated securities.",
8257
+ "The same economic exposure as owning the property. Without the friction, gatekeeping, or illiquidity.",
8258
+ "Securitisation of property brings a new dimension of flexibility and tradability.",
8259
+ // Frictionless
8260
+ "Settle in seconds, then sell again whenever you want. No waiting days or weeks.",
8261
+ "99% of the frictions in property transactions can be, and have been, reduced.",
8262
+ // Vision
8263
+ "A family office can rebalance a billion dollars in an afternoon, but couldn't sell a $50M property in under six months.",
8264
+ "Family offices and HNWIs prize capital flexibility. Loaf makes property flexible.",
8265
+ "There's no law of physics that says the world's oldest asset class must stay illiquid.",
8266
+ "What if property underwent an IPO?"
8255
8267
  ];
8256
8268
  var FactCard = styled10__default.default.div`
8257
8269
  margin-top: 1.5rem;