kaafil-react-uikit 0.7.1 → 0.9.0

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 (59) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/dist/admin/index.cjs +364 -348
  3. package/dist/admin/index.cjs.map +1 -1
  4. package/dist/admin/index.js +24 -8
  5. package/dist/admin/index.js.map +1 -1
  6. package/dist/{chunk-7O3TPYK4.cjs → chunk-2WPNGUX5.cjs} +17 -17
  7. package/dist/{chunk-7O3TPYK4.cjs.map → chunk-2WPNGUX5.cjs.map} +1 -1
  8. package/dist/{chunk-DYOAKTGJ.js → chunk-6PQWLUBA.js} +5 -5
  9. package/dist/{chunk-DYOAKTGJ.js.map → chunk-6PQWLUBA.js.map} +1 -1
  10. package/dist/{chunk-GKR52SVU.js → chunk-CCK3WPMF.js} +3 -3
  11. package/dist/{chunk-GKR52SVU.js.map → chunk-CCK3WPMF.js.map} +1 -1
  12. package/dist/{chunk-7COMKJTM.cjs → chunk-ELJPQSXY.cjs} +9 -9
  13. package/dist/{chunk-7COMKJTM.cjs.map → chunk-ELJPQSXY.cjs.map} +1 -1
  14. package/dist/{chunk-TDFM563X.cjs → chunk-FO5VJJUO.cjs} +12 -12
  15. package/dist/{chunk-TDFM563X.cjs.map → chunk-FO5VJJUO.cjs.map} +1 -1
  16. package/dist/{chunk-VU5BCK2P.js → chunk-FSSB6J3X.js} +3 -3
  17. package/dist/{chunk-VU5BCK2P.js.map → chunk-FSSB6J3X.js.map} +1 -1
  18. package/dist/{chunk-YHGAFRN6.js → chunk-GOSSRXBN.js} +3 -3
  19. package/dist/{chunk-YHGAFRN6.js.map → chunk-GOSSRXBN.js.map} +1 -1
  20. package/dist/{chunk-MP4IMAPF.cjs → chunk-IAXVUR7H.cjs} +55 -55
  21. package/dist/{chunk-MP4IMAPF.cjs.map → chunk-IAXVUR7H.cjs.map} +1 -1
  22. package/dist/{chunk-4R7QBTNL.cjs → chunk-PFTWPEVV.cjs} +4 -4
  23. package/dist/{chunk-4R7QBTNL.cjs.map → chunk-PFTWPEVV.cjs.map} +1 -1
  24. package/dist/chunk-PG7HNBTO.cjs +12 -0
  25. package/dist/{chunk-LBTAK5JA.cjs.map → chunk-PG7HNBTO.cjs.map} +1 -1
  26. package/dist/{chunk-ASFUY3IE.cjs → chunk-SMGXVEN3.cjs} +8 -4
  27. package/dist/chunk-SMGXVEN3.cjs.map +1 -0
  28. package/dist/{chunk-57DYMIWS.js → chunk-SO4F5LTH.js} +5 -5
  29. package/dist/{chunk-57DYMIWS.js.map → chunk-SO4F5LTH.js.map} +1 -1
  30. package/dist/{chunk-ZURCZQQ7.js → chunk-TESIDLJ6.js} +8 -4
  31. package/dist/chunk-TESIDLJ6.js.map +1 -0
  32. package/dist/{chunk-Q4B25EZO.js → chunk-TJGE4ZSX.js} +3 -3
  33. package/dist/{chunk-Q4B25EZO.js.map → chunk-TJGE4ZSX.js.map} +1 -1
  34. package/dist/{chunk-PQJGV3RE.cjs → chunk-TYBIAPPT.cjs} +83 -83
  35. package/dist/{chunk-PQJGV3RE.cjs.map → chunk-TYBIAPPT.cjs.map} +1 -1
  36. package/dist/{chunk-E3KOQYY2.js → chunk-YWMDBY43.js} +3 -3
  37. package/dist/{chunk-E3KOQYY2.js.map → chunk-YWMDBY43.js.map} +1 -1
  38. package/dist/core/index.cjs +107 -107
  39. package/dist/core/index.js +10 -10
  40. package/dist/index.css +1 -1
  41. package/dist/manager/index.cjs +240 -240
  42. package/dist/manager/index.cjs.map +1 -1
  43. package/dist/manager/index.d.cts +16 -3
  44. package/dist/manager/index.d.ts +16 -3
  45. package/dist/manager/index.js +7 -7
  46. package/dist/manager/index.js.map +1 -1
  47. package/dist/offline/index.cjs +112 -0
  48. package/dist/offline/index.cjs.map +1 -0
  49. package/dist/offline/index.d.cts +129 -0
  50. package/dist/offline/index.d.ts +129 -0
  51. package/dist/offline/index.js +108 -0
  52. package/dist/offline/index.js.map +1 -0
  53. package/dist/tokens.json +7 -1
  54. package/dist/traveller/index.cjs +35 -35
  55. package/dist/traveller/index.js +5 -5
  56. package/package.json +6 -1
  57. package/dist/chunk-ASFUY3IE.cjs.map +0 -1
  58. package/dist/chunk-LBTAK5JA.cjs +0 -12
  59. package/dist/chunk-ZURCZQQ7.js.map +0 -1
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var chunkASFUY3IE_cjs = require('./chunk-ASFUY3IE.cjs');
3
+ var chunkSMGXVEN3_cjs = require('./chunk-SMGXVEN3.cjs');
4
4
  var react = require('react');
5
5
 
6
6
  var TICK_INTERVAL_MS = 1e3;
7
7
  function useServerTime() {
8
- const engine = react.useContext(chunkASFUY3IE_cjs.OfflineEngineContext);
8
+ const engine = react.useContext(chunkSMGXVEN3_cjs.OfflineEngineContext);
9
9
  const [lastServerTime, setLastServerTime] = react.useState(void 0);
10
10
  const observedAtPerfRef = react.useRef(void 0);
11
11
  const [, forceTick] = react.useState(0);
@@ -39,5 +39,5 @@ function useServerTime() {
39
39
  }
40
40
 
41
41
  exports.useServerTime = useServerTime;
42
- //# sourceMappingURL=chunk-4R7QBTNL.cjs.map
43
- //# sourceMappingURL=chunk-4R7QBTNL.cjs.map
42
+ //# sourceMappingURL=chunk-PFTWPEVV.cjs.map
43
+ //# sourceMappingURL=chunk-PFTWPEVV.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/core/hooks/useServerTime.ts"],"names":["useContext","OfflineEngineContext","useState","useRef","useEffect"],"mappings":";;;;;AA8BA,IAAM,gBAAA,GAAmB,GAAA;AAElB,SAAS,aAAA,GAA+B;AAC7C,EAAA,MAAM,MAAA,GAASA,iBAAWC,sCAAoB,CAAA;AAC9C,EAAA,MAAM,CAAC,cAAA,EAAgB,iBAAiB,CAAA,GAAIC,eAA6B,MAAS,CAAA;AAClF,EAAA,MAAM,iBAAA,GAAoBC,aAA2B,MAAS,CAAA;AAC9D,EAAA,MAAM,GAAG,SAAS,CAAA,GAAID,eAAS,CAAC,CAAA;AAEhC,EAAAE,eAAA,CAAU,MAAM;AACd,IAAA,IAAI,WAAW,IAAA,EAAM;AACnB,MAAA;AAAA,IACF;AAKA,IAAA,MAAM,cAAc,MAAA,CAAO,MAAA,CAAO,EAAA,CAAG,kBAAA,EAAoB,CAAC,KAAA,KAAU;AASlE,MAAA,IAAI,KAAA,CAAM,eAAe,MAAA,EAAW;AAClC,QAAA;AAAA,MACF;AACA,MAAA,iBAAA,CAAkB,OAAA,GAAU,YAAY,GAAA,EAAI;AAC5C,MAAA,iBAAA,CAAkB,MAAM,UAAU,CAAA;AAAA,IACpC,CAAC,CAAA;AACD,IAAA,OAAO,WAAA;AAAA,EACT,CAAA,EAAG,CAAC,MAAM,CAAC,CAAA;AAEX,EAAAA,eAAA,CAAU,MAAM;AACd,IAAA,MAAM,EAAA,GAAK,YAAY,MAAM,SAAA,CAAU,CAAC,IAAA,KAAS,IAAA,GAAO,CAAC,CAAA,EAAG,gBAAgB,CAAA;AAC5E,IAAA,OAAO,MAAM,cAAc,EAAE,CAAA;AAAA,EAC/B,CAAA,EAAG,EAAE,CAAA;AAEL,EAAA,SAAS,GAAA,GAAc;AACrB,IAAA,IAAI,cAAA,KAAmB,MAAA,IAAa,iBAAA,CAAkB,OAAA,KAAY,MAAA,EAAW;AAY3E,MAAA,MAAM,IAAI,KAAA;AAAA,QACR;AAAA,OAEF;AAAA,IACF;AACA,IAAA,MAAM,SAAA,GAAY,WAAA,CAAY,GAAA,EAAI,GAAI,iBAAA,CAAkB,OAAA;AACxD,IAAA,OAAO,IAAI,KAAK,IAAA,CAAK,KAAA,CAAM,cAAc,CAAA,GAAI,SAAS,EAAE,WAAA,EAAY;AAAA,EACtE;AAEA,EAAA,OAAO,EAAE,GAAA,EAAK,aAAA,EAAe,cAAA,EAAe;AAC9C","file":"chunk-4R7QBTNL.cjs","sourcesContent":["'use client';\n\n// `08-core-hooks.md §1.6`. The single place that turns the stream of\n// `meta.serverTime` stamps into a usable clock, so no composite reads\n// `meta.serverTime` off an individual response by hand.\n//\n// Hard rule #6 (\"Zero `Date.now()`/`new Date()` local getters in\n// `src/core`\") bans exactly the two calls that fabricate \"now\" from the\n// local wall clock: `Date.now()` and no-argument `new Date()`. This file\n// never calls either. Advancing a SERVER-supplied timestamp by an elapsed\n// delta necessarily needs SOME measure of \"how much local time passed\" —\n// this file measures that with `performance.now()`, a monotonic clock with\n// no relationship to wall-clock \"now\" (it cannot be read as a date, only as\n// a duration), and applies the delta with `new Date(<epoch-ms>)` /\n// `Date.parse(<iso-string>)` — both single-argument forms that operate on a\n// value already anchored to `meta.serverTime`, never on the local clock.\n\nimport { useContext, useEffect, useRef, useState } from 'react';\nimport { OfflineEngineContext } from '../internal/contexts';\n\nexport interface ServerTimeApi {\n now: () => string;\n sinceLastSync: string | undefined;\n}\n\n/** Re-renders any hook consumer often enough for a mounted countdown to look\n * live, without pretending the underlying value moved forward on its own\n * merits (`08-core-hooks.md §1.6`'s sandbox time-travel caveat: this timer\n * forces a re-render, it never advances the stamp past what the last real\n * response justified). */\nconst TICK_INTERVAL_MS = 1000;\n\nexport function useServerTime(): ServerTimeApi {\n const engine = useContext(OfflineEngineContext);\n const [lastServerTime, setLastServerTime] = useState<string | undefined>(undefined);\n const observedAtPerfRef = useRef<number | undefined>(undefined);\n const [, forceTick] = useState(0);\n\n useEffect(() => {\n if (engine === null) {\n return;\n }\n // `snapshot.updated` is the one event in `OfflineEventMap` that carries\n // `serverTime` (`kaafil-js/src/offline/events.ts`, verified this\n // session) — the engine's other five events do not, so this is the only\n // subscription this hook can build without inventing a stamp.\n const unsubscribe = engine.events.on('snapshot.updated', (event) => {\n // `serverTime` is ABSENT on a change that never involved the server —\n // an optimistic create painted while offline, or an op the host\n // discarded (`kaafil-js/src/offline/events.ts`). Those are real snapshot\n // changes and a list must repaint for them, but they carry no reading,\n // and taking `undefined` here would erase the last real one this\n // session had: `now()` would start throwing again mid-session, on a\n // device that HAS heard from the server, because the manager ticked\n // something off out of signal.\n if (event.serverTime === undefined) {\n return;\n }\n observedAtPerfRef.current = performance.now();\n setLastServerTime(event.serverTime);\n });\n return unsubscribe;\n }, [engine]);\n\n useEffect(() => {\n const id = setInterval(() => forceTick((tick) => tick + 1), TICK_INTERVAL_MS);\n return () => clearInterval(id);\n }, []);\n\n function now(): string {\n if (lastServerTime === undefined || observedAtPerfRef.current === undefined) {\n // No response has ever landed in this session yet. Fabricating a\n // value from the local wall clock is exactly what hard rule #6\n // forbids — this is the one case this hook cannot silently satisfy\n // its own non-optional return type, so it says so loudly instead.\n // CALLERS: this is a real, expected window — React runs an effect\n // (which is how this hook's own subscription above starts) strictly\n // AFTER the render that needs `now()`'s result has already committed,\n // so a component's very FIRST render can hit this throw even when\n // wired up correctly. Guard the call site, matching\n // `useStaleness.ts`'s own precedent, rather than reaching for a\n // device-clock fallback here (hard rule #6 forbids exactly that).\n throw new Error(\n 'useServerTime().now() was called before any response carrying meta.serverTime ' +\n 'had been observed — there is no server timestamp yet to advance from.',\n );\n }\n const elapsedMs = performance.now() - observedAtPerfRef.current;\n return new Date(Date.parse(lastServerTime) + elapsedMs).toISOString();\n }\n\n return { now, sinceLastSync: lastServerTime };\n}\n"]}
1
+ {"version":3,"sources":["../src/core/hooks/useServerTime.ts"],"names":["useContext","OfflineEngineContext","useState","useRef","useEffect"],"mappings":";;;;;AA8BA,IAAM,gBAAA,GAAmB,GAAA;AAElB,SAAS,aAAA,GAA+B;AAC7C,EAAA,MAAM,MAAA,GAASA,iBAAWC,sCAAoB,CAAA;AAC9C,EAAA,MAAM,CAAC,cAAA,EAAgB,iBAAiB,CAAA,GAAIC,eAA6B,MAAS,CAAA;AAClF,EAAA,MAAM,iBAAA,GAAoBC,aAA2B,MAAS,CAAA;AAC9D,EAAA,MAAM,GAAG,SAAS,CAAA,GAAID,eAAS,CAAC,CAAA;AAEhC,EAAAE,eAAA,CAAU,MAAM;AACd,IAAA,IAAI,WAAW,IAAA,EAAM;AACnB,MAAA;AAAA,IACF;AAKA,IAAA,MAAM,cAAc,MAAA,CAAO,MAAA,CAAO,EAAA,CAAG,kBAAA,EAAoB,CAAC,KAAA,KAAU;AASlE,MAAA,IAAI,KAAA,CAAM,eAAe,MAAA,EAAW;AAClC,QAAA;AAAA,MACF;AACA,MAAA,iBAAA,CAAkB,OAAA,GAAU,YAAY,GAAA,EAAI;AAC5C,MAAA,iBAAA,CAAkB,MAAM,UAAU,CAAA;AAAA,IACpC,CAAC,CAAA;AACD,IAAA,OAAO,WAAA;AAAA,EACT,CAAA,EAAG,CAAC,MAAM,CAAC,CAAA;AAEX,EAAAA,eAAA,CAAU,MAAM;AACd,IAAA,MAAM,EAAA,GAAK,YAAY,MAAM,SAAA,CAAU,CAAC,IAAA,KAAS,IAAA,GAAO,CAAC,CAAA,EAAG,gBAAgB,CAAA;AAC5E,IAAA,OAAO,MAAM,cAAc,EAAE,CAAA;AAAA,EAC/B,CAAA,EAAG,EAAE,CAAA;AAEL,EAAA,SAAS,GAAA,GAAc;AACrB,IAAA,IAAI,cAAA,KAAmB,MAAA,IAAa,iBAAA,CAAkB,OAAA,KAAY,MAAA,EAAW;AAY3E,MAAA,MAAM,IAAI,KAAA;AAAA,QACR;AAAA,OAEF;AAAA,IACF;AACA,IAAA,MAAM,SAAA,GAAY,WAAA,CAAY,GAAA,EAAI,GAAI,iBAAA,CAAkB,OAAA;AACxD,IAAA,OAAO,IAAI,KAAK,IAAA,CAAK,KAAA,CAAM,cAAc,CAAA,GAAI,SAAS,EAAE,WAAA,EAAY;AAAA,EACtE;AAEA,EAAA,OAAO,EAAE,GAAA,EAAK,aAAA,EAAe,cAAA,EAAe;AAC9C","file":"chunk-PFTWPEVV.cjs","sourcesContent":["'use client';\n\n// `08-core-hooks.md §1.6`. The single place that turns the stream of\n// `meta.serverTime` stamps into a usable clock, so no composite reads\n// `meta.serverTime` off an individual response by hand.\n//\n// Hard rule #6 (\"Zero `Date.now()`/`new Date()` local getters in\n// `src/core`\") bans exactly the two calls that fabricate \"now\" from the\n// local wall clock: `Date.now()` and no-argument `new Date()`. This file\n// never calls either. Advancing a SERVER-supplied timestamp by an elapsed\n// delta necessarily needs SOME measure of \"how much local time passed\" —\n// this file measures that with `performance.now()`, a monotonic clock with\n// no relationship to wall-clock \"now\" (it cannot be read as a date, only as\n// a duration), and applies the delta with `new Date(<epoch-ms>)` /\n// `Date.parse(<iso-string>)` — both single-argument forms that operate on a\n// value already anchored to `meta.serverTime`, never on the local clock.\n\nimport { useContext, useEffect, useRef, useState } from 'react';\nimport { OfflineEngineContext } from '../internal/contexts';\n\nexport interface ServerTimeApi {\n now: () => string;\n sinceLastSync: string | undefined;\n}\n\n/** Re-renders any hook consumer often enough for a mounted countdown to look\n * live, without pretending the underlying value moved forward on its own\n * merits (`08-core-hooks.md §1.6`'s sandbox time-travel caveat: this timer\n * forces a re-render, it never advances the stamp past what the last real\n * response justified). */\nconst TICK_INTERVAL_MS = 1000;\n\nexport function useServerTime(): ServerTimeApi {\n const engine = useContext(OfflineEngineContext);\n const [lastServerTime, setLastServerTime] = useState<string | undefined>(undefined);\n const observedAtPerfRef = useRef<number | undefined>(undefined);\n const [, forceTick] = useState(0);\n\n useEffect(() => {\n if (engine === null) {\n return;\n }\n // `snapshot.updated` is the one event in `OfflineEventMap` that carries\n // `serverTime` (`kaafil-js/src/offline/events.ts`, verified this\n // session) — the engine's other five events do not, so this is the only\n // subscription this hook can build without inventing a stamp.\n const unsubscribe = engine.events.on('snapshot.updated', (event) => {\n // `serverTime` is ABSENT on a change that never involved the server —\n // an optimistic create painted while offline, or an op the host\n // discarded (`kaafil-js/src/offline/events.ts`). Those are real snapshot\n // changes and a list must repaint for them, but they carry no reading,\n // and taking `undefined` here would erase the last real one this\n // session had: `now()` would start throwing again mid-session, on a\n // device that HAS heard from the server, because the manager ticked\n // something off out of signal.\n if (event.serverTime === undefined) {\n return;\n }\n observedAtPerfRef.current = performance.now();\n setLastServerTime(event.serverTime);\n });\n return unsubscribe;\n }, [engine]);\n\n useEffect(() => {\n const id = setInterval(() => forceTick((tick) => tick + 1), TICK_INTERVAL_MS);\n return () => clearInterval(id);\n }, []);\n\n function now(): string {\n if (lastServerTime === undefined || observedAtPerfRef.current === undefined) {\n // No response has ever landed in this session yet. Fabricating a\n // value from the local wall clock is exactly what hard rule #6\n // forbids — this is the one case this hook cannot silently satisfy\n // its own non-optional return type, so it says so loudly instead.\n // CALLERS: this is a real, expected window — React runs an effect\n // (which is how this hook's own subscription above starts) strictly\n // AFTER the render that needs `now()`'s result has already committed,\n // so a component's very FIRST render can hit this throw even when\n // wired up correctly. Guard the call site, matching\n // `useStaleness.ts`'s own precedent, rather than reaching for a\n // device-clock fallback here (hard rule #6 forbids exactly that).\n throw new Error(\n 'useServerTime().now() was called before any response carrying meta.serverTime ' +\n 'had been observed — there is no server timestamp yet to advance from.',\n );\n }\n const elapsedMs = performance.now() - observedAtPerfRef.current;\n return new Date(Date.parse(lastServerTime) + elapsedMs).toISOString();\n }\n\n return { now, sinceLastSync: lastServerTime };\n}\n"]}
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ var chunkSMGXVEN3_cjs = require('./chunk-SMGXVEN3.cjs');
4
+
5
+ // src/core/hooks/useOfflineEngine.ts
6
+ function useOfflineEngine() {
7
+ return chunkSMGXVEN3_cjs.useRequiredContext(chunkSMGXVEN3_cjs.OfflineEngineContext, "useOfflineEngine", "OfflineShell");
8
+ }
9
+
10
+ exports.useOfflineEngine = useOfflineEngine;
11
+ //# sourceMappingURL=chunk-PG7HNBTO.cjs.map
12
+ //# sourceMappingURL=chunk-PG7HNBTO.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/core/hooks/useOfflineEngine.ts"],"names":["useRequiredContext","OfflineEngineContext"],"mappings":";;;;;AAgBO,SAAS,gBAAA,GAAkC;AAChD,EAAA,OAAOA,oCAAA,CAAmBC,sCAAA,EAAsB,kBAAA,EAAoB,cAAc,CAAA;AACpF","file":"chunk-LBTAK5JA.cjs","sourcesContent":["'use client';\n\n// `08-core-hooks.md §2.1`. The escape hatch underneath every hook in §2 — a\n// composite should reach for a narrower hook before this one.\n\nimport type { OfflineEngine, OutboxOp } from 'kaafil-js/client';\nimport { OfflineEngineContext } from '../internal/contexts';\nimport { useRequiredContext } from '../internal/useRequiredContext';\n\n// Re-exported so a composite (`ManagerSyncCenterSection.types.ts`) can name\n// one outbox op's shape without importing `kaafil-js/client` directly —\n// hard rule #1.\nexport type { OutboxOp };\n\n/** Returns the engine instance `OfflineShell` opened via\n * `client.openOffline(options)`. Throws outside the provider tree. */\nexport function useOfflineEngine(): OfflineEngine {\n return useRequiredContext(OfflineEngineContext, 'useOfflineEngine', 'OfflineShell');\n}\n"]}
1
+ {"version":3,"sources":["../src/core/hooks/useOfflineEngine.ts"],"names":["useRequiredContext","OfflineEngineContext"],"mappings":";;;;;AAgBO,SAAS,gBAAA,GAAkC;AAChD,EAAA,OAAOA,oCAAA,CAAmBC,sCAAA,EAAsB,kBAAA,EAAoB,cAAc,CAAA;AACpF","file":"chunk-PG7HNBTO.cjs","sourcesContent":["'use client';\n\n// `08-core-hooks.md §2.1`. The escape hatch underneath every hook in §2 — a\n// composite should reach for a narrower hook before this one.\n\nimport type { OfflineEngine, OutboxOp } from 'kaafil-js/client';\nimport { OfflineEngineContext } from '../internal/contexts';\nimport { useRequiredContext } from '../internal/useRequiredContext';\n\n// Re-exported so a composite (`ManagerSyncCenterSection.types.ts`) can name\n// one outbox op's shape without importing `kaafil-js/client` directly —\n// hard rule #1.\nexport type { OutboxOp };\n\n/** Returns the engine instance `OfflineShell` opened via\n * `client.openOffline(options)`. Throws outside the provider tree. */\nexport function useOfflineEngine(): OfflineEngine {\n return useRequiredContext(OfflineEngineContext, 'useOfflineEngine', 'OfflineShell');\n}\n"]}
@@ -2503,7 +2503,7 @@ var en_default = {
2503
2503
  "chrome.tripManifest.errorTitle": "Couldn't load the people on this trip",
2504
2504
  "chrome.tripManifest.existingLinks": "Links already out there",
2505
2505
  "chrome.tripManifest.expiryDays": "{days} days",
2506
- "chrome.tripManifest.expiryDefault": "Agency default",
2506
+ "chrome.tripManifest.expiryDefault": "Standard",
2507
2507
  "chrome.tripManifest.expiryLegend": "Expires",
2508
2508
  "chrome.tripManifest.fieldAllergies": "Allergies",
2509
2509
  "chrome.tripManifest.fieldBalance": "Balance due",
@@ -2560,6 +2560,8 @@ var en_default = {
2560
2560
  "chrome.tripManifest.mintLink": "Create link",
2561
2561
  "chrome.tripManifest.mintedExpiresAt": "This link stops working on {date}.",
2562
2562
  "chrome.tripManifest.mintedTokenLabel": "The new share link",
2563
+ "chrome.tripManifest.mintedTokenLabelCode": "The new share code",
2564
+ "chrome.tripManifest.noShareUrlHint": "This is a code, not a web address \u2014 your system hasn't been set up to turn it into a link yet. Ask your IT team to finish that setup, then it will show an address you can send.",
2563
2565
  "chrome.tripManifest.minting": "Creating\u2026",
2564
2566
  "chrome.tripManifest.moneyNotOnFamilyLink": "A family link can't show money \u2014 with no single traveller behind it, there's no balance it could mean.",
2565
2567
  "chrome.tripManifest.movesMany": "Saving moves {count} travellers out of their current groups.",
@@ -5363,7 +5365,7 @@ var hi_default = {
5363
5365
  "chrome.tripManifest.errorTitle": "\u0907\u0938 \u091F\u094D\u0930\u093F\u092A \u0915\u0947 \u0932\u094B\u0917 \u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u0941\u090F",
5364
5366
  "chrome.tripManifest.existingLinks": "\u092A\u0939\u0932\u0947 \u0938\u0947 \u092C\u0928\u0947 \u0932\u093F\u0902\u0915",
5365
5367
  "chrome.tripManifest.expiryDays": "{days} \u0926\u093F\u0928",
5366
- "chrome.tripManifest.expiryDefault": "\u090F\u091C\u0947\u0902\u0938\u0940 \u0921\u093F\u092B\u093C\u0949\u0932\u094D\u091F",
5368
+ "chrome.tripManifest.expiryDefault": "\u0938\u093E\u092E\u093E\u0928\u094D\u092F",
5367
5369
  "chrome.tripManifest.expiryLegend": "\u0938\u092E\u093E\u092A\u094D\u0924\u093F",
5368
5370
  "chrome.tripManifest.fieldAllergies": "\u090F\u0932\u0930\u094D\u091C\u0940",
5369
5371
  "chrome.tripManifest.fieldBalance": "\u092C\u093E\u0915\u0940 \u0930\u093E\u0936\u093F",
@@ -5420,6 +5422,8 @@ var hi_default = {
5420
5422
  "chrome.tripManifest.mintLink": "\u0932\u093F\u0902\u0915 \u092C\u0928\u093E\u090F\u0901",
5421
5423
  "chrome.tripManifest.mintedExpiresAt": "\u092F\u0939 \u0932\u093F\u0902\u0915 {date} \u0915\u094B \u092C\u0902\u0926 \u0939\u094B \u091C\u093E\u090F\u0917\u093E\u0964",
5422
5424
  "chrome.tripManifest.mintedTokenLabel": "\u0928\u092F\u093E \u0938\u093E\u091D\u093E \u0932\u093F\u0902\u0915",
5425
+ "chrome.tripManifest.mintedTokenLabelCode": "\u0928\u092F\u093E \u0938\u093E\u091D\u093E \u0915\u094B\u0921",
5426
+ "chrome.tripManifest.noShareUrlHint": "\u092F\u0939 \u090F\u0915 \u0915\u094B\u0921 \u0939\u0948, \u0935\u0947\u092C \u092A\u0924\u093E \u0928\u0939\u0940\u0902 \u2014 \u0906\u092A\u0915\u0947 \u0938\u093F\u0938\u094D\u091F\u092E \u092E\u0947\u0902 \u0907\u0938\u0947 \u0932\u093F\u0902\u0915 \u092C\u0928\u093E\u0928\u0947 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0905\u092D\u0940 \u092C\u093E\u0915\u0940 \u0939\u0948\u0964 \u0905\u092A\u0928\u0940 \u0906\u0908\u091F\u0940 \u091F\u0940\u092E \u0938\u0947 \u092F\u0939 \u0938\u0947\u091F\u0905\u092A \u092A\u0942\u0930\u093E \u0915\u0930\u093E\u090F\u0902, \u092B\u093F\u0930 \u092F\u0939\u093E\u0902 \u092D\u0947\u091C\u0928\u0947 \u0932\u093E\u092F\u0915 \u092A\u0924\u093E \u0926\u093F\u0916\u0947\u0917\u093E\u0964",
5423
5427
  "chrome.tripManifest.minting": "\u092C\u0928\u093E \u0930\u0939\u0947 \u0939\u0948\u0902\u2026",
5424
5428
  "chrome.tripManifest.moneyNotOnFamilyLink": "\u092A\u0930\u093F\u0935\u093E\u0930 \u0932\u093F\u0902\u0915 \u092A\u0948\u0938\u093E \u0928\u0939\u0940\u0902 \u0926\u093F\u0916\u093E \u0938\u0915\u0924\u093E \u2014 \u0907\u0938\u0915\u0947 \u092A\u0940\u091B\u0947 \u0915\u094B\u0908 \u090F\u0915 \u092F\u093E\u0924\u094D\u0930\u0940 \u0928\u0939\u0940\u0902 \u0939\u0948, \u0924\u094B \u0915\u094C\u0928-\u0938\u093E \u092C\u0915\u093E\u092F\u093E \u0926\u093F\u0916\u093E\u090F\u0964",
5425
5429
  "chrome.tripManifest.movesMany": "\u0938\u0939\u0947\u091C\u0928\u0947 \u092A\u0930 {count} \u092F\u093E\u0924\u094D\u0930\u0940 \u0905\u092A\u0928\u0947 \u092E\u094C\u091C\u0942\u0926\u093E \u0938\u092E\u0942\u0939\u094B\u0902 \u0938\u0947 \u0939\u091F \u091C\u093E\u090F\u0902\u0917\u0947\u0964",
@@ -6230,5 +6234,5 @@ exports.useOutboxStatus = useOutboxStatus;
6230
6234
  exports.usePersona = usePersona;
6231
6235
  exports.useRequiredContext = useRequiredContext;
6232
6236
  exports.useSession = useSession;
6233
- //# sourceMappingURL=chunk-ASFUY3IE.cjs.map
6234
- //# sourceMappingURL=chunk-ASFUY3IE.cjs.map
6237
+ //# sourceMappingURL=chunk-SMGXVEN3.cjs.map
6238
+ //# sourceMappingURL=chunk-SMGXVEN3.cjs.map