@genesislcap/foundation-utils 14.158.2-alpha-d812657.0 → 14.158.2-alpha-9dfdf28.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 +73 -73
- package/package.json +10 -10
|
@@ -402,6 +402,79 @@
|
|
|
402
402
|
}
|
|
403
403
|
]
|
|
404
404
|
},
|
|
405
|
+
{
|
|
406
|
+
"kind": "javascript-module",
|
|
407
|
+
"path": "src/design-system/design-system.ts",
|
|
408
|
+
"declarations": [
|
|
409
|
+
{
|
|
410
|
+
"kind": "function",
|
|
411
|
+
"name": "assureDesignSystem",
|
|
412
|
+
"return": {
|
|
413
|
+
"type": {
|
|
414
|
+
"text": "DesignSystemModule"
|
|
415
|
+
}
|
|
416
|
+
},
|
|
417
|
+
"parameters": [
|
|
418
|
+
{
|
|
419
|
+
"name": "module",
|
|
420
|
+
"type": {
|
|
421
|
+
"text": "DesignSystemModule"
|
|
422
|
+
}
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"description": "assureDesignSystem.",
|
|
426
|
+
"privacy": "public"
|
|
427
|
+
}
|
|
428
|
+
],
|
|
429
|
+
"exports": [
|
|
430
|
+
{
|
|
431
|
+
"kind": "js",
|
|
432
|
+
"name": "assureDesignSystem",
|
|
433
|
+
"declaration": {
|
|
434
|
+
"name": "assureDesignSystem",
|
|
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
|
+
{
|
|
456
|
+
"kind": "javascript-module",
|
|
457
|
+
"path": "src/directives/index.ts",
|
|
458
|
+
"declarations": [],
|
|
459
|
+
"exports": [
|
|
460
|
+
{
|
|
461
|
+
"kind": "js",
|
|
462
|
+
"name": "*",
|
|
463
|
+
"declaration": {
|
|
464
|
+
"name": "*",
|
|
465
|
+
"package": "./sync"
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"kind": "js",
|
|
470
|
+
"name": "*",
|
|
471
|
+
"declaration": {
|
|
472
|
+
"name": "*",
|
|
473
|
+
"package": "./when-else"
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
]
|
|
477
|
+
},
|
|
405
478
|
{
|
|
406
479
|
"kind": "javascript-module",
|
|
407
480
|
"path": "src/env/index.ts",
|
|
@@ -625,29 +698,6 @@
|
|
|
625
698
|
}
|
|
626
699
|
]
|
|
627
700
|
},
|
|
628
|
-
{
|
|
629
|
-
"kind": "javascript-module",
|
|
630
|
-
"path": "src/directives/index.ts",
|
|
631
|
-
"declarations": [],
|
|
632
|
-
"exports": [
|
|
633
|
-
{
|
|
634
|
-
"kind": "js",
|
|
635
|
-
"name": "*",
|
|
636
|
-
"declaration": {
|
|
637
|
-
"name": "*",
|
|
638
|
-
"package": "./sync"
|
|
639
|
-
}
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"kind": "js",
|
|
643
|
-
"name": "*",
|
|
644
|
-
"declaration": {
|
|
645
|
-
"name": "*",
|
|
646
|
-
"package": "./when-else"
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
]
|
|
650
|
-
},
|
|
651
701
|
{
|
|
652
702
|
"kind": "javascript-module",
|
|
653
703
|
"path": "src/error/errorMap.ts",
|
|
@@ -847,56 +897,6 @@
|
|
|
847
897
|
}
|
|
848
898
|
]
|
|
849
899
|
},
|
|
850
|
-
{
|
|
851
|
-
"kind": "javascript-module",
|
|
852
|
-
"path": "src/design-system/design-system.ts",
|
|
853
|
-
"declarations": [
|
|
854
|
-
{
|
|
855
|
-
"kind": "function",
|
|
856
|
-
"name": "assureDesignSystem",
|
|
857
|
-
"return": {
|
|
858
|
-
"type": {
|
|
859
|
-
"text": "DesignSystemModule"
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
"parameters": [
|
|
863
|
-
{
|
|
864
|
-
"name": "module",
|
|
865
|
-
"type": {
|
|
866
|
-
"text": "DesignSystemModule"
|
|
867
|
-
}
|
|
868
|
-
}
|
|
869
|
-
],
|
|
870
|
-
"description": "assureDesignSystem.",
|
|
871
|
-
"privacy": "public"
|
|
872
|
-
}
|
|
873
|
-
],
|
|
874
|
-
"exports": [
|
|
875
|
-
{
|
|
876
|
-
"kind": "js",
|
|
877
|
-
"name": "assureDesignSystem",
|
|
878
|
-
"declaration": {
|
|
879
|
-
"name": "assureDesignSystem",
|
|
880
|
-
"module": "src/design-system/design-system.ts"
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
]
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"kind": "javascript-module",
|
|
887
|
-
"path": "src/design-system/index.ts",
|
|
888
|
-
"declarations": [],
|
|
889
|
-
"exports": [
|
|
890
|
-
{
|
|
891
|
-
"kind": "js",
|
|
892
|
-
"name": "*",
|
|
893
|
-
"declaration": {
|
|
894
|
-
"name": "*",
|
|
895
|
-
"package": "./design-system"
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
]
|
|
899
|
-
},
|
|
900
900
|
{
|
|
901
901
|
"kind": "javascript-module",
|
|
902
902
|
"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.158.2-alpha-
|
|
4
|
+
"version": "14.158.2-alpha-9dfdf28.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -19,17 +19,17 @@
|
|
|
19
19
|
"test": "genx test"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@genesislcap/foundation-testing": "14.158.2-alpha-
|
|
23
|
-
"@genesislcap/genx": "14.158.2-alpha-
|
|
24
|
-
"@genesislcap/rollup-builder": "14.158.2-alpha-
|
|
25
|
-
"@genesislcap/ts-builder": "14.158.2-alpha-
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.158.2-alpha-
|
|
27
|
-
"@genesislcap/vite-builder": "14.158.2-alpha-
|
|
28
|
-
"@genesislcap/webpack-builder": "14.158.2-alpha-
|
|
22
|
+
"@genesislcap/foundation-testing": "14.158.2-alpha-9dfdf28.0",
|
|
23
|
+
"@genesislcap/genx": "14.158.2-alpha-9dfdf28.0",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.158.2-alpha-9dfdf28.0",
|
|
25
|
+
"@genesislcap/ts-builder": "14.158.2-alpha-9dfdf28.0",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.158.2-alpha-9dfdf28.0",
|
|
27
|
+
"@genesislcap/vite-builder": "14.158.2-alpha-9dfdf28.0",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.158.2-alpha-9dfdf28.0",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.158.2-alpha-
|
|
32
|
+
"@genesislcap/foundation-logger": "14.158.2-alpha-9dfdf28.0",
|
|
33
33
|
"@microsoft/fast-components": "^2.30.6",
|
|
34
34
|
"@microsoft/fast-element": "^1.12.0",
|
|
35
35
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "aed9487d5c829bbd361ee61d327782711bf16e3d"
|
|
51
51
|
}
|