@warp-drive-mirror/experiments 0.2.8 → 5.9.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 (103) hide show
  1. package/README.md +2 -1
  2. package/dist/data-worker.d.ts +35 -0
  3. package/dist/data-worker.d.ts.map +1 -0
  4. package/dist/data-worker.js +235 -339
  5. package/dist/data-worker.js.map +1 -0
  6. package/dist/document-storage-CwwTQ49-.d.ts +91 -0
  7. package/dist/document-storage-CwwTQ49-.d.ts.map +1 -0
  8. package/dist/document-storage-LM925Stz.js +270 -0
  9. package/dist/document-storage-LM925Stz.js.map +1 -0
  10. package/dist/document-storage.d.ts +2 -0
  11. package/dist/document-storage.js +3 -1
  12. package/dist/image-fetch.d.ts +60 -0
  13. package/dist/image-fetch.d.ts.map +1 -0
  14. package/dist/image-fetch.js +108 -79
  15. package/dist/image-fetch.js.map +1 -0
  16. package/dist/image-worker.d.ts +40 -0
  17. package/dist/image-worker.d.ts.map +1 -0
  18. package/dist/image-worker.js +95 -95
  19. package/dist/image-worker.js.map +1 -0
  20. package/dist/pagination.d.ts +2 -0
  21. package/dist/pagination.js +3 -0
  22. package/dist/storage.d.ts +354 -0
  23. package/dist/storage.d.ts.map +1 -0
  24. package/dist/storage.js +914 -0
  25. package/dist/storage.js.map +1 -0
  26. package/dist/types-CRs-Qww6.d.ts +17 -0
  27. package/dist/types-CRs-Qww6.d.ts.map +1 -0
  28. package/dist/unpkg/dev/data-worker.js +231 -338
  29. package/dist/unpkg/dev/data-worker.js.map +1 -0
  30. package/dist/unpkg/dev/document-storage-DkiEg9rY.js +268 -0
  31. package/dist/unpkg/dev/document-storage-DkiEg9rY.js.map +1 -0
  32. package/dist/unpkg/dev/document-storage.js +2 -348
  33. package/dist/unpkg/dev/image-fetch.js +104 -71
  34. package/dist/unpkg/dev/image-fetch.js.map +1 -0
  35. package/dist/unpkg/dev/image-worker.js +93 -94
  36. package/dist/unpkg/dev/image-worker.js.map +1 -0
  37. package/dist/unpkg/dev/pagination.js +3 -0
  38. package/dist/unpkg/dev/storage.js +913 -0
  39. package/dist/unpkg/dev/storage.js.map +1 -0
  40. package/dist/unpkg/dev/worker-fetch.js +112 -145
  41. package/dist/unpkg/dev/worker-fetch.js.map +1 -0
  42. package/dist/unpkg/dev-deprecated/data-worker.js +231 -338
  43. package/dist/unpkg/dev-deprecated/data-worker.js.map +1 -0
  44. package/dist/unpkg/dev-deprecated/document-storage-DkiEg9rY.js +268 -0
  45. package/dist/unpkg/dev-deprecated/document-storage-DkiEg9rY.js.map +1 -0
  46. package/dist/unpkg/dev-deprecated/document-storage.js +2 -348
  47. package/dist/unpkg/dev-deprecated/image-fetch.js +104 -71
  48. package/dist/unpkg/dev-deprecated/image-fetch.js.map +1 -0
  49. package/dist/unpkg/dev-deprecated/image-worker.js +93 -94
  50. package/dist/unpkg/dev-deprecated/image-worker.js.map +1 -0
  51. package/dist/unpkg/dev-deprecated/pagination.js +3 -0
  52. package/dist/unpkg/dev-deprecated/storage.js +913 -0
  53. package/dist/unpkg/dev-deprecated/storage.js.map +1 -0
  54. package/dist/unpkg/dev-deprecated/worker-fetch.js +112 -145
  55. package/dist/unpkg/dev-deprecated/worker-fetch.js.map +1 -0
  56. package/dist/unpkg/prod/data-worker.js +224 -324
  57. package/dist/unpkg/prod/data-worker.js.map +1 -0
  58. package/dist/unpkg/prod/document-storage-D0k_6GM9.js +262 -0
  59. package/dist/unpkg/prod/document-storage-D0k_6GM9.js.map +1 -0
  60. package/dist/unpkg/prod/document-storage.js +2 -338
  61. package/dist/unpkg/prod/image-fetch.js +101 -71
  62. package/dist/unpkg/prod/image-fetch.js.map +1 -0
  63. package/dist/unpkg/prod/image-worker.js +93 -94
  64. package/dist/unpkg/prod/image-worker.js.map +1 -0
  65. package/dist/unpkg/prod/pagination.js +3 -0
  66. package/dist/unpkg/prod/storage.js +844 -0
  67. package/dist/unpkg/prod/storage.js.map +1 -0
  68. package/dist/unpkg/prod/worker-fetch.js +109 -145
  69. package/dist/unpkg/prod/worker-fetch.js.map +1 -0
  70. package/dist/unpkg/prod-deprecated/data-worker.js +224 -324
  71. package/dist/unpkg/prod-deprecated/data-worker.js.map +1 -0
  72. package/dist/unpkg/prod-deprecated/document-storage-D0k_6GM9.js +262 -0
  73. package/dist/unpkg/prod-deprecated/document-storage-D0k_6GM9.js.map +1 -0
  74. package/dist/unpkg/prod-deprecated/document-storage.js +2 -338
  75. package/dist/unpkg/prod-deprecated/image-fetch.js +101 -71
  76. package/dist/unpkg/prod-deprecated/image-fetch.js.map +1 -0
  77. package/dist/unpkg/prod-deprecated/image-worker.js +93 -94
  78. package/dist/unpkg/prod-deprecated/image-worker.js.map +1 -0
  79. package/dist/unpkg/prod-deprecated/pagination.js +3 -0
  80. package/dist/unpkg/prod-deprecated/storage.js +844 -0
  81. package/dist/unpkg/prod-deprecated/storage.js.map +1 -0
  82. package/dist/unpkg/prod-deprecated/worker-fetch.js +109 -145
  83. package/dist/unpkg/prod-deprecated/worker-fetch.js.map +1 -0
  84. package/dist/worker-fetch.d.ts +23 -0
  85. package/dist/worker-fetch.d.ts.map +1 -0
  86. package/dist/worker-fetch.js +116 -153
  87. package/dist/worker-fetch.js.map +1 -0
  88. package/package.json +27 -23
  89. package/declarations/data-worker/cache-handler.d.ts +0 -7
  90. package/declarations/data-worker/fetch.d.ts +0 -21
  91. package/declarations/data-worker/types.d.ts +0 -31
  92. package/declarations/data-worker/utils.d.ts +0 -12
  93. package/declarations/data-worker/worker.d.ts +0 -23
  94. package/declarations/data-worker.d.ts +0 -2
  95. package/declarations/document-storage/index.d.ts +0 -90
  96. package/declarations/document-storage.d.ts +0 -1
  97. package/declarations/image-fetch.d.ts +0 -1
  98. package/declarations/image-worker/fetch.d.ts +0 -18
  99. package/declarations/image-worker/types.d.ts +0 -21
  100. package/declarations/image-worker/worker.d.ts +0 -14
  101. package/declarations/image-worker.d.ts +0 -1
  102. package/declarations/worker-fetch.d.ts +0 -1
  103. package/dist/index-CGCX7hY2.js +0 -349
@@ -0,0 +1,354 @@
1
+ //#region src/storage/cache.d.ts
2
+ declare const DEFAULT_CACHE_ID = "reactive-cache";
3
+ interface InternalCacheStorageEvent {
4
+ storageArea: string;
5
+ key: string | null;
6
+ oldValue: string | null;
7
+ newValue: string | null;
8
+ }
9
+ interface CacheStorageEvent {
10
+ storageArea: CacheStorage;
11
+ key: string | null;
12
+ oldValue: string | null;
13
+ newValue: string | null;
14
+ }
15
+ /**
16
+ * A reactive interface for json stored in the browser [Cache](https://developer.mozilla.org/en-US/docs/Web/API/Cache) API.
17
+ *
18
+ * This is a good option for larger data sets than can be efficiently stored in localStorage
19
+ * but should not be used as a permanent DB or storage solution.
20
+ */
21
+ declare class CacheStorage implements Storage {
22
+ #private;
23
+ _data: Map<string, string | null>;
24
+ _nextUpdate: number | null;
25
+ _bufferedEvents: InternalCacheStorageEvent[];
26
+ constructor(cacheId: string);
27
+ get length(): number;
28
+ clear(): void;
29
+ getItem(key: string): string | null;
30
+ key(index: number): string | null;
31
+ removeItem(key: string): void;
32
+ setItem(key: string, value: string): void;
33
+ /**
34
+ * Get the singleton CacheStorage instance.
35
+ *
36
+ */
37
+ static get(cacheId?: string): Promise<CacheStorage>;
38
+ static expectCache(cacheId?: string): CacheStorage;
39
+ /**
40
+ * Returns the IDs of all {@link CacheStorage} instances that have been
41
+ * opened in this context via {@link CacheStorage.get}.
42
+ */
43
+ static getAllCacheIds(): string[];
44
+ }
45
+ //#endregion
46
+ //#region src/storage/storage.d.ts
47
+ interface ReactiveStorageOptions {
48
+ /**
49
+ * If true, falls back to in-memory storage when the underlying
50
+ * storage is unavailable (e.g., private browsing mode).
51
+ */
52
+ fallbackToMemory?: boolean;
53
+ /**
54
+ * If true, updates signal state even when writes fail due to quota.
55
+ * The onQuotaExceeded callback will be invoked before retrying.
56
+ */
57
+ updateOnQuotaExceeded?: boolean;
58
+ /**
59
+ * Called when a write fails due to quota exceeded.
60
+ * Return true to retry the write after freeing space.
61
+ */
62
+ onQuotaExceeded?: (key: string, value: string) => boolean | Promise<boolean>;
63
+ }
64
+ /**
65
+ * Retrieves the singleton instance of the LocalStorage service.
66
+ *
67
+ * If the instance does not already exist, it is created.
68
+ */
69
+ declare function getLocalStorage(): ReactiveStorage;
70
+ declare function getSessionStorage(): ReactiveStorage;
71
+ declare function getCacheStorage(namespace?: string | null): ReactiveStorage;
72
+ /**
73
+ * Configure options for the localStorage singleton.
74
+ * Must be called before getLocalStorage() is first invoked.
75
+ */
76
+ declare function configureLocalStorage(options: ReactiveStorageOptions): void;
77
+ /**
78
+ * Configure options for the sessionStorage singleton.
79
+ * Must be called before getSessionStorage() is first invoked.
80
+ */
81
+ declare function configureSessionStorage(options: ReactiveStorageOptions): void;
82
+ type EffectStorageEvent = CacheStorageEvent | StorageEvent;
83
+ /**
84
+ * A reactive wrapper around the Web Storage API (localStorage/sessionStorage)
85
+ * that provides signal-based access to storage items and length.
86
+ *
87
+ * Will automatically update when storage events occur in other tabs/windows.
88
+ */
89
+ declare class ReactiveStorage implements Storage {
90
+ private _storage;
91
+ private _options;
92
+ private _memoryOnly;
93
+ private _values;
94
+ private _signals;
95
+ private _length;
96
+ private _effects;
97
+ setEffect(key: string, fn: (value: EffectStorageEvent) => void): void;
98
+ constructor(storage: Storage, options?: ReactiveStorageOptions);
99
+ /**
100
+ * Reactive access to the number of keys in Storage
101
+ */
102
+ get length(): number;
103
+ /**
104
+ * Non-reactive way to peek the current value of a key in Storage
105
+ */
106
+ peekItem(key: string): string | null;
107
+ /**
108
+ * Reactive access to Storage contents
109
+ */
110
+ getItem(key: string): string | null;
111
+ /**
112
+ * Set a value in Storage, triggering reactivity
113
+ */
114
+ setItem(key: string, value: string): void;
115
+ /**
116
+ * Remove a value from Storage, triggering reactivity
117
+ */
118
+ removeItem(key: string): void;
119
+ /**
120
+ * Clears all keys from Storage, triggering reactivity
121
+ */
122
+ clear(): void;
123
+ /**
124
+ * Reactive access to the key at the given index
125
+ */
126
+ key(index: number): string | null;
127
+ }
128
+ //#endregion
129
+ //#region src/storage/-private/storage-infra.d.ts
130
+ /**
131
+ * Configuration options for fields that are also query parameters
132
+ */
133
+ interface ParamConfig {
134
+ /**
135
+ * Convert a value into a string for storage in the URL.
136
+ * `null` indicates the value should be omitted from the URL.
137
+ */
138
+ serialize: (value: unknown, instance: any) => string | null;
139
+ /**
140
+ * Convert a string value from the URL back into
141
+ * its original type
142
+ */
143
+ deserialize: (urlValue: string, instance: any) => unknown;
144
+ /**
145
+ * Get the default value for this param from the given instance.
146
+ *
147
+ * If not present, the value passed to the field initializer
148
+ * will be used as the default.
149
+ *
150
+ * This should return the value in the field's native type,
151
+ * not the serialized URL form.
152
+ */
153
+ getDefault?: (instance: any) => unknown;
154
+ }
155
+ interface InternalParamConfig extends ParamConfig {
156
+ initialized?: boolean;
157
+ }
158
+ interface ValueTransition<T = unknown> {
159
+ key: string;
160
+ from: T;
161
+ to: T;
162
+ }
163
+ /**
164
+ * Metadata attached to persisted resource classes
165
+ */
166
+ interface StorageResourceMeta {
167
+ id: string;
168
+ namespace: string | null;
169
+ pkFn: KeyFn | null;
170
+ type: "local-resource" | "session-resource" | "cache-resource";
171
+ typeOverrides: Map<string, "local-storage" | "session-storage" | "cache-storage"> | null;
172
+ fields: Map<string, null | ((update: ValueTransition<string>) => void)>;
173
+ initializers: Map<string, (() => unknown) | null>;
174
+ paramConfigs: Map<string, InternalParamConfig> | null;
175
+ paramCompanion: object | null;
176
+ instances: WeakMap<object, StorageResourceMeta> | null;
177
+ }
178
+ /**
179
+ * A function which generates a unique primary-key
180
+ * string for a given LocalResource or SessionResource
181
+ * instance.
182
+ *
183
+ * Use functions when you want to create more than
184
+ * one instance of a resource type, each with its own
185
+ * persisted data.
186
+ */
187
+ type KeyFn = (obj: any) => string;
188
+ /**
189
+ * Setup persisted resource metadata on target
190
+ * if not already present
191
+ *
192
+ * @private
193
+ */
194
+ declare function initMeta(target: object): StorageResourceMeta;
195
+ /**
196
+ * Get or create the param companion object for a StorageResource instance.
197
+ *
198
+ * The companion object contains URL-serialized versions of all @param decorated fields.
199
+ * Each param field gets a corresponding property on the companion that:
200
+ * - Reads: Serializes the storage value to a URL string (returns null if not active)
201
+ * - Writes: Deserializes the URL string and updates the storage value
202
+ *
203
+ * The companion object is reactive using trackedObject, ensuring that changes
204
+ * to the underlying storage fields trigger updates in the query param system.
205
+ *
206
+ * This companion object is what QPRoute will bind to for URL query params.
207
+ *
208
+ * @private
209
+ * @param instance - The StorageResource instance
210
+ * @param groupControlMap - Optional map of fieldName -> controlFieldName for grouped params
211
+ * @returns The companion object with serialized param properties
212
+ */
213
+ declare function getParamCompanion(instance: object, groupControlMap?: Record<string, string>): object;
214
+ //#endregion
215
+ //#region src/storage/storage-resource.d.ts
216
+ /**
217
+ * Decorator which transforms a class into a StorageResource
218
+ * persisted in localStorage.
219
+ *
220
+ * LocalResources must either be singletons or expect all instances
221
+ * to share state unless a primary key function is provided.
222
+ *
223
+ * When a primary key function is provided, each instance
224
+ * will have its own persisted data based on the key generated
225
+ * by the function.
226
+ *
227
+ * The function will be called once per instance during
228
+ * initialization to determine the unique ID for that instance.
229
+ */
230
+ declare function LocalResource(id: string | KeyFn): ClassDecorator;
231
+ /**
232
+ * Decorator which transforms a class into a StorageResource
233
+ * persisted in sessionStorage.
234
+ *
235
+ * SessionResources must either be singletons or expect all instances
236
+ * to share state unless a primary key function is provided.
237
+ *
238
+ * When a primary key function is provided, each instance
239
+ * will have its own persisted data based on the key generated
240
+ * by the function.
241
+ *
242
+ * The function will be called once per instance during
243
+ * initialization to determine the unique ID for that instance.
244
+ */
245
+ declare function SessionResource(id: string | KeyFn): ClassDecorator;
246
+ /**
247
+ * Decorator which transforms a class into a StorageResource
248
+ * persisted via the [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache).
249
+ * api and shared across all tabs/windows under the same origin.
250
+ *
251
+ * CacheResources must either be singletons or expect all instances
252
+ * to share state unless a primary key function is provided.
253
+ *
254
+ * When a primary key function is provided, each instance
255
+ * will have its own persisted data based on the key generated
256
+ * by the function.
257
+ *
258
+ * The function will be called once per instance during
259
+ * initialization to determine the unique ID for that instance.
260
+ *
261
+ * All object cached in the same `namespace` share the namespace's storage context,
262
+ * so partitioning can be achieved by using different namespaces for different groups
263
+ * of data.
264
+ */
265
+ declare function CacheResource(id: string | KeyFn, namespace?: string | null): ClassDecorator;
266
+ /**
267
+ * Decorator which marks a property as a field on
268
+ * a LocalResource or SessionResource
269
+ *
270
+ * The field's value will be initialized from the persisted resource data
271
+ * if available, falling back to the property's default value otherwise.
272
+ *
273
+ * Fields can be of any type that is serializable to and restorable from JSON,
274
+ * but complex types (like objects or arrays) should be handled with care to avoid
275
+ * unintended mutations or reactivity issues.
276
+ *
277
+ * By default, fields are persisted in the storage type defined by the resource decorator
278
+ * (@LocalResource or @SessionResource). However, you can override this behavior
279
+ * by passing 'local' or 'session' as an argument to the decorator.
280
+ *
281
+ * ---
282
+ *
283
+ * **Example:**
284
+ *
285
+ * ```ts
286
+ * @LocalResource('user-settings')
287
+ * class UserSettings {
288
+ * @field
289
+ * theme: 'light' | 'dark' = 'light';
290
+ *
291
+ * @field('session')
292
+ * sessionToken: string | null = null;
293
+ * }
294
+ * ```
295
+ *
296
+ */
297
+ declare function field(type: "local" | "session" | "cache"): PropertyDecorator;
298
+ declare function field(target: object, key: string, descriptor?: PropertyDescriptor): void;
299
+ declare function input(type: "number" | "boolean" | "float"): PropertyDecorator;
300
+ /**
301
+ * Effects are fields that run a side-effecting function.
302
+ *
303
+ * Effects are intended to enable synchronizing get states between
304
+ * tabs or windows that result in needing to synchronize other
305
+ * non-reactive state.
306
+ *
307
+ * For example, when a user selects a light/dark mode theme preference
308
+ * that differs from the system preference, effects can be used to trigger
309
+ * DOM updates on the documentElement necessary to ensure its state is
310
+ * consistent with the persisted resource state and reactive application state.
311
+ *
312
+ * To do this without an effect would require either setting up your own
313
+ * storage event listeners or consuming the reactive state of the property
314
+ * in another effect-like API such as an Ember modifier or React useEffect,
315
+ *
316
+ * Effects *only* run when the stored value changes due to storage events
317
+ * emitted from other tabs or windows. They do not run when the property
318
+ * is updated in the same context.
319
+ *
320
+ * ---
321
+ *
322
+ * **Example:**
323
+ *
324
+ * ```ts
325
+ * @LocalResource('user-preferences')
326
+ * class UserPreferences {
327
+ * @effect(syncThemeToDOM)
328
+ * explicitThemePreference: 'light' | 'dark' | null = null;
329
+ *
330
+ * @matchMedia('(prefers-color-scheme: dark)')
331
+ * systemPrefersDarkMode: boolean = false;
332
+ * }
333
+ *
334
+ * function syncThemeToDOM(update: ValueTransition<'light' | 'dark' | null>): void {
335
+ * const newTheme = update.to;
336
+ * document.documentElement.style.colorScheme = newTheme ?? 'light dark';
337
+ *
338
+ * if (newTheme === 'dark') {
339
+ * document.documentElement.classList.add('dark-theme');
340
+ * document.documentElement.classList.remove('light-theme');
341
+ * } else if (newTheme === 'light') {
342
+ * document.documentElement.classList.add('light-theme');
343
+ * document.documentElement.classList.remove('dark-theme');
344
+ * } else {
345
+ * document.documentElement.classList.remove('light-theme');
346
+ * document.documentElement.classList.remove('dark-theme');
347
+ * }
348
+ * }
349
+ * ```
350
+ */
351
+ declare function effect(fn: <K>(update: ValueTransition<K>) => void, type?: "local" | "session"): PropertyDecorator;
352
+ //#endregion
353
+ export { CacheResource, CacheStorage, CacheStorageEvent, DEFAULT_CACHE_ID, EffectStorageEvent, InternalCacheStorageEvent, LocalResource, type ReactiveStorage, ReactiveStorageOptions, SessionResource, getParamCompanion as _getParamCompanion, initMeta as _initMeta, configureLocalStorage, configureSessionStorage, effect, field, getCacheStorage, getLocalStorage, getSessionStorage, input };
354
+ //# sourceMappingURL=storage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"storage.d.ts","names":[],"sources":["../src/storage/cache.ts","../src/storage/storage.ts","../src/storage/-private/storage-infra.ts","../src/storage/storage-resource.ts"],"mappings":";cAEa;UAKI;EACf;EACA;EACA;EACA;;UAEe;EACf,aAAa;EACb;EACA;EACA;;;;;;;;cAkEW,wBAAwB;;EAInC,OAAO;EACP;EACA,iBAAiB;EAYjB,YAAY;MAMR;EA4BJ;EAKA,QAAQ;EAIR,IAAI;EAgBJ,WAAW;EAQX,QAAQ,aAAa;;;;;SAed,IAAI,mBAAqC,QAAQ;SASjD,YAAY,mBAAqC;;;;;SAYjD;;;;UCtMQ;;;;;EAKf;;;;;EAMA;;;;;EAMA,mBAAmB,aAAa,4BAA4B;;;;;;;iBAgB9C,mBAAmB;iBAOnB,qBAAqB;iBAQrB,gBAAgB,4BAAkC;;;;;iBAelD,sBAAsB,SAAS;;;;;iBAQ/B,wBAAwB,SAAS;KA8BrC,qBAAqB,oBAAoB;;;;;;;cAQ/C,2BAA2B;UACvB;UACA;UACA;UACA;UAEQ;UACA;UAER;EACR,UAAU,aAAa,KAAK,OAAO;EAKnC,YAAY,SAAS,SAAS,UAAS;;;;MA2CnC;;;;EAOJ,SAAS;;;;EAsBT,QAAQ;;;;EAyBR,QAAQ,aAAa;;;;EA2DrB,WAAW;;;;EAsBX;;;;EAeA,IAAI;;;;;;;UC3TW;;;;;EAMf,YAAY,gBAAgB;;;;;EAM5B,cAAc,kBAAkB;;;;;;;;;;EAWhC,cAAc;;UAGN,4BAA4B;EACpC;;UAGe,gBAAgB;EAC/B;EACA,MAAM;EACN,IAAI;;;;;UAMW;EACf;EACA;EACA,MAAM;EACN;EACA,eAAe;EACf,QAAQ,qBAAqB,QAAQ;EACrC,cAAc;EACd,cAAc,YAAY;EAC1B;EACA,WAAW,gBAAgB;;;;;;;;;;;KAajB,SAAS;;;;;;;iBAaL,SAAS,iBAAiB;;;;;;;;;;;;;;;;;;;iBAkT1B,kBAAkB,kBAAkB,kBAAkB;;;;;;;;;;;;;;;;;iBCzWtD,cAAc,aAAa,QAAQ;;;;;;;;;;;;;;;iBAkBnC,gBAAgB,aAAa,QAAQ;;;;;;;;;;;;;;;;;;;;iBAuBrC,cAAc,aAAa,OAAO,4BAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAmCpE,MAAM,sCAAsC;iBAC5C,MAAM,gBAAgB,aAAa,aAAa;iBAgBhD,MAAM,uCAAuC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAoF7C,OAAO,KAAK,GAAG,QAAQ,gBAAgB,aAAa,6BAA6B"}