@genesislcap/foundation-utils 14.384.0 → 14.384.1

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 +127 -127
  2. package/package.json +11 -11
@@ -391,6 +391,29 @@
391
391
  }
392
392
  ]
393
393
  },
394
+ {
395
+ "kind": "javascript-module",
396
+ "path": "src/directives/index.ts",
397
+ "declarations": [],
398
+ "exports": [
399
+ {
400
+ "kind": "js",
401
+ "name": "*",
402
+ "declaration": {
403
+ "name": "*",
404
+ "package": "./sync"
405
+ }
406
+ },
407
+ {
408
+ "kind": "js",
409
+ "name": "*",
410
+ "declaration": {
411
+ "name": "*",
412
+ "package": "./when-else"
413
+ }
414
+ }
415
+ ]
416
+ },
394
417
  {
395
418
  "kind": "javascript-module",
396
419
  "path": "src/decorators/index.ts",
@@ -446,7 +469,7 @@
446
469
  },
447
470
  {
448
471
  "kind": "javascript-module",
449
- "path": "src/directives/index.ts",
472
+ "path": "src/encoding/index.ts",
450
473
  "declarations": [],
451
474
  "exports": [
452
475
  {
@@ -454,22 +477,119 @@
454
477
  "name": "*",
455
478
  "declaration": {
456
479
  "name": "*",
457
- "package": "./sync"
480
+ "package": "./base64"
458
481
  }
482
+ }
483
+ ]
484
+ },
485
+ {
486
+ "kind": "javascript-module",
487
+ "path": "src/design-system/design-system.ts",
488
+ "declarations": [
489
+ {
490
+ "kind": "function",
491
+ "name": "assureDesignSystem",
492
+ "return": {
493
+ "type": {
494
+ "text": "DesignSystemModule"
495
+ }
496
+ },
497
+ "parameters": [
498
+ {
499
+ "name": "module",
500
+ "type": {
501
+ "text": "DesignSystemModule"
502
+ }
503
+ }
504
+ ],
505
+ "description": "assureDesignSystem.",
506
+ "privacy": "public"
459
507
  },
508
+ {
509
+ "kind": "function",
510
+ "name": "getCurrentDesignSystem",
511
+ "return": {
512
+ "type": {
513
+ "text": ""
514
+ }
515
+ },
516
+ "parameters": [
517
+ {
518
+ "name": "element",
519
+ "type": {
520
+ "text": "HTMLElement"
521
+ },
522
+ "description": "The starting HTML element"
523
+ },
524
+ {
525
+ "name": "fallbackPrefix",
526
+ "type": {
527
+ "text": "string"
528
+ },
529
+ "description": "The prefix to fallback to if the provider is not available"
530
+ }
531
+ ],
532
+ "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.",
533
+ "privacy": "public"
534
+ },
535
+ {
536
+ "kind": "function",
537
+ "name": "getCurrentDesignSystemPrefix",
538
+ "return": {
539
+ "type": {
540
+ "text": ""
541
+ }
542
+ },
543
+ "parameters": [
544
+ {
545
+ "name": "element",
546
+ "type": {
547
+ "text": "HTMLElement"
548
+ },
549
+ "description": "The starting HTML element"
550
+ },
551
+ {
552
+ "name": "fallbackPrefix",
553
+ "type": {
554
+ "text": "string"
555
+ },
556
+ "description": "The prefix to fallback to if the provider is not available"
557
+ }
558
+ ],
559
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
560
+ "privacy": "public"
561
+ }
562
+ ],
563
+ "exports": [
460
564
  {
461
565
  "kind": "js",
462
- "name": "*",
566
+ "name": "assureDesignSystem",
463
567
  "declaration": {
464
- "name": "*",
465
- "package": "./when-else"
568
+ "name": "assureDesignSystem",
569
+ "module": "src/design-system/design-system.ts"
570
+ }
571
+ },
572
+ {
573
+ "kind": "js",
574
+ "name": "getCurrentDesignSystem",
575
+ "declaration": {
576
+ "name": "getCurrentDesignSystem",
577
+ "module": "src/design-system/design-system.ts"
578
+ }
579
+ },
580
+ {
581
+ "kind": "js",
582
+ "name": "getCurrentDesignSystemPrefix",
583
+ "declaration": {
584
+ "name": "getCurrentDesignSystemPrefix",
585
+ "module": "src/design-system/design-system.ts"
466
586
  }
467
587
  }
468
588
  ]
469
589
  },
470
590
  {
471
591
  "kind": "javascript-module",
472
- "path": "src/encoding/index.ts",
592
+ "path": "src/design-system/index.ts",
473
593
  "declarations": [],
474
594
  "exports": [
475
595
  {
@@ -477,7 +597,7 @@
477
597
  "name": "*",
478
598
  "declaration": {
479
599
  "name": "*",
480
- "package": "./base64"
600
+ "package": "./design-system"
481
601
  }
482
602
  }
483
603
  ]
@@ -957,126 +1077,6 @@
957
1077
  }
958
1078
  ]
959
1079
  },
960
- {
961
- "kind": "javascript-module",
962
- "path": "src/design-system/design-system.ts",
963
- "declarations": [
964
- {
965
- "kind": "function",
966
- "name": "assureDesignSystem",
967
- "return": {
968
- "type": {
969
- "text": "DesignSystemModule"
970
- }
971
- },
972
- "parameters": [
973
- {
974
- "name": "module",
975
- "type": {
976
- "text": "DesignSystemModule"
977
- }
978
- }
979
- ],
980
- "description": "assureDesignSystem.",
981
- "privacy": "public"
982
- },
983
- {
984
- "kind": "function",
985
- "name": "getCurrentDesignSystem",
986
- "return": {
987
- "type": {
988
- "text": ""
989
- }
990
- },
991
- "parameters": [
992
- {
993
- "name": "element",
994
- "type": {
995
- "text": "HTMLElement"
996
- },
997
- "description": "The starting HTML element"
998
- },
999
- {
1000
- "name": "fallbackPrefix",
1001
- "type": {
1002
- "text": "string"
1003
- },
1004
- "description": "The prefix to fallback to if the provider is not available"
1005
- }
1006
- ],
1007
- "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.",
1008
- "privacy": "public"
1009
- },
1010
- {
1011
- "kind": "function",
1012
- "name": "getCurrentDesignSystemPrefix",
1013
- "return": {
1014
- "type": {
1015
- "text": ""
1016
- }
1017
- },
1018
- "parameters": [
1019
- {
1020
- "name": "element",
1021
- "type": {
1022
- "text": "HTMLElement"
1023
- },
1024
- "description": "The starting HTML element"
1025
- },
1026
- {
1027
- "name": "fallbackPrefix",
1028
- "type": {
1029
- "text": "string"
1030
- },
1031
- "description": "The prefix to fallback to if the provider is not available"
1032
- }
1033
- ],
1034
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1035
- "privacy": "public"
1036
- }
1037
- ],
1038
- "exports": [
1039
- {
1040
- "kind": "js",
1041
- "name": "assureDesignSystem",
1042
- "declaration": {
1043
- "name": "assureDesignSystem",
1044
- "module": "src/design-system/design-system.ts"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "getCurrentDesignSystem",
1050
- "declaration": {
1051
- "name": "getCurrentDesignSystem",
1052
- "module": "src/design-system/design-system.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "getCurrentDesignSystemPrefix",
1058
- "declaration": {
1059
- "name": "getCurrentDesignSystemPrefix",
1060
- "module": "src/design-system/design-system.ts"
1061
- }
1062
- }
1063
- ]
1064
- },
1065
- {
1066
- "kind": "javascript-module",
1067
- "path": "src/design-system/index.ts",
1068
- "declarations": [],
1069
- "exports": [
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./design-system"
1076
- }
1077
- }
1078
- ]
1079
- },
1080
1080
  {
1081
1081
  "kind": "javascript-module",
1082
1082
  "path": "src/error/errorMap.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.384.0",
4
+ "version": "14.384.1",
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.384.0",
31
- "@genesislcap/genx": "14.384.0",
32
- "@genesislcap/rollup-builder": "14.384.0",
33
- "@genesislcap/ts-builder": "14.384.0",
34
- "@genesislcap/uvu-playwright-builder": "14.384.0",
35
- "@genesislcap/vite-builder": "14.384.0",
36
- "@genesislcap/webpack-builder": "14.384.0",
30
+ "@genesislcap/foundation-testing": "14.384.1",
31
+ "@genesislcap/genx": "14.384.1",
32
+ "@genesislcap/rollup-builder": "14.384.1",
33
+ "@genesislcap/ts-builder": "14.384.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.384.1",
35
+ "@genesislcap/vite-builder": "14.384.1",
36
+ "@genesislcap/webpack-builder": "14.384.1",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.384.0",
41
- "@genesislcap/foundation-logger": "14.384.0",
40
+ "@genesislcap/expression-builder": "14.384.1",
41
+ "@genesislcap/foundation-logger": "14.384.1",
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": "694c91c06a80aecb828db5fa2627379c5b29a033"
59
+ "gitHead": "1e35d79ad275aa8c209ae43bfa8d0c0d018ce83a"
60
60
  }