@genesislcap/foundation-utils 14.206.0 → 14.206.2

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.
@@ -367,7 +367,42 @@
367
367
  },
368
368
  {
369
369
  "kind": "javascript-module",
370
- "path": "src/directives/index.ts",
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",
371
406
  "declarations": [],
372
407
  "exports": [
373
408
  {
@@ -375,57 +410,67 @@
375
410
  "name": "*",
376
411
  "declaration": {
377
412
  "name": "*",
378
- "package": "./sync"
413
+ "package": "./design-system"
379
414
  }
380
- },
415
+ }
416
+ ]
417
+ },
418
+ {
419
+ "kind": "javascript-module",
420
+ "path": "src/decorators/index.ts",
421
+ "declarations": [],
422
+ "exports": [
381
423
  {
382
424
  "kind": "js",
383
425
  "name": "*",
384
426
  "declaration": {
385
427
  "name": "*",
386
- "package": "./when-else"
428
+ "package": "./renderOnChange"
387
429
  }
388
430
  }
389
431
  ]
390
432
  },
391
433
  {
392
434
  "kind": "javascript-module",
393
- "path": "src/design-system/design-system.ts",
435
+ "path": "src/decorators/renderOnChange.ts",
394
436
  "declarations": [
395
437
  {
396
438
  "kind": "function",
397
- "name": "assureDesignSystem",
398
- "return": {
399
- "type": {
400
- "text": "DesignSystemModule"
401
- }
402
- },
439
+ "name": "renderOnChange",
403
440
  "parameters": [
404
441
  {
405
- "name": "module",
442
+ "name": "target",
406
443
  "type": {
407
- "text": "DesignSystemModule"
408
- }
444
+ "text": "FASTElement & { render(): void }"
445
+ },
446
+ "description": "The target to define the property change handler on."
447
+ },
448
+ {
449
+ "name": "name",
450
+ "type": {
451
+ "text": "string"
452
+ },
453
+ "description": "The property name."
409
454
  }
410
455
  ],
411
- "description": "assureDesignSystem.",
456
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
412
457
  "privacy": "public"
413
458
  }
414
459
  ],
415
460
  "exports": [
416
461
  {
417
462
  "kind": "js",
418
- "name": "assureDesignSystem",
463
+ "name": "renderOnChange",
419
464
  "declaration": {
420
- "name": "assureDesignSystem",
421
- "module": "src/design-system/design-system.ts"
465
+ "name": "renderOnChange",
466
+ "module": "src/decorators/renderOnChange.ts"
422
467
  }
423
468
  }
424
469
  ]
425
470
  },
426
471
  {
427
472
  "kind": "javascript-module",
428
- "path": "src/design-system/index.ts",
473
+ "path": "src/directives/index.ts",
429
474
  "declarations": [],
430
475
  "exports": [
431
476
  {
@@ -433,7 +478,15 @@
433
478
  "name": "*",
434
479
  "declaration": {
435
480
  "name": "*",
436
- "package": "./design-system"
481
+ "package": "./sync"
482
+ }
483
+ },
484
+ {
485
+ "kind": "js",
486
+ "name": "*",
487
+ "declaration": {
488
+ "name": "*",
489
+ "package": "./when-else"
437
490
  }
438
491
  }
439
492
  ]
@@ -676,59 +729,6 @@
676
729
  }
677
730
  ]
678
731
  },
679
- {
680
- "kind": "javascript-module",
681
- "path": "src/decorators/index.ts",
682
- "declarations": [],
683
- "exports": [
684
- {
685
- "kind": "js",
686
- "name": "*",
687
- "declaration": {
688
- "name": "*",
689
- "package": "./renderOnChange"
690
- }
691
- }
692
- ]
693
- },
694
- {
695
- "kind": "javascript-module",
696
- "path": "src/decorators/renderOnChange.ts",
697
- "declarations": [
698
- {
699
- "kind": "function",
700
- "name": "renderOnChange",
701
- "parameters": [
702
- {
703
- "name": "target",
704
- "type": {
705
- "text": "FASTElement & { render(): void }"
706
- },
707
- "description": "The target to define the property change handler on."
708
- },
709
- {
710
- "name": "name",
711
- "type": {
712
- "text": "string"
713
- },
714
- "description": "The property name."
715
- }
716
- ],
717
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
718
- "privacy": "public"
719
- }
720
- ],
721
- "exports": [
722
- {
723
- "kind": "js",
724
- "name": "renderOnChange",
725
- "declaration": {
726
- "name": "renderOnChange",
727
- "module": "src/decorators/renderOnChange.ts"
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.206.0",
4
+ "version": "14.206.2",
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.206.0",
31
- "@genesislcap/genx": "14.206.0",
32
- "@genesislcap/rollup-builder": "14.206.0",
33
- "@genesislcap/ts-builder": "14.206.0",
34
- "@genesislcap/uvu-playwright-builder": "14.206.0",
35
- "@genesislcap/vite-builder": "14.206.0",
36
- "@genesislcap/webpack-builder": "14.206.0",
30
+ "@genesislcap/foundation-testing": "14.206.2",
31
+ "@genesislcap/genx": "14.206.2",
32
+ "@genesislcap/rollup-builder": "14.206.2",
33
+ "@genesislcap/ts-builder": "14.206.2",
34
+ "@genesislcap/uvu-playwright-builder": "14.206.2",
35
+ "@genesislcap/vite-builder": "14.206.2",
36
+ "@genesislcap/webpack-builder": "14.206.2",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.206.0",
40
+ "@genesislcap/foundation-logger": "14.206.2",
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": "dc2e3e53b87e8adf417eef0ac0e9ccccd6021684"
58
+ "gitHead": "d81b8a3d91406321db1ffe51b2d58daed0cc28c1"
59
59
  }