@genesislcap/foundation-utils 14.397.2 → 14.398.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +126 -126
  2. package/package.json +11 -11
@@ -391,29 +391,6 @@
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
- },
417
394
  {
418
395
  "kind": "javascript-module",
419
396
  "path": "src/decorators/index.ts",
@@ -469,120 +446,23 @@
469
446
  },
470
447
  {
471
448
  "kind": "javascript-module",
472
- "path": "src/design-system/design-system.ts",
473
- "declarations": [
474
- {
475
- "kind": "function",
476
- "name": "assureDesignSystem",
477
- "return": {
478
- "type": {
479
- "text": "DesignSystemModule"
480
- }
481
- },
482
- "parameters": [
483
- {
484
- "name": "module",
485
- "type": {
486
- "text": "DesignSystemModule"
487
- }
488
- }
489
- ],
490
- "description": "assureDesignSystem.",
491
- "privacy": "public"
492
- },
493
- {
494
- "kind": "function",
495
- "name": "getCurrentDesignSystem",
496
- "return": {
497
- "type": {
498
- "text": ""
499
- }
500
- },
501
- "parameters": [
502
- {
503
- "name": "element",
504
- "type": {
505
- "text": "HTMLElement"
506
- },
507
- "description": "The starting HTML element"
508
- },
509
- {
510
- "name": "fallbackPrefix",
511
- "type": {
512
- "text": "string"
513
- },
514
- "description": "The prefix to fallback to if the provider is not available"
515
- }
516
- ],
517
- "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.",
518
- "privacy": "public"
519
- },
520
- {
521
- "kind": "function",
522
- "name": "getCurrentDesignSystemPrefix",
523
- "return": {
524
- "type": {
525
- "text": ""
526
- }
527
- },
528
- "parameters": [
529
- {
530
- "name": "element",
531
- "type": {
532
- "text": "HTMLElement"
533
- },
534
- "description": "The starting HTML element"
535
- },
536
- {
537
- "name": "fallbackPrefix",
538
- "type": {
539
- "text": "string"
540
- },
541
- "description": "The prefix to fallback to if the provider is not available"
542
- }
543
- ],
544
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
545
- "privacy": "public"
546
- }
547
- ],
449
+ "path": "src/directives/index.ts",
450
+ "declarations": [],
548
451
  "exports": [
549
452
  {
550
453
  "kind": "js",
551
- "name": "assureDesignSystem",
552
- "declaration": {
553
- "name": "assureDesignSystem",
554
- "module": "src/design-system/design-system.ts"
555
- }
556
- },
557
- {
558
- "kind": "js",
559
- "name": "getCurrentDesignSystem",
454
+ "name": "*",
560
455
  "declaration": {
561
- "name": "getCurrentDesignSystem",
562
- "module": "src/design-system/design-system.ts"
456
+ "name": "*",
457
+ "package": "./sync"
563
458
  }
564
459
  },
565
- {
566
- "kind": "js",
567
- "name": "getCurrentDesignSystemPrefix",
568
- "declaration": {
569
- "name": "getCurrentDesignSystemPrefix",
570
- "module": "src/design-system/design-system.ts"
571
- }
572
- }
573
- ]
574
- },
575
- {
576
- "kind": "javascript-module",
577
- "path": "src/design-system/index.ts",
578
- "declarations": [],
579
- "exports": [
580
460
  {
581
461
  "kind": "js",
582
462
  "name": "*",
583
463
  "declaration": {
584
464
  "name": "*",
585
- "package": "./design-system"
465
+ "package": "./when-else"
586
466
  }
587
467
  }
588
468
  ]
@@ -1077,6 +957,126 @@
1077
957
  }
1078
958
  ]
1079
959
  },
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.397.2",
4
+ "version": "14.398.0",
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.397.2",
33
- "@genesislcap/genx": "14.397.2",
34
- "@genesislcap/rollup-builder": "14.397.2",
35
- "@genesislcap/ts-builder": "14.397.2",
36
- "@genesislcap/uvu-playwright-builder": "14.397.2",
37
- "@genesislcap/vite-builder": "14.397.2",
38
- "@genesislcap/webpack-builder": "14.397.2",
32
+ "@genesislcap/foundation-testing": "14.398.0",
33
+ "@genesislcap/genx": "14.398.0",
34
+ "@genesislcap/rollup-builder": "14.398.0",
35
+ "@genesislcap/ts-builder": "14.398.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.398.0",
37
+ "@genesislcap/vite-builder": "14.398.0",
38
+ "@genesislcap/webpack-builder": "14.398.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.397.2",
43
- "@genesislcap/foundation-logger": "14.397.2",
42
+ "@genesislcap/expression-builder": "14.398.0",
43
+ "@genesislcap/foundation-logger": "14.398.0",
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": "8e32dc60112b589e801fe0ea5bd0f6cd10edbdf7"
61
+ "gitHead": "d9c0d13f49958e386d339075078dc15561455c18"
62
62
  }