@genesislcap/foundation-utils 14.227.3 → 14.227.4-FUI-2256.1

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.
@@ -369,50 +369,53 @@
369
369
  },
370
370
  {
371
371
  "kind": "javascript-module",
372
- "path": "src/design-system/design-system.ts",
372
+ "path": "src/decorators/index.ts",
373
+ "declarations": [],
374
+ "exports": [
375
+ {
376
+ "kind": "js",
377
+ "name": "*",
378
+ "declaration": {
379
+ "name": "*",
380
+ "package": "./renderOnChange"
381
+ }
382
+ }
383
+ ]
384
+ },
385
+ {
386
+ "kind": "javascript-module",
387
+ "path": "src/decorators/renderOnChange.ts",
373
388
  "declarations": [
374
389
  {
375
390
  "kind": "function",
376
- "name": "assureDesignSystem",
377
- "return": {
378
- "type": {
379
- "text": "DesignSystemModule"
380
- }
381
- },
391
+ "name": "renderOnChange",
382
392
  "parameters": [
383
393
  {
384
- "name": "module",
394
+ "name": "target",
385
395
  "type": {
386
- "text": "DesignSystemModule"
387
- }
396
+ "text": "FASTElement & { render(): void }"
397
+ },
398
+ "description": "The target to define the property change handler on."
399
+ },
400
+ {
401
+ "name": "name",
402
+ "type": {
403
+ "text": "string"
404
+ },
405
+ "description": "The property name."
388
406
  }
389
407
  ],
390
- "description": "assureDesignSystem.",
408
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
391
409
  "privacy": "public"
392
410
  }
393
411
  ],
394
412
  "exports": [
395
413
  {
396
414
  "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": "*",
415
+ "name": "renderOnChange",
413
416
  "declaration": {
414
- "name": "*",
415
- "package": "./design-system"
417
+ "name": "renderOnChange",
418
+ "module": "src/decorators/renderOnChange.ts"
416
419
  }
417
420
  }
418
421
  ]
@@ -455,59 +458,6 @@
455
458
  }
456
459
  ]
457
460
  },
458
- {
459
- "kind": "javascript-module",
460
- "path": "src/decorators/index.ts",
461
- "declarations": [],
462
- "exports": [
463
- {
464
- "kind": "js",
465
- "name": "*",
466
- "declaration": {
467
- "name": "*",
468
- "package": "./renderOnChange"
469
- }
470
- }
471
- ]
472
- },
473
- {
474
- "kind": "javascript-module",
475
- "path": "src/decorators/renderOnChange.ts",
476
- "declarations": [
477
- {
478
- "kind": "function",
479
- "name": "renderOnChange",
480
- "parameters": [
481
- {
482
- "name": "target",
483
- "type": {
484
- "text": "FASTElement & { render(): void }"
485
- },
486
- "description": "The target to define the property change handler on."
487
- },
488
- {
489
- "name": "name",
490
- "type": {
491
- "text": "string"
492
- },
493
- "description": "The property name."
494
- }
495
- ],
496
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
497
- "privacy": "public"
498
- }
499
- ],
500
- "exports": [
501
- {
502
- "kind": "js",
503
- "name": "renderOnChange",
504
- "declaration": {
505
- "name": "renderOnChange",
506
- "module": "src/decorators/renderOnChange.ts"
507
- }
508
- }
509
- ]
510
- },
511
461
  {
512
462
  "kind": "javascript-module",
513
463
  "path": "src/env/index.ts",
@@ -796,6 +746,56 @@
796
746
  }
797
747
  ]
798
748
  },
749
+ {
750
+ "kind": "javascript-module",
751
+ "path": "src/design-system/design-system.ts",
752
+ "declarations": [
753
+ {
754
+ "kind": "function",
755
+ "name": "assureDesignSystem",
756
+ "return": {
757
+ "type": {
758
+ "text": "DesignSystemModule"
759
+ }
760
+ },
761
+ "parameters": [
762
+ {
763
+ "name": "module",
764
+ "type": {
765
+ "text": "DesignSystemModule"
766
+ }
767
+ }
768
+ ],
769
+ "description": "assureDesignSystem.",
770
+ "privacy": "public"
771
+ }
772
+ ],
773
+ "exports": [
774
+ {
775
+ "kind": "js",
776
+ "name": "assureDesignSystem",
777
+ "declaration": {
778
+ "name": "assureDesignSystem",
779
+ "module": "src/design-system/design-system.ts"
780
+ }
781
+ }
782
+ ]
783
+ },
784
+ {
785
+ "kind": "javascript-module",
786
+ "path": "src/design-system/index.ts",
787
+ "declarations": [],
788
+ "exports": [
789
+ {
790
+ "kind": "js",
791
+ "name": "*",
792
+ "declaration": {
793
+ "name": "*",
794
+ "package": "./design-system"
795
+ }
796
+ }
797
+ ]
798
+ },
799
799
  {
800
800
  "kind": "javascript-module",
801
801
  "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.227.3",
4
+ "version": "14.227.4-FUI-2256.1",
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.227.3",
31
- "@genesislcap/genx": "14.227.3",
32
- "@genesislcap/rollup-builder": "14.227.3",
33
- "@genesislcap/ts-builder": "14.227.3",
34
- "@genesislcap/uvu-playwright-builder": "14.227.3",
35
- "@genesislcap/vite-builder": "14.227.3",
36
- "@genesislcap/webpack-builder": "14.227.3",
30
+ "@genesislcap/foundation-testing": "14.227.4-FUI-2256.1",
31
+ "@genesislcap/genx": "14.227.4-FUI-2256.1",
32
+ "@genesislcap/rollup-builder": "14.227.4-FUI-2256.1",
33
+ "@genesislcap/ts-builder": "14.227.4-FUI-2256.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.227.4-FUI-2256.1",
35
+ "@genesislcap/vite-builder": "14.227.4-FUI-2256.1",
36
+ "@genesislcap/webpack-builder": "14.227.4-FUI-2256.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.227.3",
40
+ "@genesislcap/foundation-logger": "14.227.4-FUI-2256.1",
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": "ec53c11dc44bf5b131ea255d03a5da599c806cd7"
58
+ "gitHead": "b72e9c49c838e599f14a011ec980ec081316f4de"
59
59
  }