@genesislcap/foundation-utils 14.132.0 → 14.133.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,56 +341,6 @@
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
- },
394
344
  {
395
345
  "kind": "javascript-module",
396
346
  "path": "src/decorators/index.ts",
@@ -446,23 +396,50 @@
446
396
  },
447
397
  {
448
398
  "kind": "javascript-module",
449
- "path": "src/directives/index.ts",
450
- "declarations": [],
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
+ ],
451
421
  "exports": [
452
422
  {
453
423
  "kind": "js",
454
- "name": "*",
424
+ "name": "assureDesignSystem",
455
425
  "declaration": {
456
- "name": "*",
457
- "package": "./sync"
426
+ "name": "assureDesignSystem",
427
+ "module": "src/design-system/design-system.ts"
458
428
  }
459
- },
429
+ }
430
+ ]
431
+ },
432
+ {
433
+ "kind": "javascript-module",
434
+ "path": "src/design-system/index.ts",
435
+ "declarations": [],
436
+ "exports": [
460
437
  {
461
438
  "kind": "js",
462
439
  "name": "*",
463
440
  "declaration": {
464
441
  "name": "*",
465
- "package": "./when-else"
442
+ "package": "./design-system"
466
443
  }
467
444
  }
468
445
  ]
@@ -889,6 +866,29 @@
889
866
  }
890
867
  ]
891
868
  },
869
+ {
870
+ "kind": "javascript-module",
871
+ "path": "src/directives/index.ts",
872
+ "declarations": [],
873
+ "exports": [
874
+ {
875
+ "kind": "js",
876
+ "name": "*",
877
+ "declaration": {
878
+ "name": "*",
879
+ "package": "./sync"
880
+ }
881
+ },
882
+ {
883
+ "kind": "js",
884
+ "name": "*",
885
+ "declaration": {
886
+ "name": "*",
887
+ "package": "./when-else"
888
+ }
889
+ }
890
+ ]
891
+ },
892
892
  {
893
893
  "kind": "javascript-module",
894
894
  "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.132.0",
4
+ "version": "14.133.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.132.0",
23
- "@genesislcap/genx": "14.132.0",
22
+ "@genesislcap/foundation-testing": "14.133.0",
23
+ "@genesislcap/genx": "14.133.0",
24
24
  "rimraf": "^3.0.2"
25
25
  },
26
26
  "dependencies": {
27
- "@genesislcap/foundation-logger": "14.132.0",
27
+ "@genesislcap/foundation-logger": "14.133.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": "38d873790ed2f036a1717b2ff82469a73798e193"
45
+ "gitHead": "75534e45567b7f439b5ed104151172fc4405a9c0"
46
46
  }