@genesislcap/foundation-utils 14.183.1 → 14.183.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,79 +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
|
-
{
|
|
384
|
-
"kind": "javascript-module",
|
|
385
|
-
"path": "src/design-system/design-system.ts",
|
|
386
|
-
"declarations": [
|
|
387
|
-
{
|
|
388
|
-
"kind": "function",
|
|
389
|
-
"name": "assureDesignSystem",
|
|
390
|
-
"return": {
|
|
391
|
-
"type": {
|
|
392
|
-
"text": "DesignSystemModule"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
"parameters": [
|
|
396
|
-
{
|
|
397
|
-
"name": "module",
|
|
398
|
-
"type": {
|
|
399
|
-
"text": "DesignSystemModule"
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
],
|
|
403
|
-
"description": "assureDesignSystem.",
|
|
404
|
-
"privacy": "public"
|
|
405
|
-
}
|
|
406
|
-
],
|
|
407
|
-
"exports": [
|
|
408
|
-
{
|
|
409
|
-
"kind": "js",
|
|
410
|
-
"name": "assureDesignSystem",
|
|
411
|
-
"declaration": {
|
|
412
|
-
"name": "assureDesignSystem",
|
|
413
|
-
"module": "src/design-system/design-system.ts"
|
|
414
|
-
}
|
|
415
|
-
}
|
|
416
|
-
]
|
|
417
|
-
},
|
|
418
|
-
{
|
|
419
|
-
"kind": "javascript-module",
|
|
420
|
-
"path": "src/design-system/index.ts",
|
|
421
|
-
"declarations": [],
|
|
422
|
-
"exports": [
|
|
423
|
-
{
|
|
424
|
-
"kind": "js",
|
|
425
|
-
"name": "*",
|
|
426
|
-
"declaration": {
|
|
427
|
-
"name": "*",
|
|
428
|
-
"package": "./design-system"
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
]
|
|
432
|
-
},
|
|
433
360
|
{
|
|
434
361
|
"kind": "javascript-module",
|
|
435
362
|
"path": "src/decorators/index.ts",
|
|
@@ -483,6 +410,29 @@
|
|
|
483
410
|
}
|
|
484
411
|
]
|
|
485
412
|
},
|
|
413
|
+
{
|
|
414
|
+
"kind": "javascript-module",
|
|
415
|
+
"path": "src/directives/index.ts",
|
|
416
|
+
"declarations": [],
|
|
417
|
+
"exports": [
|
|
418
|
+
{
|
|
419
|
+
"kind": "js",
|
|
420
|
+
"name": "*",
|
|
421
|
+
"declaration": {
|
|
422
|
+
"name": "*",
|
|
423
|
+
"package": "./sync"
|
|
424
|
+
}
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"kind": "js",
|
|
428
|
+
"name": "*",
|
|
429
|
+
"declaration": {
|
|
430
|
+
"name": "*",
|
|
431
|
+
"package": "./when-else"
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
]
|
|
435
|
+
},
|
|
486
436
|
{
|
|
487
437
|
"kind": "javascript-module",
|
|
488
438
|
"path": "src/env/index.ts",
|
|
@@ -905,6 +855,56 @@
|
|
|
905
855
|
}
|
|
906
856
|
]
|
|
907
857
|
},
|
|
858
|
+
{
|
|
859
|
+
"kind": "javascript-module",
|
|
860
|
+
"path": "src/design-system/design-system.ts",
|
|
861
|
+
"declarations": [
|
|
862
|
+
{
|
|
863
|
+
"kind": "function",
|
|
864
|
+
"name": "assureDesignSystem",
|
|
865
|
+
"return": {
|
|
866
|
+
"type": {
|
|
867
|
+
"text": "DesignSystemModule"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"parameters": [
|
|
871
|
+
{
|
|
872
|
+
"name": "module",
|
|
873
|
+
"type": {
|
|
874
|
+
"text": "DesignSystemModule"
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
|
+
],
|
|
878
|
+
"description": "assureDesignSystem.",
|
|
879
|
+
"privacy": "public"
|
|
880
|
+
}
|
|
881
|
+
],
|
|
882
|
+
"exports": [
|
|
883
|
+
{
|
|
884
|
+
"kind": "js",
|
|
885
|
+
"name": "assureDesignSystem",
|
|
886
|
+
"declaration": {
|
|
887
|
+
"name": "assureDesignSystem",
|
|
888
|
+
"module": "src/design-system/design-system.ts"
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
]
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
"kind": "javascript-module",
|
|
895
|
+
"path": "src/design-system/index.ts",
|
|
896
|
+
"declarations": [],
|
|
897
|
+
"exports": [
|
|
898
|
+
{
|
|
899
|
+
"kind": "js",
|
|
900
|
+
"name": "*",
|
|
901
|
+
"declaration": {
|
|
902
|
+
"name": "*",
|
|
903
|
+
"package": "./design-system"
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
908
|
{
|
|
909
909
|
"kind": "javascript-module",
|
|
910
910
|
"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.183.
|
|
4
|
+
"version": "14.183.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.183.
|
|
23
|
-
"@genesislcap/genx": "14.183.
|
|
24
|
-
"@genesislcap/rollup-builder": "14.183.
|
|
25
|
-
"@genesislcap/ts-builder": "14.183.
|
|
26
|
-
"@genesislcap/uvu-playwright-builder": "14.183.
|
|
27
|
-
"@genesislcap/vite-builder": "14.183.
|
|
28
|
-
"@genesislcap/webpack-builder": "14.183.
|
|
22
|
+
"@genesislcap/foundation-testing": "14.183.2",
|
|
23
|
+
"@genesislcap/genx": "14.183.2",
|
|
24
|
+
"@genesislcap/rollup-builder": "14.183.2",
|
|
25
|
+
"@genesislcap/ts-builder": "14.183.2",
|
|
26
|
+
"@genesislcap/uvu-playwright-builder": "14.183.2",
|
|
27
|
+
"@genesislcap/vite-builder": "14.183.2",
|
|
28
|
+
"@genesislcap/webpack-builder": "14.183.2",
|
|
29
29
|
"rimraf": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@genesislcap/foundation-logger": "14.183.
|
|
32
|
+
"@genesislcap/foundation-logger": "14.183.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": "fcec30e0c7127ead30b2eee7ac82eddf25d75daf"
|
|
51
51
|
}
|