@justai/cuts 0.25.0 → 0.25.1

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/Base.astro +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justai/cuts",
3
- "version": "0.25.0",
3
+ "version": "0.25.1",
4
4
  "description": "A persona's named parts — the page shell that holds them, and the cuts themselves.",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
package/src/Base.astro CHANGED
@@ -208,12 +208,12 @@ const localePath = (l: string) => (l === defaultLocale ? "/" : `/${l}/`);
208
208
  a persona already visibly doing its job behind the scrim (ask-after-proof, never a wall
209
209
  before the work), and it never asks twice (a slip-away counts as the quiet no; the door in
210
210
  the footer is the change-of-mind path). */}
211
- {gaId && (
212
211
  {/* The copy comes from @justai/core, NOT from `t`. A persona's dictionary holds what makes it
213
212
  that persona; this is the ECOSYSTEM speaking, and it was identical in all thirteen repos —
214
213
  measured, all 52 strings, before it moved. It is also legally load-bearing text, so it gets
215
214
  exactly one place it can be edited. Personas may drop their consent* keys; a leftover key is
216
215
  simply no longer read. */}
216
+ {gaId && (
217
217
  <ConfirmSheet id="consent" ask body={consent.consentText}
218
218
  actionLabel={consent.consentAllow} cancelLabel={consent.consentDecline} cancelValue="denied"
219
219
  data-choice-label={consent.consentChoice} />