@genesislcap/foundation-utils 14.259.0 → 14.259.1

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,29 +367,6 @@
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
- },
393
370
  {
394
371
  "kind": "javascript-module",
395
372
  "path": "src/decorators/index.ts",
@@ -445,7 +422,42 @@
445
422
  },
446
423
  {
447
424
  "kind": "javascript-module",
448
- "path": "src/encoding/index.ts",
425
+ "path": "src/design-system/design-system.ts",
426
+ "declarations": [
427
+ {
428
+ "kind": "function",
429
+ "name": "assureDesignSystem",
430
+ "return": {
431
+ "type": {
432
+ "text": "DesignSystemModule"
433
+ }
434
+ },
435
+ "parameters": [
436
+ {
437
+ "name": "module",
438
+ "type": {
439
+ "text": "DesignSystemModule"
440
+ }
441
+ }
442
+ ],
443
+ "description": "assureDesignSystem.",
444
+ "privacy": "public"
445
+ }
446
+ ],
447
+ "exports": [
448
+ {
449
+ "kind": "js",
450
+ "name": "assureDesignSystem",
451
+ "declaration": {
452
+ "name": "assureDesignSystem",
453
+ "module": "src/design-system/design-system.ts"
454
+ }
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "kind": "javascript-module",
460
+ "path": "src/design-system/index.ts",
449
461
  "declarations": [],
450
462
  "exports": [
451
463
  {
@@ -453,7 +465,30 @@
453
465
  "name": "*",
454
466
  "declaration": {
455
467
  "name": "*",
456
- "package": "./base64"
468
+ "package": "./design-system"
469
+ }
470
+ }
471
+ ]
472
+ },
473
+ {
474
+ "kind": "javascript-module",
475
+ "path": "src/directives/index.ts",
476
+ "declarations": [],
477
+ "exports": [
478
+ {
479
+ "kind": "js",
480
+ "name": "*",
481
+ "declaration": {
482
+ "name": "*",
483
+ "package": "./sync"
484
+ }
485
+ },
486
+ {
487
+ "kind": "js",
488
+ "name": "*",
489
+ "declaration": {
490
+ "name": "*",
491
+ "package": "./when-else"
457
492
  }
458
493
  }
459
494
  ]
@@ -901,42 +936,7 @@
901
936
  },
902
937
  {
903
938
  "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",
939
+ "path": "src/encoding/index.ts",
940
940
  "declarations": [],
941
941
  "exports": [
942
942
  {
@@ -944,7 +944,7 @@
944
944
  "name": "*",
945
945
  "declaration": {
946
946
  "name": "*",
947
- "package": "./design-system"
947
+ "package": "./base64"
948
948
  }
949
949
  }
950
950
  ]
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.259.0",
4
+ "version": "14.259.1",
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.259.0",
31
- "@genesislcap/genx": "14.259.0",
32
- "@genesislcap/rollup-builder": "14.259.0",
33
- "@genesislcap/ts-builder": "14.259.0",
34
- "@genesislcap/uvu-playwright-builder": "14.259.0",
35
- "@genesislcap/vite-builder": "14.259.0",
36
- "@genesislcap/webpack-builder": "14.259.0",
30
+ "@genesislcap/foundation-testing": "14.259.1",
31
+ "@genesislcap/genx": "14.259.1",
32
+ "@genesislcap/rollup-builder": "14.259.1",
33
+ "@genesislcap/ts-builder": "14.259.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.259.1",
35
+ "@genesislcap/vite-builder": "14.259.1",
36
+ "@genesislcap/webpack-builder": "14.259.1",
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.259.0",
42
+ "@genesislcap/foundation-logger": "14.259.1",
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": "6656bbcddf94db7587bab3339ca021718ce54709"
60
+ "gitHead": "1812b4f2291e77e2d13d68afed776f4aeae59879"
61
61
  }