@genesislcap/foundation-utils 14.195.1 → 14.195.2-alpha-505284e.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 +50 -50
- package/package.json +10 -10
|
@@ -410,56 +410,6 @@
|
|
|
410
410
|
}
|
|
411
411
|
]
|
|
412
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
413
|
{
|
|
464
414
|
"kind": "javascript-module",
|
|
465
415
|
"path": "src/directives/index.ts",
|
|
@@ -721,6 +671,56 @@
|
|
|
721
671
|
}
|
|
722
672
|
]
|
|
723
673
|
},
|
|
674
|
+
{
|
|
675
|
+
"kind": "javascript-module",
|
|
676
|
+
"path": "src/design-system/design-system.ts",
|
|
677
|
+
"declarations": [
|
|
678
|
+
{
|
|
679
|
+
"kind": "function",
|
|
680
|
+
"name": "assureDesignSystem",
|
|
681
|
+
"return": {
|
|
682
|
+
"type": {
|
|
683
|
+
"text": "DesignSystemModule"
|
|
684
|
+
}
|
|
685
|
+
},
|
|
686
|
+
"parameters": [
|
|
687
|
+
{
|
|
688
|
+
"name": "module",
|
|
689
|
+
"type": {
|
|
690
|
+
"text": "DesignSystemModule"
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
],
|
|
694
|
+
"description": "assureDesignSystem.",
|
|
695
|
+
"privacy": "public"
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"exports": [
|
|
699
|
+
{
|
|
700
|
+
"kind": "js",
|
|
701
|
+
"name": "assureDesignSystem",
|
|
702
|
+
"declaration": {
|
|
703
|
+
"name": "assureDesignSystem",
|
|
704
|
+
"module": "src/design-system/design-system.ts"
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
]
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"kind": "javascript-module",
|
|
711
|
+
"path": "src/design-system/index.ts",
|
|
712
|
+
"declarations": [],
|
|
713
|
+
"exports": [
|
|
714
|
+
{
|
|
715
|
+
"kind": "js",
|
|
716
|
+
"name": "*",
|
|
717
|
+
"declaration": {
|
|
718
|
+
"name": "*",
|
|
719
|
+
"package": "./design-system"
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
]
|
|
723
|
+
},
|
|
724
724
|
{
|
|
725
725
|
"kind": "javascript-module",
|
|
726
726
|
"path": "src/error/errorMap.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.195.
|
|
4
|
+
"version": "14.195.2-alpha-505284e.0",
|
|
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.195.
|
|
31
|
-
"@genesislcap/genx": "14.195.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.195.
|
|
33
|
-
"@genesislcap/ts-builder": "14.195.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.195.
|
|
35
|
-
"@genesislcap/vite-builder": "14.195.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.195.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.195.2-alpha-505284e.0",
|
|
31
|
+
"@genesislcap/genx": "14.195.2-alpha-505284e.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.195.2-alpha-505284e.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.195.2-alpha-505284e.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.195.2-alpha-505284e.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.195.2-alpha-505284e.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.195.2-alpha-505284e.0",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.195.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.195.2-alpha-505284e.0",
|
|
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": "c9fe67f26b80e82dbd4db613f0fec5bff49b59fb"
|
|
58
58
|
}
|