@genesislcap/foundation-utils 14.268.4-alpha-477e8bf.0 → 14.268.4

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,53 +369,50 @@
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"
401
+ }
402
+ }
403
+ ]
404
+ },
405
+ {
406
+ "kind": "javascript-module",
407
+ "path": "src/design-system/index.ts",
408
+ "declarations": [],
409
+ "exports": [
410
+ {
411
+ "kind": "js",
412
+ "name": "*",
413
+ "declaration": {
414
+ "name": "*",
415
+ "package": "./design-system"
419
416
  }
420
417
  }
421
418
  ]
@@ -445,50 +442,53 @@
445
442
  },
446
443
  {
447
444
  "kind": "javascript-module",
448
- "path": "src/design-system/design-system.ts",
445
+ "path": "src/decorators/index.ts",
446
+ "declarations": [],
447
+ "exports": [
448
+ {
449
+ "kind": "js",
450
+ "name": "*",
451
+ "declaration": {
452
+ "name": "*",
453
+ "package": "./renderOnChange"
454
+ }
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "kind": "javascript-module",
460
+ "path": "src/decorators/renderOnChange.ts",
449
461
  "declarations": [
450
462
  {
451
463
  "kind": "function",
452
- "name": "assureDesignSystem",
453
- "return": {
454
- "type": {
455
- "text": "DesignSystemModule"
456
- }
457
- },
464
+ "name": "renderOnChange",
458
465
  "parameters": [
459
466
  {
460
- "name": "module",
467
+ "name": "target",
461
468
  "type": {
462
- "text": "DesignSystemModule"
463
- }
469
+ "text": "FASTElement & { render(): void }"
470
+ },
471
+ "description": "The target to define the property change handler on."
472
+ },
473
+ {
474
+ "name": "name",
475
+ "type": {
476
+ "text": "string"
477
+ },
478
+ "description": "The property name."
464
479
  }
465
480
  ],
466
- "description": "assureDesignSystem.",
481
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
467
482
  "privacy": "public"
468
483
  }
469
484
  ],
470
485
  "exports": [
471
486
  {
472
487
  "kind": "js",
473
- "name": "assureDesignSystem",
474
- "declaration": {
475
- "name": "assureDesignSystem",
476
- "module": "src/design-system/design-system.ts"
477
- }
478
- }
479
- ]
480
- },
481
- {
482
- "kind": "javascript-module",
483
- "path": "src/design-system/index.ts",
484
- "declarations": [],
485
- "exports": [
486
- {
487
- "kind": "js",
488
- "name": "*",
488
+ "name": "renderOnChange",
489
489
  "declaration": {
490
- "name": "*",
491
- "package": "./design-system"
490
+ "name": "renderOnChange",
491
+ "module": "src/decorators/renderOnChange.ts"
492
492
  }
493
493
  }
494
494
  ]
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.268.4-alpha-477e8bf.0",
4
+ "version": "14.268.4",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.268.4-alpha-477e8bf.0",
31
- "@genesislcap/genx": "14.268.4-alpha-477e8bf.0",
32
- "@genesislcap/rollup-builder": "14.268.4-alpha-477e8bf.0",
33
- "@genesislcap/ts-builder": "14.268.4-alpha-477e8bf.0",
34
- "@genesislcap/uvu-playwright-builder": "14.268.4-alpha-477e8bf.0",
35
- "@genesislcap/vite-builder": "14.268.4-alpha-477e8bf.0",
36
- "@genesislcap/webpack-builder": "14.268.4-alpha-477e8bf.0",
30
+ "@genesislcap/foundation-testing": "14.268.4",
31
+ "@genesislcap/genx": "14.268.4",
32
+ "@genesislcap/rollup-builder": "14.268.4",
33
+ "@genesislcap/ts-builder": "14.268.4",
34
+ "@genesislcap/uvu-playwright-builder": "14.268.4",
35
+ "@genesislcap/vite-builder": "14.268.4",
36
+ "@genesislcap/webpack-builder": "14.268.4",
37
37
  "@types/json-schema": "^7.0.11",
38
38
  "rimraf": "^5.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "@genesislcap/expression-builder": "14.258.1",
42
- "@genesislcap/foundation-logger": "14.268.4-alpha-477e8bf.0",
42
+ "@genesislcap/foundation-logger": "14.268.4",
43
43
  "@microsoft/fast-components": "2.30.6",
44
44
  "@microsoft/fast-element": "1.14.0",
45
45
  "@microsoft/fast-foundation": "2.49.6",
@@ -57,5 +57,5 @@
57
57
  "access": "public"
58
58
  },
59
59
  "customElements": "dist/custom-elements.json",
60
- "gitHead": "6a5ddbd0e92b8ac8556aa5dbf0dae61b255d9d14"
60
+ "gitHead": "0f4ca7a67988ffb11995ec68f6ccf4f7ac98eef5"
61
61
  }