@genesislcap/foundation-utils 14.183.3 → 14.183.5

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +103 -103
  2. package/package.json +10 -10
@@ -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/directives/index.ts",
@@ -433,56 +380,6 @@
433
380
  }
434
381
  ]
435
382
  },
436
- {
437
- "kind": "javascript-module",
438
- "path": "src/design-system/design-system.ts",
439
- "declarations": [
440
- {
441
- "kind": "function",
442
- "name": "assureDesignSystem",
443
- "return": {
444
- "type": {
445
- "text": "DesignSystemModule"
446
- }
447
- },
448
- "parameters": [
449
- {
450
- "name": "module",
451
- "type": {
452
- "text": "DesignSystemModule"
453
- }
454
- }
455
- ],
456
- "description": "assureDesignSystem.",
457
- "privacy": "public"
458
- }
459
- ],
460
- "exports": [
461
- {
462
- "kind": "js",
463
- "name": "assureDesignSystem",
464
- "declaration": {
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"
482
- }
483
- }
484
- ]
485
- },
486
383
  {
487
384
  "kind": "javascript-module",
488
385
  "path": "src/env/index.ts",
@@ -706,6 +603,109 @@
706
603
  }
707
604
  ]
708
605
  },
606
+ {
607
+ "kind": "javascript-module",
608
+ "path": "src/design-system/design-system.ts",
609
+ "declarations": [
610
+ {
611
+ "kind": "function",
612
+ "name": "assureDesignSystem",
613
+ "return": {
614
+ "type": {
615
+ "text": "DesignSystemModule"
616
+ }
617
+ },
618
+ "parameters": [
619
+ {
620
+ "name": "module",
621
+ "type": {
622
+ "text": "DesignSystemModule"
623
+ }
624
+ }
625
+ ],
626
+ "description": "assureDesignSystem.",
627
+ "privacy": "public"
628
+ }
629
+ ],
630
+ "exports": [
631
+ {
632
+ "kind": "js",
633
+ "name": "assureDesignSystem",
634
+ "declaration": {
635
+ "name": "assureDesignSystem",
636
+ "module": "src/design-system/design-system.ts"
637
+ }
638
+ }
639
+ ]
640
+ },
641
+ {
642
+ "kind": "javascript-module",
643
+ "path": "src/design-system/index.ts",
644
+ "declarations": [],
645
+ "exports": [
646
+ {
647
+ "kind": "js",
648
+ "name": "*",
649
+ "declaration": {
650
+ "name": "*",
651
+ "package": "./design-system"
652
+ }
653
+ }
654
+ ]
655
+ },
656
+ {
657
+ "kind": "javascript-module",
658
+ "path": "src/decorators/index.ts",
659
+ "declarations": [],
660
+ "exports": [
661
+ {
662
+ "kind": "js",
663
+ "name": "*",
664
+ "declaration": {
665
+ "name": "*",
666
+ "package": "./renderOnChange"
667
+ }
668
+ }
669
+ ]
670
+ },
671
+ {
672
+ "kind": "javascript-module",
673
+ "path": "src/decorators/renderOnChange.ts",
674
+ "declarations": [
675
+ {
676
+ "kind": "function",
677
+ "name": "renderOnChange",
678
+ "parameters": [
679
+ {
680
+ "name": "target",
681
+ "type": {
682
+ "text": "FASTElement & { render(): void }"
683
+ },
684
+ "description": "The target to define the property change handler on."
685
+ },
686
+ {
687
+ "name": "name",
688
+ "type": {
689
+ "text": "string"
690
+ },
691
+ "description": "The property name."
692
+ }
693
+ ],
694
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
695
+ "privacy": "public"
696
+ }
697
+ ],
698
+ "exports": [
699
+ {
700
+ "kind": "js",
701
+ "name": "renderOnChange",
702
+ "declaration": {
703
+ "name": "renderOnChange",
704
+ "module": "src/decorators/renderOnChange.ts"
705
+ }
706
+ }
707
+ ]
708
+ },
709
709
  {
710
710
  "kind": "javascript-module",
711
711
  "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.183.3",
4
+ "version": "14.183.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -19,17 +19,17 @@
19
19
  "test": "genx test"
20
20
  },
21
21
  "devDependencies": {
22
- "@genesislcap/foundation-testing": "14.183.3",
23
- "@genesislcap/genx": "14.183.3",
24
- "@genesislcap/rollup-builder": "14.183.3",
25
- "@genesislcap/ts-builder": "14.183.3",
26
- "@genesislcap/uvu-playwright-builder": "14.183.3",
27
- "@genesislcap/vite-builder": "14.183.3",
28
- "@genesislcap/webpack-builder": "14.183.3",
22
+ "@genesislcap/foundation-testing": "14.183.5",
23
+ "@genesislcap/genx": "14.183.5",
24
+ "@genesislcap/rollup-builder": "14.183.5",
25
+ "@genesislcap/ts-builder": "14.183.5",
26
+ "@genesislcap/uvu-playwright-builder": "14.183.5",
27
+ "@genesislcap/vite-builder": "14.183.5",
28
+ "@genesislcap/webpack-builder": "14.183.5",
29
29
  "rimraf": "^3.0.2"
30
30
  },
31
31
  "dependencies": {
32
- "@genesislcap/foundation-logger": "14.183.3",
32
+ "@genesislcap/foundation-logger": "14.183.5",
33
33
  "@microsoft/fast-components": "^2.30.6",
34
34
  "@microsoft/fast-element": "^1.12.0",
35
35
  "@microsoft/fast-foundation": "^2.49.4",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "customElements": "dist/custom-elements.json",
50
- "gitHead": "ffef17c6fd8f87716f8a5b1a86fa060016d927b4"
50
+ "gitHead": "4e53361349876ad2e57fd46cdfa4c775ff719e02"
51
51
  }