@voyantjs/availability-ui 0.64.0 → 0.66.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.
- package/dist/i18n/provider.d.ts +180 -0
- package/dist/i18n/provider.d.ts.map +1 -1
- package/package.json +7 -7
package/dist/i18n/provider.d.ts
CHANGED
|
@@ -66,6 +66,10 @@ export declare const availabilityUiEn: {
|
|
|
66
66
|
tabStartTimes: string;
|
|
67
67
|
tabCloseouts: string;
|
|
68
68
|
tabPickupPoints: string;
|
|
69
|
+
tabCalendar: string;
|
|
70
|
+
slotFallbackTitle: string;
|
|
71
|
+
productsComboboxSearching: string;
|
|
72
|
+
productsComboboxEmpty: string;
|
|
69
73
|
statusActive: string;
|
|
70
74
|
statusInactive: string;
|
|
71
75
|
statusOpen: string;
|
|
@@ -132,6 +136,14 @@ export declare const availabilityUiEn: {
|
|
|
132
136
|
bulkDeleted: string;
|
|
133
137
|
bulkDeletedPartial: string;
|
|
134
138
|
};
|
|
139
|
+
toolbar: {
|
|
140
|
+
statusAll: string;
|
|
141
|
+
stateLabel: string;
|
|
142
|
+
stateAll: string;
|
|
143
|
+
dateRangeLabel: string;
|
|
144
|
+
dateRangePlaceholder: string;
|
|
145
|
+
reset: string;
|
|
146
|
+
};
|
|
135
147
|
tabs: {
|
|
136
148
|
slots: {
|
|
137
149
|
title: string;
|
|
@@ -268,6 +280,39 @@ export declare const availabilityUiEn: {
|
|
|
268
280
|
relatedCloseoutsTitle: string;
|
|
269
281
|
relatedCloseoutsEmpty: string;
|
|
270
282
|
createdByLabel: string;
|
|
283
|
+
bookingPreviewTitle: string;
|
|
284
|
+
bookingPreviewDescription: string;
|
|
285
|
+
};
|
|
286
|
+
resourceTemplates: {
|
|
287
|
+
title: string;
|
|
288
|
+
description: string;
|
|
289
|
+
addButton: string;
|
|
290
|
+
editTitle: string;
|
|
291
|
+
newTitle: string;
|
|
292
|
+
loadFailed: string;
|
|
293
|
+
emptyMessage: string;
|
|
294
|
+
capacitySummary: string;
|
|
295
|
+
deleteConfirm: string;
|
|
296
|
+
deleteFailed: string;
|
|
297
|
+
saveFailed: string;
|
|
298
|
+
validation: string;
|
|
299
|
+
kindLabel: string;
|
|
300
|
+
kindPlaceholder: string;
|
|
301
|
+
kindCustomOption: string;
|
|
302
|
+
kindCustomInputPlaceholder: string;
|
|
303
|
+
capacityLabel: string;
|
|
304
|
+
namePatternLabel: string;
|
|
305
|
+
namePatternPlaceholder: string;
|
|
306
|
+
namePatternHint: string;
|
|
307
|
+
cancel: string;
|
|
308
|
+
save: string;
|
|
309
|
+
createButton: string;
|
|
310
|
+
kinds: {
|
|
311
|
+
room: string;
|
|
312
|
+
vehicle_seat: string;
|
|
313
|
+
cabin: string;
|
|
314
|
+
flight_seat: string;
|
|
315
|
+
};
|
|
271
316
|
};
|
|
272
317
|
startTime: {
|
|
273
318
|
notFound: string;
|
|
@@ -456,6 +501,10 @@ export declare const availabilityUiRo: {
|
|
|
456
501
|
tabStartTimes: string;
|
|
457
502
|
tabCloseouts: string;
|
|
458
503
|
tabPickupPoints: string;
|
|
504
|
+
tabCalendar: string;
|
|
505
|
+
slotFallbackTitle: string;
|
|
506
|
+
productsComboboxSearching: string;
|
|
507
|
+
productsComboboxEmpty: string;
|
|
459
508
|
statusActive: string;
|
|
460
509
|
statusInactive: string;
|
|
461
510
|
statusOpen: string;
|
|
@@ -522,6 +571,14 @@ export declare const availabilityUiRo: {
|
|
|
522
571
|
bulkDeleted: string;
|
|
523
572
|
bulkDeletedPartial: string;
|
|
524
573
|
};
|
|
574
|
+
toolbar: {
|
|
575
|
+
statusAll: string;
|
|
576
|
+
stateLabel: string;
|
|
577
|
+
stateAll: string;
|
|
578
|
+
dateRangeLabel: string;
|
|
579
|
+
dateRangePlaceholder: string;
|
|
580
|
+
reset: string;
|
|
581
|
+
};
|
|
525
582
|
tabs: {
|
|
526
583
|
slots: {
|
|
527
584
|
title: string;
|
|
@@ -658,6 +715,39 @@ export declare const availabilityUiRo: {
|
|
|
658
715
|
relatedCloseoutsTitle: string;
|
|
659
716
|
relatedCloseoutsEmpty: string;
|
|
660
717
|
createdByLabel: string;
|
|
718
|
+
bookingPreviewTitle: string;
|
|
719
|
+
bookingPreviewDescription: string;
|
|
720
|
+
};
|
|
721
|
+
resourceTemplates: {
|
|
722
|
+
title: string;
|
|
723
|
+
description: string;
|
|
724
|
+
addButton: string;
|
|
725
|
+
editTitle: string;
|
|
726
|
+
newTitle: string;
|
|
727
|
+
loadFailed: string;
|
|
728
|
+
emptyMessage: string;
|
|
729
|
+
capacitySummary: string;
|
|
730
|
+
deleteConfirm: string;
|
|
731
|
+
deleteFailed: string;
|
|
732
|
+
saveFailed: string;
|
|
733
|
+
validation: string;
|
|
734
|
+
kindLabel: string;
|
|
735
|
+
kindPlaceholder: string;
|
|
736
|
+
kindCustomOption: string;
|
|
737
|
+
kindCustomInputPlaceholder: string;
|
|
738
|
+
capacityLabel: string;
|
|
739
|
+
namePatternLabel: string;
|
|
740
|
+
namePatternPlaceholder: string;
|
|
741
|
+
namePatternHint: string;
|
|
742
|
+
cancel: string;
|
|
743
|
+
save: string;
|
|
744
|
+
createButton: string;
|
|
745
|
+
kinds: {
|
|
746
|
+
room: string;
|
|
747
|
+
vehicle_seat: string;
|
|
748
|
+
cabin: string;
|
|
749
|
+
flight_seat: string;
|
|
750
|
+
};
|
|
661
751
|
};
|
|
662
752
|
startTime: {
|
|
663
753
|
notFound: string;
|
|
@@ -847,6 +937,10 @@ export declare const availabilityUiMessageDefinitions: {
|
|
|
847
937
|
tabStartTimes: string;
|
|
848
938
|
tabCloseouts: string;
|
|
849
939
|
tabPickupPoints: string;
|
|
940
|
+
tabCalendar: string;
|
|
941
|
+
slotFallbackTitle: string;
|
|
942
|
+
productsComboboxSearching: string;
|
|
943
|
+
productsComboboxEmpty: string;
|
|
850
944
|
statusActive: string;
|
|
851
945
|
statusInactive: string;
|
|
852
946
|
statusOpen: string;
|
|
@@ -913,6 +1007,14 @@ export declare const availabilityUiMessageDefinitions: {
|
|
|
913
1007
|
bulkDeleted: string;
|
|
914
1008
|
bulkDeletedPartial: string;
|
|
915
1009
|
};
|
|
1010
|
+
toolbar: {
|
|
1011
|
+
statusAll: string;
|
|
1012
|
+
stateLabel: string;
|
|
1013
|
+
stateAll: string;
|
|
1014
|
+
dateRangeLabel: string;
|
|
1015
|
+
dateRangePlaceholder: string;
|
|
1016
|
+
reset: string;
|
|
1017
|
+
};
|
|
916
1018
|
tabs: {
|
|
917
1019
|
slots: {
|
|
918
1020
|
title: string;
|
|
@@ -1049,6 +1151,39 @@ export declare const availabilityUiMessageDefinitions: {
|
|
|
1049
1151
|
relatedCloseoutsTitle: string;
|
|
1050
1152
|
relatedCloseoutsEmpty: string;
|
|
1051
1153
|
createdByLabel: string;
|
|
1154
|
+
bookingPreviewTitle: string;
|
|
1155
|
+
bookingPreviewDescription: string;
|
|
1156
|
+
};
|
|
1157
|
+
resourceTemplates: {
|
|
1158
|
+
title: string;
|
|
1159
|
+
description: string;
|
|
1160
|
+
addButton: string;
|
|
1161
|
+
editTitle: string;
|
|
1162
|
+
newTitle: string;
|
|
1163
|
+
loadFailed: string;
|
|
1164
|
+
emptyMessage: string;
|
|
1165
|
+
capacitySummary: string;
|
|
1166
|
+
deleteConfirm: string;
|
|
1167
|
+
deleteFailed: string;
|
|
1168
|
+
saveFailed: string;
|
|
1169
|
+
validation: string;
|
|
1170
|
+
kindLabel: string;
|
|
1171
|
+
kindPlaceholder: string;
|
|
1172
|
+
kindCustomOption: string;
|
|
1173
|
+
kindCustomInputPlaceholder: string;
|
|
1174
|
+
capacityLabel: string;
|
|
1175
|
+
namePatternLabel: string;
|
|
1176
|
+
namePatternPlaceholder: string;
|
|
1177
|
+
namePatternHint: string;
|
|
1178
|
+
cancel: string;
|
|
1179
|
+
save: string;
|
|
1180
|
+
createButton: string;
|
|
1181
|
+
kinds: {
|
|
1182
|
+
room: string;
|
|
1183
|
+
vehicle_seat: string;
|
|
1184
|
+
cabin: string;
|
|
1185
|
+
flight_seat: string;
|
|
1186
|
+
};
|
|
1052
1187
|
};
|
|
1053
1188
|
startTime: {
|
|
1054
1189
|
notFound: string;
|
|
@@ -1237,6 +1372,10 @@ export declare const availabilityUiMessageDefinitions: {
|
|
|
1237
1372
|
tabStartTimes: string;
|
|
1238
1373
|
tabCloseouts: string;
|
|
1239
1374
|
tabPickupPoints: string;
|
|
1375
|
+
tabCalendar: string;
|
|
1376
|
+
slotFallbackTitle: string;
|
|
1377
|
+
productsComboboxSearching: string;
|
|
1378
|
+
productsComboboxEmpty: string;
|
|
1240
1379
|
statusActive: string;
|
|
1241
1380
|
statusInactive: string;
|
|
1242
1381
|
statusOpen: string;
|
|
@@ -1303,6 +1442,14 @@ export declare const availabilityUiMessageDefinitions: {
|
|
|
1303
1442
|
bulkDeleted: string;
|
|
1304
1443
|
bulkDeletedPartial: string;
|
|
1305
1444
|
};
|
|
1445
|
+
toolbar: {
|
|
1446
|
+
statusAll: string;
|
|
1447
|
+
stateLabel: string;
|
|
1448
|
+
stateAll: string;
|
|
1449
|
+
dateRangeLabel: string;
|
|
1450
|
+
dateRangePlaceholder: string;
|
|
1451
|
+
reset: string;
|
|
1452
|
+
};
|
|
1306
1453
|
tabs: {
|
|
1307
1454
|
slots: {
|
|
1308
1455
|
title: string;
|
|
@@ -1439,6 +1586,39 @@ export declare const availabilityUiMessageDefinitions: {
|
|
|
1439
1586
|
relatedCloseoutsTitle: string;
|
|
1440
1587
|
relatedCloseoutsEmpty: string;
|
|
1441
1588
|
createdByLabel: string;
|
|
1589
|
+
bookingPreviewTitle: string;
|
|
1590
|
+
bookingPreviewDescription: string;
|
|
1591
|
+
};
|
|
1592
|
+
resourceTemplates: {
|
|
1593
|
+
title: string;
|
|
1594
|
+
description: string;
|
|
1595
|
+
addButton: string;
|
|
1596
|
+
editTitle: string;
|
|
1597
|
+
newTitle: string;
|
|
1598
|
+
loadFailed: string;
|
|
1599
|
+
emptyMessage: string;
|
|
1600
|
+
capacitySummary: string;
|
|
1601
|
+
deleteConfirm: string;
|
|
1602
|
+
deleteFailed: string;
|
|
1603
|
+
saveFailed: string;
|
|
1604
|
+
validation: string;
|
|
1605
|
+
kindLabel: string;
|
|
1606
|
+
kindPlaceholder: string;
|
|
1607
|
+
kindCustomOption: string;
|
|
1608
|
+
kindCustomInputPlaceholder: string;
|
|
1609
|
+
capacityLabel: string;
|
|
1610
|
+
namePatternLabel: string;
|
|
1611
|
+
namePatternPlaceholder: string;
|
|
1612
|
+
namePatternHint: string;
|
|
1613
|
+
cancel: string;
|
|
1614
|
+
save: string;
|
|
1615
|
+
createButton: string;
|
|
1616
|
+
kinds: {
|
|
1617
|
+
room: string;
|
|
1618
|
+
vehicle_seat: string;
|
|
1619
|
+
cabin: string;
|
|
1620
|
+
flight_seat: string;
|
|
1621
|
+
};
|
|
1442
1622
|
};
|
|
1443
1623
|
startTime: {
|
|
1444
1624
|
notFound: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/i18n/provider.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,yBAAyB,EAIzB,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EAEtB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEtC,KAAK,wBAAwB,GAAG,CAAC,OAAO,yBAAyB,CAAC,EAAE,CAAC,CAAC,cAAc,CAAC,CAAA;AAErF,MAAM,MAAM,sBAAsB,GAAG,wBAAwB,GAAG;IAC9D,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAA;QACf,UAAU,EAAE,MAAM,CAAA;QAClB,WAAW,EAAE,MAAM,CAAA;QACnB,OAAO,EAAE;YACP,WAAW,EAAE,MAAM,CAAA;YACnB,UAAU,EAAE,MAAM,CAAA;YAClB,cAAc,EAAE,MAAM,CAAA;YACtB,OAAO,EAAE,MAAM,CAAA;YACf,WAAW,EAAE,MAAM,CAAA;YACnB,SAAS,EAAE,MAAM,CAAA;YACjB,MAAM,EAAE,MAAM,CAAA;YACd,QAAQ,EAAE,MAAM,CAAA;YAChB,KAAK,EAAE,MAAM,CAAA;YACb,kBAAkB,EAAE,MAAM,CAAA;SAC3B,CAAA;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,MAAM,CAAA;YACZ,OAAO,EAAE,MAAM,CAAA;YACf,MAAM,EAAE,MAAM,CAAA;YACd,SAAS,EAAE,MAAM,CAAA;YACjB,QAAQ,EAAE,MAAM,CAAA;SACjB,CAAA;KACF,CAAA;CACF,CAAA;AAwDD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/i18n/provider.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,yBAAyB,EAIzB,KAAK,sBAAsB,EAC3B,KAAK,gBAAgB,EAEtB,MAAM,gBAAgB,CAAA;AACvB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEtC,KAAK,wBAAwB,GAAG,CAAC,OAAO,yBAAyB,CAAC,EAAE,CAAC,CAAC,cAAc,CAAC,CAAA;AAErF,MAAM,MAAM,sBAAsB,GAAG,wBAAwB,GAAG;IAC9D,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAA;QACf,UAAU,EAAE,MAAM,CAAA;QAClB,WAAW,EAAE,MAAM,CAAA;QACnB,OAAO,EAAE;YACP,WAAW,EAAE,MAAM,CAAA;YACnB,UAAU,EAAE,MAAM,CAAA;YAClB,cAAc,EAAE,MAAM,CAAA;YACtB,OAAO,EAAE,MAAM,CAAA;YACf,WAAW,EAAE,MAAM,CAAA;YACnB,SAAS,EAAE,MAAM,CAAA;YACjB,MAAM,EAAE,MAAM,CAAA;YACd,QAAQ,EAAE,MAAM,CAAA;YAChB,KAAK,EAAE,MAAM,CAAA;YACb,kBAAkB,EAAE,MAAM,CAAA;SAC3B,CAAA;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,MAAM,CAAA;YACZ,OAAO,EAAE,MAAM,CAAA;YACf,MAAM,EAAE,MAAM,CAAA;YACd,SAAS,EAAE,MAAM,CAAA;YACjB,QAAQ,EAAE,MAAM,CAAA;SACjB,CAAA;KACF,CAAA;CACF,CAAA;AAwDD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGK,CAAA;AAElC,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGK,CAAA;AAIlC,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGe,CAAA;AAE5D,MAAM,MAAM,8BAA8B,GAAG,sBAAsB,CAAC,sBAAsB,CAAC,CAAA;AAU3F,wBAAgB,6BAA6B,CAAC,EAC5C,MAAM,EACN,SAAS,GACV,EAAE;IACD,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,8BAA8B,GAAG,IAAI,CAAA;CAClD,0BAOA;AAED,wBAAgB,qBAAqB,CAAC,EACpC,MAAM,EACN,SAAS,GACV,EAAE;IACD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IAClC,SAAS,CAAC,EAAE,8BAA8B,GAAG,IAAI,CAAA;CAClD,GAAG,gBAAgB,CAAC,sBAAsB,CAAC,CAU3C;AAED,wBAAgB,8BAA8B,CAAC,EAC7C,QAAQ,EACR,MAAM,EACN,SAAS,GACV,EAAE;IACD,QAAQ,EAAE,SAAS,CAAA;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,8BAA8B,GAAG,IAAI,CAAA;CAClD,2CAWA;AAED,eAAO,MAAM,qBAAqB,gDAAgC,CAAA;AAClE,eAAO,MAAM,yBAAyB,8BAAoC,CAAA;AAE1E,wBAAgB,8BAA8B,6CAE7C;AAED,wBAAgB,kCAAkC,2BAEjD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/availability-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"react-dom": "^19.0.0",
|
|
43
43
|
"react-hook-form": "^7.72.1",
|
|
44
44
|
"zod": "^4.3.6",
|
|
45
|
-
"@voyantjs/availability-react": "0.
|
|
46
|
-
"@voyantjs/ui": "0.
|
|
45
|
+
"@voyantjs/availability-react": "0.66.0",
|
|
46
|
+
"@voyantjs/ui": "0.66.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@tanstack/react-query": "^5.100.11",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"typescript": "^6.0.2",
|
|
58
58
|
"vitest": "^4.1.2",
|
|
59
59
|
"zod": "^4.3.6",
|
|
60
|
-
"@voyantjs/availability-react": "0.
|
|
61
|
-
"@voyantjs/i18n": "0.
|
|
62
|
-
"@voyantjs/ui": "0.
|
|
60
|
+
"@voyantjs/availability-react": "0.66.0",
|
|
61
|
+
"@voyantjs/i18n": "0.66.0",
|
|
62
|
+
"@voyantjs/ui": "0.66.0",
|
|
63
63
|
"@voyantjs/voyant-typescript-config": "0.1.0"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@voyantjs/i18n": "0.
|
|
66
|
+
"@voyantjs/i18n": "0.66.0"
|
|
67
67
|
},
|
|
68
68
|
"files": [
|
|
69
69
|
"dist",
|