@genesislcap/foundation-utils 14.23.0 → 14.23.1-alpha-57f25e5.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.
@@ -333,78 +333,6 @@
333
333
  }
334
334
  ]
335
335
  },
336
- {
337
- "kind": "javascript-module",
338
- "path": "src/design-system/design-system.ts",
339
- "declarations": [
340
- {
341
- "kind": "function",
342
- "name": "assureDesignSystem",
343
- "return": {
344
- "type": {
345
- "text": "DesignSystemModule"
346
- }
347
- },
348
- "parameters": [
349
- {
350
- "name": "module",
351
- "type": {
352
- "text": "DesignSystemModule"
353
- }
354
- }
355
- ],
356
- "privacy": "public"
357
- }
358
- ],
359
- "exports": [
360
- {
361
- "kind": "js",
362
- "name": "assureDesignSystem",
363
- "declaration": {
364
- "name": "assureDesignSystem",
365
- "module": "src/design-system/design-system.ts"
366
- }
367
- }
368
- ]
369
- },
370
- {
371
- "kind": "javascript-module",
372
- "path": "src/design-system/index.ts",
373
- "declarations": [],
374
- "exports": [
375
- {
376
- "kind": "js",
377
- "name": "*",
378
- "declaration": {
379
- "name": "*",
380
- "package": "./design-system"
381
- }
382
- }
383
- ]
384
- },
385
- {
386
- "kind": "javascript-module",
387
- "path": "src/directives/index.ts",
388
- "declarations": [],
389
- "exports": [
390
- {
391
- "kind": "js",
392
- "name": "*",
393
- "declaration": {
394
- "name": "*",
395
- "package": "./sync"
396
- }
397
- },
398
- {
399
- "kind": "js",
400
- "name": "*",
401
- "declaration": {
402
- "name": "*",
403
- "package": "./when-else"
404
- }
405
- }
406
- ]
407
- },
408
336
  {
409
337
  "kind": "javascript-module",
410
338
  "path": "src/decorators/index.ts",
@@ -458,6 +386,55 @@
458
386
  }
459
387
  ]
460
388
  },
389
+ {
390
+ "kind": "javascript-module",
391
+ "path": "src/design-system/design-system.ts",
392
+ "declarations": [
393
+ {
394
+ "kind": "function",
395
+ "name": "assureDesignSystem",
396
+ "return": {
397
+ "type": {
398
+ "text": "DesignSystemModule"
399
+ }
400
+ },
401
+ "parameters": [
402
+ {
403
+ "name": "module",
404
+ "type": {
405
+ "text": "DesignSystemModule"
406
+ }
407
+ }
408
+ ],
409
+ "privacy": "public"
410
+ }
411
+ ],
412
+ "exports": [
413
+ {
414
+ "kind": "js",
415
+ "name": "assureDesignSystem",
416
+ "declaration": {
417
+ "name": "assureDesignSystem",
418
+ "module": "src/design-system/design-system.ts"
419
+ }
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "kind": "javascript-module",
425
+ "path": "src/design-system/index.ts",
426
+ "declarations": [],
427
+ "exports": [
428
+ {
429
+ "kind": "js",
430
+ "name": "*",
431
+ "declaration": {
432
+ "name": "*",
433
+ "package": "./design-system"
434
+ }
435
+ }
436
+ ]
437
+ },
461
438
  {
462
439
  "kind": "javascript-module",
463
440
  "path": "src/env/index.ts",
@@ -791,6 +768,29 @@
791
768
  }
792
769
  ]
793
770
  },
771
+ {
772
+ "kind": "javascript-module",
773
+ "path": "src/directives/index.ts",
774
+ "declarations": [],
775
+ "exports": [
776
+ {
777
+ "kind": "js",
778
+ "name": "*",
779
+ "declaration": {
780
+ "name": "*",
781
+ "package": "./sync"
782
+ }
783
+ },
784
+ {
785
+ "kind": "js",
786
+ "name": "*",
787
+ "declaration": {
788
+ "name": "*",
789
+ "package": "./when-else"
790
+ }
791
+ }
792
+ ]
793
+ },
794
794
  {
795
795
  "kind": "javascript-module",
796
796
  "path": "src/logger/index.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.23.0",
4
+ "version": "14.23.1-alpha-57f25e5.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "@custom-elements-manifest/analyzer": "^0.8.2",
28
- "@genesislcap/genx": "^14.23.0",
28
+ "@genesislcap/genx": "14.23.1-alpha-57f25e5.0",
29
29
  "@module-federation/dashboard-plugin": "2.3.0",
30
30
  "@playwright/test": "^1.18.1",
31
31
  "@rollup/plugin-commonjs": "^21.0.1",
@@ -87,5 +87,5 @@
87
87
  "access": "public"
88
88
  },
89
89
  "customElements": "dist/custom-elements.json",
90
- "gitHead": "e32f041c0d827b1731f2de5ba5aeef20bb4ae7a9"
90
+ "gitHead": "700a7dbd94e50a5cfd9a84c6fcceb6a3e2dfe1a4"
91
91
  }