@genesislcap/foundation-utils 14.236.1-alpha-b20f842.0 → 14.237.0

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,42 +369,60 @@
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",
415
+ "name": "renderOnChange",
398
416
  "declaration": {
399
- "name": "assureDesignSystem",
400
- "module": "src/design-system/design-system.ts"
417
+ "name": "renderOnChange",
418
+ "module": "src/decorators/renderOnChange.ts"
401
419
  }
402
420
  }
403
421
  ]
404
422
  },
405
423
  {
406
424
  "kind": "javascript-module",
407
- "path": "src/design-system/index.ts",
425
+ "path": "src/directives/index.ts",
408
426
  "declarations": [],
409
427
  "exports": [
410
428
  {
@@ -412,67 +430,57 @@
412
430
  "name": "*",
413
431
  "declaration": {
414
432
  "name": "*",
415
- "package": "./design-system"
433
+ "package": "./sync"
416
434
  }
417
- }
418
- ]
419
- },
420
- {
421
- "kind": "javascript-module",
422
- "path": "src/decorators/index.ts",
423
- "declarations": [],
424
- "exports": [
435
+ },
425
436
  {
426
437
  "kind": "js",
427
438
  "name": "*",
428
439
  "declaration": {
429
440
  "name": "*",
430
- "package": "./renderOnChange"
441
+ "package": "./when-else"
431
442
  }
432
443
  }
433
444
  ]
434
445
  },
435
446
  {
436
447
  "kind": "javascript-module",
437
- "path": "src/decorators/renderOnChange.ts",
448
+ "path": "src/design-system/design-system.ts",
438
449
  "declarations": [
439
450
  {
440
451
  "kind": "function",
441
- "name": "renderOnChange",
452
+ "name": "assureDesignSystem",
453
+ "return": {
454
+ "type": {
455
+ "text": "DesignSystemModule"
456
+ }
457
+ },
442
458
  "parameters": [
443
459
  {
444
- "name": "target",
445
- "type": {
446
- "text": "FASTElement & { render(): void }"
447
- },
448
- "description": "The target to define the property change handler on."
449
- },
450
- {
451
- "name": "name",
460
+ "name": "module",
452
461
  "type": {
453
- "text": "string"
454
- },
455
- "description": "The property name."
462
+ "text": "DesignSystemModule"
463
+ }
456
464
  }
457
465
  ],
458
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
466
+ "description": "assureDesignSystem.",
459
467
  "privacy": "public"
460
468
  }
461
469
  ],
462
470
  "exports": [
463
471
  {
464
472
  "kind": "js",
465
- "name": "renderOnChange",
473
+ "name": "assureDesignSystem",
466
474
  "declaration": {
467
- "name": "renderOnChange",
468
- "module": "src/decorators/renderOnChange.ts"
475
+ "name": "assureDesignSystem",
476
+ "module": "src/design-system/design-system.ts"
469
477
  }
470
478
  }
471
479
  ]
472
480
  },
473
481
  {
474
482
  "kind": "javascript-module",
475
- "path": "src/directives/index.ts",
483
+ "path": "src/design-system/index.ts",
476
484
  "declarations": [],
477
485
  "exports": [
478
486
  {
@@ -480,15 +488,22 @@
480
488
  "name": "*",
481
489
  "declaration": {
482
490
  "name": "*",
483
- "package": "./sync"
491
+ "package": "./design-system"
484
492
  }
485
- },
493
+ }
494
+ ]
495
+ },
496
+ {
497
+ "kind": "javascript-module",
498
+ "path": "src/encoding/index.ts",
499
+ "declarations": [],
500
+ "exports": [
486
501
  {
487
502
  "kind": "js",
488
503
  "name": "*",
489
504
  "declaration": {
490
505
  "name": "*",
491
- "package": "./when-else"
506
+ "package": "./base64"
492
507
  }
493
508
  }
494
509
  ]
@@ -781,21 +796,6 @@
781
796
  }
782
797
  ]
783
798
  },
784
- {
785
- "kind": "javascript-module",
786
- "path": "src/encoding/index.ts",
787
- "declarations": [],
788
- "exports": [
789
- {
790
- "kind": "js",
791
- "name": "*",
792
- "declaration": {
793
- "name": "*",
794
- "package": "./base64"
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.236.1-alpha-b20f842.0",
4
+ "version": "14.237.0",
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.236.1-alpha-b20f842.0",
31
- "@genesislcap/genx": "14.236.1-alpha-b20f842.0",
32
- "@genesislcap/rollup-builder": "14.236.1-alpha-b20f842.0",
33
- "@genesislcap/ts-builder": "14.236.1-alpha-b20f842.0",
34
- "@genesislcap/uvu-playwright-builder": "14.236.1-alpha-b20f842.0",
35
- "@genesislcap/vite-builder": "14.236.1-alpha-b20f842.0",
36
- "@genesislcap/webpack-builder": "14.236.1-alpha-b20f842.0",
30
+ "@genesislcap/foundation-testing": "14.237.0",
31
+ "@genesislcap/genx": "14.237.0",
32
+ "@genesislcap/rollup-builder": "14.237.0",
33
+ "@genesislcap/ts-builder": "14.237.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.237.0",
35
+ "@genesislcap/vite-builder": "14.237.0",
36
+ "@genesislcap/webpack-builder": "14.237.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.236.1-alpha-b20f842.0",
40
+ "@genesislcap/foundation-logger": "14.237.0",
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": "ac341cc02fdc201a87ec3181f4d6b2e0f1e7e0e0"
58
+ "gitHead": "cf9e69d5468bebebfa4be788ce5b02ed8fa409a5"
59
59
  }