@genesislcap/foundation-utils 14.227.0 → 14.227.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -369,60 +369,42 @@
369
369
  },
370
370
  {
371
371
  "kind": "javascript-module",
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",
372
+ "path": "src/design-system/design-system.ts",
388
373
  "declarations": [
389
374
  {
390
375
  "kind": "function",
391
- "name": "renderOnChange",
376
+ "name": "assureDesignSystem",
377
+ "return": {
378
+ "type": {
379
+ "text": "DesignSystemModule"
380
+ }
381
+ },
392
382
  "parameters": [
393
383
  {
394
- "name": "target",
395
- "type": {
396
- "text": "FASTElement & { render(): void }"
397
- },
398
- "description": "The target to define the property change handler on."
399
- },
400
- {
401
- "name": "name",
384
+ "name": "module",
402
385
  "type": {
403
- "text": "string"
404
- },
405
- "description": "The property name."
386
+ "text": "DesignSystemModule"
387
+ }
406
388
  }
407
389
  ],
408
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
390
+ "description": "assureDesignSystem.",
409
391
  "privacy": "public"
410
392
  }
411
393
  ],
412
394
  "exports": [
413
395
  {
414
396
  "kind": "js",
415
- "name": "renderOnChange",
397
+ "name": "assureDesignSystem",
416
398
  "declaration": {
417
- "name": "renderOnChange",
418
- "module": "src/decorators/renderOnChange.ts"
399
+ "name": "assureDesignSystem",
400
+ "module": "src/design-system/design-system.ts"
419
401
  }
420
402
  }
421
403
  ]
422
404
  },
423
405
  {
424
406
  "kind": "javascript-module",
425
- "path": "src/directives/index.ts",
407
+ "path": "src/design-system/index.ts",
426
408
  "declarations": [],
427
409
  "exports": [
428
410
  {
@@ -430,57 +412,67 @@
430
412
  "name": "*",
431
413
  "declaration": {
432
414
  "name": "*",
433
- "package": "./sync"
415
+ "package": "./design-system"
434
416
  }
435
- },
417
+ }
418
+ ]
419
+ },
420
+ {
421
+ "kind": "javascript-module",
422
+ "path": "src/decorators/index.ts",
423
+ "declarations": [],
424
+ "exports": [
436
425
  {
437
426
  "kind": "js",
438
427
  "name": "*",
439
428
  "declaration": {
440
429
  "name": "*",
441
- "package": "./when-else"
430
+ "package": "./renderOnChange"
442
431
  }
443
432
  }
444
433
  ]
445
434
  },
446
435
  {
447
436
  "kind": "javascript-module",
448
- "path": "src/design-system/design-system.ts",
437
+ "path": "src/decorators/renderOnChange.ts",
449
438
  "declarations": [
450
439
  {
451
440
  "kind": "function",
452
- "name": "assureDesignSystem",
453
- "return": {
454
- "type": {
455
- "text": "DesignSystemModule"
456
- }
457
- },
441
+ "name": "renderOnChange",
458
442
  "parameters": [
459
443
  {
460
- "name": "module",
444
+ "name": "target",
461
445
  "type": {
462
- "text": "DesignSystemModule"
463
- }
446
+ "text": "FASTElement & { render(): void }"
447
+ },
448
+ "description": "The target to define the property change handler on."
449
+ },
450
+ {
451
+ "name": "name",
452
+ "type": {
453
+ "text": "string"
454
+ },
455
+ "description": "The property name."
464
456
  }
465
457
  ],
466
- "description": "assureDesignSystem.",
458
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
467
459
  "privacy": "public"
468
460
  }
469
461
  ],
470
462
  "exports": [
471
463
  {
472
464
  "kind": "js",
473
- "name": "assureDesignSystem",
465
+ "name": "renderOnChange",
474
466
  "declaration": {
475
- "name": "assureDesignSystem",
476
- "module": "src/design-system/design-system.ts"
467
+ "name": "renderOnChange",
468
+ "module": "src/decorators/renderOnChange.ts"
477
469
  }
478
470
  }
479
471
  ]
480
472
  },
481
473
  {
482
474
  "kind": "javascript-module",
483
- "path": "src/design-system/index.ts",
475
+ "path": "src/directives/index.ts",
484
476
  "declarations": [],
485
477
  "exports": [
486
478
  {
@@ -488,22 +480,15 @@
488
480
  "name": "*",
489
481
  "declaration": {
490
482
  "name": "*",
491
- "package": "./design-system"
483
+ "package": "./sync"
492
484
  }
493
- }
494
- ]
495
- },
496
- {
497
- "kind": "javascript-module",
498
- "path": "src/encoding/index.ts",
499
- "declarations": [],
500
- "exports": [
485
+ },
501
486
  {
502
487
  "kind": "js",
503
488
  "name": "*",
504
489
  "declaration": {
505
490
  "name": "*",
506
- "package": "./base64"
491
+ "package": "./when-else"
507
492
  }
508
493
  }
509
494
  ]
@@ -796,6 +781,21 @@
796
781
  }
797
782
  ]
798
783
  },
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.227.0",
4
+ "version": "14.227.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.0",
31
- "@genesislcap/genx": "14.227.0",
32
- "@genesislcap/rollup-builder": "14.227.0",
33
- "@genesislcap/ts-builder": "14.227.0",
34
- "@genesislcap/uvu-playwright-builder": "14.227.0",
35
- "@genesislcap/vite-builder": "14.227.0",
36
- "@genesislcap/webpack-builder": "14.227.0",
30
+ "@genesislcap/foundation-testing": "14.227.1",
31
+ "@genesislcap/genx": "14.227.1",
32
+ "@genesislcap/rollup-builder": "14.227.1",
33
+ "@genesislcap/ts-builder": "14.227.1",
34
+ "@genesislcap/uvu-playwright-builder": "14.227.1",
35
+ "@genesislcap/vite-builder": "14.227.1",
36
+ "@genesislcap/webpack-builder": "14.227.1",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.227.0",
40
+ "@genesislcap/foundation-logger": "14.227.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": "6f1749b0cb8e0093efe528bc44a34eeb0697f458"
58
+ "gitHead": "b579519af8c01fdcc886a6a59a088f3e65b845a4"
59
59
  }