@genesislcap/foundation-utils 14.76.0 → 14.77.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.
@@ -341,55 +341,6 @@
341
341
  }
342
342
  ]
343
343
  },
344
- {
345
- "kind": "javascript-module",
346
- "path": "src/design-system/design-system.ts",
347
- "declarations": [
348
- {
349
- "kind": "function",
350
- "name": "assureDesignSystem",
351
- "return": {
352
- "type": {
353
- "text": "DesignSystemModule"
354
- }
355
- },
356
- "parameters": [
357
- {
358
- "name": "module",
359
- "type": {
360
- "text": "DesignSystemModule"
361
- }
362
- }
363
- ],
364
- "privacy": "public"
365
- }
366
- ],
367
- "exports": [
368
- {
369
- "kind": "js",
370
- "name": "assureDesignSystem",
371
- "declaration": {
372
- "name": "assureDesignSystem",
373
- "module": "src/design-system/design-system.ts"
374
- }
375
- }
376
- ]
377
- },
378
- {
379
- "kind": "javascript-module",
380
- "path": "src/design-system/index.ts",
381
- "declarations": [],
382
- "exports": [
383
- {
384
- "kind": "js",
385
- "name": "*",
386
- "declaration": {
387
- "name": "*",
388
- "package": "./design-system"
389
- }
390
- }
391
- ]
392
- },
393
344
  {
394
345
  "kind": "javascript-module",
395
346
  "path": "src/decorators/index.ts",
@@ -445,23 +396,49 @@
445
396
  },
446
397
  {
447
398
  "kind": "javascript-module",
448
- "path": "src/directives/index.ts",
449
- "declarations": [],
399
+ "path": "src/design-system/design-system.ts",
400
+ "declarations": [
401
+ {
402
+ "kind": "function",
403
+ "name": "assureDesignSystem",
404
+ "return": {
405
+ "type": {
406
+ "text": "DesignSystemModule"
407
+ }
408
+ },
409
+ "parameters": [
410
+ {
411
+ "name": "module",
412
+ "type": {
413
+ "text": "DesignSystemModule"
414
+ }
415
+ }
416
+ ],
417
+ "privacy": "public"
418
+ }
419
+ ],
450
420
  "exports": [
451
421
  {
452
422
  "kind": "js",
453
- "name": "*",
423
+ "name": "assureDesignSystem",
454
424
  "declaration": {
455
- "name": "*",
456
- "package": "./sync"
425
+ "name": "assureDesignSystem",
426
+ "module": "src/design-system/design-system.ts"
457
427
  }
458
- },
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "kind": "javascript-module",
433
+ "path": "src/design-system/index.ts",
434
+ "declarations": [],
435
+ "exports": [
459
436
  {
460
437
  "kind": "js",
461
438
  "name": "*",
462
439
  "declaration": {
463
440
  "name": "*",
464
- "package": "./when-else"
441
+ "package": "./design-system"
465
442
  }
466
443
  }
467
444
  ]
@@ -689,6 +666,29 @@
689
666
  }
690
667
  ]
691
668
  },
669
+ {
670
+ "kind": "javascript-module",
671
+ "path": "src/directives/index.ts",
672
+ "declarations": [],
673
+ "exports": [
674
+ {
675
+ "kind": "js",
676
+ "name": "*",
677
+ "declaration": {
678
+ "name": "*",
679
+ "package": "./sync"
680
+ }
681
+ },
682
+ {
683
+ "kind": "js",
684
+ "name": "*",
685
+ "declaration": {
686
+ "name": "*",
687
+ "package": "./when-else"
688
+ }
689
+ }
690
+ ]
691
+ },
692
692
  {
693
693
  "kind": "javascript-module",
694
694
  "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.76.0",
4
+ "version": "14.77.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,5 +41,5 @@
41
41
  "access": "public"
42
42
  },
43
43
  "customElements": "dist/custom-elements.json",
44
- "gitHead": "9f90400b8a08e671c9ab61e8f44647f2a7306492"
44
+ "gitHead": "5902cd57f709923a2f8e85ccbdce1fe856bf216f"
45
45
  }