@genesislcap/foundation-utils 14.298.1 → 14.298.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.
- package/dist/custom-elements.json +87 -87
- package/package.json +10 -10
|
@@ -367,91 +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": "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
|
-
},
|
|
455
370
|
{
|
|
456
371
|
"kind": "javascript-module",
|
|
457
372
|
"path": "src/decorators/index.ts",
|
|
@@ -528,6 +443,21 @@
|
|
|
528
443
|
}
|
|
529
444
|
]
|
|
530
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
|
+
},
|
|
531
461
|
{
|
|
532
462
|
"kind": "javascript-module",
|
|
533
463
|
"path": "src/env/index.ts",
|
|
@@ -988,7 +918,77 @@
|
|
|
988
918
|
},
|
|
989
919
|
{
|
|
990
920
|
"kind": "javascript-module",
|
|
991
|
-
"path": "src/
|
|
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
992
|
"declarations": [],
|
|
993
993
|
"exports": [
|
|
994
994
|
{
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
"name": "*",
|
|
997
997
|
"declaration": {
|
|
998
998
|
"name": "*",
|
|
999
|
-
"package": "./
|
|
999
|
+
"package": "./design-system"
|
|
1000
1000
|
}
|
|
1001
1001
|
}
|
|
1002
1002
|
]
|
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.298.
|
|
4
|
+
"version": "14.298.2",
|
|
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.298.
|
|
31
|
-
"@genesislcap/genx": "14.298.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.298.
|
|
33
|
-
"@genesislcap/ts-builder": "14.298.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.298.
|
|
35
|
-
"@genesislcap/vite-builder": "14.298.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.298.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.298.2",
|
|
31
|
+
"@genesislcap/genx": "14.298.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.298.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.298.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.298.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.298.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.298.2",
|
|
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.298.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.298.2",
|
|
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": "11145ae5405f6ddbdddb01af14141d82282b1e8d"
|
|
61
61
|
}
|