@genesislcap/foundation-utils 14.308.0 → 14.309.1-alpha-184eed8.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 +122 -122
  2. package/package.json +11 -11
@@ -367,126 +367,6 @@
367
367
  }
368
368
  ]
369
369
  },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/design-system/design-system.ts",
373
- "declarations": [
374
- {
375
- "kind": "function",
376
- "name": "assureDesignSystem",
377
- "return": {
378
- "type": {
379
- "text": "DesignSystemModule"
380
- }
381
- },
382
- "parameters": [
383
- {
384
- "name": "module",
385
- "type": {
386
- "text": "DesignSystemModule"
387
- }
388
- }
389
- ],
390
- "description": "assureDesignSystem.",
391
- "privacy": "public"
392
- },
393
- {
394
- "kind": "function",
395
- "name": "getCurrentDesignSystem",
396
- "return": {
397
- "type": {
398
- "text": ""
399
- }
400
- },
401
- "parameters": [
402
- {
403
- "name": "element",
404
- "type": {
405
- "text": "HTMLElement"
406
- },
407
- "description": "The starting HTML element"
408
- },
409
- {
410
- "name": "fallbackPrefix",
411
- "type": {
412
- "text": "string"
413
- },
414
- "description": "The prefix to fallback to if the provider is not available"
415
- }
416
- ],
417
- "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.",
418
- "privacy": "public"
419
- },
420
- {
421
- "kind": "function",
422
- "name": "getCurrentDesignSystemPrefix",
423
- "return": {
424
- "type": {
425
- "text": ""
426
- }
427
- },
428
- "parameters": [
429
- {
430
- "name": "element",
431
- "type": {
432
- "text": "HTMLElement"
433
- },
434
- "description": "The starting HTML element"
435
- },
436
- {
437
- "name": "fallbackPrefix",
438
- "type": {
439
- "text": "string"
440
- },
441
- "description": "The prefix to fallback to if the provider is not available"
442
- }
443
- ],
444
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
445
- "privacy": "public"
446
- }
447
- ],
448
- "exports": [
449
- {
450
- "kind": "js",
451
- "name": "assureDesignSystem",
452
- "declaration": {
453
- "name": "assureDesignSystem",
454
- "module": "src/design-system/design-system.ts"
455
- }
456
- },
457
- {
458
- "kind": "js",
459
- "name": "getCurrentDesignSystem",
460
- "declaration": {
461
- "name": "getCurrentDesignSystem",
462
- "module": "src/design-system/design-system.ts"
463
- }
464
- },
465
- {
466
- "kind": "js",
467
- "name": "getCurrentDesignSystemPrefix",
468
- "declaration": {
469
- "name": "getCurrentDesignSystemPrefix",
470
- "module": "src/design-system/design-system.ts"
471
- }
472
- }
473
- ]
474
- },
475
- {
476
- "kind": "javascript-module",
477
- "path": "src/design-system/index.ts",
478
- "declarations": [],
479
- "exports": [
480
- {
481
- "kind": "js",
482
- "name": "*",
483
- "declaration": {
484
- "name": "*",
485
- "package": "./design-system"
486
- }
487
- }
488
- ]
489
- },
490
370
  {
491
371
  "kind": "javascript-module",
492
372
  "path": "src/decorators/index.ts",
@@ -563,6 +443,21 @@
563
443
  }
564
444
  ]
565
445
  },
446
+ {
447
+ "kind": "javascript-module",
448
+ "path": "src/encoding/index.ts",
449
+ "declarations": [],
450
+ "exports": [
451
+ {
452
+ "kind": "js",
453
+ "name": "*",
454
+ "declaration": {
455
+ "name": "*",
456
+ "package": "./base64"
457
+ }
458
+ }
459
+ ]
460
+ },
566
461
  {
567
462
  "kind": "javascript-module",
568
463
  "path": "src/env/index.ts",
@@ -1023,7 +918,112 @@
1023
918
  },
1024
919
  {
1025
920
  "kind": "javascript-module",
1026
- "path": "src/encoding/index.ts",
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": "getCurrentDesignSystem",
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 provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
967
+ "privacy": "public"
968
+ },
969
+ {
970
+ "kind": "function",
971
+ "name": "getCurrentDesignSystemPrefix",
972
+ "return": {
973
+ "type": {
974
+ "text": ""
975
+ }
976
+ },
977
+ "parameters": [
978
+ {
979
+ "name": "element",
980
+ "type": {
981
+ "text": "HTMLElement"
982
+ },
983
+ "description": "The starting HTML element"
984
+ },
985
+ {
986
+ "name": "fallbackPrefix",
987
+ "type": {
988
+ "text": "string"
989
+ },
990
+ "description": "The prefix to fallback to if the provider is not available"
991
+ }
992
+ ],
993
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
994
+ "privacy": "public"
995
+ }
996
+ ],
997
+ "exports": [
998
+ {
999
+ "kind": "js",
1000
+ "name": "assureDesignSystem",
1001
+ "declaration": {
1002
+ "name": "assureDesignSystem",
1003
+ "module": "src/design-system/design-system.ts"
1004
+ }
1005
+ },
1006
+ {
1007
+ "kind": "js",
1008
+ "name": "getCurrentDesignSystem",
1009
+ "declaration": {
1010
+ "name": "getCurrentDesignSystem",
1011
+ "module": "src/design-system/design-system.ts"
1012
+ }
1013
+ },
1014
+ {
1015
+ "kind": "js",
1016
+ "name": "getCurrentDesignSystemPrefix",
1017
+ "declaration": {
1018
+ "name": "getCurrentDesignSystemPrefix",
1019
+ "module": "src/design-system/design-system.ts"
1020
+ }
1021
+ }
1022
+ ]
1023
+ },
1024
+ {
1025
+ "kind": "javascript-module",
1026
+ "path": "src/design-system/index.ts",
1027
1027
  "declarations": [],
1028
1028
  "exports": [
1029
1029
  {
@@ -1031,7 +1031,7 @@
1031
1031
  "name": "*",
1032
1032
  "declaration": {
1033
1033
  "name": "*",
1034
- "package": "./base64"
1034
+ "package": "./design-system"
1035
1035
  }
1036
1036
  }
1037
1037
  ]
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.308.0",
4
+ "version": "14.309.1-alpha-184eed8.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.308.0",
31
- "@genesislcap/genx": "14.308.0",
32
- "@genesislcap/rollup-builder": "14.308.0",
33
- "@genesislcap/ts-builder": "14.308.0",
34
- "@genesislcap/uvu-playwright-builder": "14.308.0",
35
- "@genesislcap/vite-builder": "14.308.0",
36
- "@genesislcap/webpack-builder": "14.308.0",
30
+ "@genesislcap/foundation-testing": "14.309.1-alpha-184eed8.0",
31
+ "@genesislcap/genx": "14.309.1-alpha-184eed8.0",
32
+ "@genesislcap/rollup-builder": "14.309.1-alpha-184eed8.0",
33
+ "@genesislcap/ts-builder": "14.309.1-alpha-184eed8.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.309.1-alpha-184eed8.0",
35
+ "@genesislcap/vite-builder": "14.309.1-alpha-184eed8.0",
36
+ "@genesislcap/webpack-builder": "14.309.1-alpha-184eed8.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.308.0",
41
- "@genesislcap/foundation-logger": "14.308.0",
40
+ "@genesislcap/expression-builder": "14.309.1-alpha-184eed8.0",
41
+ "@genesislcap/foundation-logger": "14.309.1-alpha-184eed8.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",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "4a8bd4ac856341dab6f8ce2f28dcb11838d23e86"
58
+ "gitHead": "2920377027f4f8f83e31b22ab3bfc183f1ebbffa"
59
59
  }