@genesislcap/foundation-utils 14.197.1-alpha-bd261ef.0 → 14.197.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.
@@ -357,59 +357,6 @@
357
357
  }
358
358
  ]
359
359
  },
360
- {
361
- "kind": "javascript-module",
362
- "path": "src/decorators/index.ts",
363
- "declarations": [],
364
- "exports": [
365
- {
366
- "kind": "js",
367
- "name": "*",
368
- "declaration": {
369
- "name": "*",
370
- "package": "./renderOnChange"
371
- }
372
- }
373
- ]
374
- },
375
- {
376
- "kind": "javascript-module",
377
- "path": "src/decorators/renderOnChange.ts",
378
- "declarations": [
379
- {
380
- "kind": "function",
381
- "name": "renderOnChange",
382
- "parameters": [
383
- {
384
- "name": "target",
385
- "type": {
386
- "text": "FASTElement & { render(): void }"
387
- },
388
- "description": "The target to define the property change handler on."
389
- },
390
- {
391
- "name": "name",
392
- "type": {
393
- "text": "string"
394
- },
395
- "description": "The property name."
396
- }
397
- ],
398
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
399
- "privacy": "public"
400
- }
401
- ],
402
- "exports": [
403
- {
404
- "kind": "js",
405
- "name": "renderOnChange",
406
- "declaration": {
407
- "name": "renderOnChange",
408
- "module": "src/decorators/renderOnChange.ts"
409
- }
410
- }
411
- ]
412
- },
413
360
  {
414
361
  "kind": "javascript-module",
415
362
  "path": "src/design-system/design-system.ts",
@@ -721,6 +668,59 @@
721
668
  }
722
669
  ]
723
670
  },
671
+ {
672
+ "kind": "javascript-module",
673
+ "path": "src/decorators/index.ts",
674
+ "declarations": [],
675
+ "exports": [
676
+ {
677
+ "kind": "js",
678
+ "name": "*",
679
+ "declaration": {
680
+ "name": "*",
681
+ "package": "./renderOnChange"
682
+ }
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "kind": "javascript-module",
688
+ "path": "src/decorators/renderOnChange.ts",
689
+ "declarations": [
690
+ {
691
+ "kind": "function",
692
+ "name": "renderOnChange",
693
+ "parameters": [
694
+ {
695
+ "name": "target",
696
+ "type": {
697
+ "text": "FASTElement & { render(): void }"
698
+ },
699
+ "description": "The target to define the property change handler on."
700
+ },
701
+ {
702
+ "name": "name",
703
+ "type": {
704
+ "text": "string"
705
+ },
706
+ "description": "The property name."
707
+ }
708
+ ],
709
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
710
+ "privacy": "public"
711
+ }
712
+ ],
713
+ "exports": [
714
+ {
715
+ "kind": "js",
716
+ "name": "renderOnChange",
717
+ "declaration": {
718
+ "name": "renderOnChange",
719
+ "module": "src/decorators/renderOnChange.ts"
720
+ }
721
+ }
722
+ ]
723
+ },
724
724
  {
725
725
  "kind": "javascript-module",
726
726
  "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.197.1-alpha-bd261ef.0",
4
+ "version": "14.197.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.197.1-alpha-bd261ef.0",
31
- "@genesislcap/genx": "14.197.1-alpha-bd261ef.0",
32
- "@genesislcap/rollup-builder": "14.197.1-alpha-bd261ef.0",
33
- "@genesislcap/ts-builder": "14.197.1-alpha-bd261ef.0",
34
- "@genesislcap/uvu-playwright-builder": "14.197.1-alpha-bd261ef.0",
35
- "@genesislcap/vite-builder": "14.197.1-alpha-bd261ef.0",
36
- "@genesislcap/webpack-builder": "14.197.1-alpha-bd261ef.0",
30
+ "@genesislcap/foundation-testing": "14.197.1",
31
+ "@genesislcap/genx": "14.197.1",
32
+ "@genesislcap/rollup-builder": "14.197.1",
33
+ "@genesislcap/ts-builder": "14.197.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.197.1",
35
+ "@genesislcap/vite-builder": "14.197.1",
36
+ "@genesislcap/webpack-builder": "14.197.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.197.1-alpha-bd261ef.0",
40
+ "@genesislcap/foundation-logger": "14.197.1",
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": "66a3d9d870ec9736078fbf550a9b2bff13621fc1"
58
+ "gitHead": "1da096e68875cde07e1c683bc75d6676b48d8093"
59
59
  }