@genesislcap/foundation-utils 14.409.0-FUI-2495.1 → 14.409.0-FUI-2495.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 +419 -419
  2. package/package.json +11 -11
@@ -250,179 +250,6 @@
250
250
  }
251
251
  ]
252
252
  },
253
- {
254
- "kind": "javascript-module",
255
- "path": "src/decorators/index.ts",
256
- "declarations": [],
257
- "exports": [
258
- {
259
- "kind": "js",
260
- "name": "*",
261
- "declaration": {
262
- "name": "*",
263
- "package": "./renderOnChange"
264
- }
265
- }
266
- ]
267
- },
268
- {
269
- "kind": "javascript-module",
270
- "path": "src/decorators/renderOnChange.ts",
271
- "declarations": [
272
- {
273
- "kind": "function",
274
- "name": "renderOnChange",
275
- "parameters": [
276
- {
277
- "name": "target",
278
- "type": {
279
- "text": "FASTElement & { render(): void }"
280
- },
281
- "description": "The target to define the property change handler on."
282
- },
283
- {
284
- "name": "name",
285
- "type": {
286
- "text": "string"
287
- },
288
- "description": "The property name."
289
- }
290
- ],
291
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
292
- "privacy": "public"
293
- }
294
- ],
295
- "exports": [
296
- {
297
- "kind": "js",
298
- "name": "renderOnChange",
299
- "declaration": {
300
- "name": "renderOnChange",
301
- "module": "src/decorators/renderOnChange.ts"
302
- }
303
- }
304
- ]
305
- },
306
- {
307
- "kind": "javascript-module",
308
- "path": "src/design-system/design-system.ts",
309
- "declarations": [
310
- {
311
- "kind": "function",
312
- "name": "assureDesignSystem",
313
- "return": {
314
- "type": {
315
- "text": "DesignSystemModule"
316
- }
317
- },
318
- "parameters": [
319
- {
320
- "name": "module",
321
- "type": {
322
- "text": "DesignSystemModule"
323
- }
324
- }
325
- ],
326
- "description": "assureDesignSystem.",
327
- "privacy": "public"
328
- },
329
- {
330
- "kind": "function",
331
- "name": "getCurrentDesignSystem",
332
- "return": {
333
- "type": {
334
- "text": ""
335
- }
336
- },
337
- "parameters": [
338
- {
339
- "name": "element",
340
- "type": {
341
- "text": "HTMLElement"
342
- },
343
- "description": "The starting HTML element"
344
- },
345
- {
346
- "name": "fallbackPrefix",
347
- "type": {
348
- "text": "string"
349
- },
350
- "description": "The prefix to fallback to if the provider is not available"
351
- }
352
- ],
353
- "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.",
354
- "privacy": "public"
355
- },
356
- {
357
- "kind": "function",
358
- "name": "getCurrentDesignSystemPrefix",
359
- "return": {
360
- "type": {
361
- "text": ""
362
- }
363
- },
364
- "parameters": [
365
- {
366
- "name": "element",
367
- "type": {
368
- "text": "HTMLElement"
369
- },
370
- "description": "The starting HTML element"
371
- },
372
- {
373
- "name": "fallbackPrefix",
374
- "type": {
375
- "text": "string"
376
- },
377
- "description": "The prefix to fallback to if the provider is not available"
378
- }
379
- ],
380
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
381
- "privacy": "public"
382
- }
383
- ],
384
- "exports": [
385
- {
386
- "kind": "js",
387
- "name": "assureDesignSystem",
388
- "declaration": {
389
- "name": "assureDesignSystem",
390
- "module": "src/design-system/design-system.ts"
391
- }
392
- },
393
- {
394
- "kind": "js",
395
- "name": "getCurrentDesignSystem",
396
- "declaration": {
397
- "name": "getCurrentDesignSystem",
398
- "module": "src/design-system/design-system.ts"
399
- }
400
- },
401
- {
402
- "kind": "js",
403
- "name": "getCurrentDesignSystemPrefix",
404
- "declaration": {
405
- "name": "getCurrentDesignSystemPrefix",
406
- "module": "src/design-system/design-system.ts"
407
- }
408
- }
409
- ]
410
- },
411
- {
412
- "kind": "javascript-module",
413
- "path": "src/design-system/index.ts",
414
- "declarations": [],
415
- "exports": [
416
- {
417
- "kind": "js",
418
- "name": "*",
419
- "declaration": {
420
- "name": "*",
421
- "package": "./design-system"
422
- }
423
- }
424
- ]
425
- },
426
253
  {
427
254
  "kind": "javascript-module",
428
255
  "path": "src/data/inMemoryDatabase.ts",
@@ -623,79 +450,275 @@
623
450
  },
624
451
  {
625
452
  "kind": "javascript-module",
626
- "path": "src/encoding/index.ts",
627
- "declarations": [],
628
- "exports": [
629
- {
630
- "kind": "js",
631
- "name": "*",
632
- "declaration": {
633
- "name": "*",
634
- "package": "./base64"
635
- }
636
- }
637
- ]
638
- },
639
- {
640
- "kind": "javascript-module",
641
- "path": "src/env/index.ts",
642
- "declarations": [],
643
- "exports": [
644
- {
645
- "kind": "js",
646
- "name": "*",
647
- "declaration": {
648
- "name": "*",
649
- "package": "./is-dev"
650
- }
651
- },
652
- {
653
- "kind": "js",
654
- "name": "*",
655
- "declaration": {
656
- "name": "*",
657
- "package": "./variables"
658
- }
659
- }
660
- ]
661
- },
662
- {
663
- "kind": "javascript-module",
664
- "path": "src/env/is-dev.ts",
453
+ "path": "src/design-system/design-system.ts",
665
454
  "declarations": [
666
455
  {
667
456
  "kind": "function",
668
- "name": "isDev",
669
- "description": "Determines if the current environment is a development environment.",
457
+ "name": "assureDesignSystem",
458
+ "return": {
459
+ "type": {
460
+ "text": "DesignSystemModule"
461
+ }
462
+ },
463
+ "parameters": [
464
+ {
465
+ "name": "module",
466
+ "type": {
467
+ "text": "DesignSystemModule"
468
+ }
469
+ }
470
+ ],
471
+ "description": "assureDesignSystem.",
670
472
  "privacy": "public"
671
- }
672
- ],
673
- "exports": [
674
- {
675
- "kind": "js",
676
- "name": "isDev",
677
- "declaration": {
678
- "name": "isDev",
679
- "module": "src/env/is-dev.ts"
680
- }
681
- }
682
- ]
683
- },
684
- {
685
- "kind": "javascript-module",
686
- "path": "src/env/variables.ts",
687
- "declarations": [
688
- {
689
- "kind": "variable",
690
- "name": "BUILDER",
691
- "type": {
692
- "text": "string"
693
- }
694
473
  },
695
474
  {
696
- "kind": "variable",
697
- "name": "_BUILDER",
698
- "type": {
475
+ "kind": "function",
476
+ "name": "getCurrentDesignSystem",
477
+ "return": {
478
+ "type": {
479
+ "text": ""
480
+ }
481
+ },
482
+ "parameters": [
483
+ {
484
+ "name": "element",
485
+ "type": {
486
+ "text": "HTMLElement"
487
+ },
488
+ "description": "The starting HTML element"
489
+ },
490
+ {
491
+ "name": "fallbackPrefix",
492
+ "type": {
493
+ "text": "string"
494
+ },
495
+ "description": "The prefix to fallback to if the provider is not available"
496
+ }
497
+ ],
498
+ "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.",
499
+ "privacy": "public"
500
+ },
501
+ {
502
+ "kind": "function",
503
+ "name": "getCurrentDesignSystemPrefix",
504
+ "return": {
505
+ "type": {
506
+ "text": ""
507
+ }
508
+ },
509
+ "parameters": [
510
+ {
511
+ "name": "element",
512
+ "type": {
513
+ "text": "HTMLElement"
514
+ },
515
+ "description": "The starting HTML element"
516
+ },
517
+ {
518
+ "name": "fallbackPrefix",
519
+ "type": {
520
+ "text": "string"
521
+ },
522
+ "description": "The prefix to fallback to if the provider is not available"
523
+ }
524
+ ],
525
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
526
+ "privacy": "public"
527
+ }
528
+ ],
529
+ "exports": [
530
+ {
531
+ "kind": "js",
532
+ "name": "assureDesignSystem",
533
+ "declaration": {
534
+ "name": "assureDesignSystem",
535
+ "module": "src/design-system/design-system.ts"
536
+ }
537
+ },
538
+ {
539
+ "kind": "js",
540
+ "name": "getCurrentDesignSystem",
541
+ "declaration": {
542
+ "name": "getCurrentDesignSystem",
543
+ "module": "src/design-system/design-system.ts"
544
+ }
545
+ },
546
+ {
547
+ "kind": "js",
548
+ "name": "getCurrentDesignSystemPrefix",
549
+ "declaration": {
550
+ "name": "getCurrentDesignSystemPrefix",
551
+ "module": "src/design-system/design-system.ts"
552
+ }
553
+ }
554
+ ]
555
+ },
556
+ {
557
+ "kind": "javascript-module",
558
+ "path": "src/design-system/index.ts",
559
+ "declarations": [],
560
+ "exports": [
561
+ {
562
+ "kind": "js",
563
+ "name": "*",
564
+ "declaration": {
565
+ "name": "*",
566
+ "package": "./design-system"
567
+ }
568
+ }
569
+ ]
570
+ },
571
+ {
572
+ "kind": "javascript-module",
573
+ "path": "src/decorators/index.ts",
574
+ "declarations": [],
575
+ "exports": [
576
+ {
577
+ "kind": "js",
578
+ "name": "*",
579
+ "declaration": {
580
+ "name": "*",
581
+ "package": "./renderOnChange"
582
+ }
583
+ }
584
+ ]
585
+ },
586
+ {
587
+ "kind": "javascript-module",
588
+ "path": "src/decorators/renderOnChange.ts",
589
+ "declarations": [
590
+ {
591
+ "kind": "function",
592
+ "name": "renderOnChange",
593
+ "parameters": [
594
+ {
595
+ "name": "target",
596
+ "type": {
597
+ "text": "FASTElement & { render(): void }"
598
+ },
599
+ "description": "The target to define the property change handler on."
600
+ },
601
+ {
602
+ "name": "name",
603
+ "type": {
604
+ "text": "string"
605
+ },
606
+ "description": "The property name."
607
+ }
608
+ ],
609
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
610
+ "privacy": "public"
611
+ }
612
+ ],
613
+ "exports": [
614
+ {
615
+ "kind": "js",
616
+ "name": "renderOnChange",
617
+ "declaration": {
618
+ "name": "renderOnChange",
619
+ "module": "src/decorators/renderOnChange.ts"
620
+ }
621
+ }
622
+ ]
623
+ },
624
+ {
625
+ "kind": "javascript-module",
626
+ "path": "src/directives/index.ts",
627
+ "declarations": [],
628
+ "exports": [
629
+ {
630
+ "kind": "js",
631
+ "name": "*",
632
+ "declaration": {
633
+ "name": "*",
634
+ "package": "./sync"
635
+ }
636
+ },
637
+ {
638
+ "kind": "js",
639
+ "name": "*",
640
+ "declaration": {
641
+ "name": "*",
642
+ "package": "./when-else"
643
+ }
644
+ }
645
+ ]
646
+ },
647
+ {
648
+ "kind": "javascript-module",
649
+ "path": "src/encoding/index.ts",
650
+ "declarations": [],
651
+ "exports": [
652
+ {
653
+ "kind": "js",
654
+ "name": "*",
655
+ "declaration": {
656
+ "name": "*",
657
+ "package": "./base64"
658
+ }
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "kind": "javascript-module",
664
+ "path": "src/env/index.ts",
665
+ "declarations": [],
666
+ "exports": [
667
+ {
668
+ "kind": "js",
669
+ "name": "*",
670
+ "declaration": {
671
+ "name": "*",
672
+ "package": "./is-dev"
673
+ }
674
+ },
675
+ {
676
+ "kind": "js",
677
+ "name": "*",
678
+ "declaration": {
679
+ "name": "*",
680
+ "package": "./variables"
681
+ }
682
+ }
683
+ ]
684
+ },
685
+ {
686
+ "kind": "javascript-module",
687
+ "path": "src/env/is-dev.ts",
688
+ "declarations": [
689
+ {
690
+ "kind": "function",
691
+ "name": "isDev",
692
+ "description": "Determines if the current environment is a development environment.",
693
+ "privacy": "public"
694
+ }
695
+ ],
696
+ "exports": [
697
+ {
698
+ "kind": "js",
699
+ "name": "isDev",
700
+ "declaration": {
701
+ "name": "isDev",
702
+ "module": "src/env/is-dev.ts"
703
+ }
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "kind": "javascript-module",
709
+ "path": "src/env/variables.ts",
710
+ "declarations": [
711
+ {
712
+ "kind": "variable",
713
+ "name": "BUILDER",
714
+ "type": {
715
+ "text": "string"
716
+ }
717
+ },
718
+ {
719
+ "kind": "variable",
720
+ "name": "_BUILDER",
721
+ "type": {
699
722
  "text": "string"
700
723
  },
701
724
  "default": "'webpack'",
@@ -1113,31 +1136,8 @@
1113
1136
  },
1114
1137
  {
1115
1138
  "kind": "javascript-module",
1116
- "path": "src/directives/index.ts",
1117
- "declarations": [],
1118
- "exports": [
1119
- {
1120
- "kind": "js",
1121
- "name": "*",
1122
- "declaration": {
1123
- "name": "*",
1124
- "package": "./sync"
1125
- }
1126
- },
1127
- {
1128
- "kind": "js",
1129
- "name": "*",
1130
- "declaration": {
1131
- "name": "*",
1132
- "package": "./when-else"
1133
- }
1134
- }
1135
- ]
1136
- },
1137
- {
1138
- "kind": "javascript-module",
1139
- "path": "src/error/errorMap.ts",
1140
- "declarations": [
1139
+ "path": "src/error/errorMap.ts",
1140
+ "declarations": [
1141
1141
  {
1142
1142
  "kind": "class",
1143
1143
  "description": "",
@@ -4308,160 +4308,6 @@
4308
4308
  }
4309
4309
  ]
4310
4310
  },
4311
- {
4312
- "kind": "javascript-module",
4313
- "path": "src/encoding/base64/decode.ts",
4314
- "declarations": [
4315
- {
4316
- "kind": "function",
4317
- "name": "decodeFromBase64",
4318
- "return": {
4319
- "type": {
4320
- "text": ""
4321
- }
4322
- },
4323
- "parameters": [
4324
- {
4325
- "name": "base64Value",
4326
- "type": {
4327
- "text": "string"
4328
- }
4329
- },
4330
- {
4331
- "description": "The value to decode from base64.",
4332
- "name": "value"
4333
- }
4334
- ],
4335
- "description": "Decodes a value from base64.",
4336
- "privacy": "public"
4337
- },
4338
- {
4339
- "kind": "function",
4340
- "name": "decodeFromBase64WithPrefix",
4341
- "return": {
4342
- "type": {
4343
- "text": ""
4344
- }
4345
- },
4346
- "parameters": [
4347
- {
4348
- "name": "value",
4349
- "type": {
4350
- "text": "string"
4351
- },
4352
- "description": "The value to decode from base64."
4353
- }
4354
- ],
4355
- "description": "Decodes a value from base64 with a prefix.",
4356
- "privacy": "public"
4357
- }
4358
- ],
4359
- "exports": [
4360
- {
4361
- "kind": "js",
4362
- "name": "decodeFromBase64",
4363
- "declaration": {
4364
- "name": "decodeFromBase64",
4365
- "module": "src/encoding/base64/decode.ts"
4366
- }
4367
- },
4368
- {
4369
- "kind": "js",
4370
- "name": "decodeFromBase64WithPrefix",
4371
- "declaration": {
4372
- "name": "decodeFromBase64WithPrefix",
4373
- "module": "src/encoding/base64/decode.ts"
4374
- }
4375
- }
4376
- ]
4377
- },
4378
- {
4379
- "kind": "javascript-module",
4380
- "path": "src/encoding/base64/encode.ts",
4381
- "declarations": [
4382
- {
4383
- "kind": "function",
4384
- "name": "encodeToBase64",
4385
- "return": {
4386
- "type": {
4387
- "text": ""
4388
- }
4389
- },
4390
- "parameters": [
4391
- {
4392
- "name": "value",
4393
- "type": {
4394
- "text": "string | ArrayBuffer"
4395
- },
4396
- "description": "The value to encode to base64."
4397
- }
4398
- ],
4399
- "description": "Encodes the given value to base64.",
4400
- "privacy": "public"
4401
- },
4402
- {
4403
- "kind": "function",
4404
- "name": "encodeToBase64WithPrefix",
4405
- "return": {
4406
- "type": {
4407
- "text": ""
4408
- }
4409
- },
4410
- "parameters": [
4411
- {
4412
- "name": "value",
4413
- "type": {
4414
- "text": "string | ArrayBuffer"
4415
- },
4416
- "description": "The value to encode to base64."
4417
- }
4418
- ],
4419
- "description": "Encodes the given value with a prefix to base64.",
4420
- "privacy": "public"
4421
- }
4422
- ],
4423
- "exports": [
4424
- {
4425
- "kind": "js",
4426
- "name": "encodeToBase64",
4427
- "declaration": {
4428
- "name": "encodeToBase64",
4429
- "module": "src/encoding/base64/encode.ts"
4430
- }
4431
- },
4432
- {
4433
- "kind": "js",
4434
- "name": "encodeToBase64WithPrefix",
4435
- "declaration": {
4436
- "name": "encodeToBase64WithPrefix",
4437
- "module": "src/encoding/base64/encode.ts"
4438
- }
4439
- }
4440
- ]
4441
- },
4442
- {
4443
- "kind": "javascript-module",
4444
- "path": "src/encoding/base64/index.ts",
4445
- "declarations": [],
4446
- "exports": [
4447
- {
4448
- "kind": "js",
4449
- "name": "*",
4450
- "declaration": {
4451
- "name": "*",
4452
- "package": "./decode"
4453
- }
4454
- },
4455
- {
4456
- "kind": "js",
4457
- "name": "*",
4458
- "declaration": {
4459
- "name": "*",
4460
- "package": "./encode"
4461
- }
4462
- }
4463
- ]
4464
- },
4465
4311
  {
4466
4312
  "kind": "javascript-module",
4467
4313
  "path": "src/directives/sync/index.ts",
@@ -4616,6 +4462,160 @@
4616
4462
  }
4617
4463
  ]
4618
4464
  },
4465
+ {
4466
+ "kind": "javascript-module",
4467
+ "path": "src/encoding/base64/decode.ts",
4468
+ "declarations": [
4469
+ {
4470
+ "kind": "function",
4471
+ "name": "decodeFromBase64",
4472
+ "return": {
4473
+ "type": {
4474
+ "text": ""
4475
+ }
4476
+ },
4477
+ "parameters": [
4478
+ {
4479
+ "name": "base64Value",
4480
+ "type": {
4481
+ "text": "string"
4482
+ }
4483
+ },
4484
+ {
4485
+ "description": "The value to decode from base64.",
4486
+ "name": "value"
4487
+ }
4488
+ ],
4489
+ "description": "Decodes a value from base64.",
4490
+ "privacy": "public"
4491
+ },
4492
+ {
4493
+ "kind": "function",
4494
+ "name": "decodeFromBase64WithPrefix",
4495
+ "return": {
4496
+ "type": {
4497
+ "text": ""
4498
+ }
4499
+ },
4500
+ "parameters": [
4501
+ {
4502
+ "name": "value",
4503
+ "type": {
4504
+ "text": "string"
4505
+ },
4506
+ "description": "The value to decode from base64."
4507
+ }
4508
+ ],
4509
+ "description": "Decodes a value from base64 with a prefix.",
4510
+ "privacy": "public"
4511
+ }
4512
+ ],
4513
+ "exports": [
4514
+ {
4515
+ "kind": "js",
4516
+ "name": "decodeFromBase64",
4517
+ "declaration": {
4518
+ "name": "decodeFromBase64",
4519
+ "module": "src/encoding/base64/decode.ts"
4520
+ }
4521
+ },
4522
+ {
4523
+ "kind": "js",
4524
+ "name": "decodeFromBase64WithPrefix",
4525
+ "declaration": {
4526
+ "name": "decodeFromBase64WithPrefix",
4527
+ "module": "src/encoding/base64/decode.ts"
4528
+ }
4529
+ }
4530
+ ]
4531
+ },
4532
+ {
4533
+ "kind": "javascript-module",
4534
+ "path": "src/encoding/base64/encode.ts",
4535
+ "declarations": [
4536
+ {
4537
+ "kind": "function",
4538
+ "name": "encodeToBase64",
4539
+ "return": {
4540
+ "type": {
4541
+ "text": ""
4542
+ }
4543
+ },
4544
+ "parameters": [
4545
+ {
4546
+ "name": "value",
4547
+ "type": {
4548
+ "text": "string | ArrayBuffer"
4549
+ },
4550
+ "description": "The value to encode to base64."
4551
+ }
4552
+ ],
4553
+ "description": "Encodes the given value to base64.",
4554
+ "privacy": "public"
4555
+ },
4556
+ {
4557
+ "kind": "function",
4558
+ "name": "encodeToBase64WithPrefix",
4559
+ "return": {
4560
+ "type": {
4561
+ "text": ""
4562
+ }
4563
+ },
4564
+ "parameters": [
4565
+ {
4566
+ "name": "value",
4567
+ "type": {
4568
+ "text": "string | ArrayBuffer"
4569
+ },
4570
+ "description": "The value to encode to base64."
4571
+ }
4572
+ ],
4573
+ "description": "Encodes the given value with a prefix to base64.",
4574
+ "privacy": "public"
4575
+ }
4576
+ ],
4577
+ "exports": [
4578
+ {
4579
+ "kind": "js",
4580
+ "name": "encodeToBase64",
4581
+ "declaration": {
4582
+ "name": "encodeToBase64",
4583
+ "module": "src/encoding/base64/encode.ts"
4584
+ }
4585
+ },
4586
+ {
4587
+ "kind": "js",
4588
+ "name": "encodeToBase64WithPrefix",
4589
+ "declaration": {
4590
+ "name": "encodeToBase64WithPrefix",
4591
+ "module": "src/encoding/base64/encode.ts"
4592
+ }
4593
+ }
4594
+ ]
4595
+ },
4596
+ {
4597
+ "kind": "javascript-module",
4598
+ "path": "src/encoding/base64/index.ts",
4599
+ "declarations": [],
4600
+ "exports": [
4601
+ {
4602
+ "kind": "js",
4603
+ "name": "*",
4604
+ "declaration": {
4605
+ "name": "*",
4606
+ "package": "./decode"
4607
+ }
4608
+ },
4609
+ {
4610
+ "kind": "js",
4611
+ "name": "*",
4612
+ "declaration": {
4613
+ "name": "*",
4614
+ "package": "./encode"
4615
+ }
4616
+ }
4617
+ ]
4618
+ },
4619
4619
  {
4620
4620
  "kind": "javascript-module",
4621
4621
  "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.409.0-FUI-2495.1",
4
+ "version": "14.409.0-FUI-2495.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.409.0-FUI-2495.1",
33
- "@genesislcap/genx": "14.409.0-FUI-2495.1",
34
- "@genesislcap/rollup-builder": "14.409.0-FUI-2495.1",
35
- "@genesislcap/ts-builder": "14.409.0-FUI-2495.1",
36
- "@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.1",
37
- "@genesislcap/vite-builder": "14.409.0-FUI-2495.1",
38
- "@genesislcap/webpack-builder": "14.409.0-FUI-2495.1",
32
+ "@genesislcap/foundation-testing": "14.409.0-FUI-2495.2",
33
+ "@genesislcap/genx": "14.409.0-FUI-2495.2",
34
+ "@genesislcap/rollup-builder": "14.409.0-FUI-2495.2",
35
+ "@genesislcap/ts-builder": "14.409.0-FUI-2495.2",
36
+ "@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.2",
37
+ "@genesislcap/vite-builder": "14.409.0-FUI-2495.2",
38
+ "@genesislcap/webpack-builder": "14.409.0-FUI-2495.2",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.409.0-FUI-2495.1",
43
- "@genesislcap/foundation-logger": "14.409.0-FUI-2495.1",
42
+ "@genesislcap/expression-builder": "14.409.0-FUI-2495.2",
43
+ "@genesislcap/foundation-logger": "14.409.0-FUI-2495.2",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "1587391f8f98599f221c4fe75b20868382f73144"
61
+ "gitHead": "1fcaf08e9b7559024b25dc6ccc27e3bc62f1512b"
62
62
  }