@genesislcap/foundation-utils 14.131.0 → 14.132.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.
@@ -341,6 +341,56 @@
341
341
  }
342
342
  ]
343
343
  },
344
+ {
345
+ "kind": "javascript-module",
346
+ "path": "src/design-system/design-system.ts",
347
+ "declarations": [
348
+ {
349
+ "kind": "function",
350
+ "name": "assureDesignSystem",
351
+ "return": {
352
+ "type": {
353
+ "text": "DesignSystemModule"
354
+ }
355
+ },
356
+ "parameters": [
357
+ {
358
+ "name": "module",
359
+ "type": {
360
+ "text": "DesignSystemModule"
361
+ }
362
+ }
363
+ ],
364
+ "description": "assureDesignSystem.",
365
+ "privacy": "public"
366
+ }
367
+ ],
368
+ "exports": [
369
+ {
370
+ "kind": "js",
371
+ "name": "assureDesignSystem",
372
+ "declaration": {
373
+ "name": "assureDesignSystem",
374
+ "module": "src/design-system/design-system.ts"
375
+ }
376
+ }
377
+ ]
378
+ },
379
+ {
380
+ "kind": "javascript-module",
381
+ "path": "src/design-system/index.ts",
382
+ "declarations": [],
383
+ "exports": [
384
+ {
385
+ "kind": "js",
386
+ "name": "*",
387
+ "declaration": {
388
+ "name": "*",
389
+ "package": "./design-system"
390
+ }
391
+ }
392
+ ]
393
+ },
344
394
  {
345
395
  "kind": "javascript-module",
346
396
  "path": "src/decorators/index.ts",
@@ -394,56 +444,6 @@
394
444
  }
395
445
  ]
396
446
  },
397
- {
398
- "kind": "javascript-module",
399
- "path": "src/design-system/design-system.ts",
400
- "declarations": [
401
- {
402
- "kind": "function",
403
- "name": "assureDesignSystem",
404
- "return": {
405
- "type": {
406
- "text": "DesignSystemModule"
407
- }
408
- },
409
- "parameters": [
410
- {
411
- "name": "module",
412
- "type": {
413
- "text": "DesignSystemModule"
414
- }
415
- }
416
- ],
417
- "description": "assureDesignSystem.",
418
- "privacy": "public"
419
- }
420
- ],
421
- "exports": [
422
- {
423
- "kind": "js",
424
- "name": "assureDesignSystem",
425
- "declaration": {
426
- "name": "assureDesignSystem",
427
- "module": "src/design-system/design-system.ts"
428
- }
429
- }
430
- ]
431
- },
432
- {
433
- "kind": "javascript-module",
434
- "path": "src/design-system/index.ts",
435
- "declarations": [],
436
- "exports": [
437
- {
438
- "kind": "js",
439
- "name": "*",
440
- "declaration": {
441
- "name": "*",
442
- "package": "./design-system"
443
- }
444
- }
445
- ]
446
- },
447
447
  {
448
448
  "kind": "javascript-module",
449
449
  "path": "src/directives/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.131.0",
4
+ "version": "14.132.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,12 +19,12 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.131.0",
23
- "@genesislcap/genx": "14.131.0",
22
+ "@genesislcap/foundation-testing": "14.132.0",
23
+ "@genesislcap/genx": "14.132.0",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.131.0",
27
+ "@genesislcap/foundation-logger": "14.132.0",
28
28
  "@microsoft/fast-components": "^2.30.6",
29
29
  "@microsoft/fast-element": "^1.12.0",
30
30
  "@microsoft/fast-foundation": "^2.49.4",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "customElements": "dist/custom-elements.json",
45
- "gitHead": "9700c4db04186e6579ff05be972fbab156dd0272"
45
+ "gitHead": "38d873790ed2f036a1717b2ff82469a73798e193"
46
46
  }