@genesislcap/foundation-utils 14.312.1-alpha-cffc4b2.0 → 14.312.1-alpha-fd50ae9.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
@@ -428,126 +428,6 @@
428
428
  }
429
429
  ]
430
430
  },
431
- {
432
- "kind": "javascript-module",
433
- "path": "src/design-system/design-system.ts",
434
- "declarations": [
435
- {
436
- "kind": "function",
437
- "name": "assureDesignSystem",
438
- "return": {
439
- "type": {
440
- "text": "DesignSystemModule"
441
- }
442
- },
443
- "parameters": [
444
- {
445
- "name": "module",
446
- "type": {
447
- "text": "DesignSystemModule"
448
- }
449
- }
450
- ],
451
- "description": "assureDesignSystem.",
452
- "privacy": "public"
453
- },
454
- {
455
- "kind": "function",
456
- "name": "getCurrentDesignSystem",
457
- "return": {
458
- "type": {
459
- "text": ""
460
- }
461
- },
462
- "parameters": [
463
- {
464
- "name": "element",
465
- "type": {
466
- "text": "HTMLElement"
467
- },
468
- "description": "The starting HTML element"
469
- },
470
- {
471
- "name": "fallbackPrefix",
472
- "type": {
473
- "text": "string"
474
- },
475
- "description": "The prefix to fallback to if the provider is not available"
476
- }
477
- ],
478
- "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.",
479
- "privacy": "public"
480
- },
481
- {
482
- "kind": "function",
483
- "name": "getCurrentDesignSystemPrefix",
484
- "return": {
485
- "type": {
486
- "text": ""
487
- }
488
- },
489
- "parameters": [
490
- {
491
- "name": "element",
492
- "type": {
493
- "text": "HTMLElement"
494
- },
495
- "description": "The starting HTML element"
496
- },
497
- {
498
- "name": "fallbackPrefix",
499
- "type": {
500
- "text": "string"
501
- },
502
- "description": "The prefix to fallback to if the provider is not available"
503
- }
504
- ],
505
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
506
- "privacy": "public"
507
- }
508
- ],
509
- "exports": [
510
- {
511
- "kind": "js",
512
- "name": "assureDesignSystem",
513
- "declaration": {
514
- "name": "assureDesignSystem",
515
- "module": "src/design-system/design-system.ts"
516
- }
517
- },
518
- {
519
- "kind": "js",
520
- "name": "getCurrentDesignSystem",
521
- "declaration": {
522
- "name": "getCurrentDesignSystem",
523
- "module": "src/design-system/design-system.ts"
524
- }
525
- },
526
- {
527
- "kind": "js",
528
- "name": "getCurrentDesignSystemPrefix",
529
- "declaration": {
530
- "name": "getCurrentDesignSystemPrefix",
531
- "module": "src/design-system/design-system.ts"
532
- }
533
- }
534
- ]
535
- },
536
- {
537
- "kind": "javascript-module",
538
- "path": "src/design-system/index.ts",
539
- "declarations": [],
540
- "exports": [
541
- {
542
- "kind": "js",
543
- "name": "*",
544
- "declaration": {
545
- "name": "*",
546
- "package": "./design-system"
547
- }
548
- }
549
- ]
550
- },
551
431
  {
552
432
  "kind": "javascript-module",
553
433
  "path": "src/directives/index.ts",
@@ -1061,6 +941,126 @@
1061
941
  }
1062
942
  ]
1063
943
  },
944
+ {
945
+ "kind": "javascript-module",
946
+ "path": "src/design-system/design-system.ts",
947
+ "declarations": [
948
+ {
949
+ "kind": "function",
950
+ "name": "assureDesignSystem",
951
+ "return": {
952
+ "type": {
953
+ "text": "DesignSystemModule"
954
+ }
955
+ },
956
+ "parameters": [
957
+ {
958
+ "name": "module",
959
+ "type": {
960
+ "text": "DesignSystemModule"
961
+ }
962
+ }
963
+ ],
964
+ "description": "assureDesignSystem.",
965
+ "privacy": "public"
966
+ },
967
+ {
968
+ "kind": "function",
969
+ "name": "getCurrentDesignSystem",
970
+ "return": {
971
+ "type": {
972
+ "text": ""
973
+ }
974
+ },
975
+ "parameters": [
976
+ {
977
+ "name": "element",
978
+ "type": {
979
+ "text": "HTMLElement"
980
+ },
981
+ "description": "The starting HTML element"
982
+ },
983
+ {
984
+ "name": "fallbackPrefix",
985
+ "type": {
986
+ "text": "string"
987
+ },
988
+ "description": "The prefix to fallback to if the provider is not available"
989
+ }
990
+ ],
991
+ "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.",
992
+ "privacy": "public"
993
+ },
994
+ {
995
+ "kind": "function",
996
+ "name": "getCurrentDesignSystemPrefix",
997
+ "return": {
998
+ "type": {
999
+ "text": ""
1000
+ }
1001
+ },
1002
+ "parameters": [
1003
+ {
1004
+ "name": "element",
1005
+ "type": {
1006
+ "text": "HTMLElement"
1007
+ },
1008
+ "description": "The starting HTML element"
1009
+ },
1010
+ {
1011
+ "name": "fallbackPrefix",
1012
+ "type": {
1013
+ "text": "string"
1014
+ },
1015
+ "description": "The prefix to fallback to if the provider is not available"
1016
+ }
1017
+ ],
1018
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
1019
+ "privacy": "public"
1020
+ }
1021
+ ],
1022
+ "exports": [
1023
+ {
1024
+ "kind": "js",
1025
+ "name": "assureDesignSystem",
1026
+ "declaration": {
1027
+ "name": "assureDesignSystem",
1028
+ "module": "src/design-system/design-system.ts"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "getCurrentDesignSystem",
1034
+ "declaration": {
1035
+ "name": "getCurrentDesignSystem",
1036
+ "module": "src/design-system/design-system.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "getCurrentDesignSystemPrefix",
1042
+ "declaration": {
1043
+ "name": "getCurrentDesignSystemPrefix",
1044
+ "module": "src/design-system/design-system.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/design-system/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./design-system"
1060
+ }
1061
+ }
1062
+ ]
1063
+ },
1064
1064
  {
1065
1065
  "kind": "javascript-module",
1066
1066
  "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.312.1-alpha-cffc4b2.0",
4
+ "version": "14.312.1-alpha-fd50ae9.0",
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.312.1-alpha-cffc4b2.0",
31
- "@genesislcap/genx": "14.312.1-alpha-cffc4b2.0",
32
- "@genesislcap/rollup-builder": "14.312.1-alpha-cffc4b2.0",
33
- "@genesislcap/ts-builder": "14.312.1-alpha-cffc4b2.0",
34
- "@genesislcap/uvu-playwright-builder": "14.312.1-alpha-cffc4b2.0",
35
- "@genesislcap/vite-builder": "14.312.1-alpha-cffc4b2.0",
36
- "@genesislcap/webpack-builder": "14.312.1-alpha-cffc4b2.0",
30
+ "@genesislcap/foundation-testing": "14.312.1-alpha-fd50ae9.0",
31
+ "@genesislcap/genx": "14.312.1-alpha-fd50ae9.0",
32
+ "@genesislcap/rollup-builder": "14.312.1-alpha-fd50ae9.0",
33
+ "@genesislcap/ts-builder": "14.312.1-alpha-fd50ae9.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.312.1-alpha-fd50ae9.0",
35
+ "@genesislcap/vite-builder": "14.312.1-alpha-fd50ae9.0",
36
+ "@genesislcap/webpack-builder": "14.312.1-alpha-fd50ae9.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.312.1-alpha-cffc4b2.0",
41
- "@genesislcap/foundation-logger": "14.312.1-alpha-cffc4b2.0",
40
+ "@genesislcap/expression-builder": "14.312.1-alpha-fd50ae9.0",
41
+ "@genesislcap/foundation-logger": "14.312.1-alpha-fd50ae9.0",
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": "ba155fb89ab51f214417b46c91c43ae1f52b4579"
59
+ "gitHead": "6ab3636937683f49ac5bb4412ad29598112c4006"
60
60
  }