@genesislcap/foundation-utils 14.155.0-axes.2 → 14.155.0-canary.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 +50 -50
- package/package.json +10 -10
|
@@ -402,6 +402,56 @@
|
|
|
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
|
+
},
|
|
405
455
|
{
|
|
406
456
|
"kind": "javascript-module",
|
|
407
457
|
"path": "src/directives/index.ts",
|
|
@@ -648,56 +698,6 @@
|
|
|
648
698
|
}
|
|
649
699
|
]
|
|
650
700
|
},
|
|
651
|
-
{
|
|
652
|
-
"kind": "javascript-module",
|
|
653
|
-
"path": "src/design-system/design-system.ts",
|
|
654
|
-
"declarations": [
|
|
655
|
-
{
|
|
656
|
-
"kind": "function",
|
|
657
|
-
"name": "assureDesignSystem",
|
|
658
|
-
"return": {
|
|
659
|
-
"type": {
|
|
660
|
-
"text": "DesignSystemModule"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"parameters": [
|
|
664
|
-
{
|
|
665
|
-
"name": "module",
|
|
666
|
-
"type": {
|
|
667
|
-
"text": "DesignSystemModule"
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
],
|
|
671
|
-
"description": "assureDesignSystem.",
|
|
672
|
-
"privacy": "public"
|
|
673
|
-
}
|
|
674
|
-
],
|
|
675
|
-
"exports": [
|
|
676
|
-
{
|
|
677
|
-
"kind": "js",
|
|
678
|
-
"name": "assureDesignSystem",
|
|
679
|
-
"declaration": {
|
|
680
|
-
"name": "assureDesignSystem",
|
|
681
|
-
"module": "src/design-system/design-system.ts"
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
]
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"kind": "javascript-module",
|
|
688
|
-
"path": "src/design-system/index.ts",
|
|
689
|
-
"declarations": [],
|
|
690
|
-
"exports": [
|
|
691
|
-
{
|
|
692
|
-
"kind": "js",
|
|
693
|
-
"name": "*",
|
|
694
|
-
"declaration": {
|
|
695
|
-
"name": "*",
|
|
696
|
-
"package": "./design-system"
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
]
|
|
700
|
-
},
|
|
701
701
|
{
|
|
702
702
|
"kind": "javascript-module",
|
|
703
703
|
"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.155.0-
|
|
4
|
+
"version": "14.155.0-canary.2",
|
|
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.155.0-
|
|
23
|
-
"@genesislcap/genx": "14.155.0-
|
|
24
|
-
"@genesislcap/rollup-builder": "14.155.0-
|
|
25
|
-
"@genesislcap/ts-builder": "14.155.0-
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.155.0-
|
|
27
|
-
"@genesislcap/vite-builder": "14.155.0-
|
|
28
|
-
"@genesislcap/webpack-builder": "14.155.0-
|
|
22
|
+
"@genesislcap/foundation-testing": "14.155.0-canary.2",
|
|
23
|
+
"@genesislcap/genx": "14.155.0-canary.2",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.155.0-canary.2",
|
|
25
|
+
"@genesislcap/ts-builder": "14.155.0-canary.2",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.155.0-canary.2",
|
|
27
|
+
"@genesislcap/vite-builder": "14.155.0-canary.2",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.155.0-canary.2",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.155.0-
|
|
32
|
+
"@genesislcap/foundation-logger": "14.155.0-canary.2",
|
|
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": "cc29273ef4672aa54a903a1027ebf37f81ab0766"
|
|
51
51
|
}
|