@genesislcap/foundation-utils 14.24.2-alpha-1a5d656.0 → 14.24.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.
@@ -333,78 +333,6 @@
333
333
  }
334
334
  ]
335
335
  },
336
- {
337
- "kind": "javascript-module",
338
- "path": "src/directives/index.ts",
339
- "declarations": [],
340
- "exports": [
341
- {
342
- "kind": "js",
343
- "name": "*",
344
- "declaration": {
345
- "name": "*",
346
- "package": "./sync"
347
- }
348
- },
349
- {
350
- "kind": "js",
351
- "name": "*",
352
- "declaration": {
353
- "name": "*",
354
- "package": "./when-else"
355
- }
356
- }
357
- ]
358
- },
359
- {
360
- "kind": "javascript-module",
361
- "path": "src/design-system/design-system.ts",
362
- "declarations": [
363
- {
364
- "kind": "function",
365
- "name": "assureDesignSystem",
366
- "return": {
367
- "type": {
368
- "text": "DesignSystemModule"
369
- }
370
- },
371
- "parameters": [
372
- {
373
- "name": "module",
374
- "type": {
375
- "text": "DesignSystemModule"
376
- }
377
- }
378
- ],
379
- "privacy": "public"
380
- }
381
- ],
382
- "exports": [
383
- {
384
- "kind": "js",
385
- "name": "assureDesignSystem",
386
- "declaration": {
387
- "name": "assureDesignSystem",
388
- "module": "src/design-system/design-system.ts"
389
- }
390
- }
391
- ]
392
- },
393
- {
394
- "kind": "javascript-module",
395
- "path": "src/design-system/index.ts",
396
- "declarations": [],
397
- "exports": [
398
- {
399
- "kind": "js",
400
- "name": "*",
401
- "declaration": {
402
- "name": "*",
403
- "package": "./design-system"
404
- }
405
- }
406
- ]
407
- },
408
336
  {
409
337
  "kind": "javascript-module",
410
338
  "path": "src/decorators/index.ts",
@@ -458,6 +386,29 @@
458
386
  }
459
387
  ]
460
388
  },
389
+ {
390
+ "kind": "javascript-module",
391
+ "path": "src/directives/index.ts",
392
+ "declarations": [],
393
+ "exports": [
394
+ {
395
+ "kind": "js",
396
+ "name": "*",
397
+ "declaration": {
398
+ "name": "*",
399
+ "package": "./sync"
400
+ }
401
+ },
402
+ {
403
+ "kind": "js",
404
+ "name": "*",
405
+ "declaration": {
406
+ "name": "*",
407
+ "package": "./when-else"
408
+ }
409
+ }
410
+ ]
411
+ },
461
412
  {
462
413
  "kind": "javascript-module",
463
414
  "path": "src/env/index.ts",
@@ -679,6 +630,55 @@
679
630
  }
680
631
  ]
681
632
  },
633
+ {
634
+ "kind": "javascript-module",
635
+ "path": "src/design-system/design-system.ts",
636
+ "declarations": [
637
+ {
638
+ "kind": "function",
639
+ "name": "assureDesignSystem",
640
+ "return": {
641
+ "type": {
642
+ "text": "DesignSystemModule"
643
+ }
644
+ },
645
+ "parameters": [
646
+ {
647
+ "name": "module",
648
+ "type": {
649
+ "text": "DesignSystemModule"
650
+ }
651
+ }
652
+ ],
653
+ "privacy": "public"
654
+ }
655
+ ],
656
+ "exports": [
657
+ {
658
+ "kind": "js",
659
+ "name": "assureDesignSystem",
660
+ "declaration": {
661
+ "name": "assureDesignSystem",
662
+ "module": "src/design-system/design-system.ts"
663
+ }
664
+ }
665
+ ]
666
+ },
667
+ {
668
+ "kind": "javascript-module",
669
+ "path": "src/design-system/index.ts",
670
+ "declarations": [],
671
+ "exports": [
672
+ {
673
+ "kind": "js",
674
+ "name": "*",
675
+ "declaration": {
676
+ "name": "*",
677
+ "package": "./design-system"
678
+ }
679
+ }
680
+ ]
681
+ },
682
682
  {
683
683
  "kind": "javascript-module",
684
684
  "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.24.2-alpha-1a5d656.0",
4
+ "version": "14.24.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -24,7 +24,7 @@
24
24
  "test": "echo \"Error: no test specified\""
25
25
  },
26
26
  "devDependencies": {
27
- "@genesislcap/genx": "14.24.2-alpha-1a5d656.0",
27
+ "@genesislcap/genx": "^14.24.2",
28
28
  "@module-federation/dashboard-plugin": "2.3.0",
29
29
  "@playwright/test": "^1.18.1",
30
30
  "@types/node": "^16.4.3",
@@ -78,5 +78,5 @@
78
78
  "access": "public"
79
79
  },
80
80
  "customElements": "dist/custom-elements.json",
81
- "gitHead": "92229173bfec02c431797fcf9c19ffe09f246754"
81
+ "gitHead": "a4cd30274c02f59472b48654d8e749c2e2b28f1d"
82
82
  }