@genesislcap/foundation-utils 14.183.4 → 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,109 +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
- {
414
- "kind": "javascript-module",
415
- "path": "src/design-system/design-system.ts",
416
- "declarations": [
417
- {
418
- "kind": "function",
419
- "name": "assureDesignSystem",
420
- "return": {
421
- "type": {
422
- "text": "DesignSystemModule"
423
- }
424
- },
425
- "parameters": [
426
- {
427
- "name": "module",
428
- "type": {
429
- "text": "DesignSystemModule"
430
- }
431
- }
432
- ],
433
- "description": "assureDesignSystem.",
434
- "privacy": "public"
435
- }
436
- ],
437
- "exports": [
438
- {
439
- "kind": "js",
440
- "name": "assureDesignSystem",
441
- "declaration": {
442
- "name": "assureDesignSystem",
443
- "module": "src/design-system/design-system.ts"
444
- }
445
- }
446
- ]
447
- },
448
- {
449
- "kind": "javascript-module",
450
- "path": "src/design-system/index.ts",
451
- "declarations": [],
452
- "exports": [
453
- {
454
- "kind": "js",
455
- "name": "*",
456
- "declaration": {
457
- "name": "*",
458
- "package": "./design-system"
459
- }
460
- }
461
- ]
462
- },
463
360
  {
464
361
  "kind": "javascript-module",
465
362
  "path": "src/directives/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.4",
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.4",
23
- "@genesislcap/genx": "14.183.4",
24
- "@genesislcap/rollup-builder": "14.183.4",
25
- "@genesislcap/ts-builder": "14.183.4",
26
- "@genesislcap/uvu-playwright-builder": "14.183.4",
27
- "@genesislcap/vite-builder": "14.183.4",
28
- "@genesislcap/webpack-builder": "14.183.4",
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.4",
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": "ba6d12c3196029a1d6d68335fd6da494139a6afc"
50
+ "gitHead": "4e53361349876ad2e57fd46cdfa4c775ff719e02"
51
51
  }