@genesislcap/foundation-utils 14.226.2-alpha-0c303f8.0 → 14.226.2-alpha-ee50d0d.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -367,6 +367,56 @@
367
367
  }
368
368
  ]
369
369
  },
370
+ {
371
+ "kind": "javascript-module",
372
+ "path": "src/design-system/design-system.ts",
373
+ "declarations": [
374
+ {
375
+ "kind": "function",
376
+ "name": "assureDesignSystem",
377
+ "return": {
378
+ "type": {
379
+ "text": "DesignSystemModule"
380
+ }
381
+ },
382
+ "parameters": [
383
+ {
384
+ "name": "module",
385
+ "type": {
386
+ "text": "DesignSystemModule"
387
+ }
388
+ }
389
+ ],
390
+ "description": "assureDesignSystem.",
391
+ "privacy": "public"
392
+ }
393
+ ],
394
+ "exports": [
395
+ {
396
+ "kind": "js",
397
+ "name": "assureDesignSystem",
398
+ "declaration": {
399
+ "name": "assureDesignSystem",
400
+ "module": "src/design-system/design-system.ts"
401
+ }
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "kind": "javascript-module",
407
+ "path": "src/design-system/index.ts",
408
+ "declarations": [],
409
+ "exports": [
410
+ {
411
+ "kind": "js",
412
+ "name": "*",
413
+ "declaration": {
414
+ "name": "*",
415
+ "package": "./design-system"
416
+ }
417
+ }
418
+ ]
419
+ },
370
420
  {
371
421
  "kind": "javascript-module",
372
422
  "path": "src/decorators/index.ts",
@@ -443,56 +493,6 @@
443
493
  }
444
494
  ]
445
495
  },
446
- {
447
- "kind": "javascript-module",
448
- "path": "src/design-system/design-system.ts",
449
- "declarations": [
450
- {
451
- "kind": "function",
452
- "name": "assureDesignSystem",
453
- "return": {
454
- "type": {
455
- "text": "DesignSystemModule"
456
- }
457
- },
458
- "parameters": [
459
- {
460
- "name": "module",
461
- "type": {
462
- "text": "DesignSystemModule"
463
- }
464
- }
465
- ],
466
- "description": "assureDesignSystem.",
467
- "privacy": "public"
468
- }
469
- ],
470
- "exports": [
471
- {
472
- "kind": "js",
473
- "name": "assureDesignSystem",
474
- "declaration": {
475
- "name": "assureDesignSystem",
476
- "module": "src/design-system/design-system.ts"
477
- }
478
- }
479
- ]
480
- },
481
- {
482
- "kind": "javascript-module",
483
- "path": "src/design-system/index.ts",
484
- "declarations": [],
485
- "exports": [
486
- {
487
- "kind": "js",
488
- "name": "*",
489
- "declaration": {
490
- "name": "*",
491
- "package": "./design-system"
492
- }
493
- }
494
- ]
495
- },
496
496
  {
497
497
  "kind": "javascript-module",
498
498
  "path": "src/encoding/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.226.2-alpha-0c303f8.0",
4
+ "version": "14.226.2-alpha-ee50d0d.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.226.2-alpha-0c303f8.0",
31
- "@genesislcap/genx": "14.226.2-alpha-0c303f8.0",
32
- "@genesislcap/rollup-builder": "14.226.2-alpha-0c303f8.0",
33
- "@genesislcap/ts-builder": "14.226.2-alpha-0c303f8.0",
34
- "@genesislcap/uvu-playwright-builder": "14.226.2-alpha-0c303f8.0",
35
- "@genesislcap/vite-builder": "14.226.2-alpha-0c303f8.0",
36
- "@genesislcap/webpack-builder": "14.226.2-alpha-0c303f8.0",
30
+ "@genesislcap/foundation-testing": "14.226.2-alpha-ee50d0d.0",
31
+ "@genesislcap/genx": "14.226.2-alpha-ee50d0d.0",
32
+ "@genesislcap/rollup-builder": "14.226.2-alpha-ee50d0d.0",
33
+ "@genesislcap/ts-builder": "14.226.2-alpha-ee50d0d.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.226.2-alpha-ee50d0d.0",
35
+ "@genesislcap/vite-builder": "14.226.2-alpha-ee50d0d.0",
36
+ "@genesislcap/webpack-builder": "14.226.2-alpha-ee50d0d.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.226.2-alpha-0c303f8.0",
40
+ "@genesislcap/foundation-logger": "14.226.2-alpha-ee50d0d.0",
41
41
  "@microsoft/fast-components": "2.30.6",
42
42
  "@microsoft/fast-element": "1.14.0",
43
43
  "@microsoft/fast-foundation": "2.49.6",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "244f3839d476f31336b8bdd3ba56816835af57cd"
58
+ "gitHead": "0cf87047a4d98e207401dd144a7ecdaabd54bc9d"
59
59
  }