@fluid-app/portal-sdk 0.1.300 → 0.1.301

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.
Files changed (25) hide show
  1. package/dist/{OrdersScreen-sLr0z213.cjs → OrdersScreen-B-Nfx1pU.cjs} +1 -1
  2. package/dist/{OrdersScreen-DoopejMR.mjs → OrdersScreen-BR1WDP_v.mjs} +1 -1
  3. package/dist/{OrdersScreen-CS1xA9q5.cjs → OrdersScreen-CtAlBgys.cjs} +39 -39
  4. package/dist/OrdersScreen-CtAlBgys.cjs.map +1 -0
  5. package/dist/{OrdersScreen-CFfrQG4i.mjs → OrdersScreen-E0HjjKxj.mjs} +39 -39
  6. package/dist/OrdersScreen-E0HjjKxj.mjs.map +1 -0
  7. package/dist/{ProfileScreen-CwP66ls2.cjs → ProfileScreen-CL8xD-q8.cjs} +1 -1
  8. package/dist/{ProfileScreen-wj0KTaQF.mjs → ProfileScreen-COZw57uK.mjs} +1 -1
  9. package/dist/{ProfileScreen-BCR3FU5g.cjs → ProfileScreen-CPzuS8kI.cjs} +69 -69
  10. package/dist/ProfileScreen-CPzuS8kI.cjs.map +1 -0
  11. package/dist/{ProfileScreen-CefqZr-Q.mjs → ProfileScreen-fIQkeFTu.mjs} +69 -69
  12. package/dist/ProfileScreen-fIQkeFTu.mjs.map +1 -0
  13. package/dist/{SubscriptionsScreen-DKihggHx.cjs → SubscriptionsScreen-6Xp62ubF.cjs} +1 -1
  14. package/dist/{SubscriptionsScreen-Cjd2aGeW.mjs → SubscriptionsScreen-D8XUHV0b.mjs} +47 -47
  15. package/dist/{SubscriptionsScreen-Cjd2aGeW.mjs.map → SubscriptionsScreen-D8XUHV0b.mjs.map} +1 -1
  16. package/dist/{SubscriptionsScreen-DLLDU_aU.cjs → SubscriptionsScreen-YL-1_nFd.cjs} +47 -47
  17. package/dist/{SubscriptionsScreen-DLLDU_aU.cjs.map → SubscriptionsScreen-YL-1_nFd.cjs.map} +1 -1
  18. package/dist/index.cjs +9 -9
  19. package/dist/index.mjs +9 -9
  20. package/package.json +21 -21
  21. package/styles/globals.css +0 -222
  22. package/dist/OrdersScreen-CFfrQG4i.mjs.map +0 -1
  23. package/dist/OrdersScreen-CS1xA9q5.cjs.map +0 -1
  24. package/dist/ProfileScreen-BCR3FU5g.cjs.map +0 -1
  25. package/dist/ProfileScreen-CefqZr-Q.mjs.map +0 -1
@@ -36,39 +36,39 @@ function ProfileLayout(props) {
36
36
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
37
37
  className: "relative",
38
38
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
39
- className: "max-w-profile-container relative mx-auto px-5 pt-8 pb-20 md:px-8",
39
+ className: "relative mx-auto max-w-4xl px-5 pt-8 pb-20 md:px-8",
40
40
  children: [
41
41
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("section", {
42
42
  className: "flex items-center gap-3.5",
43
43
  children: [
44
44
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
45
- className: "size-profile-avatar-sm md:size-profile-avatar relative shrink-0 overflow-hidden rounded-full ring-1 ring-black/5",
45
+ className: "relative size-12 shrink-0 overflow-hidden rounded-full ring-1 ring-black/5 md:size-13",
46
46
  children: account.avatar_url ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)("img", {
47
47
  src: account.avatar_url,
48
48
  alt: "",
49
49
  className: "h-full w-full object-cover"
50
50
  }) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
51
- className: "bg-profile-dark text-profile-dark-foreground flex h-full w-full items-center justify-center text-lg font-semibold",
51
+ className: "bg-primary text-primary-foreground flex h-full w-full items-center justify-center text-lg font-semibold",
52
52
  children: heroDisplay.charAt(0).toUpperCase()
53
53
  })
54
54
  }),
55
55
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
56
56
  className: "min-w-0 flex-1",
57
57
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("h1", {
58
- className: "text-profile-hero tracking-profile-hero text-profile-text md:text-profile-hero-lg truncate font-bold",
58
+ className: "text-foreground truncate text-xl font-bold tracking-tight md:text-2xl",
59
59
  children: heroDisplay
60
60
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("p", {
61
- className: "text-profile-sm-plus text-profile-text-muted mt-0.5 truncate",
61
+ className: "text-muted-foreground mt-0.5 truncate text-sm",
62
62
  children: account.email
63
63
  })]
64
64
  }),
65
65
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
66
66
  className: "flex shrink-0 items-center gap-2",
67
67
  children: rewardsEnabled && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
68
- className: "ring-profile-border bg-profile-card text-profile-xs-plus text-profile-text inline-flex items-center gap-1.5 rounded-md px-2.5 py-1 font-semibold ring-1",
68
+ className: "ring-border text-foreground inline-flex items-center gap-1.5 rounded-md bg-transparent px-2.5 py-1 text-xs font-semibold ring-1",
69
69
  children: [
70
70
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.Sparkles, {
71
- className: "text-profile-accent size-3",
71
+ className: "text-primary size-3",
72
72
  strokeWidth: 2.25
73
73
  }),
74
74
  (pointsBalance ?? 0).toLocaleString(),
@@ -88,7 +88,7 @@ function ProfileLayout(props) {
88
88
  })
89
89
  }),
90
90
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
91
- className: "ring-profile-border bg-profile-card mt-2.5 overflow-hidden rounded-2xl ring-1",
91
+ className: "ring-border mt-2.5 overflow-hidden rounded-2xl bg-transparent ring-1",
92
92
  children: [
93
93
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)(FieldRow, {
94
94
  icon: lucide_react.User,
@@ -127,33 +127,33 @@ function ProfileLayout(props) {
127
127
  rewardsEnabled && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(react_jsx_runtime.Fragment, { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(SectionHeader, {
128
128
  title: t("points_history"),
129
129
  action: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
130
- className: "text-profile-xs text-profile-text-faint",
130
+ className: "text-muted-foreground/75 text-xs",
131
131
  children: t("pts_available", { count: String((pointsBalance ?? 0).toLocaleString()) })
132
132
  })
133
133
  }), ledger.length > 0 ? /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
134
- className: "ring-profile-border bg-profile-card mt-2.5 overflow-hidden rounded-2xl ring-1",
134
+ className: "ring-border mt-2.5 overflow-hidden rounded-2xl bg-transparent ring-1",
135
135
  children: [ledgerPreview.map((entry, i) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(PointsLedgerRow, {
136
136
  entry,
137
137
  isLast: !hasMoreLedger && i === ledgerPreview.length - 1
138
138
  }, entry.id)), hasMoreLedger && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
139
139
  type: "button",
140
140
  onClick: () => setIsPointsHistoryOpen(true),
141
- className: "text-profile-xs text-profile-text hover:bg-profile-pill-hover flex w-full items-center justify-center gap-1 px-4 py-3 font-bold transition-colors",
141
+ className: "text-foreground hover:bg-muted flex w-full items-center justify-center gap-1 px-4 py-3 text-xs font-bold transition-colors",
142
142
  children: t("see_all_transactions", { count: ledger.length })
143
143
  })]
144
144
  }) : /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
145
- className: "ring-dashed ring-profile-dashed-border bg-profile-card mt-2.5 flex flex-col items-center justify-center gap-1 rounded-2xl px-4 py-8 text-center ring-1",
145
+ className: "ring-dashed ring-border mt-2.5 flex flex-col items-center justify-center gap-1 rounded-2xl bg-transparent px-4 py-8 text-center ring-1",
146
146
  children: [
147
147
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.Sparkles, {
148
- className: "text-profile-text-faint size-5",
148
+ className: "text-muted-foreground/75 size-5",
149
149
  strokeWidth: 1.75
150
150
  }),
151
151
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
152
- className: "text-profile-base text-profile-text font-bold",
152
+ className: "text-foreground text-sm font-bold",
153
153
  children: t("no_points_yet")
154
154
  }),
155
155
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
156
- className: "text-profile-xs text-profile-text-muted",
156
+ className: "text-muted-foreground text-xs",
157
157
  children: t("earn_points_hint")
158
158
  })
159
159
  ]
@@ -167,10 +167,10 @@ function ProfileLayout(props) {
167
167
  }) : void 0
168
168
  }),
169
169
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
170
- className: "ring-profile-border bg-profile-card mt-2.5 flex items-center gap-3 rounded-2xl p-3.5 ring-1",
170
+ className: "ring-border mt-2.5 flex items-center gap-3 rounded-2xl bg-transparent p-3.5 ring-1",
171
171
  children: [
172
172
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
173
- className: "size-profile-mysite-icon bg-profile-icon-bg text-profile-text flex shrink-0 items-center justify-center rounded-full",
173
+ className: "bg-muted text-foreground flex size-11 shrink-0 items-center justify-center rounded-full",
174
174
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.Link2, {
175
175
  className: "size-[18px]",
176
176
  strokeWidth: 2
@@ -179,10 +179,10 @@ function ProfileLayout(props) {
179
179
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
180
180
  className: "min-w-0 flex-1",
181
181
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
182
- className: "text-profile-2xs tracking-profile-uppercase-1 text-profile-text-faint font-bold uppercase",
182
+ className: "text-muted-foreground/75 text-xs font-bold tracking-widest uppercase",
183
183
  children: t("public_link")
184
184
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
185
- className: "text-profile-base text-profile-text mt-0.5 truncate font-mono font-semibold",
185
+ className: "text-foreground mt-0.5 truncate font-mono text-sm font-semibold",
186
186
  children: mySiteDisplayUrl || t("set_your_mysite_link")
187
187
  })]
188
188
  }),
@@ -190,7 +190,7 @@ function ProfileLayout(props) {
190
190
  type: "button",
191
191
  onClick: onCopyMySiteLink,
192
192
  disabled: !mySiteDisplayUrl,
193
- className: "ring-profile-border bg-profile-card text-profile-xs text-profile-text hover:bg-profile-pill-hover inline-flex items-center gap-1 rounded-md px-3 py-1.5 font-bold ring-1 transition-all disabled:cursor-not-allowed disabled:opacity-40",
193
+ className: "ring-border text-foreground hover:bg-muted inline-flex items-center gap-1 rounded-md bg-transparent px-3 py-1.5 text-xs font-bold ring-1 transition-all disabled:cursor-not-allowed disabled:opacity-40",
194
194
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.Copy, {
195
195
  className: "size-3",
196
196
  strokeWidth: 2.25
@@ -210,12 +210,12 @@ function ProfileLayout(props) {
210
210
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)(SectionHeader, {
211
211
  title: t("social_media"),
212
212
  action: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
213
- className: "text-profile-xs text-profile-text-faint",
213
+ className: "text-muted-foreground/75 text-xs",
214
214
  children: t("connected_count", { count: connectedSocialCount })
215
215
  })
216
216
  }),
217
217
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
218
- className: "ring-profile-border bg-profile-card mt-2.5 overflow-hidden rounded-2xl ring-1",
218
+ className: "ring-border mt-2.5 overflow-hidden rounded-2xl bg-transparent ring-1",
219
219
  children: SOCIAL_ENTRIES.map((entry, i) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(SocialRow, {
220
220
  entry,
221
221
  handle: socialLinks[entry.key] ?? "",
@@ -229,7 +229,7 @@ function ProfileLayout(props) {
229
229
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_src.DialogContent, {
230
230
  className: "max-w-md md:max-w-lg",
231
231
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_src.DialogHeader, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_src.DialogTitle, { children: t("points_history") }) }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
232
- className: "ring-profile-border bg-profile-card max-h-[60vh] overflow-y-auto rounded-2xl ring-1",
232
+ className: "ring-border max-h-[60vh] overflow-y-auto rounded-2xl bg-transparent ring-1",
233
233
  children: ledger.map((entry, i) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(PointsLedgerRow, {
234
234
  entry,
235
235
  isLast: i === ledger.length - 1
@@ -238,26 +238,26 @@ function ProfileLayout(props) {
238
238
  })
239
239
  }),
240
240
  onSignOut && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
241
- className: "ring-profile-border bg-profile-card mt-8 flex flex-wrap items-center justify-between gap-3 rounded-2xl p-3.5 ring-1",
241
+ className: "ring-border mt-8 flex flex-wrap items-center justify-between gap-3 rounded-2xl bg-transparent p-3.5 ring-1",
242
242
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
243
243
  className: "flex items-center gap-3",
244
244
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
245
- className: "bg-profile-danger-bg flex size-9 items-center justify-center rounded-md",
245
+ className: "bg-destructive/10 flex size-9 items-center justify-center rounded-md",
246
246
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.LogOut, {
247
- className: "text-profile-danger-icon size-4",
247
+ className: "text-destructive size-4",
248
248
  strokeWidth: 2.25
249
249
  })
250
250
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
251
- className: "text-profile-base text-profile-text font-bold",
251
+ className: "text-foreground text-sm font-bold",
252
252
  children: t("sign_out")
253
253
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
254
- className: "text-profile-xs-plus text-profile-text-muted",
254
+ className: "text-muted-foreground text-xs",
255
255
  children: t("sign_out_description")
256
256
  })] })]
257
257
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
258
258
  type: "button",
259
259
  onClick: onSignOut,
260
- className: "bg-profile-danger-button-bg text-profile-sm text-profile-danger-button-text hover:bg-profile-danger-button-hover rounded-md px-4 py-2 font-bold transition-colors",
260
+ className: "bg-destructive/15 text-destructive hover:bg-destructive/25 rounded-md px-4 py-2 text-xs font-bold transition-colors",
261
261
  children: t("sign_out")
262
262
  })]
263
263
  })
@@ -269,7 +269,7 @@ function SectionHeader({ title, action }) {
269
269
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
270
270
  className: "mt-8 flex items-end justify-between",
271
271
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("h2", {
272
- className: "text-profile-lg tracking-profile-heading text-profile-text font-bold",
272
+ className: "text-foreground text-base font-bold tracking-tight",
273
273
  children: title
274
274
  }), action ?? null]
275
275
  });
@@ -279,7 +279,7 @@ function PillButton({ onClick, icon: Icon, label, disabled }) {
279
279
  type: "button",
280
280
  onClick,
281
281
  disabled,
282
- className: "ring-profile-border bg-profile-card text-profile-xs text-profile-text hover:bg-profile-pill-hover inline-flex items-center gap-1 rounded-md px-3 py-1.5 font-bold ring-1 transition-all disabled:cursor-not-allowed disabled:opacity-40",
282
+ className: "ring-border text-foreground hover:bg-muted inline-flex items-center gap-1 rounded-md bg-transparent px-3 py-1.5 text-xs font-bold ring-1 transition-all disabled:cursor-not-allowed disabled:opacity-40",
283
283
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(Icon, {
284
284
  className: "size-3",
285
285
  strokeWidth: 2.25
@@ -291,33 +291,33 @@ function PointsLedgerRow({ entry, isLast }) {
291
291
  const isCredit = entry.amount >= 0;
292
292
  const sign = isCredit ? "+" : "−";
293
293
  const magnitude = Math.abs(entry.amount).toLocaleString();
294
- const amountColor = isCredit ? "text-emerald-600" : "text-profile-danger-icon";
294
+ const amountColor = isCredit ? "text-emerald-600" : "text-destructive";
295
295
  const sourceName = entry.metadata?.source?.name?.trim();
296
296
  const transactionType = entry.metadata?.transaction_type;
297
297
  const label = sourceName || (transactionType ? transactionType.charAt(0).toUpperCase() + transactionType.slice(1) : isCredit ? t("points_awarded") : t("points_redeemed"));
298
298
  const dateLabel = formatLedgerDate(entry.created_at);
299
299
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
300
- className: `flex items-center gap-3 px-4 py-3.5 ${isLast ? "" : "border-profile-divider border-b"}`,
300
+ className: `flex items-center gap-3 px-4 py-3.5 ${isLast ? "" : "border-border border-b"}`,
301
301
  children: [
302
302
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
303
- className: "bg-profile-icon-bg flex size-9 shrink-0 items-center justify-center rounded-full",
303
+ className: "bg-muted flex size-9 shrink-0 items-center justify-center rounded-full",
304
304
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.Sparkles, {
305
- className: `size-4 ${isCredit ? "text-profile-accent" : "text-profile-text-muted"}`,
305
+ className: `size-4 ${isCredit ? "text-primary" : "text-muted-foreground"}`,
306
306
  strokeWidth: 2
307
307
  })
308
308
  }),
309
309
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
310
310
  className: "min-w-0 flex-1",
311
311
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
312
- className: "text-profile-md text-profile-text truncate font-medium",
312
+ className: "text-foreground truncate text-sm font-medium",
313
313
  children: label
314
314
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
315
- className: "text-profile-xs text-profile-text-muted",
315
+ className: "text-muted-foreground text-xs",
316
316
  children: dateLabel
317
317
  })]
318
318
  }),
319
319
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
320
- className: `text-profile-md shrink-0 font-mono font-bold tabular-nums ${amountColor}`,
320
+ className: `shrink-0 font-mono text-sm font-bold tabular-nums ${amountColor}`,
321
321
  children: [sign, magnitude]
322
322
  })
323
323
  ]
@@ -337,9 +337,9 @@ function formatLedgerDate(iso) {
337
337
  function FieldRow({ icon: Icon, label, value, placeholder, isLast, multiline }) {
338
338
  const display = value || placeholder || "";
339
339
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
340
- className: `flex gap-3 px-4 py-3.5 ${multiline ? "items-start" : "items-center"} ${isLast ? "" : "border-profile-divider border-b"}`,
340
+ className: `flex gap-3 px-4 py-3.5 ${multiline ? "items-start" : "items-center"} ${isLast ? "" : "border-border border-b"}`,
341
341
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
342
- className: "bg-profile-icon-bg text-profile-text-muted flex size-9 shrink-0 items-center justify-center rounded-full",
342
+ className: "bg-muted text-muted-foreground flex size-9 shrink-0 items-center justify-center rounded-full",
343
343
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(Icon, {
344
344
  className: "size-4",
345
345
  strokeWidth: 2
@@ -347,10 +347,10 @@ function FieldRow({ icon: Icon, label, value, placeholder, isLast, multiline })
347
347
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
348
348
  className: "min-w-0 flex-1",
349
349
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
350
- className: "text-profile-2xs tracking-profile-uppercase-1 text-profile-text-faint font-bold uppercase",
350
+ className: "text-muted-foreground/75 text-xs font-bold tracking-widest uppercase",
351
351
  children: label
352
352
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
353
- className: `mt-0.5 ${multiline ? "whitespace-pre-line" : "truncate"} text-profile-md font-medium ${!value && Boolean(placeholder) ? "text-profile-text-placeholder" : "text-profile-text"}`,
353
+ className: `mt-0.5 ${multiline ? "whitespace-pre-line" : "truncate"} text-sm font-medium ${!value && Boolean(placeholder) ? "text-muted-foreground/55" : "text-foreground"}`,
354
354
  children: display
355
355
  })]
356
356
  })]
@@ -397,13 +397,13 @@ function PaymentCardVisual({ method, onClick }) {
397
397
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
398
398
  className: "relative flex items-start justify-between",
399
399
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
400
- className: "text-profile-micro tracking-profile-uppercase-2 text-background/50 font-semibold uppercase",
400
+ className: "text-background/50 text-xs font-semibold tracking-widest uppercase",
401
401
  children: brandLabel
402
402
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
403
- className: "text-profile-hero tracking-profile-mono text-background mt-1 font-mono font-bold",
403
+ className: "text-background mt-1 font-mono text-xl font-bold tracking-wider",
404
404
  children: last4
405
405
  })] }), method.default && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
406
- className: "text-profile-micro bg-background/10 text-background/80 rounded-md px-2 py-0.5 font-bold tracking-wider uppercase",
406
+ className: "bg-background/10 text-background/80 rounded-md px-2 py-0.5 text-xs font-bold tracking-wider uppercase",
407
407
  children: t("default")
408
408
  })]
409
409
  }),
@@ -413,22 +413,22 @@ function PaymentCardVisual({ method, onClick }) {
413
413
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
414
414
  className: "min-w-0 flex-1",
415
415
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
416
- className: "text-profile-nano tracking-profile-uppercase-2 text-background/40 font-semibold uppercase",
416
+ className: "text-background/40 text-xs font-semibold tracking-widest uppercase",
417
417
  children: t("cardholder")
418
418
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
419
- className: "text-profile-xs-plus text-background truncate font-semibold",
419
+ className: "text-background truncate text-xs font-semibold",
420
420
  children: holder || " "
421
421
  })]
422
422
  }),
423
423
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", { children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
424
- className: "text-profile-nano tracking-profile-uppercase-2 text-background/40 font-semibold uppercase",
424
+ className: "text-background/40 text-xs font-semibold tracking-widest uppercase",
425
425
  children: t("card_expires")
426
426
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
427
- className: "text-profile-xs-plus text-background font-mono font-semibold",
427
+ className: "text-background font-mono text-xs font-semibold",
428
428
  children: exp
429
429
  })] }),
430
430
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
431
- className: `text-profile-micro shrink-0 rounded px-1.5 py-0.5 font-bold tracking-wider text-white ${badgeBg}`,
431
+ className: `shrink-0 rounded px-1.5 py-0.5 text-xs font-bold tracking-wider text-white ${badgeBg}`,
432
432
  children: badge
433
433
  })
434
434
  ]
@@ -441,21 +441,21 @@ function AddPaymentTile({ onClick }) {
441
441
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("button", {
442
442
  type: "button",
443
443
  onClick,
444
- className: "group ring-dashed ring-profile-dashed-border bg-profile-card text-profile-text-muted hover:bg-profile-canvas hover:text-profile-text flex aspect-[1.586/1] flex-col items-center justify-center gap-1.5 rounded-xl ring-1 transition-colors",
444
+ className: "group ring-dashed ring-border text-muted-foreground hover:bg-background hover:text-foreground flex aspect-[1.586/1] flex-col items-center justify-center gap-1.5 rounded-xl bg-transparent ring-1 transition-colors",
445
445
  children: [
446
446
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
447
- className: "ring-profile-border bg-profile-card flex size-9 items-center justify-center rounded-full ring-1",
447
+ className: "ring-border flex size-9 items-center justify-center rounded-full bg-transparent ring-1",
448
448
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.Plus, {
449
449
  className: "size-4",
450
450
  strokeWidth: 2.25
451
451
  })
452
452
  }),
453
453
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
454
- className: "text-profile-sm text-profile-text font-bold",
454
+ className: "text-foreground text-xs font-bold",
455
455
  children: t("add_payment_method")
456
456
  }),
457
457
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
458
- className: "text-profile-2xs-plus text-profile-text-faint",
458
+ className: "text-muted-foreground/75 text-xs",
459
459
  children: t("accepted_cards")
460
460
  })
461
461
  ]
@@ -470,7 +470,7 @@ function AddressCard({ address, onEdit, onDelete }) {
470
470
  address.postal_code
471
471
  ].filter(Boolean).join(", ");
472
472
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
473
- className: "ring-profile-border bg-profile-card hover:bg-profile-pill-hover focus-within:ring-profile-text/40 relative flex flex-col rounded-2xl ring-1 transition-all duration-200 focus-within:ring-2 hover:ring-2",
473
+ className: "ring-border hover:bg-muted focus-within:ring-foreground/40 relative flex flex-col rounded-2xl bg-transparent ring-1 transition-all duration-200 focus-within:ring-2 hover:ring-2",
474
474
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("button", {
475
475
  type: "button",
476
476
  onClick: onEdit,
@@ -480,27 +480,27 @@ function AddressCard({ address, onEdit, onDelete }) {
480
480
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
481
481
  className: "flex items-center gap-2",
482
482
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
483
- className: "bg-profile-icon-bg flex size-8 items-center justify-center rounded-full",
483
+ className: "bg-muted flex size-8 items-center justify-center rounded-full",
484
484
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.MapPin, {
485
- className: "text-profile-text-muted size-4",
485
+ className: "text-muted-foreground size-4",
486
486
  strokeWidth: 2
487
487
  })
488
488
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
489
- className: "text-profile-md text-profile-text font-bold",
489
+ className: "text-foreground text-sm font-bold",
490
490
  children: label
491
491
  })]
492
492
  }), address.default && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
493
- className: "bg-profile-dark text-profile-micro text-profile-dark-foreground rounded-md px-2 py-0.5 font-bold tracking-wider uppercase",
493
+ className: "bg-primary text-primary-foreground rounded-md px-2 py-0.5 text-xs font-bold tracking-wider uppercase",
494
494
  children: t("default")
495
495
  })]
496
496
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
497
- className: "text-profile-sm-plus text-profile-text mt-3 space-y-0.5 leading-snug",
497
+ className: "text-foreground mt-3 space-y-0.5 text-sm leading-snug",
498
498
  children: [
499
499
  address.address1 && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", { children: address.address1 }),
500
500
  address.address2 && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", { children: address.address2 }),
501
501
  cityLine && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", { children: cityLine }),
502
502
  address.country_code && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
503
- className: "text-profile-text-muted",
503
+ className: "text-muted-foreground",
504
504
  children: address.country_code
505
505
  })
506
506
  ]
@@ -521,15 +521,15 @@ function AddAddressTile({ onClick }) {
521
521
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("button", {
522
522
  type: "button",
523
523
  onClick,
524
- className: "group ring-dashed ring-profile-dashed-border min-h-profile-tile-min-h bg-profile-card text-profile-text-muted hover:bg-profile-canvas hover:text-profile-text flex flex-col items-center justify-center gap-1.5 rounded-2xl ring-1 transition-colors",
524
+ className: "group ring-dashed ring-border text-muted-foreground hover:bg-background hover:text-foreground flex min-h-37 flex-col items-center justify-center gap-1.5 rounded-2xl bg-transparent ring-1 transition-colors",
525
525
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
526
- className: "ring-profile-border bg-profile-card flex size-9 items-center justify-center rounded-full ring-1",
526
+ className: "ring-border flex size-9 items-center justify-center rounded-full bg-transparent ring-1",
527
527
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(lucide_react.Plus, {
528
528
  className: "size-4",
529
529
  strokeWidth: 2.25
530
530
  })
531
531
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
532
- className: "text-profile-base text-profile-text font-bold",
532
+ className: "text-foreground text-sm font-bold",
533
533
  children: t("add_an_address")
534
534
  })]
535
535
  });
@@ -582,10 +582,10 @@ function SocialRow({ entry, handle, isLast, onConnect }) {
582
582
  const { t } = require_AddressAutocompleteInput.useProfileTranslation();
583
583
  const Icon = entry.icon;
584
584
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
585
- className: `flex items-center gap-3 px-4 py-3.5 ${isLast ? "" : "border-profile-divider border-b"}`,
585
+ className: `flex items-center gap-3 px-4 py-3.5 ${isLast ? "" : "border-border border-b"}`,
586
586
  children: [
587
587
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
588
- className: "bg-profile-icon-bg text-profile-text flex size-9 shrink-0 items-center justify-center rounded-full",
588
+ className: "bg-muted text-foreground flex size-9 shrink-0 items-center justify-center rounded-full",
589
589
  children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(Icon, {
590
590
  className: "size-4",
591
591
  strokeWidth: 2
@@ -594,10 +594,10 @@ function SocialRow({ entry, handle, isLast, onConnect }) {
594
594
  /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
595
595
  className: "min-w-0 flex-1",
596
596
  children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
597
- className: "text-profile-base text-profile-text font-bold",
597
+ className: "text-foreground text-sm font-bold",
598
598
  children: entry.label
599
599
  }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
600
- className: `text-profile-sm truncate ${handle ? "text-profile-text-muted" : "text-profile-text-placeholder"}`,
600
+ className: `truncate text-xs ${handle ? "text-muted-foreground" : "text-muted-foreground/55"}`,
601
601
  children: handle || entry.placeholder
602
602
  })]
603
603
  }),
@@ -1265,4 +1265,4 @@ Object.defineProperty(exports, "profileScreenPropertySchema", {
1265
1265
  }
1266
1266
  });
1267
1267
 
1268
- //# sourceMappingURL=ProfileScreen-BCR3FU5g.cjs.map
1268
+ //# sourceMappingURL=ProfileScreen-CPzuS8kI.cjs.map