@genesislcap/foundation-utils 14.307.0 → 14.307.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.
@@ -443,91 +443,6 @@
443
443
  }
444
444
  ]
445
445
  },
446
- {
447
- "kind": "javascript-module",
448
- "path": "src/design-system/design-system.ts",
449
- "declarations": [
450
- {
451
- "kind": "function",
452
- "name": "assureDesignSystem",
453
- "return": {
454
- "type": {
455
- "text": "DesignSystemModule"
456
- }
457
- },
458
- "parameters": [
459
- {
460
- "name": "module",
461
- "type": {
462
- "text": "DesignSystemModule"
463
- }
464
- }
465
- ],
466
- "description": "assureDesignSystem.",
467
- "privacy": "public"
468
- },
469
- {
470
- "kind": "function",
471
- "name": "getCurrentDesignSystemPrefix",
472
- "return": {
473
- "type": {
474
- "text": ""
475
- }
476
- },
477
- "parameters": [
478
- {
479
- "name": "element",
480
- "type": {
481
- "text": "HTMLElement"
482
- },
483
- "description": "The starting HTML element"
484
- },
485
- {
486
- "name": "fallbackPrefix",
487
- "type": {
488
- "text": "string"
489
- },
490
- "description": "The prefix to fallback to if the provider is not available"
491
- }
492
- ],
493
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
494
- "privacy": "public"
495
- }
496
- ],
497
- "exports": [
498
- {
499
- "kind": "js",
500
- "name": "assureDesignSystem",
501
- "declaration": {
502
- "name": "assureDesignSystem",
503
- "module": "src/design-system/design-system.ts"
504
- }
505
- },
506
- {
507
- "kind": "js",
508
- "name": "getCurrentDesignSystemPrefix",
509
- "declaration": {
510
- "name": "getCurrentDesignSystemPrefix",
511
- "module": "src/design-system/design-system.ts"
512
- }
513
- }
514
- ]
515
- },
516
- {
517
- "kind": "javascript-module",
518
- "path": "src/design-system/index.ts",
519
- "declarations": [],
520
- "exports": [
521
- {
522
- "kind": "js",
523
- "name": "*",
524
- "declaration": {
525
- "name": "*",
526
- "package": "./design-system"
527
- }
528
- }
529
- ]
530
- },
531
446
  {
532
447
  "kind": "javascript-module",
533
448
  "path": "src/encoding/index.ts",
@@ -1001,6 +916,91 @@
1001
916
  }
1002
917
  ]
1003
918
  },
919
+ {
920
+ "kind": "javascript-module",
921
+ "path": "src/design-system/design-system.ts",
922
+ "declarations": [
923
+ {
924
+ "kind": "function",
925
+ "name": "assureDesignSystem",
926
+ "return": {
927
+ "type": {
928
+ "text": "DesignSystemModule"
929
+ }
930
+ },
931
+ "parameters": [
932
+ {
933
+ "name": "module",
934
+ "type": {
935
+ "text": "DesignSystemModule"
936
+ }
937
+ }
938
+ ],
939
+ "description": "assureDesignSystem.",
940
+ "privacy": "public"
941
+ },
942
+ {
943
+ "kind": "function",
944
+ "name": "getCurrentDesignSystemPrefix",
945
+ "return": {
946
+ "type": {
947
+ "text": ""
948
+ }
949
+ },
950
+ "parameters": [
951
+ {
952
+ "name": "element",
953
+ "type": {
954
+ "text": "HTMLElement"
955
+ },
956
+ "description": "The starting HTML element"
957
+ },
958
+ {
959
+ "name": "fallbackPrefix",
960
+ "type": {
961
+ "text": "string"
962
+ },
963
+ "description": "The prefix to fallback to if the provider is not available"
964
+ }
965
+ ],
966
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
967
+ "privacy": "public"
968
+ }
969
+ ],
970
+ "exports": [
971
+ {
972
+ "kind": "js",
973
+ "name": "assureDesignSystem",
974
+ "declaration": {
975
+ "name": "assureDesignSystem",
976
+ "module": "src/design-system/design-system.ts"
977
+ }
978
+ },
979
+ {
980
+ "kind": "js",
981
+ "name": "getCurrentDesignSystemPrefix",
982
+ "declaration": {
983
+ "name": "getCurrentDesignSystemPrefix",
984
+ "module": "src/design-system/design-system.ts"
985
+ }
986
+ }
987
+ ]
988
+ },
989
+ {
990
+ "kind": "javascript-module",
991
+ "path": "src/design-system/index.ts",
992
+ "declarations": [],
993
+ "exports": [
994
+ {
995
+ "kind": "js",
996
+ "name": "*",
997
+ "declaration": {
998
+ "name": "*",
999
+ "package": "./design-system"
1000
+ }
1001
+ }
1002
+ ]
1003
+ },
1004
1004
  {
1005
1005
  "kind": "javascript-module",
1006
1006
  "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.307.0",
4
+ "version": "14.307.2",
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.307.0",
31
- "@genesislcap/genx": "14.307.0",
32
- "@genesislcap/rollup-builder": "14.307.0",
33
- "@genesislcap/ts-builder": "14.307.0",
34
- "@genesislcap/uvu-playwright-builder": "14.307.0",
35
- "@genesislcap/vite-builder": "14.307.0",
36
- "@genesislcap/webpack-builder": "14.307.0",
30
+ "@genesislcap/foundation-testing": "14.307.2",
31
+ "@genesislcap/genx": "14.307.2",
32
+ "@genesislcap/rollup-builder": "14.307.2",
33
+ "@genesislcap/ts-builder": "14.307.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.307.2",
35
+ "@genesislcap/vite-builder": "14.307.2",
36
+ "@genesislcap/webpack-builder": "14.307.2",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.307.0",
41
- "@genesislcap/foundation-logger": "14.307.0",
40
+ "@genesislcap/expression-builder": "14.307.2",
41
+ "@genesislcap/foundation-logger": "14.307.2",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "6a075391e3bb335bd43da0069693ade3f5565042"
58
+ "gitHead": "a3bfd4199f20640443c512431840c7e8dedc5b4c"
59
59
  }