@genesislcap/foundation-utils 14.194.5 → 14.194.6

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.
@@ -359,42 +359,60 @@
359
359
  },
360
360
  {
361
361
  "kind": "javascript-module",
362
- "path": "src/design-system/design-system.ts",
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",
363
378
  "declarations": [
364
379
  {
365
380
  "kind": "function",
366
- "name": "assureDesignSystem",
367
- "return": {
368
- "type": {
369
- "text": "DesignSystemModule"
370
- }
371
- },
381
+ "name": "renderOnChange",
372
382
  "parameters": [
373
383
  {
374
- "name": "module",
384
+ "name": "target",
375
385
  "type": {
376
- "text": "DesignSystemModule"
377
- }
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."
378
396
  }
379
397
  ],
380
- "description": "assureDesignSystem.",
398
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
381
399
  "privacy": "public"
382
400
  }
383
401
  ],
384
402
  "exports": [
385
403
  {
386
404
  "kind": "js",
387
- "name": "assureDesignSystem",
405
+ "name": "renderOnChange",
388
406
  "declaration": {
389
- "name": "assureDesignSystem",
390
- "module": "src/design-system/design-system.ts"
407
+ "name": "renderOnChange",
408
+ "module": "src/decorators/renderOnChange.ts"
391
409
  }
392
410
  }
393
411
  ]
394
412
  },
395
413
  {
396
414
  "kind": "javascript-module",
397
- "path": "src/design-system/index.ts",
415
+ "path": "src/directives/index.ts",
398
416
  "declarations": [],
399
417
  "exports": [
400
418
  {
@@ -402,60 +420,65 @@
402
420
  "name": "*",
403
421
  "declaration": {
404
422
  "name": "*",
405
- "package": "./design-system"
423
+ "package": "./sync"
406
424
  }
407
- }
408
- ]
409
- },
410
- {
411
- "kind": "javascript-module",
412
- "path": "src/decorators/index.ts",
413
- "declarations": [],
414
- "exports": [
425
+ },
415
426
  {
416
427
  "kind": "js",
417
428
  "name": "*",
418
429
  "declaration": {
419
430
  "name": "*",
420
- "package": "./renderOnChange"
431
+ "package": "./when-else"
421
432
  }
422
433
  }
423
434
  ]
424
435
  },
425
436
  {
426
437
  "kind": "javascript-module",
427
- "path": "src/decorators/renderOnChange.ts",
438
+ "path": "src/design-system/design-system.ts",
428
439
  "declarations": [
429
440
  {
430
441
  "kind": "function",
431
- "name": "renderOnChange",
442
+ "name": "assureDesignSystem",
443
+ "return": {
444
+ "type": {
445
+ "text": "DesignSystemModule"
446
+ }
447
+ },
432
448
  "parameters": [
433
449
  {
434
- "name": "target",
435
- "type": {
436
- "text": "FASTElement & { render(): void }"
437
- },
438
- "description": "The target to define the property change handler on."
439
- },
440
- {
441
- "name": "name",
450
+ "name": "module",
442
451
  "type": {
443
- "text": "string"
444
- },
445
- "description": "The property name."
452
+ "text": "DesignSystemModule"
453
+ }
446
454
  }
447
455
  ],
448
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
456
+ "description": "assureDesignSystem.",
449
457
  "privacy": "public"
450
458
  }
451
459
  ],
452
460
  "exports": [
453
461
  {
454
462
  "kind": "js",
455
- "name": "renderOnChange",
463
+ "name": "assureDesignSystem",
456
464
  "declaration": {
457
- "name": "renderOnChange",
458
- "module": "src/decorators/renderOnChange.ts"
465
+ "name": "assureDesignSystem",
466
+ "module": "src/design-system/design-system.ts"
467
+ }
468
+ }
469
+ ]
470
+ },
471
+ {
472
+ "kind": "javascript-module",
473
+ "path": "src/design-system/index.ts",
474
+ "declarations": [],
475
+ "exports": [
476
+ {
477
+ "kind": "js",
478
+ "name": "*",
479
+ "declaration": {
480
+ "name": "*",
481
+ "package": "./design-system"
459
482
  }
460
483
  }
461
484
  ]
@@ -698,29 +721,6 @@
698
721
  }
699
722
  ]
700
723
  },
701
- {
702
- "kind": "javascript-module",
703
- "path": "src/directives/index.ts",
704
- "declarations": [],
705
- "exports": [
706
- {
707
- "kind": "js",
708
- "name": "*",
709
- "declaration": {
710
- "name": "*",
711
- "package": "./sync"
712
- }
713
- },
714
- {
715
- "kind": "js",
716
- "name": "*",
717
- "declaration": {
718
- "name": "*",
719
- "package": "./when-else"
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.194.5",
4
+ "version": "14.194.6",
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.194.5",
31
- "@genesislcap/genx": "14.194.5",
32
- "@genesislcap/rollup-builder": "14.194.5",
33
- "@genesislcap/ts-builder": "14.194.5",
34
- "@genesislcap/uvu-playwright-builder": "14.194.5",
35
- "@genesislcap/vite-builder": "14.194.5",
36
- "@genesislcap/webpack-builder": "14.194.5",
30
+ "@genesislcap/foundation-testing": "14.194.6",
31
+ "@genesislcap/genx": "14.194.6",
32
+ "@genesislcap/rollup-builder": "14.194.6",
33
+ "@genesislcap/ts-builder": "14.194.6",
34
+ "@genesislcap/uvu-playwright-builder": "14.194.6",
35
+ "@genesislcap/vite-builder": "14.194.6",
36
+ "@genesislcap/webpack-builder": "14.194.6",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.194.5",
40
+ "@genesislcap/foundation-logger": "14.194.6",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -54,5 +54,5 @@
54
54
  "access": "public"
55
55
  },
56
56
  "customElements": "dist/custom-elements.json",
57
- "gitHead": "8aea4a0c66bba7965936dc85a795b08dbfdabf1d"
57
+ "gitHead": "0b3c1bca850d1c06169e8184619724394b8a73ca"
58
58
  }