@genesislcap/foundation-utils 14.266.2-alpha-9690306.0 → 14.267.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.
@@ -367,6 +367,29 @@
367
367
  }
368
368
  ]
369
369
  },
370
+ {
371
+ "kind": "javascript-module",
372
+ "path": "src/directives/index.ts",
373
+ "declarations": [],
374
+ "exports": [
375
+ {
376
+ "kind": "js",
377
+ "name": "*",
378
+ "declaration": {
379
+ "name": "*",
380
+ "package": "./sync"
381
+ }
382
+ },
383
+ {
384
+ "kind": "js",
385
+ "name": "*",
386
+ "declaration": {
387
+ "name": "*",
388
+ "package": "./when-else"
389
+ }
390
+ }
391
+ ]
392
+ },
370
393
  {
371
394
  "kind": "javascript-module",
372
395
  "path": "src/decorators/index.ts",
@@ -422,7 +445,7 @@
422
445
  },
423
446
  {
424
447
  "kind": "javascript-module",
425
- "path": "src/directives/index.ts",
448
+ "path": "src/encoding/index.ts",
426
449
  "declarations": [],
427
450
  "exports": [
428
451
  {
@@ -430,22 +453,49 @@
430
453
  "name": "*",
431
454
  "declaration": {
432
455
  "name": "*",
433
- "package": "./sync"
456
+ "package": "./base64"
434
457
  }
435
- },
458
+ }
459
+ ]
460
+ },
461
+ {
462
+ "kind": "javascript-module",
463
+ "path": "src/design-system/design-system.ts",
464
+ "declarations": [
465
+ {
466
+ "kind": "function",
467
+ "name": "assureDesignSystem",
468
+ "return": {
469
+ "type": {
470
+ "text": "DesignSystemModule"
471
+ }
472
+ },
473
+ "parameters": [
474
+ {
475
+ "name": "module",
476
+ "type": {
477
+ "text": "DesignSystemModule"
478
+ }
479
+ }
480
+ ],
481
+ "description": "assureDesignSystem.",
482
+ "privacy": "public"
483
+ }
484
+ ],
485
+ "exports": [
436
486
  {
437
487
  "kind": "js",
438
- "name": "*",
488
+ "name": "assureDesignSystem",
439
489
  "declaration": {
440
- "name": "*",
441
- "package": "./when-else"
490
+ "name": "assureDesignSystem",
491
+ "module": "src/design-system/design-system.ts"
442
492
  }
443
493
  }
444
494
  ]
445
495
  },
446
496
  {
447
497
  "kind": "javascript-module",
448
- "path": "src/encoding/index.ts",
498
+ "path": "src/design-system/index.ts",
449
499
  "declarations": [],
450
500
  "exports": [
451
501
  {
@@ -453,7 +503,7 @@
453
503
  "name": "*",
454
504
  "declaration": {
455
505
  "name": "*",
456
- "package": "./base64"
506
+ "package": "./design-system"
457
507
  }
458
508
  }
459
509
  ]
@@ -899,56 +949,6 @@
899
949
  }
900
950
  ]
901
951
  },
902
- {
903
- "kind": "javascript-module",
904
- "path": "src/design-system/design-system.ts",
905
- "declarations": [
906
- {
907
- "kind": "function",
908
- "name": "assureDesignSystem",
909
- "return": {
910
- "type": {
911
- "text": "DesignSystemModule"
912
- }
913
- },
914
- "parameters": [
915
- {
916
- "name": "module",
917
- "type": {
918
- "text": "DesignSystemModule"
919
- }
920
- }
921
- ],
922
- "description": "assureDesignSystem.",
923
- "privacy": "public"
924
- }
925
- ],
926
- "exports": [
927
- {
928
- "kind": "js",
929
- "name": "assureDesignSystem",
930
- "declaration": {
931
- "name": "assureDesignSystem",
932
- "module": "src/design-system/design-system.ts"
933
- }
934
- }
935
- ]
936
- },
937
- {
938
- "kind": "javascript-module",
939
- "path": "src/design-system/index.ts",
940
- "declarations": [],
941
- "exports": [
942
- {
943
- "kind": "js",
944
- "name": "*",
945
- "declaration": {
946
- "name": "*",
947
- "package": "./design-system"
948
- }
949
- }
950
- ]
951
- },
952
952
  {
953
953
  "kind": "javascript-module",
954
954
  "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.266.2-alpha-9690306.0",
4
+ "version": "14.267.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.266.2-alpha-9690306.0",
31
- "@genesislcap/genx": "14.266.2-alpha-9690306.0",
32
- "@genesislcap/rollup-builder": "14.266.2-alpha-9690306.0",
33
- "@genesislcap/ts-builder": "14.266.2-alpha-9690306.0",
34
- "@genesislcap/uvu-playwright-builder": "14.266.2-alpha-9690306.0",
35
- "@genesislcap/vite-builder": "14.266.2-alpha-9690306.0",
36
- "@genesislcap/webpack-builder": "14.266.2-alpha-9690306.0",
30
+ "@genesislcap/foundation-testing": "14.267.0",
31
+ "@genesislcap/genx": "14.267.0",
32
+ "@genesislcap/rollup-builder": "14.267.0",
33
+ "@genesislcap/ts-builder": "14.267.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.267.0",
35
+ "@genesislcap/vite-builder": "14.267.0",
36
+ "@genesislcap/webpack-builder": "14.267.0",
37
37
  "@types/json-schema": "^7.0.11",
38
38
  "rimraf": "^5.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@genesislcap/expression-builder": "14.258.1",
42
- "@genesislcap/foundation-logger": "14.266.2-alpha-9690306.0",
42
+ "@genesislcap/foundation-logger": "14.267.0",
43
43
  "@microsoft/fast-components": "2.30.6",
44
44
  "@microsoft/fast-element": "1.14.0",
45
45
  "@microsoft/fast-foundation": "2.49.6",
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "customElements": "dist/custom-elements.json",
60
- "gitHead": "24bc63651d781ace3dd2620879d0e9ba3b1e6147"
60
+ "gitHead": "71861fa4ba4a479834d486fd5e8e2528a42854e3"
61
61
  }