@genesislcap/foundation-utils 14.402.1-alpha-36d4e79d7.0 → 14.403.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 +120 -120
  2. package/package.json +11 -11
@@ -490,6 +490,126 @@
490
490
  }
491
491
  ]
492
492
  },
493
+ {
494
+ "kind": "javascript-module",
495
+ "path": "src/design-system/design-system.ts",
496
+ "declarations": [
497
+ {
498
+ "kind": "function",
499
+ "name": "assureDesignSystem",
500
+ "return": {
501
+ "type": {
502
+ "text": "DesignSystemModule"
503
+ }
504
+ },
505
+ "parameters": [
506
+ {
507
+ "name": "module",
508
+ "type": {
509
+ "text": "DesignSystemModule"
510
+ }
511
+ }
512
+ ],
513
+ "description": "assureDesignSystem.",
514
+ "privacy": "public"
515
+ },
516
+ {
517
+ "kind": "function",
518
+ "name": "getCurrentDesignSystem",
519
+ "return": {
520
+ "type": {
521
+ "text": ""
522
+ }
523
+ },
524
+ "parameters": [
525
+ {
526
+ "name": "element",
527
+ "type": {
528
+ "text": "HTMLElement"
529
+ },
530
+ "description": "The starting HTML element"
531
+ },
532
+ {
533
+ "name": "fallbackPrefix",
534
+ "type": {
535
+ "text": "string"
536
+ },
537
+ "description": "The prefix to fallback to if the provider is not available"
538
+ }
539
+ ],
540
+ "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.",
541
+ "privacy": "public"
542
+ },
543
+ {
544
+ "kind": "function",
545
+ "name": "getCurrentDesignSystemPrefix",
546
+ "return": {
547
+ "type": {
548
+ "text": ""
549
+ }
550
+ },
551
+ "parameters": [
552
+ {
553
+ "name": "element",
554
+ "type": {
555
+ "text": "HTMLElement"
556
+ },
557
+ "description": "The starting HTML element"
558
+ },
559
+ {
560
+ "name": "fallbackPrefix",
561
+ "type": {
562
+ "text": "string"
563
+ },
564
+ "description": "The prefix to fallback to if the provider is not available"
565
+ }
566
+ ],
567
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
568
+ "privacy": "public"
569
+ }
570
+ ],
571
+ "exports": [
572
+ {
573
+ "kind": "js",
574
+ "name": "assureDesignSystem",
575
+ "declaration": {
576
+ "name": "assureDesignSystem",
577
+ "module": "src/design-system/design-system.ts"
578
+ }
579
+ },
580
+ {
581
+ "kind": "js",
582
+ "name": "getCurrentDesignSystem",
583
+ "declaration": {
584
+ "name": "getCurrentDesignSystem",
585
+ "module": "src/design-system/design-system.ts"
586
+ }
587
+ },
588
+ {
589
+ "kind": "js",
590
+ "name": "getCurrentDesignSystemPrefix",
591
+ "declaration": {
592
+ "name": "getCurrentDesignSystemPrefix",
593
+ "module": "src/design-system/design-system.ts"
594
+ }
595
+ }
596
+ ]
597
+ },
598
+ {
599
+ "kind": "javascript-module",
600
+ "path": "src/design-system/index.ts",
601
+ "declarations": [],
602
+ "exports": [
603
+ {
604
+ "kind": "js",
605
+ "name": "*",
606
+ "declaration": {
607
+ "name": "*",
608
+ "package": "./design-system"
609
+ }
610
+ }
611
+ ]
612
+ },
493
613
  {
494
614
  "kind": "javascript-module",
495
615
  "path": "src/env/index.ts",
@@ -965,126 +1085,6 @@
965
1085
  }
966
1086
  ]
967
1087
  },
968
- {
969
- "kind": "javascript-module",
970
- "path": "src/design-system/design-system.ts",
971
- "declarations": [
972
- {
973
- "kind": "function",
974
- "name": "assureDesignSystem",
975
- "return": {
976
- "type": {
977
- "text": "DesignSystemModule"
978
- }
979
- },
980
- "parameters": [
981
- {
982
- "name": "module",
983
- "type": {
984
- "text": "DesignSystemModule"
985
- }
986
- }
987
- ],
988
- "description": "assureDesignSystem.",
989
- "privacy": "public"
990
- },
991
- {
992
- "kind": "function",
993
- "name": "getCurrentDesignSystem",
994
- "return": {
995
- "type": {
996
- "text": ""
997
- }
998
- },
999
- "parameters": [
1000
- {
1001
- "name": "element",
1002
- "type": {
1003
- "text": "HTMLElement"
1004
- },
1005
- "description": "The starting HTML element"
1006
- },
1007
- {
1008
- "name": "fallbackPrefix",
1009
- "type": {
1010
- "text": "string"
1011
- },
1012
- "description": "The prefix to fallback to if the provider is not available"
1013
- }
1014
- ],
1015
- "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.",
1016
- "privacy": "public"
1017
- },
1018
- {
1019
- "kind": "function",
1020
- "name": "getCurrentDesignSystemPrefix",
1021
- "return": {
1022
- "type": {
1023
- "text": ""
1024
- }
1025
- },
1026
- "parameters": [
1027
- {
1028
- "name": "element",
1029
- "type": {
1030
- "text": "HTMLElement"
1031
- },
1032
- "description": "The starting HTML element"
1033
- },
1034
- {
1035
- "name": "fallbackPrefix",
1036
- "type": {
1037
- "text": "string"
1038
- },
1039
- "description": "The prefix to fallback to if the provider is not available"
1040
- }
1041
- ],
1042
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1043
- "privacy": "public"
1044
- }
1045
- ],
1046
- "exports": [
1047
- {
1048
- "kind": "js",
1049
- "name": "assureDesignSystem",
1050
- "declaration": {
1051
- "name": "assureDesignSystem",
1052
- "module": "src/design-system/design-system.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "getCurrentDesignSystem",
1058
- "declaration": {
1059
- "name": "getCurrentDesignSystem",
1060
- "module": "src/design-system/design-system.ts"
1061
- }
1062
- },
1063
- {
1064
- "kind": "js",
1065
- "name": "getCurrentDesignSystemPrefix",
1066
- "declaration": {
1067
- "name": "getCurrentDesignSystemPrefix",
1068
- "module": "src/design-system/design-system.ts"
1069
- }
1070
- }
1071
- ]
1072
- },
1073
- {
1074
- "kind": "javascript-module",
1075
- "path": "src/design-system/index.ts",
1076
- "declarations": [],
1077
- "exports": [
1078
- {
1079
- "kind": "js",
1080
- "name": "*",
1081
- "declaration": {
1082
- "name": "*",
1083
- "package": "./design-system"
1084
- }
1085
- }
1086
- ]
1087
- },
1088
1088
  {
1089
1089
  "kind": "javascript-module",
1090
1090
  "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.402.1-alpha-36d4e79d7.0",
4
+ "version": "14.403.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.402.1-alpha-36d4e79d7.0",
33
- "@genesislcap/genx": "14.402.1-alpha-36d4e79d7.0",
34
- "@genesislcap/rollup-builder": "14.402.1-alpha-36d4e79d7.0",
35
- "@genesislcap/ts-builder": "14.402.1-alpha-36d4e79d7.0",
36
- "@genesislcap/uvu-playwright-builder": "14.402.1-alpha-36d4e79d7.0",
37
- "@genesislcap/vite-builder": "14.402.1-alpha-36d4e79d7.0",
38
- "@genesislcap/webpack-builder": "14.402.1-alpha-36d4e79d7.0",
32
+ "@genesislcap/foundation-testing": "14.403.0",
33
+ "@genesislcap/genx": "14.403.0",
34
+ "@genesislcap/rollup-builder": "14.403.0",
35
+ "@genesislcap/ts-builder": "14.403.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.403.0",
37
+ "@genesislcap/vite-builder": "14.403.0",
38
+ "@genesislcap/webpack-builder": "14.403.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.402.1-alpha-36d4e79d7.0",
43
- "@genesislcap/foundation-logger": "14.402.1-alpha-36d4e79d7.0",
42
+ "@genesislcap/expression-builder": "14.403.0",
43
+ "@genesislcap/foundation-logger": "14.403.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": "8c1f803c994e0432e902604d3a8f0a61b0546e33"
61
+ "gitHead": "9e1e2d8c0309a4b540c65de0ebf8acd44f4ce73b"
62
62
  }