@genesislcap/foundation-utils 14.29.1 → 14.29.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.
@@ -333,6 +333,59 @@
333
333
  }
334
334
  ]
335
335
  },
336
+ {
337
+ "kind": "javascript-module",
338
+ "path": "src/decorators/index.ts",
339
+ "declarations": [],
340
+ "exports": [
341
+ {
342
+ "kind": "js",
343
+ "name": "*",
344
+ "declaration": {
345
+ "name": "*",
346
+ "package": "./renderOnChange"
347
+ }
348
+ }
349
+ ]
350
+ },
351
+ {
352
+ "kind": "javascript-module",
353
+ "path": "src/decorators/renderOnChange.ts",
354
+ "declarations": [
355
+ {
356
+ "kind": "function",
357
+ "name": "renderOnChange",
358
+ "parameters": [
359
+ {
360
+ "name": "target",
361
+ "type": {
362
+ "text": "FASTElement & { render(): void }"
363
+ },
364
+ "description": "The target to define the property change handler on."
365
+ },
366
+ {
367
+ "name": "name",
368
+ "type": {
369
+ "text": "string"
370
+ },
371
+ "description": "The property name."
372
+ }
373
+ ],
374
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
375
+ "privacy": "public"
376
+ }
377
+ ],
378
+ "exports": [
379
+ {
380
+ "kind": "js",
381
+ "name": "renderOnChange",
382
+ "declaration": {
383
+ "name": "renderOnChange",
384
+ "module": "src/decorators/renderOnChange.ts"
385
+ }
386
+ }
387
+ ]
388
+ },
336
389
  {
337
390
  "kind": "javascript-module",
338
391
  "path": "src/design-system/design-system.ts",
@@ -405,59 +458,6 @@
405
458
  }
406
459
  ]
407
460
  },
408
- {
409
- "kind": "javascript-module",
410
- "path": "src/decorators/index.ts",
411
- "declarations": [],
412
- "exports": [
413
- {
414
- "kind": "js",
415
- "name": "*",
416
- "declaration": {
417
- "name": "*",
418
- "package": "./renderOnChange"
419
- }
420
- }
421
- ]
422
- },
423
- {
424
- "kind": "javascript-module",
425
- "path": "src/decorators/renderOnChange.ts",
426
- "declarations": [
427
- {
428
- "kind": "function",
429
- "name": "renderOnChange",
430
- "parameters": [
431
- {
432
- "name": "target",
433
- "type": {
434
- "text": "FASTElement & { render(): void }"
435
- },
436
- "description": "The target to define the property change handler on."
437
- },
438
- {
439
- "name": "name",
440
- "type": {
441
- "text": "string"
442
- },
443
- "description": "The property name."
444
- }
445
- ],
446
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
447
- "privacy": "public"
448
- }
449
- ],
450
- "exports": [
451
- {
452
- "kind": "js",
453
- "name": "renderOnChange",
454
- "declaration": {
455
- "name": "renderOnChange",
456
- "module": "src/decorators/renderOnChange.ts"
457
- }
458
- }
459
- ]
460
- },
461
461
  {
462
462
  "kind": "javascript-module",
463
463
  "path": "src/env/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.29.1",
4
+ "version": "14.29.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -23,7 +23,7 @@
23
23
  "serve": "genx serve"
24
24
  },
25
25
  "devDependencies": {
26
- "@genesislcap/genx": "^14.29.1",
26
+ "@genesislcap/genx": "^14.29.2",
27
27
  "@playwright/test": "^1.18.1",
28
28
  "@types/node": "^16.4.3",
29
29
  "analytics": "^0.8.0",
@@ -53,5 +53,5 @@
53
53
  "access": "public"
54
54
  },
55
55
  "customElements": "dist/custom-elements.json",
56
- "gitHead": "fc2064a8c646a26f1d8853701d3cc207ee42f0ab"
56
+ "gitHead": "683e467eb7b530d369f6367946b423998841c604"
57
57
  }