@genesislcap/foundation-utils 14.18.0 → 14.20.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.
@@ -386,55 +386,6 @@
386
386
  }
387
387
  ]
388
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
- },
438
389
  {
439
390
  "kind": "javascript-module",
440
391
  "path": "src/directives/index.ts",
@@ -663,6 +614,55 @@
663
614
  }
664
615
  ]
665
616
  },
617
+ {
618
+ "kind": "javascript-module",
619
+ "path": "src/design-system/design-system.ts",
620
+ "declarations": [
621
+ {
622
+ "kind": "function",
623
+ "name": "assureDesignSystem",
624
+ "return": {
625
+ "type": {
626
+ "text": "DesignSystemModule"
627
+ }
628
+ },
629
+ "parameters": [
630
+ {
631
+ "name": "module",
632
+ "type": {
633
+ "text": "DesignSystemModule"
634
+ }
635
+ }
636
+ ],
637
+ "privacy": "public"
638
+ }
639
+ ],
640
+ "exports": [
641
+ {
642
+ "kind": "js",
643
+ "name": "assureDesignSystem",
644
+ "declaration": {
645
+ "name": "assureDesignSystem",
646
+ "module": "src/design-system/design-system.ts"
647
+ }
648
+ }
649
+ ]
650
+ },
651
+ {
652
+ "kind": "javascript-module",
653
+ "path": "src/design-system/index.ts",
654
+ "declarations": [],
655
+ "exports": [
656
+ {
657
+ "kind": "js",
658
+ "name": "*",
659
+ "declaration": {
660
+ "name": "*",
661
+ "package": "./design-system"
662
+ }
663
+ }
664
+ ]
665
+ },
666
666
  {
667
667
  "kind": "javascript-module",
668
668
  "path": "src/formatters/datetime.ts",
@@ -1798,6 +1798,41 @@
1798
1798
  }
1799
1799
  ]
1800
1800
  },
1801
+ {
1802
+ "kind": "javascript-module",
1803
+ "path": "src/serializers/json/index.ts",
1804
+ "declarations": [],
1805
+ "exports": [
1806
+ {
1807
+ "kind": "js",
1808
+ "name": "*",
1809
+ "declaration": {
1810
+ "name": "*",
1811
+ "package": "./json"
1812
+ }
1813
+ }
1814
+ ]
1815
+ },
1816
+ {
1817
+ "kind": "javascript-module",
1818
+ "path": "src/serializers/json/json.ts",
1819
+ "declarations": [
1820
+ {
1821
+ "kind": "variable",
1822
+ "name": "JSONSerializer"
1823
+ }
1824
+ ],
1825
+ "exports": [
1826
+ {
1827
+ "kind": "js",
1828
+ "name": "JSONSerializer",
1829
+ "declaration": {
1830
+ "name": "JSONSerializer",
1831
+ "module": "src/serializers/json/json.ts"
1832
+ }
1833
+ }
1834
+ ]
1835
+ },
1801
1836
  {
1802
1837
  "kind": "javascript-module",
1803
1838
  "path": "src/mixins/pendingState/index.ts",
@@ -1897,41 +1932,6 @@
1897
1932
  }
1898
1933
  }
1899
1934
  ]
1900
- },
1901
- {
1902
- "kind": "javascript-module",
1903
- "path": "src/serializers/json/index.ts",
1904
- "declarations": [],
1905
- "exports": [
1906
- {
1907
- "kind": "js",
1908
- "name": "*",
1909
- "declaration": {
1910
- "name": "*",
1911
- "package": "./json"
1912
- }
1913
- }
1914
- ]
1915
- },
1916
- {
1917
- "kind": "javascript-module",
1918
- "path": "src/serializers/json/json.ts",
1919
- "declarations": [
1920
- {
1921
- "kind": "variable",
1922
- "name": "JSONSerializer"
1923
- }
1924
- ],
1925
- "exports": [
1926
- {
1927
- "kind": "js",
1928
- "name": "JSONSerializer",
1929
- "declaration": {
1930
- "name": "JSONSerializer",
1931
- "module": "src/serializers/json/json.ts"
1932
- }
1933
- }
1934
- ]
1935
1935
  }
1936
1936
  ]
1937
1937
  }
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.18.0",
4
+ "version": "14.20.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@custom-elements-manifest/analyzer": "^0.8.2",
31
- "@genesislcap/genx": "^14.18.0",
31
+ "@genesislcap/genx": "^14.20.0",
32
32
  "@module-federation/dashboard-plugin": "2.3.0",
33
33
  "@playwright/test": "^1.18.1",
34
34
  "@rollup/plugin-commonjs": "^21.0.1",
@@ -90,5 +90,5 @@
90
90
  "access": "public"
91
91
  },
92
92
  "customElements": "dist/custom-elements.json",
93
- "gitHead": "35c1a42bdf004f0eb61b721bec7f1e871145186d"
93
+ "gitHead": "2bbc3006120ed45f50a4542012562f1a5d620e57"
94
94
  }