@genesislcap/foundation-utils 14.288.0 → 14.288.1-alpha-70c0133.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.
- package/dist/custom-elements.json +87 -87
- package/package.json +10 -10
|
@@ -367,6 +367,91 @@
|
|
|
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": "getCurrentDesignSystemPrefix",
|
|
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 prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
418
|
+
"privacy": "public"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"exports": [
|
|
422
|
+
{
|
|
423
|
+
"kind": "js",
|
|
424
|
+
"name": "assureDesignSystem",
|
|
425
|
+
"declaration": {
|
|
426
|
+
"name": "assureDesignSystem",
|
|
427
|
+
"module": "src/design-system/design-system.ts"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"kind": "js",
|
|
432
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
433
|
+
"declaration": {
|
|
434
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
435
|
+
"module": "src/design-system/design-system.ts"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
]
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"kind": "javascript-module",
|
|
442
|
+
"path": "src/design-system/index.ts",
|
|
443
|
+
"declarations": [],
|
|
444
|
+
"exports": [
|
|
445
|
+
{
|
|
446
|
+
"kind": "js",
|
|
447
|
+
"name": "*",
|
|
448
|
+
"declaration": {
|
|
449
|
+
"name": "*",
|
|
450
|
+
"package": "./design-system"
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
},
|
|
370
455
|
{
|
|
371
456
|
"kind": "javascript-module",
|
|
372
457
|
"path": "src/decorators/index.ts",
|
|
@@ -443,21 +528,6 @@
|
|
|
443
528
|
}
|
|
444
529
|
]
|
|
445
530
|
},
|
|
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
|
-
},
|
|
461
531
|
{
|
|
462
532
|
"kind": "javascript-module",
|
|
463
533
|
"path": "src/env/index.ts",
|
|
@@ -901,77 +971,7 @@
|
|
|
901
971
|
},
|
|
902
972
|
{
|
|
903
973
|
"kind": "javascript-module",
|
|
904
|
-
"path": "src/
|
|
905
|
-
"declarations": [
|
|
906
|
-
{
|
|
907
|
-
"kind": "function",
|
|
908
|
-
"name": "assureDesignSystem",
|
|
909
|
-
"return": {
|
|
910
|
-
"type": {
|
|
911
|
-
"text": "DesignSystemModule"
|
|
912
|
-
}
|
|
913
|
-
},
|
|
914
|
-
"parameters": [
|
|
915
|
-
{
|
|
916
|
-
"name": "module",
|
|
917
|
-
"type": {
|
|
918
|
-
"text": "DesignSystemModule"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
],
|
|
922
|
-
"description": "assureDesignSystem.",
|
|
923
|
-
"privacy": "public"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"kind": "function",
|
|
927
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
928
|
-
"return": {
|
|
929
|
-
"type": {
|
|
930
|
-
"text": ""
|
|
931
|
-
}
|
|
932
|
-
},
|
|
933
|
-
"parameters": [
|
|
934
|
-
{
|
|
935
|
-
"name": "element",
|
|
936
|
-
"type": {
|
|
937
|
-
"text": "HTMLElement"
|
|
938
|
-
},
|
|
939
|
-
"description": "The starting HTML element"
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "fallbackPrefix",
|
|
943
|
-
"type": {
|
|
944
|
-
"text": "string"
|
|
945
|
-
},
|
|
946
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
947
|
-
}
|
|
948
|
-
],
|
|
949
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
950
|
-
"privacy": "public"
|
|
951
|
-
}
|
|
952
|
-
],
|
|
953
|
-
"exports": [
|
|
954
|
-
{
|
|
955
|
-
"kind": "js",
|
|
956
|
-
"name": "assureDesignSystem",
|
|
957
|
-
"declaration": {
|
|
958
|
-
"name": "assureDesignSystem",
|
|
959
|
-
"module": "src/design-system/design-system.ts"
|
|
960
|
-
}
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
"kind": "js",
|
|
964
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
965
|
-
"declaration": {
|
|
966
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
967
|
-
"module": "src/design-system/design-system.ts"
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
]
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"kind": "javascript-module",
|
|
974
|
-
"path": "src/design-system/index.ts",
|
|
974
|
+
"path": "src/encoding/index.ts",
|
|
975
975
|
"declarations": [],
|
|
976
976
|
"exports": [
|
|
977
977
|
{
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
"name": "*",
|
|
980
980
|
"declaration": {
|
|
981
981
|
"name": "*",
|
|
982
|
-
"package": "./
|
|
982
|
+
"package": "./base64"
|
|
983
983
|
}
|
|
984
984
|
}
|
|
985
985
|
]
|
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.288.0",
|
|
4
|
+
"version": "14.288.1-alpha-70c0133.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.288.0",
|
|
31
|
-
"@genesislcap/genx": "14.288.0",
|
|
32
|
-
"@genesislcap/rollup-builder": "14.288.0",
|
|
33
|
-
"@genesislcap/ts-builder": "14.288.0",
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.288.0",
|
|
35
|
-
"@genesislcap/vite-builder": "14.288.0",
|
|
36
|
-
"@genesislcap/webpack-builder": "14.288.0",
|
|
30
|
+
"@genesislcap/foundation-testing": "14.288.1-alpha-70c0133.0",
|
|
31
|
+
"@genesislcap/genx": "14.288.1-alpha-70c0133.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.288.1-alpha-70c0133.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.288.1-alpha-70c0133.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.288.1-alpha-70c0133.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.288.1-alpha-70c0133.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.288.1-alpha-70c0133.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.288.0",
|
|
42
|
+
"@genesislcap/foundation-logger": "14.288.1-alpha-70c0133.0",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "1dfaee8a42440c53177e1cef190e7306a1f2ef8c"
|
|
61
61
|
}
|