@genesislcap/foundation-utils 14.209.3-alpha-e70b36d.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",
@@ -878,56 +928,6 @@
878
928
  }
879
929
  ]
880
930
  },
881
- {
882
- "kind": "javascript-module",
883
- "path": "src/design-system/design-system.ts",
884
- "declarations": [
885
- {
886
- "kind": "function",
887
- "name": "assureDesignSystem",
888
- "return": {
889
- "type": {
890
- "text": "DesignSystemModule"
891
- }
892
- },
893
- "parameters": [
894
- {
895
- "name": "module",
896
- "type": {
897
- "text": "DesignSystemModule"
898
- }
899
- }
900
- ],
901
- "description": "assureDesignSystem.",
902
- "privacy": "public"
903
- }
904
- ],
905
- "exports": [
906
- {
907
- "kind": "js",
908
- "name": "assureDesignSystem",
909
- "declaration": {
910
- "name": "assureDesignSystem",
911
- "module": "src/design-system/design-system.ts"
912
- }
913
- }
914
- ]
915
- },
916
- {
917
- "kind": "javascript-module",
918
- "path": "src/design-system/index.ts",
919
- "declarations": [],
920
- "exports": [
921
- {
922
- "kind": "js",
923
- "name": "*",
924
- "declaration": {
925
- "name": "*",
926
- "package": "./design-system"
927
- }
928
- }
929
- ]
930
- },
931
931
  {
932
932
  "kind": "javascript-module",
933
933
  "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.209.3-alpha-e70b36d.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-e70b36d.0",
31
- "@genesislcap/genx": "14.209.3-alpha-e70b36d.0",
32
- "@genesislcap/rollup-builder": "14.209.3-alpha-e70b36d.0",
33
- "@genesislcap/ts-builder": "14.209.3-alpha-e70b36d.0",
34
- "@genesislcap/uvu-playwright-builder": "14.209.3-alpha-e70b36d.0",
35
- "@genesislcap/vite-builder": "14.209.3-alpha-e70b36d.0",
36
- "@genesislcap/webpack-builder": "14.209.3-alpha-e70b36d.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-e70b36d.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": "9df64ebfeb49239c5a25e96444a55ad8113a8b54"
58
+ "gitHead": "1aec73b893853be1149757a7ad0c7ef6557b2709"
59
59
  }