@genesislcap/foundation-utils 14.430.2-alpha-d7b354f.0 → 14.430.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 +380 -380
  2. package/package.json +11 -11
@@ -303,208 +303,6 @@
303
303
  }
304
304
  ]
305
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/editable-elements.ts",
414
- "declarations": [
415
- {
416
- "kind": "variable",
417
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
418
- "type": {
419
- "text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
420
- },
421
- "default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
422
- "description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
423
- },
424
- {
425
- "kind": "variable",
426
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
427
- "type": {
428
- "text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
429
- },
430
- "default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
431
- "description": "Design-system specific editable host selectors."
432
- },
433
- {
434
- "kind": "function",
435
- "name": "buildEditableElementSelector",
436
- "return": {
437
- "type": {
438
- "text": "string"
439
- }
440
- },
441
- "parameters": [
442
- {
443
- "name": "designSystems",
444
- "type": {
445
- "text": "readonly EditableDesignSystemPrefix[]"
446
- }
447
- },
448
- {
449
- "name": "customEditableSelectors",
450
- "default": "[]",
451
- "type": {
452
- "text": "readonly string[]"
453
- }
454
- }
455
- ]
456
- }
457
- ],
458
- "exports": [
459
- {
460
- "kind": "js",
461
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
462
- "declaration": {
463
- "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
464
- "module": "src/design-system/editable-elements.ts"
465
- }
466
- },
467
- {
468
- "kind": "js",
469
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
470
- "declaration": {
471
- "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
472
- "module": "src/design-system/editable-elements.ts"
473
- }
474
- },
475
- {
476
- "kind": "js",
477
- "name": "buildEditableElementSelector",
478
- "declaration": {
479
- "name": "buildEditableElementSelector",
480
- "module": "src/design-system/editable-elements.ts"
481
- }
482
- }
483
- ]
484
- },
485
- {
486
- "kind": "javascript-module",
487
- "path": "src/design-system/index.ts",
488
- "declarations": [],
489
- "exports": [
490
- {
491
- "kind": "js",
492
- "name": "*",
493
- "declaration": {
494
- "name": "*",
495
- "package": "./design-system"
496
- }
497
- },
498
- {
499
- "kind": "js",
500
- "name": "*",
501
- "declaration": {
502
- "name": "*",
503
- "package": "./editable-elements"
504
- }
505
- }
506
- ]
507
- },
508
306
  {
509
307
  "kind": "javascript-module",
510
308
  "path": "src/data/inMemoryDatabase.ts",
@@ -705,7 +503,186 @@
705
503
  },
706
504
  {
707
505
  "kind": "javascript-module",
708
- "path": "src/directives/index.ts",
506
+ "path": "src/design-system/design-system.ts",
507
+ "declarations": [
508
+ {
509
+ "kind": "function",
510
+ "name": "assureDesignSystem",
511
+ "return": {
512
+ "type": {
513
+ "text": "DesignSystemModule"
514
+ }
515
+ },
516
+ "parameters": [
517
+ {
518
+ "name": "module",
519
+ "type": {
520
+ "text": "DesignSystemModule"
521
+ }
522
+ }
523
+ ],
524
+ "description": "assureDesignSystem.",
525
+ "privacy": "public"
526
+ },
527
+ {
528
+ "kind": "function",
529
+ "name": "getCurrentDesignSystem",
530
+ "return": {
531
+ "type": {
532
+ "text": ""
533
+ }
534
+ },
535
+ "parameters": [
536
+ {
537
+ "name": "element",
538
+ "type": {
539
+ "text": "HTMLElement"
540
+ },
541
+ "description": "The starting HTML element"
542
+ },
543
+ {
544
+ "name": "fallbackPrefix",
545
+ "type": {
546
+ "text": "string"
547
+ },
548
+ "description": "The prefix to fallback to if the provider is not available"
549
+ }
550
+ ],
551
+ "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.",
552
+ "privacy": "public"
553
+ },
554
+ {
555
+ "kind": "function",
556
+ "name": "getCurrentDesignSystemPrefix",
557
+ "return": {
558
+ "type": {
559
+ "text": ""
560
+ }
561
+ },
562
+ "parameters": [
563
+ {
564
+ "name": "element",
565
+ "type": {
566
+ "text": "HTMLElement"
567
+ },
568
+ "description": "The starting HTML element"
569
+ },
570
+ {
571
+ "name": "fallbackPrefix",
572
+ "type": {
573
+ "text": "string"
574
+ },
575
+ "description": "The prefix to fallback to if the provider is not available"
576
+ }
577
+ ],
578
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
579
+ "privacy": "public"
580
+ }
581
+ ],
582
+ "exports": [
583
+ {
584
+ "kind": "js",
585
+ "name": "assureDesignSystem",
586
+ "declaration": {
587
+ "name": "assureDesignSystem",
588
+ "module": "src/design-system/design-system.ts"
589
+ }
590
+ },
591
+ {
592
+ "kind": "js",
593
+ "name": "getCurrentDesignSystem",
594
+ "declaration": {
595
+ "name": "getCurrentDesignSystem",
596
+ "module": "src/design-system/design-system.ts"
597
+ }
598
+ },
599
+ {
600
+ "kind": "js",
601
+ "name": "getCurrentDesignSystemPrefix",
602
+ "declaration": {
603
+ "name": "getCurrentDesignSystemPrefix",
604
+ "module": "src/design-system/design-system.ts"
605
+ }
606
+ }
607
+ ]
608
+ },
609
+ {
610
+ "kind": "javascript-module",
611
+ "path": "src/design-system/editable-elements.ts",
612
+ "declarations": [
613
+ {
614
+ "kind": "variable",
615
+ "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
616
+ "type": {
617
+ "text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
618
+ },
619
+ "default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
620
+ "description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
621
+ },
622
+ {
623
+ "kind": "variable",
624
+ "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
625
+ "type": {
626
+ "text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
627
+ },
628
+ "default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
629
+ "description": "Design-system specific editable host selectors."
630
+ },
631
+ {
632
+ "kind": "function",
633
+ "name": "buildEditableElementSelector",
634
+ "return": {
635
+ "type": {
636
+ "text": "string"
637
+ }
638
+ },
639
+ "parameters": [
640
+ {
641
+ "name": "designSystems",
642
+ "type": {
643
+ "text": "readonly EditableDesignSystemPrefix[]"
644
+ }
645
+ },
646
+ {
647
+ "name": "customEditableSelectors",
648
+ "default": "[]",
649
+ "type": {
650
+ "text": "readonly string[]"
651
+ }
652
+ }
653
+ ]
654
+ }
655
+ ],
656
+ "exports": [
657
+ {
658
+ "kind": "js",
659
+ "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
660
+ "declaration": {
661
+ "name": "BASE_EDITABLE_ELEMENT_SELECTORS",
662
+ "module": "src/design-system/editable-elements.ts"
663
+ }
664
+ },
665
+ {
666
+ "kind": "js",
667
+ "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
668
+ "declaration": {
669
+ "name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
670
+ "module": "src/design-system/editable-elements.ts"
671
+ }
672
+ },
673
+ {
674
+ "kind": "js",
675
+ "name": "buildEditableElementSelector",
676
+ "declaration": {
677
+ "name": "buildEditableElementSelector",
678
+ "module": "src/design-system/editable-elements.ts"
679
+ }
680
+ }
681
+ ]
682
+ },
683
+ {
684
+ "kind": "javascript-module",
685
+ "path": "src/design-system/index.ts",
709
686
  "declarations": [],
710
687
  "exports": [
711
688
  {
@@ -713,7 +690,7 @@
713
690
  "name": "*",
714
691
  "declaration": {
715
692
  "name": "*",
716
- "package": "./sync"
693
+ "package": "./design-system"
717
694
  }
718
695
  },
719
696
  {
@@ -721,7 +698,7 @@
721
698
  "name": "*",
722
699
  "declaration": {
723
700
  "name": "*",
724
- "package": "./when-else"
701
+ "package": "./editable-elements"
725
702
  }
726
703
  }
727
704
  ]
@@ -1216,6 +1193,29 @@
1216
1193
  }
1217
1194
  ]
1218
1195
  },
1196
+ {
1197
+ "kind": "javascript-module",
1198
+ "path": "src/directives/index.ts",
1199
+ "declarations": [],
1200
+ "exports": [
1201
+ {
1202
+ "kind": "js",
1203
+ "name": "*",
1204
+ "declaration": {
1205
+ "name": "*",
1206
+ "package": "./sync"
1207
+ }
1208
+ },
1209
+ {
1210
+ "kind": "js",
1211
+ "name": "*",
1212
+ "declaration": {
1213
+ "name": "*",
1214
+ "package": "./when-else"
1215
+ }
1216
+ }
1217
+ ]
1218
+ },
1219
1219
  {
1220
1220
  "kind": "javascript-module",
1221
1221
  "path": "src/error/errorMap.ts",
@@ -4624,53 +4624,207 @@
4624
4624
  ],
4625
4625
  "description": "Formats a key combination with platform-appropriate symbols"
4626
4626
  }
4627
- ]
4627
+ ]
4628
+ }
4629
+ ],
4630
+ "exports": [
4631
+ {
4632
+ "kind": "js",
4633
+ "name": "OperatingSystemUtils",
4634
+ "declaration": {
4635
+ "name": "OperatingSystemUtils",
4636
+ "module": "src/utils/os-platform.ts"
4637
+ }
4638
+ }
4639
+ ]
4640
+ },
4641
+ {
4642
+ "kind": "javascript-module",
4643
+ "path": "src/uuid/index.ts",
4644
+ "declarations": [],
4645
+ "exports": [
4646
+ {
4647
+ "kind": "js",
4648
+ "name": "*",
4649
+ "declaration": {
4650
+ "name": "*",
4651
+ "package": "./uuid"
4652
+ }
4653
+ }
4654
+ ]
4655
+ },
4656
+ {
4657
+ "kind": "javascript-module",
4658
+ "path": "src/uuid/uuid.ts",
4659
+ "declarations": [
4660
+ {
4661
+ "kind": "variable",
4662
+ "name": "UUID",
4663
+ "description": "A dependency injection token for the UUID interface.",
4664
+ "privacy": "public"
4665
+ }
4666
+ ],
4667
+ "exports": [
4668
+ {
4669
+ "kind": "js",
4670
+ "name": "UUID",
4671
+ "declaration": {
4672
+ "name": "UUID",
4673
+ "module": "src/uuid/uuid.ts"
4674
+ }
4675
+ }
4676
+ ]
4677
+ },
4678
+ {
4679
+ "kind": "javascript-module",
4680
+ "path": "src/encoding/base64/decode.ts",
4681
+ "declarations": [
4682
+ {
4683
+ "kind": "function",
4684
+ "name": "decodeFromBase64",
4685
+ "return": {
4686
+ "type": {
4687
+ "text": ""
4688
+ }
4689
+ },
4690
+ "parameters": [
4691
+ {
4692
+ "name": "base64Value",
4693
+ "type": {
4694
+ "text": "string"
4695
+ }
4696
+ },
4697
+ {
4698
+ "description": "The value to decode from base64.",
4699
+ "name": "value"
4700
+ }
4701
+ ],
4702
+ "description": "Decodes a value from base64.",
4703
+ "privacy": "public"
4704
+ },
4705
+ {
4706
+ "kind": "function",
4707
+ "name": "decodeFromBase64WithPrefix",
4708
+ "return": {
4709
+ "type": {
4710
+ "text": ""
4711
+ }
4712
+ },
4713
+ "parameters": [
4714
+ {
4715
+ "name": "value",
4716
+ "type": {
4717
+ "text": "string"
4718
+ },
4719
+ "description": "The value to decode from base64."
4720
+ }
4721
+ ],
4722
+ "description": "Decodes a value from base64 with a prefix.",
4723
+ "privacy": "public"
4628
4724
  }
4629
4725
  ],
4630
4726
  "exports": [
4631
4727
  {
4632
4728
  "kind": "js",
4633
- "name": "OperatingSystemUtils",
4729
+ "name": "decodeFromBase64",
4634
4730
  "declaration": {
4635
- "name": "OperatingSystemUtils",
4636
- "module": "src/utils/os-platform.ts"
4731
+ "name": "decodeFromBase64",
4732
+ "module": "src/encoding/base64/decode.ts"
4733
+ }
4734
+ },
4735
+ {
4736
+ "kind": "js",
4737
+ "name": "decodeFromBase64WithPrefix",
4738
+ "declaration": {
4739
+ "name": "decodeFromBase64WithPrefix",
4740
+ "module": "src/encoding/base64/decode.ts"
4637
4741
  }
4638
4742
  }
4639
4743
  ]
4640
4744
  },
4641
4745
  {
4642
4746
  "kind": "javascript-module",
4643
- "path": "src/uuid/index.ts",
4644
- "declarations": [],
4747
+ "path": "src/encoding/base64/encode.ts",
4748
+ "declarations": [
4749
+ {
4750
+ "kind": "function",
4751
+ "name": "encodeToBase64",
4752
+ "return": {
4753
+ "type": {
4754
+ "text": ""
4755
+ }
4756
+ },
4757
+ "parameters": [
4758
+ {
4759
+ "name": "value",
4760
+ "type": {
4761
+ "text": "string | ArrayBuffer"
4762
+ },
4763
+ "description": "The value to encode to base64."
4764
+ }
4765
+ ],
4766
+ "description": "Encodes the given value to base64.",
4767
+ "privacy": "public"
4768
+ },
4769
+ {
4770
+ "kind": "function",
4771
+ "name": "encodeToBase64WithPrefix",
4772
+ "return": {
4773
+ "type": {
4774
+ "text": ""
4775
+ }
4776
+ },
4777
+ "parameters": [
4778
+ {
4779
+ "name": "value",
4780
+ "type": {
4781
+ "text": "string | ArrayBuffer"
4782
+ },
4783
+ "description": "The value to encode to base64."
4784
+ }
4785
+ ],
4786
+ "description": "Encodes the given value with a prefix to base64.",
4787
+ "privacy": "public"
4788
+ }
4789
+ ],
4645
4790
  "exports": [
4646
4791
  {
4647
4792
  "kind": "js",
4648
- "name": "*",
4793
+ "name": "encodeToBase64",
4649
4794
  "declaration": {
4650
- "name": "*",
4651
- "package": "./uuid"
4795
+ "name": "encodeToBase64",
4796
+ "module": "src/encoding/base64/encode.ts"
4797
+ }
4798
+ },
4799
+ {
4800
+ "kind": "js",
4801
+ "name": "encodeToBase64WithPrefix",
4802
+ "declaration": {
4803
+ "name": "encodeToBase64WithPrefix",
4804
+ "module": "src/encoding/base64/encode.ts"
4652
4805
  }
4653
4806
  }
4654
4807
  ]
4655
4808
  },
4656
4809
  {
4657
4810
  "kind": "javascript-module",
4658
- "path": "src/uuid/uuid.ts",
4659
- "declarations": [
4660
- {
4661
- "kind": "variable",
4662
- "name": "UUID",
4663
- "description": "A dependency injection token for the UUID interface.",
4664
- "privacy": "public"
4665
- }
4666
- ],
4811
+ "path": "src/encoding/base64/index.ts",
4812
+ "declarations": [],
4667
4813
  "exports": [
4668
4814
  {
4669
4815
  "kind": "js",
4670
- "name": "UUID",
4816
+ "name": "*",
4671
4817
  "declaration": {
4672
- "name": "UUID",
4673
- "module": "src/uuid/uuid.ts"
4818
+ "name": "*",
4819
+ "package": "./decode"
4820
+ }
4821
+ },
4822
+ {
4823
+ "kind": "js",
4824
+ "name": "*",
4825
+ "declaration": {
4826
+ "name": "*",
4827
+ "package": "./encode"
4674
4828
  }
4675
4829
  }
4676
4830
  ]
@@ -4977,160 +5131,6 @@
4977
5131
  }
4978
5132
  ]
4979
5133
  },
4980
- {
4981
- "kind": "javascript-module",
4982
- "path": "src/encoding/base64/decode.ts",
4983
- "declarations": [
4984
- {
4985
- "kind": "function",
4986
- "name": "decodeFromBase64",
4987
- "return": {
4988
- "type": {
4989
- "text": ""
4990
- }
4991
- },
4992
- "parameters": [
4993
- {
4994
- "name": "base64Value",
4995
- "type": {
4996
- "text": "string"
4997
- }
4998
- },
4999
- {
5000
- "description": "The value to decode from base64.",
5001
- "name": "value"
5002
- }
5003
- ],
5004
- "description": "Decodes a value from base64.",
5005
- "privacy": "public"
5006
- },
5007
- {
5008
- "kind": "function",
5009
- "name": "decodeFromBase64WithPrefix",
5010
- "return": {
5011
- "type": {
5012
- "text": ""
5013
- }
5014
- },
5015
- "parameters": [
5016
- {
5017
- "name": "value",
5018
- "type": {
5019
- "text": "string"
5020
- },
5021
- "description": "The value to decode from base64."
5022
- }
5023
- ],
5024
- "description": "Decodes a value from base64 with a prefix.",
5025
- "privacy": "public"
5026
- }
5027
- ],
5028
- "exports": [
5029
- {
5030
- "kind": "js",
5031
- "name": "decodeFromBase64",
5032
- "declaration": {
5033
- "name": "decodeFromBase64",
5034
- "module": "src/encoding/base64/decode.ts"
5035
- }
5036
- },
5037
- {
5038
- "kind": "js",
5039
- "name": "decodeFromBase64WithPrefix",
5040
- "declaration": {
5041
- "name": "decodeFromBase64WithPrefix",
5042
- "module": "src/encoding/base64/decode.ts"
5043
- }
5044
- }
5045
- ]
5046
- },
5047
- {
5048
- "kind": "javascript-module",
5049
- "path": "src/encoding/base64/encode.ts",
5050
- "declarations": [
5051
- {
5052
- "kind": "function",
5053
- "name": "encodeToBase64",
5054
- "return": {
5055
- "type": {
5056
- "text": ""
5057
- }
5058
- },
5059
- "parameters": [
5060
- {
5061
- "name": "value",
5062
- "type": {
5063
- "text": "string | ArrayBuffer"
5064
- },
5065
- "description": "The value to encode to base64."
5066
- }
5067
- ],
5068
- "description": "Encodes the given value to base64.",
5069
- "privacy": "public"
5070
- },
5071
- {
5072
- "kind": "function",
5073
- "name": "encodeToBase64WithPrefix",
5074
- "return": {
5075
- "type": {
5076
- "text": ""
5077
- }
5078
- },
5079
- "parameters": [
5080
- {
5081
- "name": "value",
5082
- "type": {
5083
- "text": "string | ArrayBuffer"
5084
- },
5085
- "description": "The value to encode to base64."
5086
- }
5087
- ],
5088
- "description": "Encodes the given value with a prefix to base64.",
5089
- "privacy": "public"
5090
- }
5091
- ],
5092
- "exports": [
5093
- {
5094
- "kind": "js",
5095
- "name": "encodeToBase64",
5096
- "declaration": {
5097
- "name": "encodeToBase64",
5098
- "module": "src/encoding/base64/encode.ts"
5099
- }
5100
- },
5101
- {
5102
- "kind": "js",
5103
- "name": "encodeToBase64WithPrefix",
5104
- "declaration": {
5105
- "name": "encodeToBase64WithPrefix",
5106
- "module": "src/encoding/base64/encode.ts"
5107
- }
5108
- }
5109
- ]
5110
- },
5111
- {
5112
- "kind": "javascript-module",
5113
- "path": "src/encoding/base64/index.ts",
5114
- "declarations": [],
5115
- "exports": [
5116
- {
5117
- "kind": "js",
5118
- "name": "*",
5119
- "declaration": {
5120
- "name": "*",
5121
- "package": "./decode"
5122
- }
5123
- },
5124
- {
5125
- "kind": "js",
5126
- "name": "*",
5127
- "declaration": {
5128
- "name": "*",
5129
- "package": "./encode"
5130
- }
5131
- }
5132
- ]
5133
- },
5134
5134
  {
5135
5135
  "kind": "javascript-module",
5136
5136
  "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.430.2-alpha-d7b354f.0",
4
+ "version": "14.430.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.430.2-alpha-d7b354f.0",
33
- "@genesislcap/genx": "14.430.2-alpha-d7b354f.0",
34
- "@genesislcap/rollup-builder": "14.430.2-alpha-d7b354f.0",
35
- "@genesislcap/ts-builder": "14.430.2-alpha-d7b354f.0",
36
- "@genesislcap/uvu-playwright-builder": "14.430.2-alpha-d7b354f.0",
37
- "@genesislcap/vite-builder": "14.430.2-alpha-d7b354f.0",
38
- "@genesislcap/webpack-builder": "14.430.2-alpha-d7b354f.0",
32
+ "@genesislcap/foundation-testing": "14.430.2",
33
+ "@genesislcap/genx": "14.430.2",
34
+ "@genesislcap/rollup-builder": "14.430.2",
35
+ "@genesislcap/ts-builder": "14.430.2",
36
+ "@genesislcap/uvu-playwright-builder": "14.430.2",
37
+ "@genesislcap/vite-builder": "14.430.2",
38
+ "@genesislcap/webpack-builder": "14.430.2",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.430.2-alpha-d7b354f.0",
43
- "@genesislcap/foundation-logger": "14.430.2-alpha-d7b354f.0",
42
+ "@genesislcap/expression-builder": "14.430.2",
43
+ "@genesislcap/foundation-logger": "14.430.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": "9d31b69209fe04ed88ada10358b330780eb4cc66"
61
+ "gitHead": "8f0909f596913e22983d0c0558939c2924689e64"
62
62
  }