@genesislcap/foundation-utils 14.214.1-alpha-aba6589.0 → 14.214.2-alpha-40e31af.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -367,53 +367,50 @@
367
367
  },
368
368
  {
369
369
  "kind": "javascript-module",
370
- "path": "src/decorators/index.ts",
371
- "declarations": [],
372
- "exports": [
373
- {
374
- "kind": "js",
375
- "name": "*",
376
- "declaration": {
377
- "name": "*",
378
- "package": "./renderOnChange"
379
- }
380
- }
381
- ]
382
- },
383
- {
384
- "kind": "javascript-module",
385
- "path": "src/decorators/renderOnChange.ts",
370
+ "path": "src/design-system/design-system.ts",
386
371
  "declarations": [
387
372
  {
388
373
  "kind": "function",
389
- "name": "renderOnChange",
374
+ "name": "assureDesignSystem",
375
+ "return": {
376
+ "type": {
377
+ "text": "DesignSystemModule"
378
+ }
379
+ },
390
380
  "parameters": [
391
381
  {
392
- "name": "target",
393
- "type": {
394
- "text": "FASTElement & { render(): void }"
395
- },
396
- "description": "The target to define the property change handler on."
397
- },
398
- {
399
- "name": "name",
382
+ "name": "module",
400
383
  "type": {
401
- "text": "string"
402
- },
403
- "description": "The property name."
384
+ "text": "DesignSystemModule"
385
+ }
404
386
  }
405
387
  ],
406
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
388
+ "description": "assureDesignSystem.",
407
389
  "privacy": "public"
408
390
  }
409
391
  ],
410
392
  "exports": [
411
393
  {
412
394
  "kind": "js",
413
- "name": "renderOnChange",
395
+ "name": "assureDesignSystem",
414
396
  "declaration": {
415
- "name": "renderOnChange",
416
- "module": "src/decorators/renderOnChange.ts"
397
+ "name": "assureDesignSystem",
398
+ "module": "src/design-system/design-system.ts"
399
+ }
400
+ }
401
+ ]
402
+ },
403
+ {
404
+ "kind": "javascript-module",
405
+ "path": "src/design-system/index.ts",
406
+ "declarations": [],
407
+ "exports": [
408
+ {
409
+ "kind": "js",
410
+ "name": "*",
411
+ "declaration": {
412
+ "name": "*",
413
+ "package": "./design-system"
417
414
  }
418
415
  }
419
416
  ]
@@ -443,50 +440,53 @@
443
440
  },
444
441
  {
445
442
  "kind": "javascript-module",
446
- "path": "src/design-system/design-system.ts",
443
+ "path": "src/decorators/index.ts",
444
+ "declarations": [],
445
+ "exports": [
446
+ {
447
+ "kind": "js",
448
+ "name": "*",
449
+ "declaration": {
450
+ "name": "*",
451
+ "package": "./renderOnChange"
452
+ }
453
+ }
454
+ ]
455
+ },
456
+ {
457
+ "kind": "javascript-module",
458
+ "path": "src/decorators/renderOnChange.ts",
447
459
  "declarations": [
448
460
  {
449
461
  "kind": "function",
450
- "name": "assureDesignSystem",
451
- "return": {
452
- "type": {
453
- "text": "DesignSystemModule"
454
- }
455
- },
462
+ "name": "renderOnChange",
456
463
  "parameters": [
457
464
  {
458
- "name": "module",
465
+ "name": "target",
459
466
  "type": {
460
- "text": "DesignSystemModule"
461
- }
467
+ "text": "FASTElement & { render(): void }"
468
+ },
469
+ "description": "The target to define the property change handler on."
470
+ },
471
+ {
472
+ "name": "name",
473
+ "type": {
474
+ "text": "string"
475
+ },
476
+ "description": "The property name."
462
477
  }
463
478
  ],
464
- "description": "assureDesignSystem.",
479
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
465
480
  "privacy": "public"
466
481
  }
467
482
  ],
468
483
  "exports": [
469
484
  {
470
485
  "kind": "js",
471
- "name": "assureDesignSystem",
472
- "declaration": {
473
- "name": "assureDesignSystem",
474
- "module": "src/design-system/design-system.ts"
475
- }
476
- }
477
- ]
478
- },
479
- {
480
- "kind": "javascript-module",
481
- "path": "src/design-system/index.ts",
482
- "declarations": [],
483
- "exports": [
484
- {
485
- "kind": "js",
486
- "name": "*",
486
+ "name": "renderOnChange",
487
487
  "declaration": {
488
- "name": "*",
489
- "package": "./design-system"
488
+ "name": "renderOnChange",
489
+ "module": "src/decorators/renderOnChange.ts"
490
490
  }
491
491
  }
492
492
  ]
@@ -1465,6 +1465,21 @@
1465
1465
  }
1466
1466
  ]
1467
1467
  },
1468
+ {
1469
+ "kind": "javascript-module",
1470
+ "path": "src/serializers/index.ts",
1471
+ "declarations": [],
1472
+ "exports": [
1473
+ {
1474
+ "kind": "js",
1475
+ "name": "*",
1476
+ "declaration": {
1477
+ "name": "*",
1478
+ "package": "./json"
1479
+ }
1480
+ }
1481
+ ]
1482
+ },
1468
1483
  {
1469
1484
  "kind": "javascript-module",
1470
1485
  "path": "src/resource/index.ts",
@@ -1506,21 +1521,6 @@
1506
1521
  }
1507
1522
  ]
1508
1523
  },
1509
- {
1510
- "kind": "javascript-module",
1511
- "path": "src/serializers/index.ts",
1512
- "declarations": [],
1513
- "exports": [
1514
- {
1515
- "kind": "js",
1516
- "name": "*",
1517
- "declaration": {
1518
- "name": "*",
1519
- "package": "./json"
1520
- }
1521
- }
1522
- ]
1523
- },
1524
1524
  {
1525
1525
  "kind": "javascript-module",
1526
1526
  "path": "src/state/index.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.214.1-alpha-aba6589.0",
4
+ "version": "14.214.2-alpha-40e31af.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.214.1-alpha-aba6589.0",
31
- "@genesislcap/genx": "14.214.1-alpha-aba6589.0",
32
- "@genesislcap/rollup-builder": "14.214.1-alpha-aba6589.0",
33
- "@genesislcap/ts-builder": "14.214.1-alpha-aba6589.0",
34
- "@genesislcap/uvu-playwright-builder": "14.214.1-alpha-aba6589.0",
35
- "@genesislcap/vite-builder": "14.214.1-alpha-aba6589.0",
36
- "@genesislcap/webpack-builder": "14.214.1-alpha-aba6589.0",
30
+ "@genesislcap/foundation-testing": "14.214.2-alpha-40e31af.0",
31
+ "@genesislcap/genx": "14.214.2-alpha-40e31af.0",
32
+ "@genesislcap/rollup-builder": "14.214.2-alpha-40e31af.0",
33
+ "@genesislcap/ts-builder": "14.214.2-alpha-40e31af.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.214.2-alpha-40e31af.0",
35
+ "@genesislcap/vite-builder": "14.214.2-alpha-40e31af.0",
36
+ "@genesislcap/webpack-builder": "14.214.2-alpha-40e31af.0",
37
37
  "rimraf": "^5.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-logger": "14.214.1-alpha-aba6589.0",
40
+ "@genesislcap/foundation-logger": "14.214.2-alpha-40e31af.0",
41
41
  "@microsoft/fast-components": "^2.30.6",
42
42
  "@microsoft/fast-element": "^1.12.0",
43
43
  "@microsoft/fast-foundation": "^2.49.4",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "55dc6c2f9dfa16bb8086601e31fd79a8d7f2cc13"
58
+ "gitHead": "5c01cc68fc2eac6ba9a162c3c5af98661ff8edf5"
59
59
  }