@genesislcap/foundation-utils 14.209.3-alpha-19540ee.0 → 14.209.3-alpha-44127d4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -365,6 +365,56 @@
365
365
  }
366
366
  ]
367
367
  },
368
+ {
369
+ "kind": "javascript-module",
370
+ "path": "src/design-system/design-system.ts",
371
+ "declarations": [
372
+ {
373
+ "kind": "function",
374
+ "name": "assureDesignSystem",
375
+ "return": {
376
+ "type": {
377
+ "text": "DesignSystemModule"
378
+ }
379
+ },
380
+ "parameters": [
381
+ {
382
+ "name": "module",
383
+ "type": {
384
+ "text": "DesignSystemModule"
385
+ }
386
+ }
387
+ ],
388
+ "description": "assureDesignSystem.",
389
+ "privacy": "public"
390
+ }
391
+ ],
392
+ "exports": [
393
+ {
394
+ "kind": "js",
395
+ "name": "assureDesignSystem",
396
+ "declaration": {
397
+ "name": "assureDesignSystem",
398
+ "module": "src/design-system/design-system.ts"
399
+ }
400
+ }
401
+ ]
402
+ },
403
+ {
404
+ "kind": "javascript-module",
405
+ "path": "src/design-system/index.ts",
406
+ "declarations": [],
407
+ "exports": [
408
+ {
409
+ "kind": "js",
410
+ "name": "*",
411
+ "declaration": {
412
+ "name": "*",
413
+ "package": "./design-system"
414
+ }
415
+ }
416
+ ]
417
+ },
368
418
  {
369
419
  "kind": "javascript-module",
370
420
  "path": "src/decorators/index.ts",
@@ -679,56 +729,6 @@
679
729
  }
680
730
  ]
681
731
  },
682
- {
683
- "kind": "javascript-module",
684
- "path": "src/design-system/design-system.ts",
685
- "declarations": [
686
- {
687
- "kind": "function",
688
- "name": "assureDesignSystem",
689
- "return": {
690
- "type": {
691
- "text": "DesignSystemModule"
692
- }
693
- },
694
- "parameters": [
695
- {
696
- "name": "module",
697
- "type": {
698
- "text": "DesignSystemModule"
699
- }
700
- }
701
- ],
702
- "description": "assureDesignSystem.",
703
- "privacy": "public"
704
- }
705
- ],
706
- "exports": [
707
- {
708
- "kind": "js",
709
- "name": "assureDesignSystem",
710
- "declaration": {
711
- "name": "assureDesignSystem",
712
- "module": "src/design-system/design-system.ts"
713
- }
714
- }
715
- ]
716
- },
717
- {
718
- "kind": "javascript-module",
719
- "path": "src/design-system/index.ts",
720
- "declarations": [],
721
- "exports": [
722
- {
723
- "kind": "js",
724
- "name": "*",
725
- "declaration": {
726
- "name": "*",
727
- "package": "./design-system"
728
- }
729
- }
730
- ]
731
- },
732
732
  {
733
733
  "kind": "javascript-module",
734
734
  "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.209.3-alpha-19540ee.0",
4
+ "version": "14.209.3-alpha-44127d4.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,17 +27,17 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.209.3-alpha-19540ee.0",
31
- "@genesislcap/genx": "14.209.3-alpha-19540ee.0",
32
- "@genesislcap/rollup-builder": "14.209.3-alpha-19540ee.0",
33
- "@genesislcap/ts-builder": "14.209.3-alpha-19540ee.0",
34
- "@genesislcap/uvu-playwright-builder": "14.209.3-alpha-19540ee.0",
35
- "@genesislcap/vite-builder": "14.209.3-alpha-19540ee.0",
36
- "@genesislcap/webpack-builder": "14.209.3-alpha-19540ee.0",
30
+ "@genesislcap/foundation-testing": "14.209.3-alpha-44127d4.0",
31
+ "@genesislcap/genx": "14.209.3-alpha-44127d4.0",
32
+ "@genesislcap/rollup-builder": "14.209.3-alpha-44127d4.0",
33
+ "@genesislcap/ts-builder": "14.209.3-alpha-44127d4.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.209.3-alpha-44127d4.0",
35
+ "@genesislcap/vite-builder": "14.209.3-alpha-44127d4.0",
36
+ "@genesislcap/webpack-builder": "14.209.3-alpha-44127d4.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.209.3-alpha-19540ee.0",
40
+ "@genesislcap/foundation-logger": "14.209.3-alpha-44127d4.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "b76d9540bfea2bdc92fde9c448f926366a1f0407"
58
+ "gitHead": "1aec73b893853be1149757a7ad0c7ef6557b2709"
59
59
  }