@loafmarkets/ui 0.1.373 → 0.1.375
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 +20 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -6
package/dist/index.mjs
CHANGED
|
@@ -5957,7 +5957,10 @@ var Nav = styled10.nav`
|
|
|
5957
5957
|
display: flex;
|
|
5958
5958
|
flex-direction: column;
|
|
5959
5959
|
align-items: center;
|
|
5960
|
-
|
|
5960
|
+
/* safe-center keeps centering when the menu fits, but top-aligns (honouring the
|
|
5961
|
+
2.5rem top padding) when the logged-in menu overflows — otherwise flex
|
|
5962
|
+
centering pushes the first item + padding above the scroll area and clips it. */
|
|
5963
|
+
justify-content: safe center;
|
|
5961
5964
|
min-height: 100%;
|
|
5962
5965
|
padding: 2.5rem 1.5rem 2.5rem;
|
|
5963
5966
|
gap: 0.4rem;
|
|
@@ -8218,15 +8221,24 @@ var SpinnerRing = styled10.div`
|
|
|
8218
8221
|
}
|
|
8219
8222
|
`;
|
|
8220
8223
|
var PREPARING_FACTS = [
|
|
8221
|
-
|
|
8222
|
-
"Loaf settles trades in about 1 second. Traditional property takes ~90 days.",
|
|
8224
|
+
// Exchange
|
|
8223
8225
|
"Our matching engine processes orders in 30 microseconds.",
|
|
8224
|
-
"
|
|
8225
|
-
"Own a slice of premium real estate \u2014 no mortgage, no paperwork.",
|
|
8226
|
+
"Loaf settles in 1 second. Traditional property takes 30-90 days.",
|
|
8226
8227
|
"Buy and sell property as easily as a stock, on a live orderbook.",
|
|
8227
|
-
"
|
|
8228
|
-
"
|
|
8229
|
-
|
|
8228
|
+
"Continuous price discovery, not a single buyer negotiating in a back room.",
|
|
8229
|
+
"Algo-trade property on our API. Build a bot with Claude using our docs.",
|
|
8230
|
+
// What you're holding
|
|
8231
|
+
"Hold shares secured 1:1 by the underlying property, as regulated securities.",
|
|
8232
|
+
"The same economic exposure as owning the property. Without the friction, gatekeeping, or illiquidity.",
|
|
8233
|
+
"Securitisation of property brings a new dimension of flexibility and tradability.",
|
|
8234
|
+
// Frictionless
|
|
8235
|
+
"Settle in seconds, then sell again whenever you want. No waiting days or weeks.",
|
|
8236
|
+
"99% of the frictions in property transactions can be, and have been, reduced.",
|
|
8237
|
+
// Vision
|
|
8238
|
+
"A family office can rebalance a billion dollars in an afternoon, but couldn't sell a $50M property in under six months.",
|
|
8239
|
+
"Family offices and HNWIs prize capital flexibility. Loaf makes property flexible.",
|
|
8240
|
+
"There's no law of physics that says the world's oldest asset class must stay illiquid.",
|
|
8241
|
+
"What if property underwent an IPO?"
|
|
8230
8242
|
];
|
|
8231
8243
|
var FactCard = styled10.div`
|
|
8232
8244
|
margin-top: 1.5rem;
|