@genesislcap/foundation-utils 14.193.0 → 14.193.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 +73 -73
- package/package.json +10 -10
|
@@ -357,29 +357,6 @@
|
|
|
357
357
|
}
|
|
358
358
|
]
|
|
359
359
|
},
|
|
360
|
-
{
|
|
361
|
-
"kind": "javascript-module",
|
|
362
|
-
"path": "src/directives/index.ts",
|
|
363
|
-
"declarations": [],
|
|
364
|
-
"exports": [
|
|
365
|
-
{
|
|
366
|
-
"kind": "js",
|
|
367
|
-
"name": "*",
|
|
368
|
-
"declaration": {
|
|
369
|
-
"name": "*",
|
|
370
|
-
"package": "./sync"
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"kind": "js",
|
|
375
|
-
"name": "*",
|
|
376
|
-
"declaration": {
|
|
377
|
-
"name": "*",
|
|
378
|
-
"package": "./when-else"
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
]
|
|
382
|
-
},
|
|
383
360
|
{
|
|
384
361
|
"kind": "javascript-module",
|
|
385
362
|
"path": "src/decorators/index.ts",
|
|
@@ -433,6 +410,79 @@
|
|
|
433
410
|
}
|
|
434
411
|
]
|
|
435
412
|
},
|
|
413
|
+
{
|
|
414
|
+
"kind": "javascript-module",
|
|
415
|
+
"path": "src/design-system/design-system.ts",
|
|
416
|
+
"declarations": [
|
|
417
|
+
{
|
|
418
|
+
"kind": "function",
|
|
419
|
+
"name": "assureDesignSystem",
|
|
420
|
+
"return": {
|
|
421
|
+
"type": {
|
|
422
|
+
"text": "DesignSystemModule"
|
|
423
|
+
}
|
|
424
|
+
},
|
|
425
|
+
"parameters": [
|
|
426
|
+
{
|
|
427
|
+
"name": "module",
|
|
428
|
+
"type": {
|
|
429
|
+
"text": "DesignSystemModule"
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"description": "assureDesignSystem.",
|
|
434
|
+
"privacy": "public"
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"exports": [
|
|
438
|
+
{
|
|
439
|
+
"kind": "js",
|
|
440
|
+
"name": "assureDesignSystem",
|
|
441
|
+
"declaration": {
|
|
442
|
+
"name": "assureDesignSystem",
|
|
443
|
+
"module": "src/design-system/design-system.ts"
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "javascript-module",
|
|
450
|
+
"path": "src/design-system/index.ts",
|
|
451
|
+
"declarations": [],
|
|
452
|
+
"exports": [
|
|
453
|
+
{
|
|
454
|
+
"kind": "js",
|
|
455
|
+
"name": "*",
|
|
456
|
+
"declaration": {
|
|
457
|
+
"name": "*",
|
|
458
|
+
"package": "./design-system"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"kind": "javascript-module",
|
|
465
|
+
"path": "src/directives/index.ts",
|
|
466
|
+
"declarations": [],
|
|
467
|
+
"exports": [
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./sync"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"kind": "js",
|
|
478
|
+
"name": "*",
|
|
479
|
+
"declaration": {
|
|
480
|
+
"name": "*",
|
|
481
|
+
"package": "./when-else"
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
]
|
|
485
|
+
},
|
|
436
486
|
{
|
|
437
487
|
"kind": "javascript-module",
|
|
438
488
|
"path": "src/env/index.ts",
|
|
@@ -870,56 +920,6 @@
|
|
|
870
920
|
}
|
|
871
921
|
]
|
|
872
922
|
},
|
|
873
|
-
{
|
|
874
|
-
"kind": "javascript-module",
|
|
875
|
-
"path": "src/design-system/design-system.ts",
|
|
876
|
-
"declarations": [
|
|
877
|
-
{
|
|
878
|
-
"kind": "function",
|
|
879
|
-
"name": "assureDesignSystem",
|
|
880
|
-
"return": {
|
|
881
|
-
"type": {
|
|
882
|
-
"text": "DesignSystemModule"
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
"parameters": [
|
|
886
|
-
{
|
|
887
|
-
"name": "module",
|
|
888
|
-
"type": {
|
|
889
|
-
"text": "DesignSystemModule"
|
|
890
|
-
}
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"description": "assureDesignSystem.",
|
|
894
|
-
"privacy": "public"
|
|
895
|
-
}
|
|
896
|
-
],
|
|
897
|
-
"exports": [
|
|
898
|
-
{
|
|
899
|
-
"kind": "js",
|
|
900
|
-
"name": "assureDesignSystem",
|
|
901
|
-
"declaration": {
|
|
902
|
-
"name": "assureDesignSystem",
|
|
903
|
-
"module": "src/design-system/design-system.ts"
|
|
904
|
-
}
|
|
905
|
-
}
|
|
906
|
-
]
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"kind": "javascript-module",
|
|
910
|
-
"path": "src/design-system/index.ts",
|
|
911
|
-
"declarations": [],
|
|
912
|
-
"exports": [
|
|
913
|
-
{
|
|
914
|
-
"kind": "js",
|
|
915
|
-
"name": "*",
|
|
916
|
-
"declaration": {
|
|
917
|
-
"name": "*",
|
|
918
|
-
"package": "./design-system"
|
|
919
|
-
}
|
|
920
|
-
}
|
|
921
|
-
]
|
|
922
|
-
},
|
|
923
923
|
{
|
|
924
924
|
"kind": "javascript-module",
|
|
925
925
|
"path": "src/formatters/datetime.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.193.
|
|
4
|
+
"version": "14.193.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.193.
|
|
31
|
-
"@genesislcap/genx": "14.193.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.193.
|
|
33
|
-
"@genesislcap/ts-builder": "14.193.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.193.
|
|
35
|
-
"@genesislcap/vite-builder": "14.193.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.193.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.193.2",
|
|
31
|
+
"@genesislcap/genx": "14.193.2",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.193.2",
|
|
33
|
+
"@genesislcap/ts-builder": "14.193.2",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.193.2",
|
|
35
|
+
"@genesislcap/vite-builder": "14.193.2",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.193.2",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.193.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.193.2",
|
|
41
41
|
"@microsoft/fast-components": "^2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "^1.12.0",
|
|
43
43
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "14aae73d281195adae5bd2988ba56d1af7f3c56f"
|
|
58
58
|
}
|