@payfit/unity-components 2.54.3 → 2.54.5

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.
@@ -0,0 +1,8 @@
1
+ import { CatalogEntry } from './types.js';
2
+ interface CatalogCardProps {
3
+ entry: CatalogEntry;
4
+ principalTitle?: string;
5
+ relatedTitles: string[];
6
+ }
7
+ export declare function CatalogCard({ entry, principalTitle, relatedTitles, }: CatalogCardProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1 @@
1
+ export declare function CatalogPage(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { CatalogEntry } from './types.js';
2
+ interface CatalogPreviewProps {
3
+ preview: CatalogEntry['preview'];
4
+ title: string;
5
+ }
6
+ export declare function CatalogPreview({ preview, title }: CatalogPreviewProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
@@ -0,0 +1,703 @@
1
+ export declare const catalogEntries: ({
2
+ description: string;
3
+ docsHref: string;
4
+ id: string;
5
+ keywords: string[];
6
+ preview: {
7
+ type: "story";
8
+ story: string;
9
+ storyId: string;
10
+ zoom?: undefined;
11
+ src?: undefined;
12
+ alt?: undefined;
13
+ };
14
+ related: never[];
15
+ section: "components";
16
+ tags: ("type:component" | "type:primitive" | "category:foundations")[];
17
+ title: string;
18
+ principal?: undefined;
19
+ } | {
20
+ description: string;
21
+ docsHref: string;
22
+ id: string;
23
+ keywords: string[];
24
+ preview: {
25
+ type: "story";
26
+ story: string;
27
+ storyId: string;
28
+ zoom?: undefined;
29
+ src?: undefined;
30
+ alt?: undefined;
31
+ };
32
+ related: never[];
33
+ section: "components";
34
+ tags: ("type:component" | "category:actions" | "category:tabular-data")[];
35
+ title: string;
36
+ principal?: undefined;
37
+ } | {
38
+ description: string;
39
+ docsHref: string;
40
+ id: string;
41
+ keywords: string[];
42
+ preview: {
43
+ type: "story";
44
+ story: string;
45
+ storyId: string;
46
+ zoom: number;
47
+ src?: undefined;
48
+ alt?: undefined;
49
+ };
50
+ related: never[];
51
+ section: "components";
52
+ tags: ("type:component" | "category:content" | "behavior:disclosure" | "behavior:validation")[];
53
+ title: string;
54
+ principal?: undefined;
55
+ } | {
56
+ description: string;
57
+ docsHref: string;
58
+ id: string;
59
+ keywords: string[];
60
+ preview: {
61
+ type: "story";
62
+ story: string;
63
+ storyId: string;
64
+ zoom: number;
65
+ src?: undefined;
66
+ alt?: undefined;
67
+ };
68
+ related: never[];
69
+ section: "patterns";
70
+ tags: ("type:pattern" | "category:layout")[];
71
+ title: string;
72
+ principal?: undefined;
73
+ } | {
74
+ description: string;
75
+ docsHref: string;
76
+ id: string;
77
+ keywords: string[];
78
+ preview: {
79
+ type: "image";
80
+ src: string;
81
+ alt: string;
82
+ story?: undefined;
83
+ storyId?: undefined;
84
+ zoom?: undefined;
85
+ };
86
+ related: never[];
87
+ section: "patterns";
88
+ tags: ("type:pattern" | "category:layout" | "category:navigation" | "behavior:disclosure" | "behavior:navigation" | "behavior:selection")[];
89
+ title: string;
90
+ principal?: undefined;
91
+ } | {
92
+ description: string;
93
+ docsHref: string;
94
+ id: string;
95
+ keywords: string[];
96
+ preview: {
97
+ type: "story";
98
+ story: string;
99
+ storyId: string;
100
+ zoom?: undefined;
101
+ src?: undefined;
102
+ alt?: undefined;
103
+ };
104
+ related: never[];
105
+ section: "components";
106
+ tags: ("type:component" | "category:content" | "category:inputs" | "behavior:editing" | "behavior:validation")[];
107
+ title: string;
108
+ principal?: undefined;
109
+ } | {
110
+ description: string;
111
+ docsHref: string;
112
+ id: string;
113
+ keywords: string[];
114
+ preview: {
115
+ type: "image";
116
+ src: string;
117
+ alt: string;
118
+ story?: undefined;
119
+ storyId?: undefined;
120
+ zoom?: undefined;
121
+ };
122
+ related: never[];
123
+ section: "components";
124
+ tags: ("type:component" | "category:feedback" | "behavior:blocking" | "behavior:disclosure")[];
125
+ title: string;
126
+ principal?: undefined;
127
+ } | {
128
+ description: string;
129
+ docsHref: string;
130
+ id: string;
131
+ keywords: string[];
132
+ preview: {
133
+ type: "story";
134
+ story: string;
135
+ storyId: string;
136
+ zoom?: undefined;
137
+ src?: undefined;
138
+ alt?: undefined;
139
+ };
140
+ related: never[];
141
+ section: "components";
142
+ tags: ("type:component" | "category:actions" | "category:inputs" | "behavior:selection")[];
143
+ title: string;
144
+ principal?: undefined;
145
+ } | {
146
+ description: string;
147
+ docsHref: string;
148
+ id: string;
149
+ keywords: string[];
150
+ preview: {
151
+ type: "story";
152
+ story: string;
153
+ storyId: string;
154
+ zoom: number;
155
+ src?: undefined;
156
+ alt?: undefined;
157
+ };
158
+ related: never[];
159
+ section: "components";
160
+ tags: ("type:component" | "category:content" | "behavior:selection")[];
161
+ title: string;
162
+ principal?: undefined;
163
+ } | {
164
+ description: string;
165
+ docsHref: string;
166
+ id: string;
167
+ keywords: string[];
168
+ preview: {
169
+ type: "story";
170
+ story: string;
171
+ storyId: string;
172
+ zoom: number;
173
+ src?: undefined;
174
+ alt?: undefined;
175
+ };
176
+ related: never[];
177
+ section: "forms";
178
+ tags: ("type:form-control" | "category:fields" | "behavior:editing" | "behavior:multi-selection" | "behavior:selection" | "behavior:validation")[];
179
+ title: string;
180
+ principal?: undefined;
181
+ } | {
182
+ description: string;
183
+ docsHref: string;
184
+ id: string;
185
+ keywords: string[];
186
+ preview: {
187
+ type: "story";
188
+ story: string;
189
+ storyId: string;
190
+ zoom: number;
191
+ src?: undefined;
192
+ alt?: undefined;
193
+ };
194
+ related: never[];
195
+ section: "forms";
196
+ tags: ("type:form-control" | "category:inputs" | "behavior:editing" | "behavior:multi-selection" | "behavior:selection" | "behavior:validation")[];
197
+ title: string;
198
+ principal?: undefined;
199
+ } | {
200
+ description: string;
201
+ docsHref: string;
202
+ id: string;
203
+ keywords: string[];
204
+ preview: {
205
+ type: "story";
206
+ story: string;
207
+ storyId: string;
208
+ zoom?: undefined;
209
+ src?: undefined;
210
+ alt?: undefined;
211
+ };
212
+ related: never[];
213
+ section: "components";
214
+ tags: ("type:component" | "category:actions" | "status:experimental")[];
215
+ title: string;
216
+ principal?: undefined;
217
+ } | {
218
+ description: string;
219
+ docsHref: string;
220
+ id: string;
221
+ keywords: string[];
222
+ preview: {
223
+ type: "story";
224
+ story: string;
225
+ storyId: string;
226
+ zoom?: undefined;
227
+ src?: undefined;
228
+ alt?: undefined;
229
+ };
230
+ related: never[];
231
+ section: "components";
232
+ tags: ("type:primitive" | "category:content" | "category:information")[];
233
+ title: string;
234
+ principal?: undefined;
235
+ } | {
236
+ description: string;
237
+ docsHref: string;
238
+ id: string;
239
+ keywords: string[];
240
+ preview: {
241
+ type: "story";
242
+ story: string;
243
+ storyId: string;
244
+ zoom?: undefined;
245
+ src?: undefined;
246
+ alt?: undefined;
247
+ };
248
+ related: never[];
249
+ section: "components";
250
+ tags: ("type:component" | "category:content" | "category:information" | "behavior:disclosure")[];
251
+ title: string;
252
+ principal?: undefined;
253
+ } | {
254
+ description: string;
255
+ docsHref: string;
256
+ id: string;
257
+ keywords: string[];
258
+ preview: {
259
+ type: "story";
260
+ story: string;
261
+ storyId: string;
262
+ zoom: number;
263
+ src?: undefined;
264
+ alt?: undefined;
265
+ };
266
+ related: never[];
267
+ section: "components";
268
+ tags: ("type:component" | "category:tabular-data" | "behavior:selection")[];
269
+ title: string;
270
+ principal?: undefined;
271
+ } | {
272
+ description: string;
273
+ docsHref: string;
274
+ id: string;
275
+ keywords: string[];
276
+ preview: {
277
+ type: "story";
278
+ story: string;
279
+ storyId: string;
280
+ zoom: number;
281
+ src?: undefined;
282
+ alt?: undefined;
283
+ };
284
+ principal: string;
285
+ related: never[];
286
+ section: "components";
287
+ tags: ("type:component" | "category:tabular-data" | "behavior:multi-selection")[];
288
+ title: string;
289
+ } | {
290
+ description: string;
291
+ docsHref: string;
292
+ id: string;
293
+ keywords: string[];
294
+ preview: {
295
+ type: "story";
296
+ story: string;
297
+ storyId: string;
298
+ zoom?: undefined;
299
+ src?: undefined;
300
+ alt?: undefined;
301
+ };
302
+ related: never[];
303
+ section: "components";
304
+ tags: ("type:component" | "category:tabular-data" | "behavior:selection")[];
305
+ title: string;
306
+ principal?: undefined;
307
+ } | {
308
+ description: string;
309
+ docsHref: string;
310
+ id: string;
311
+ keywords: string[];
312
+ preview: {
313
+ type: "story";
314
+ story: string;
315
+ storyId: string;
316
+ zoom?: undefined;
317
+ src?: undefined;
318
+ alt?: undefined;
319
+ };
320
+ related: never[];
321
+ section: "components";
322
+ tags: ("type:component" | "category:feedback" | "behavior:disclosure")[];
323
+ title: string;
324
+ principal?: undefined;
325
+ } | {
326
+ description: string;
327
+ docsHref: string;
328
+ id: string;
329
+ keywords: string[];
330
+ preview: {
331
+ type: "story";
332
+ story: string;
333
+ storyId: string;
334
+ zoom: number;
335
+ src?: undefined;
336
+ alt?: undefined;
337
+ };
338
+ related: never[];
339
+ section: "components";
340
+ tags: ("type:component" | "category:feedback" | "behavior:validation")[];
341
+ title: string;
342
+ principal?: undefined;
343
+ } | {
344
+ description: string;
345
+ docsHref: string;
346
+ id: string;
347
+ keywords: string[];
348
+ preview: {
349
+ type: "story";
350
+ story: string;
351
+ storyId: string;
352
+ zoom?: undefined;
353
+ src?: undefined;
354
+ alt?: undefined;
355
+ };
356
+ related: never[];
357
+ section: "components";
358
+ tags: ("type:component" | "category:tabular-data" | "behavior:filtering")[];
359
+ title: string;
360
+ principal?: undefined;
361
+ } | {
362
+ description: string;
363
+ docsHref: string;
364
+ id: string;
365
+ keywords: string[];
366
+ preview: {
367
+ type: "story";
368
+ story: string;
369
+ storyId: string;
370
+ zoom?: undefined;
371
+ src?: undefined;
372
+ alt?: undefined;
373
+ };
374
+ related: never[];
375
+ section: "components";
376
+ tags: ("type:primitive" | "category:layout")[];
377
+ title: string;
378
+ principal?: undefined;
379
+ } | {
380
+ description: string;
381
+ docsHref: string;
382
+ id: string;
383
+ keywords: string[];
384
+ preview: {
385
+ type: "story";
386
+ story: string;
387
+ storyId: string;
388
+ zoom?: undefined;
389
+ src?: undefined;
390
+ alt?: undefined;
391
+ };
392
+ related: never[];
393
+ section: "components";
394
+ tags: ("type:component" | "category:actions" | "category:navigation" | "behavior:navigation")[];
395
+ title: string;
396
+ principal?: undefined;
397
+ } | {
398
+ description: string;
399
+ docsHref: string;
400
+ id: string;
401
+ keywords: string[];
402
+ preview: {
403
+ type: "story";
404
+ story: string;
405
+ storyId: string;
406
+ zoom?: undefined;
407
+ src?: undefined;
408
+ alt?: undefined;
409
+ };
410
+ related: never[];
411
+ section: "integrations";
412
+ tags: ("type:integration" | "category:inputs" | "behavior:navigation")[];
413
+ title: string;
414
+ principal?: undefined;
415
+ } | {
416
+ description: string;
417
+ docsHref: string;
418
+ id: string;
419
+ keywords: string[];
420
+ preview: {
421
+ type: "story";
422
+ story: string;
423
+ storyId: string;
424
+ zoom?: undefined;
425
+ src?: undefined;
426
+ alt?: undefined;
427
+ };
428
+ related: never[];
429
+ section: "components";
430
+ tags: ("type:pattern" | "category:feedback" | "behavior:async")[];
431
+ title: string;
432
+ principal?: undefined;
433
+ } | {
434
+ description: string;
435
+ docsHref: string;
436
+ id: string;
437
+ keywords: string[];
438
+ preview: {
439
+ type: "story";
440
+ story: string;
441
+ storyId: string;
442
+ zoom?: undefined;
443
+ src?: undefined;
444
+ alt?: undefined;
445
+ };
446
+ related: never[];
447
+ section: "patterns";
448
+ tags: ("type:pattern" | "category:layout" | "behavior:editing")[];
449
+ title: string;
450
+ principal?: undefined;
451
+ } | {
452
+ description: string;
453
+ docsHref: string;
454
+ id: string;
455
+ keywords: string[];
456
+ preview: {
457
+ type: "story";
458
+ story: string;
459
+ storyId: string;
460
+ zoom?: undefined;
461
+ src?: undefined;
462
+ alt?: undefined;
463
+ };
464
+ related: never[];
465
+ section: "components";
466
+ tags: ("type:component" | "category:navigation" | "behavior:navigation" | "behavior:selection")[];
467
+ title: string;
468
+ principal?: undefined;
469
+ } | {
470
+ description: string;
471
+ docsHref: string;
472
+ id: string;
473
+ keywords: string[];
474
+ preview: {
475
+ type: "story";
476
+ story: string;
477
+ storyId: string;
478
+ zoom?: undefined;
479
+ src?: undefined;
480
+ alt?: undefined;
481
+ };
482
+ related: never[];
483
+ section: "integrations";
484
+ tags: ("type:integration" | "category:navigation" | "behavior:navigation" | "behavior:selection")[];
485
+ title: string;
486
+ principal?: undefined;
487
+ } | {
488
+ description: string;
489
+ docsHref: string;
490
+ id: string;
491
+ keywords: string[];
492
+ preview: {
493
+ type: "image";
494
+ src: string;
495
+ alt: string;
496
+ story?: undefined;
497
+ storyId?: undefined;
498
+ zoom?: undefined;
499
+ };
500
+ related: never[];
501
+ section: "components";
502
+ tags: ("type:component" | "category:navigation" | "behavior:disclosure" | "behavior:navigation" | "behavior:selection")[];
503
+ title: string;
504
+ principal?: undefined;
505
+ } | {
506
+ description: string;
507
+ docsHref: string;
508
+ id: string;
509
+ keywords: string[];
510
+ preview: {
511
+ type: "story";
512
+ story: string;
513
+ storyId: string;
514
+ zoom?: undefined;
515
+ src?: undefined;
516
+ alt?: undefined;
517
+ };
518
+ related: string[];
519
+ section: "components";
520
+ tags: ("type:component" | "category:inputs" | "behavior:editing" | "behavior:filtering" | "behavior:multi-selection" | "behavior:selection")[];
521
+ title: string;
522
+ principal?: undefined;
523
+ } | {
524
+ description: string;
525
+ docsHref: string;
526
+ id: string;
527
+ keywords: string[];
528
+ preview: {
529
+ type: "story";
530
+ story: string;
531
+ storyId: string;
532
+ zoom?: undefined;
533
+ src?: undefined;
534
+ alt?: undefined;
535
+ };
536
+ principal: string;
537
+ related: string[];
538
+ section: "forms";
539
+ tags: ("type:form-control" | "category:fields" | "behavior:editing" | "behavior:multi-selection" | "behavior:selection" | "behavior:validation")[];
540
+ title: string;
541
+ } | {
542
+ description: string;
543
+ docsHref: string;
544
+ id: string;
545
+ keywords: string[];
546
+ preview: {
547
+ type: "story";
548
+ story: string;
549
+ storyId: string;
550
+ zoom?: undefined;
551
+ src?: undefined;
552
+ alt?: undefined;
553
+ };
554
+ related: never[];
555
+ section: "forms";
556
+ tags: ("type:form-control" | "category:inputs" | "behavior:editing" | "behavior:multi-selection" | "behavior:selection" | "behavior:validation")[];
557
+ title: string;
558
+ principal?: undefined;
559
+ } | {
560
+ description: string;
561
+ docsHref: string;
562
+ id: string;
563
+ keywords: string[];
564
+ preview: {
565
+ type: "story";
566
+ story: string;
567
+ storyId: string;
568
+ zoom?: undefined;
569
+ src?: undefined;
570
+ alt?: undefined;
571
+ };
572
+ related: never[];
573
+ section: "components";
574
+ tags: ("type:component" | "category:feedback" | "category:information")[];
575
+ title: string;
576
+ principal?: undefined;
577
+ } | {
578
+ description: string;
579
+ docsHref: string;
580
+ id: string;
581
+ keywords: string[];
582
+ preview: {
583
+ type: "story";
584
+ story: string;
585
+ storyId: string;
586
+ zoom: number;
587
+ src?: undefined;
588
+ alt?: undefined;
589
+ };
590
+ related: never[];
591
+ section: "components";
592
+ tags: ("type:component" | "category:feedback" | "behavior:async")[];
593
+ title: string;
594
+ principal?: undefined;
595
+ } | {
596
+ description: string;
597
+ docsHref: string;
598
+ id: string;
599
+ keywords: string[];
600
+ preview: {
601
+ type: "story";
602
+ story: string;
603
+ storyId: string;
604
+ zoom: number;
605
+ src?: undefined;
606
+ alt?: undefined;
607
+ };
608
+ related: never[];
609
+ section: "components";
610
+ tags: ("type:component" | "category:inputs" | "behavior:editing" | "behavior:multi-selection" | "behavior:selection")[];
611
+ title: string;
612
+ principal?: undefined;
613
+ } | {
614
+ description: string;
615
+ docsHref: string;
616
+ id: string;
617
+ keywords: string[];
618
+ preview: {
619
+ type: "story";
620
+ story: string;
621
+ storyId: string;
622
+ zoom?: undefined;
623
+ src?: undefined;
624
+ alt?: undefined;
625
+ };
626
+ related: never[];
627
+ section: "components";
628
+ tags: ("type:component" | "category:actions" | "behavior:multi-selection")[];
629
+ title: string;
630
+ principal?: undefined;
631
+ } | {
632
+ description: string;
633
+ docsHref: string;
634
+ id: string;
635
+ keywords: string[];
636
+ preview: {
637
+ type: "story";
638
+ story: string;
639
+ storyId: string;
640
+ zoom?: undefined;
641
+ src?: undefined;
642
+ alt?: undefined;
643
+ };
644
+ related: never[];
645
+ section: "forms";
646
+ tags: ("type:form-control" | "category:fields" | "behavior:editing" | "behavior:multi-selection" | "behavior:selection" | "behavior:validation")[];
647
+ title: string;
648
+ principal?: undefined;
649
+ } | {
650
+ description: string;
651
+ docsHref: string;
652
+ id: string;
653
+ keywords: string[];
654
+ preview: {
655
+ type: "story";
656
+ story: string;
657
+ storyId: string;
658
+ zoom?: undefined;
659
+ src?: undefined;
660
+ alt?: undefined;
661
+ };
662
+ related: never[];
663
+ section: "components";
664
+ tags: ("type:component" | "category:feedback" | "behavior:async")[];
665
+ title: string;
666
+ principal?: undefined;
667
+ } | {
668
+ description: string;
669
+ docsHref: string;
670
+ id: string;
671
+ keywords: string[];
672
+ preview: {
673
+ type: "story";
674
+ story: string;
675
+ storyId: string;
676
+ zoom?: undefined;
677
+ src?: undefined;
678
+ alt?: undefined;
679
+ };
680
+ related: never[];
681
+ section: "components";
682
+ tags: ("type:pattern" | "category:content" | "category:navigation" | "behavior:navigation")[];
683
+ title: string;
684
+ principal?: undefined;
685
+ } | {
686
+ description: string;
687
+ docsHref: string;
688
+ id: string;
689
+ keywords: string[];
690
+ preview: {
691
+ type: "story";
692
+ story: string;
693
+ storyId: string;
694
+ zoom: number;
695
+ src?: undefined;
696
+ alt?: undefined;
697
+ };
698
+ related: never[];
699
+ section: "components";
700
+ tags: ("type:component" | "category:navigation" | "behavior:disclosure" | "behavior:navigation" | "behavior:selection")[];
701
+ title: string;
702
+ principal?: undefined;
703
+ })[];
@@ -0,0 +1,45 @@
1
+ export type CatalogSection = 'components' | 'forms' | 'patterns' | 'integrations';
2
+ export type CatalogTypeTag = 'type:component' | 'type:form-control' | 'type:pattern' | 'type:integration' | 'type:primitive' | 'type:utility';
3
+ export type CatalogCategoryTag = 'category:actions' | 'category:content' | 'category:fields' | 'category:feedback' | 'category:foundations' | 'category:information' | 'category:inputs' | 'category:layout' | 'category:navigation' | 'category:tabular-data';
4
+ export type CatalogBehaviorTag = 'behavior:async' | 'behavior:blocking' | 'behavior:disclosure' | 'behavior:editing' | 'behavior:filtering' | 'behavior:multi-selection' | 'behavior:navigation' | 'behavior:selection' | 'behavior:validation';
5
+ export type CatalogStatusTag = 'status:deprecated' | 'status:experimental' | 'status:stable';
6
+ export type CatalogTaxonomyTag = CatalogTypeTag | CatalogCategoryTag | CatalogBehaviorTag | CatalogStatusTag;
7
+ export type CatalogPreviewZoom = number | string;
8
+ export type CatalogPreview = ({
9
+ type: 'story';
10
+ zoom?: CatalogPreviewZoom;
11
+ } & ({
12
+ story: string;
13
+ storyId?: string;
14
+ } | {
15
+ story?: string;
16
+ storyId: string;
17
+ })) | {
18
+ type: 'image';
19
+ src: string;
20
+ alt: string;
21
+ } | {
22
+ type: 'none';
23
+ };
24
+ export interface CatalogParameters {
25
+ include?: boolean;
26
+ section?: CatalogSection;
27
+ title?: string;
28
+ description?: string;
29
+ keywords?: string[];
30
+ related?: string[];
31
+ principal?: string;
32
+ preview?: CatalogPreview;
33
+ }
34
+ export interface CatalogEntry {
35
+ id: string;
36
+ title: string;
37
+ section: CatalogSection;
38
+ description: string;
39
+ docsHref: string;
40
+ tags: CatalogTaxonomyTag[];
41
+ keywords: string[];
42
+ related: string[];
43
+ principal?: string;
44
+ preview: CatalogPreview;
45
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payfit/unity-components",
3
- "version": "2.54.3",
3
+ "version": "2.54.5",
4
4
  "module": "./dist/esm/index.js",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -76,6 +76,7 @@
76
76
  "embla-carousel": "9.0.0-rc02",
77
77
  "embla-carousel-accessibility": "9.0.0-rc01",
78
78
  "embla-carousel-react": "9.0.0-rc02",
79
+ "fuse.js": "7.1.0",
79
80
  "prettier": "3.8.3",
80
81
  "react": "18.3.1",
81
82
  "react-aria": "3.50.0",
@@ -84,6 +85,7 @@
84
85
  "react-hook-form": "7.62.0",
85
86
  "react-hot-toast": "2.5.1",
86
87
  "react-hotkeys-hook": "5.1.0",
88
+ "react-intersection-observer": "9.5.3",
87
89
  "react-international-phone": "4.5.0",
88
90
  "react-intl": "7.1.14",
89
91
  "react-stately": "3.48.0",
@@ -91,7 +93,7 @@
91
93
  "tailwind-variants": "3.2.2",
92
94
  "usehooks-ts": "3.1.1",
93
95
  "zod": "4.4.3",
94
- "@payfit/unity-illustrations": "2.54.3"
96
+ "@payfit/unity-illustrations": "2.54.5"
95
97
  },
96
98
  "peerDependencies": {
97
99
  "@hookform/devtools": "^4",
@@ -103,8 +105,8 @@
103
105
  "react-hook-form": "^7",
104
106
  "react-router-dom": "^5",
105
107
  "zod": "^3 || ^4",
106
- "@payfit/unity-icons": "2.54.3",
107
- "@payfit/unity-themes": "2.54.3"
108
+ "@payfit/unity-icons": "2.54.5",
109
+ "@payfit/unity-themes": "2.54.5"
108
110
  },
109
111
  "devDependencies": {
110
112
  "@figma/code-connect": "1.4.8",
@@ -151,12 +153,12 @@
151
153
  "vite-plugin-node-polyfills": "0.28.0",
152
154
  "vitest": "4.1.9",
153
155
  "@payfit/hr-app-eslint": "0.0.0-use.local",
154
- "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
155
156
  "@payfit/hr-apps-tsconfigs": "0.0.0-use.local",
157
+ "@payfit/storybook-addon-console-errors": "0.0.0-use.local",
156
158
  "@payfit/storybook-config": "0.0.0-use.local",
157
- "@payfit/unity-icons": "2.54.3",
158
- "@payfit/unity-illustrations": "2.54.3",
159
- "@payfit/unity-themes": "2.54.3",
159
+ "@payfit/unity-icons": "2.54.5",
160
+ "@payfit/unity-illustrations": "2.54.5",
161
+ "@payfit/unity-themes": "2.54.5",
160
162
  "@payfit/vite-configs": "0.0.0-use.local"
161
163
  },
162
164
  "peerDependenciesMeta": {