@genesislcap/foundation-utils 14.373.1-FUI-2457.1 → 14.373.2

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/dist/custom-elements.json +366 -366
  2. package/package.json +11 -11
@@ -393,7 +393,7 @@
393
393
  },
394
394
  {
395
395
  "kind": "javascript-module",
396
- "path": "src/encoding/index.ts",
396
+ "path": "src/decorators/index.ts",
397
397
  "declarations": [],
398
398
  "exports": [
399
399
  {
@@ -401,7 +401,165 @@
401
401
  "name": "*",
402
402
  "declaration": {
403
403
  "name": "*",
404
- "package": "./base64"
404
+ "package": "./renderOnChange"
405
+ }
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "kind": "javascript-module",
411
+ "path": "src/decorators/renderOnChange.ts",
412
+ "declarations": [
413
+ {
414
+ "kind": "function",
415
+ "name": "renderOnChange",
416
+ "parameters": [
417
+ {
418
+ "name": "target",
419
+ "type": {
420
+ "text": "FASTElement & { render(): void }"
421
+ },
422
+ "description": "The target to define the property change handler on."
423
+ },
424
+ {
425
+ "name": "name",
426
+ "type": {
427
+ "text": "string"
428
+ },
429
+ "description": "The property name."
430
+ }
431
+ ],
432
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
433
+ "privacy": "public"
434
+ }
435
+ ],
436
+ "exports": [
437
+ {
438
+ "kind": "js",
439
+ "name": "renderOnChange",
440
+ "declaration": {
441
+ "name": "renderOnChange",
442
+ "module": "src/decorators/renderOnChange.ts"
443
+ }
444
+ }
445
+ ]
446
+ },
447
+ {
448
+ "kind": "javascript-module",
449
+ "path": "src/design-system/design-system.ts",
450
+ "declarations": [
451
+ {
452
+ "kind": "function",
453
+ "name": "assureDesignSystem",
454
+ "return": {
455
+ "type": {
456
+ "text": "DesignSystemModule"
457
+ }
458
+ },
459
+ "parameters": [
460
+ {
461
+ "name": "module",
462
+ "type": {
463
+ "text": "DesignSystemModule"
464
+ }
465
+ }
466
+ ],
467
+ "description": "assureDesignSystem.",
468
+ "privacy": "public"
469
+ },
470
+ {
471
+ "kind": "function",
472
+ "name": "getCurrentDesignSystem",
473
+ "return": {
474
+ "type": {
475
+ "text": ""
476
+ }
477
+ },
478
+ "parameters": [
479
+ {
480
+ "name": "element",
481
+ "type": {
482
+ "text": "HTMLElement"
483
+ },
484
+ "description": "The starting HTML element"
485
+ },
486
+ {
487
+ "name": "fallbackPrefix",
488
+ "type": {
489
+ "text": "string"
490
+ },
491
+ "description": "The prefix to fallback to if the provider is not available"
492
+ }
493
+ ],
494
+ "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
495
+ "privacy": "public"
496
+ },
497
+ {
498
+ "kind": "function",
499
+ "name": "getCurrentDesignSystemPrefix",
500
+ "return": {
501
+ "type": {
502
+ "text": ""
503
+ }
504
+ },
505
+ "parameters": [
506
+ {
507
+ "name": "element",
508
+ "type": {
509
+ "text": "HTMLElement"
510
+ },
511
+ "description": "The starting HTML element"
512
+ },
513
+ {
514
+ "name": "fallbackPrefix",
515
+ "type": {
516
+ "text": "string"
517
+ },
518
+ "description": "The prefix to fallback to if the provider is not available"
519
+ }
520
+ ],
521
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
522
+ "privacy": "public"
523
+ }
524
+ ],
525
+ "exports": [
526
+ {
527
+ "kind": "js",
528
+ "name": "assureDesignSystem",
529
+ "declaration": {
530
+ "name": "assureDesignSystem",
531
+ "module": "src/design-system/design-system.ts"
532
+ }
533
+ },
534
+ {
535
+ "kind": "js",
536
+ "name": "getCurrentDesignSystem",
537
+ "declaration": {
538
+ "name": "getCurrentDesignSystem",
539
+ "module": "src/design-system/design-system.ts"
540
+ }
541
+ },
542
+ {
543
+ "kind": "js",
544
+ "name": "getCurrentDesignSystemPrefix",
545
+ "declaration": {
546
+ "name": "getCurrentDesignSystemPrefix",
547
+ "module": "src/design-system/design-system.ts"
548
+ }
549
+ }
550
+ ]
551
+ },
552
+ {
553
+ "kind": "javascript-module",
554
+ "path": "src/design-system/index.ts",
555
+ "declarations": [],
556
+ "exports": [
557
+ {
558
+ "kind": "js",
559
+ "name": "*",
560
+ "declaration": {
561
+ "name": "*",
562
+ "package": "./design-system"
405
563
  }
406
564
  }
407
565
  ]
@@ -429,6 +587,21 @@
429
587
  }
430
588
  ]
431
589
  },
590
+ {
591
+ "kind": "javascript-module",
592
+ "path": "src/encoding/index.ts",
593
+ "declarations": [],
594
+ "exports": [
595
+ {
596
+ "kind": "js",
597
+ "name": "*",
598
+ "declaration": {
599
+ "name": "*",
600
+ "package": "./base64"
601
+ }
602
+ }
603
+ ]
604
+ },
432
605
  {
433
606
  "kind": "javascript-module",
434
607
  "path": "src/env/index.ts",
@@ -1105,259 +1278,86 @@
1105
1278
  },
1106
1279
  {
1107
1280
  "kind": "javascript-module",
1108
- "path": "src/decorators/index.ts",
1109
- "declarations": [],
1110
- "exports": [
1111
- {
1112
- "kind": "js",
1113
- "name": "*",
1114
- "declaration": {
1115
- "name": "*",
1116
- "package": "./renderOnChange"
1117
- }
1118
- }
1119
- ]
1120
- },
1121
- {
1122
- "kind": "javascript-module",
1123
- "path": "src/decorators/renderOnChange.ts",
1281
+ "path": "src/feature-flags/featureFlags.ts",
1124
1282
  "declarations": [
1125
1283
  {
1126
1284
  "kind": "function",
1127
- "name": "renderOnChange",
1285
+ "name": "isFeatureActivated",
1286
+ "return": {
1287
+ "type": {
1288
+ "text": "boolean"
1289
+ }
1290
+ },
1128
1291
  "parameters": [
1129
1292
  {
1130
- "name": "target",
1131
- "type": {
1132
- "text": "FASTElement & { render(): void }"
1133
- },
1134
- "description": "The target to define the property change handler on."
1135
- },
1136
- {
1137
- "name": "name",
1293
+ "name": "feature",
1138
1294
  "type": {
1139
1295
  "text": "string"
1140
- },
1141
- "description": "The property name."
1296
+ }
1142
1297
  }
1143
- ],
1144
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1145
- "privacy": "public"
1298
+ ]
1146
1299
  }
1147
1300
  ],
1148
1301
  "exports": [
1149
1302
  {
1150
1303
  "kind": "js",
1151
- "name": "renderOnChange",
1304
+ "name": "isFeatureActivated",
1152
1305
  "declaration": {
1153
- "name": "renderOnChange",
1154
- "module": "src/decorators/renderOnChange.ts"
1306
+ "name": "isFeatureActivated",
1307
+ "module": "src/feature-flags/featureFlags.ts"
1155
1308
  }
1156
1309
  }
1157
1310
  ]
1158
1311
  },
1159
1312
  {
1160
1313
  "kind": "javascript-module",
1161
- "path": "src/design-system/design-system.ts",
1314
+ "path": "src/feature-flags/index.ts",
1315
+ "declarations": [],
1316
+ "exports": [
1317
+ {
1318
+ "kind": "js",
1319
+ "name": "*",
1320
+ "declaration": {
1321
+ "name": "*",
1322
+ "package": "./featureFlags"
1323
+ }
1324
+ }
1325
+ ]
1326
+ },
1327
+ {
1328
+ "kind": "javascript-module",
1329
+ "path": "src/formatters/datetime.ts",
1162
1330
  "declarations": [
1163
1331
  {
1164
1332
  "kind": "function",
1165
- "name": "assureDesignSystem",
1333
+ "name": "formatDateTimestamp",
1166
1334
  "return": {
1167
1335
  "type": {
1168
- "text": "DesignSystemModule"
1336
+ "text": "string"
1169
1337
  }
1170
1338
  },
1171
1339
  "parameters": [
1172
1340
  {
1173
- "name": "module",
1341
+ "name": "timestamp",
1174
1342
  "type": {
1175
- "text": "DesignSystemModule"
1343
+ "text": "number"
1176
1344
  }
1177
1345
  }
1178
1346
  ],
1179
- "description": "assureDesignSystem.",
1347
+ "description": "Formats [DATE] UNIX Timestamps (without time) to readable strings",
1180
1348
  "privacy": "public"
1181
1349
  },
1182
1350
  {
1183
1351
  "kind": "function",
1184
- "name": "getCurrentDesignSystem",
1352
+ "name": "formatDateTimeTimestamp",
1185
1353
  "return": {
1186
1354
  "type": {
1187
- "text": ""
1355
+ "text": "string"
1188
1356
  }
1189
1357
  },
1190
1358
  "parameters": [
1191
1359
  {
1192
- "name": "element",
1193
- "type": {
1194
- "text": "HTMLElement"
1195
- },
1196
- "description": "The starting HTML element"
1197
- },
1198
- {
1199
- "name": "fallbackPrefix",
1200
- "type": {
1201
- "text": "string"
1202
- },
1203
- "description": "The prefix to fallback to if the provider is not available"
1204
- }
1205
- ],
1206
- "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1207
- "privacy": "public"
1208
- },
1209
- {
1210
- "kind": "function",
1211
- "name": "getCurrentDesignSystemPrefix",
1212
- "return": {
1213
- "type": {
1214
- "text": ""
1215
- }
1216
- },
1217
- "parameters": [
1218
- {
1219
- "name": "element",
1220
- "type": {
1221
- "text": "HTMLElement"
1222
- },
1223
- "description": "The starting HTML element"
1224
- },
1225
- {
1226
- "name": "fallbackPrefix",
1227
- "type": {
1228
- "text": "string"
1229
- },
1230
- "description": "The prefix to fallback to if the provider is not available"
1231
- }
1232
- ],
1233
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1234
- "privacy": "public"
1235
- }
1236
- ],
1237
- "exports": [
1238
- {
1239
- "kind": "js",
1240
- "name": "assureDesignSystem",
1241
- "declaration": {
1242
- "name": "assureDesignSystem",
1243
- "module": "src/design-system/design-system.ts"
1244
- }
1245
- },
1246
- {
1247
- "kind": "js",
1248
- "name": "getCurrentDesignSystem",
1249
- "declaration": {
1250
- "name": "getCurrentDesignSystem",
1251
- "module": "src/design-system/design-system.ts"
1252
- }
1253
- },
1254
- {
1255
- "kind": "js",
1256
- "name": "getCurrentDesignSystemPrefix",
1257
- "declaration": {
1258
- "name": "getCurrentDesignSystemPrefix",
1259
- "module": "src/design-system/design-system.ts"
1260
- }
1261
- }
1262
- ]
1263
- },
1264
- {
1265
- "kind": "javascript-module",
1266
- "path": "src/design-system/index.ts",
1267
- "declarations": [],
1268
- "exports": [
1269
- {
1270
- "kind": "js",
1271
- "name": "*",
1272
- "declaration": {
1273
- "name": "*",
1274
- "package": "./design-system"
1275
- }
1276
- }
1277
- ]
1278
- },
1279
- {
1280
- "kind": "javascript-module",
1281
- "path": "src/feature-flags/featureFlags.ts",
1282
- "declarations": [
1283
- {
1284
- "kind": "function",
1285
- "name": "isFeatureActivated",
1286
- "return": {
1287
- "type": {
1288
- "text": "boolean"
1289
- }
1290
- },
1291
- "parameters": [
1292
- {
1293
- "name": "feature",
1294
- "type": {
1295
- "text": "string"
1296
- }
1297
- }
1298
- ]
1299
- }
1300
- ],
1301
- "exports": [
1302
- {
1303
- "kind": "js",
1304
- "name": "isFeatureActivated",
1305
- "declaration": {
1306
- "name": "isFeatureActivated",
1307
- "module": "src/feature-flags/featureFlags.ts"
1308
- }
1309
- }
1310
- ]
1311
- },
1312
- {
1313
- "kind": "javascript-module",
1314
- "path": "src/feature-flags/index.ts",
1315
- "declarations": [],
1316
- "exports": [
1317
- {
1318
- "kind": "js",
1319
- "name": "*",
1320
- "declaration": {
1321
- "name": "*",
1322
- "package": "./featureFlags"
1323
- }
1324
- }
1325
- ]
1326
- },
1327
- {
1328
- "kind": "javascript-module",
1329
- "path": "src/formatters/datetime.ts",
1330
- "declarations": [
1331
- {
1332
- "kind": "function",
1333
- "name": "formatDateTimestamp",
1334
- "return": {
1335
- "type": {
1336
- "text": "string"
1337
- }
1338
- },
1339
- "parameters": [
1340
- {
1341
- "name": "timestamp",
1342
- "type": {
1343
- "text": "number"
1344
- }
1345
- }
1346
- ],
1347
- "description": "Formats [DATE] UNIX Timestamps (without time) to readable strings",
1348
- "privacy": "public"
1349
- },
1350
- {
1351
- "kind": "function",
1352
- "name": "formatDateTimeTimestamp",
1353
- "return": {
1354
- "type": {
1355
- "text": "string"
1356
- }
1357
- },
1358
- "parameters": [
1359
- {
1360
- "name": "timestamp",
1360
+ "name": "timestamp",
1361
1361
  "type": {
1362
1362
  "text": "number"
1363
1363
  }
@@ -4062,160 +4062,6 @@
4062
4062
  }
4063
4063
  ]
4064
4064
  },
4065
- {
4066
- "kind": "javascript-module",
4067
- "path": "src/encoding/base64/decode.ts",
4068
- "declarations": [
4069
- {
4070
- "kind": "function",
4071
- "name": "decodeFromBase64",
4072
- "return": {
4073
- "type": {
4074
- "text": ""
4075
- }
4076
- },
4077
- "parameters": [
4078
- {
4079
- "name": "base64Value",
4080
- "type": {
4081
- "text": "string"
4082
- }
4083
- },
4084
- {
4085
- "description": "The value to decode from base64.",
4086
- "name": "value"
4087
- }
4088
- ],
4089
- "description": "Decodes a value from base64.",
4090
- "privacy": "public"
4091
- },
4092
- {
4093
- "kind": "function",
4094
- "name": "decodeFromBase64WithPrefix",
4095
- "return": {
4096
- "type": {
4097
- "text": ""
4098
- }
4099
- },
4100
- "parameters": [
4101
- {
4102
- "name": "value",
4103
- "type": {
4104
- "text": "string"
4105
- },
4106
- "description": "The value to decode from base64."
4107
- }
4108
- ],
4109
- "description": "Decodes a value from base64 with a prefix.",
4110
- "privacy": "public"
4111
- }
4112
- ],
4113
- "exports": [
4114
- {
4115
- "kind": "js",
4116
- "name": "decodeFromBase64",
4117
- "declaration": {
4118
- "name": "decodeFromBase64",
4119
- "module": "src/encoding/base64/decode.ts"
4120
- }
4121
- },
4122
- {
4123
- "kind": "js",
4124
- "name": "decodeFromBase64WithPrefix",
4125
- "declaration": {
4126
- "name": "decodeFromBase64WithPrefix",
4127
- "module": "src/encoding/base64/decode.ts"
4128
- }
4129
- }
4130
- ]
4131
- },
4132
- {
4133
- "kind": "javascript-module",
4134
- "path": "src/encoding/base64/encode.ts",
4135
- "declarations": [
4136
- {
4137
- "kind": "function",
4138
- "name": "encodeToBase64",
4139
- "return": {
4140
- "type": {
4141
- "text": ""
4142
- }
4143
- },
4144
- "parameters": [
4145
- {
4146
- "name": "value",
4147
- "type": {
4148
- "text": "string | ArrayBuffer"
4149
- },
4150
- "description": "The value to encode to base64."
4151
- }
4152
- ],
4153
- "description": "Encodes the given value to base64.",
4154
- "privacy": "public"
4155
- },
4156
- {
4157
- "kind": "function",
4158
- "name": "encodeToBase64WithPrefix",
4159
- "return": {
4160
- "type": {
4161
- "text": ""
4162
- }
4163
- },
4164
- "parameters": [
4165
- {
4166
- "name": "value",
4167
- "type": {
4168
- "text": "string | ArrayBuffer"
4169
- },
4170
- "description": "The value to encode to base64."
4171
- }
4172
- ],
4173
- "description": "Encodes the given value with a prefix to base64.",
4174
- "privacy": "public"
4175
- }
4176
- ],
4177
- "exports": [
4178
- {
4179
- "kind": "js",
4180
- "name": "encodeToBase64",
4181
- "declaration": {
4182
- "name": "encodeToBase64",
4183
- "module": "src/encoding/base64/encode.ts"
4184
- }
4185
- },
4186
- {
4187
- "kind": "js",
4188
- "name": "encodeToBase64WithPrefix",
4189
- "declaration": {
4190
- "name": "encodeToBase64WithPrefix",
4191
- "module": "src/encoding/base64/encode.ts"
4192
- }
4193
- }
4194
- ]
4195
- },
4196
- {
4197
- "kind": "javascript-module",
4198
- "path": "src/encoding/base64/index.ts",
4199
- "declarations": [],
4200
- "exports": [
4201
- {
4202
- "kind": "js",
4203
- "name": "*",
4204
- "declaration": {
4205
- "name": "*",
4206
- "package": "./decode"
4207
- }
4208
- },
4209
- {
4210
- "kind": "js",
4211
- "name": "*",
4212
- "declaration": {
4213
- "name": "*",
4214
- "package": "./encode"
4215
- }
4216
- }
4217
- ]
4218
- },
4219
4065
  {
4220
4066
  "kind": "javascript-module",
4221
4067
  "path": "src/directives/sync/index.ts",
@@ -4370,6 +4216,160 @@
4370
4216
  }
4371
4217
  ]
4372
4218
  },
4219
+ {
4220
+ "kind": "javascript-module",
4221
+ "path": "src/encoding/base64/decode.ts",
4222
+ "declarations": [
4223
+ {
4224
+ "kind": "function",
4225
+ "name": "decodeFromBase64",
4226
+ "return": {
4227
+ "type": {
4228
+ "text": ""
4229
+ }
4230
+ },
4231
+ "parameters": [
4232
+ {
4233
+ "name": "base64Value",
4234
+ "type": {
4235
+ "text": "string"
4236
+ }
4237
+ },
4238
+ {
4239
+ "description": "The value to decode from base64.",
4240
+ "name": "value"
4241
+ }
4242
+ ],
4243
+ "description": "Decodes a value from base64.",
4244
+ "privacy": "public"
4245
+ },
4246
+ {
4247
+ "kind": "function",
4248
+ "name": "decodeFromBase64WithPrefix",
4249
+ "return": {
4250
+ "type": {
4251
+ "text": ""
4252
+ }
4253
+ },
4254
+ "parameters": [
4255
+ {
4256
+ "name": "value",
4257
+ "type": {
4258
+ "text": "string"
4259
+ },
4260
+ "description": "The value to decode from base64."
4261
+ }
4262
+ ],
4263
+ "description": "Decodes a value from base64 with a prefix.",
4264
+ "privacy": "public"
4265
+ }
4266
+ ],
4267
+ "exports": [
4268
+ {
4269
+ "kind": "js",
4270
+ "name": "decodeFromBase64",
4271
+ "declaration": {
4272
+ "name": "decodeFromBase64",
4273
+ "module": "src/encoding/base64/decode.ts"
4274
+ }
4275
+ },
4276
+ {
4277
+ "kind": "js",
4278
+ "name": "decodeFromBase64WithPrefix",
4279
+ "declaration": {
4280
+ "name": "decodeFromBase64WithPrefix",
4281
+ "module": "src/encoding/base64/decode.ts"
4282
+ }
4283
+ }
4284
+ ]
4285
+ },
4286
+ {
4287
+ "kind": "javascript-module",
4288
+ "path": "src/encoding/base64/encode.ts",
4289
+ "declarations": [
4290
+ {
4291
+ "kind": "function",
4292
+ "name": "encodeToBase64",
4293
+ "return": {
4294
+ "type": {
4295
+ "text": ""
4296
+ }
4297
+ },
4298
+ "parameters": [
4299
+ {
4300
+ "name": "value",
4301
+ "type": {
4302
+ "text": "string | ArrayBuffer"
4303
+ },
4304
+ "description": "The value to encode to base64."
4305
+ }
4306
+ ],
4307
+ "description": "Encodes the given value to base64.",
4308
+ "privacy": "public"
4309
+ },
4310
+ {
4311
+ "kind": "function",
4312
+ "name": "encodeToBase64WithPrefix",
4313
+ "return": {
4314
+ "type": {
4315
+ "text": ""
4316
+ }
4317
+ },
4318
+ "parameters": [
4319
+ {
4320
+ "name": "value",
4321
+ "type": {
4322
+ "text": "string | ArrayBuffer"
4323
+ },
4324
+ "description": "The value to encode to base64."
4325
+ }
4326
+ ],
4327
+ "description": "Encodes the given value with a prefix to base64.",
4328
+ "privacy": "public"
4329
+ }
4330
+ ],
4331
+ "exports": [
4332
+ {
4333
+ "kind": "js",
4334
+ "name": "encodeToBase64",
4335
+ "declaration": {
4336
+ "name": "encodeToBase64",
4337
+ "module": "src/encoding/base64/encode.ts"
4338
+ }
4339
+ },
4340
+ {
4341
+ "kind": "js",
4342
+ "name": "encodeToBase64WithPrefix",
4343
+ "declaration": {
4344
+ "name": "encodeToBase64WithPrefix",
4345
+ "module": "src/encoding/base64/encode.ts"
4346
+ }
4347
+ }
4348
+ ]
4349
+ },
4350
+ {
4351
+ "kind": "javascript-module",
4352
+ "path": "src/encoding/base64/index.ts",
4353
+ "declarations": [],
4354
+ "exports": [
4355
+ {
4356
+ "kind": "js",
4357
+ "name": "*",
4358
+ "declaration": {
4359
+ "name": "*",
4360
+ "package": "./decode"
4361
+ }
4362
+ },
4363
+ {
4364
+ "kind": "js",
4365
+ "name": "*",
4366
+ "declaration": {
4367
+ "name": "*",
4368
+ "package": "./encode"
4369
+ }
4370
+ }
4371
+ ]
4372
+ },
4373
4373
  {
4374
4374
  "kind": "javascript-module",
4375
4375
  "path": "src/mappers/dto/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.373.1-FUI-2457.1",
4
+ "version": "14.373.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.373.1-FUI-2457.1",
31
- "@genesislcap/genx": "14.373.1-FUI-2457.1",
32
- "@genesislcap/rollup-builder": "14.373.1-FUI-2457.1",
33
- "@genesislcap/ts-builder": "14.373.1-FUI-2457.1",
34
- "@genesislcap/uvu-playwright-builder": "14.373.1-FUI-2457.1",
35
- "@genesislcap/vite-builder": "14.373.1-FUI-2457.1",
36
- "@genesislcap/webpack-builder": "14.373.1-FUI-2457.1",
30
+ "@genesislcap/foundation-testing": "14.373.2",
31
+ "@genesislcap/genx": "14.373.2",
32
+ "@genesislcap/rollup-builder": "14.373.2",
33
+ "@genesislcap/ts-builder": "14.373.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.373.2",
35
+ "@genesislcap/vite-builder": "14.373.2",
36
+ "@genesislcap/webpack-builder": "14.373.2",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.373.1-FUI-2457.1",
41
- "@genesislcap/foundation-logger": "14.373.1-FUI-2457.1",
40
+ "@genesislcap/expression-builder": "14.373.2",
41
+ "@genesislcap/foundation-logger": "14.373.2",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -56,5 +56,5 @@
56
56
  "access": "public"
57
57
  },
58
58
  "customElements": "dist/custom-elements.json",
59
- "gitHead": "e90b6462c1782f491ef86a83a1b6f9fd43f42c10"
59
+ "gitHead": "70ef2461798a70fedb1286afee1e4dd699bb0b68"
60
60
  }