@genesislcap/foundation-utils 14.306.1-alpha-d9f5c36.0 → 14.307.0

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,77 +369,60 @@
369
369
  },
370
370
  {
371
371
  "kind": "javascript-module",
372
- "path": "src/design-system/design-system.ts",
373
- "declarations": [
372
+ "path": "src/decorators/index.ts",
373
+ "declarations": [],
374
+ "exports": [
374
375
  {
375
- "kind": "function",
376
- "name": "assureDesignSystem",
377
- "return": {
378
- "type": {
379
- "text": "DesignSystemModule"
380
- }
381
- },
382
- "parameters": [
383
- {
384
- "name": "module",
385
- "type": {
386
- "text": "DesignSystemModule"
387
- }
388
- }
389
- ],
390
- "description": "assureDesignSystem.",
391
- "privacy": "public"
392
- },
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",
388
+ "declarations": [
393
389
  {
394
390
  "kind": "function",
395
- "name": "getCurrentDesignSystemPrefix",
396
- "return": {
397
- "type": {
398
- "text": ""
399
- }
400
- },
391
+ "name": "renderOnChange",
401
392
  "parameters": [
402
393
  {
403
- "name": "element",
394
+ "name": "target",
404
395
  "type": {
405
- "text": "HTMLElement"
396
+ "text": "FASTElement & { render(): void }"
406
397
  },
407
- "description": "The starting HTML element"
398
+ "description": "The target to define the property change handler on."
408
399
  },
409
400
  {
410
- "name": "fallbackPrefix",
401
+ "name": "name",
411
402
  "type": {
412
403
  "text": "string"
413
404
  },
414
- "description": "The prefix to fallback to if the provider is not available"
405
+ "description": "The property name."
415
406
  }
416
407
  ],
417
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
408
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
418
409
  "privacy": "public"
419
410
  }
420
411
  ],
421
412
  "exports": [
422
413
  {
423
414
  "kind": "js",
424
- "name": "assureDesignSystem",
425
- "declaration": {
426
- "name": "assureDesignSystem",
427
- "module": "src/design-system/design-system.ts"
428
- }
429
- },
430
- {
431
- "kind": "js",
432
- "name": "getCurrentDesignSystemPrefix",
415
+ "name": "renderOnChange",
433
416
  "declaration": {
434
- "name": "getCurrentDesignSystemPrefix",
435
- "module": "src/design-system/design-system.ts"
417
+ "name": "renderOnChange",
418
+ "module": "src/decorators/renderOnChange.ts"
436
419
  }
437
420
  }
438
421
  ]
439
422
  },
440
423
  {
441
424
  "kind": "javascript-module",
442
- "path": "src/design-system/index.ts",
425
+ "path": "src/directives/index.ts",
443
426
  "declarations": [],
444
427
  "exports": [
445
428
  {
@@ -447,67 +430,92 @@
447
430
  "name": "*",
448
431
  "declaration": {
449
432
  "name": "*",
450
- "package": "./design-system"
433
+ "package": "./sync"
451
434
  }
452
- }
453
- ]
454
- },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/decorators/index.ts",
458
- "declarations": [],
459
- "exports": [
435
+ },
460
436
  {
461
437
  "kind": "js",
462
438
  "name": "*",
463
439
  "declaration": {
464
440
  "name": "*",
465
- "package": "./renderOnChange"
441
+ "package": "./when-else"
466
442
  }
467
443
  }
468
444
  ]
469
445
  },
470
446
  {
471
447
  "kind": "javascript-module",
472
- "path": "src/decorators/renderOnChange.ts",
448
+ "path": "src/design-system/design-system.ts",
473
449
  "declarations": [
474
450
  {
475
451
  "kind": "function",
476
- "name": "renderOnChange",
452
+ "name": "assureDesignSystem",
453
+ "return": {
454
+ "type": {
455
+ "text": "DesignSystemModule"
456
+ }
457
+ },
477
458
  "parameters": [
478
459
  {
479
- "name": "target",
460
+ "name": "module",
480
461
  "type": {
481
- "text": "FASTElement & { render(): void }"
462
+ "text": "DesignSystemModule"
463
+ }
464
+ }
465
+ ],
466
+ "description": "assureDesignSystem.",
467
+ "privacy": "public"
468
+ },
469
+ {
470
+ "kind": "function",
471
+ "name": "getCurrentDesignSystemPrefix",
472
+ "return": {
473
+ "type": {
474
+ "text": ""
475
+ }
476
+ },
477
+ "parameters": [
478
+ {
479
+ "name": "element",
480
+ "type": {
481
+ "text": "HTMLElement"
482
482
  },
483
- "description": "The target to define the property change handler on."
483
+ "description": "The starting HTML element"
484
484
  },
485
485
  {
486
- "name": "name",
486
+ "name": "fallbackPrefix",
487
487
  "type": {
488
488
  "text": "string"
489
489
  },
490
- "description": "The property name."
490
+ "description": "The prefix to fallback to if the provider is not available"
491
491
  }
492
492
  ],
493
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
493
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
494
494
  "privacy": "public"
495
495
  }
496
496
  ],
497
497
  "exports": [
498
498
  {
499
499
  "kind": "js",
500
- "name": "renderOnChange",
500
+ "name": "assureDesignSystem",
501
501
  "declaration": {
502
- "name": "renderOnChange",
503
- "module": "src/decorators/renderOnChange.ts"
502
+ "name": "assureDesignSystem",
503
+ "module": "src/design-system/design-system.ts"
504
+ }
505
+ },
506
+ {
507
+ "kind": "js",
508
+ "name": "getCurrentDesignSystemPrefix",
509
+ "declaration": {
510
+ "name": "getCurrentDesignSystemPrefix",
511
+ "module": "src/design-system/design-system.ts"
504
512
  }
505
513
  }
506
514
  ]
507
515
  },
508
516
  {
509
517
  "kind": "javascript-module",
510
- "path": "src/directives/index.ts",
518
+ "path": "src/design-system/index.ts",
511
519
  "declarations": [],
512
520
  "exports": [
513
521
  {
@@ -515,15 +523,7 @@
515
523
  "name": "*",
516
524
  "declaration": {
517
525
  "name": "*",
518
- "package": "./sync"
519
- }
520
- },
521
- {
522
- "kind": "js",
523
- "name": "*",
524
- "declaration": {
525
- "name": "*",
526
- "package": "./when-else"
526
+ "package": "./design-system"
527
527
  }
528
528
  }
529
529
  ]
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.306.1-alpha-d9f5c36.0",
4
+ "version": "14.307.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.306.1-alpha-d9f5c36.0",
31
- "@genesislcap/genx": "14.306.1-alpha-d9f5c36.0",
32
- "@genesislcap/rollup-builder": "14.306.1-alpha-d9f5c36.0",
33
- "@genesislcap/ts-builder": "14.306.1-alpha-d9f5c36.0",
34
- "@genesislcap/uvu-playwright-builder": "14.306.1-alpha-d9f5c36.0",
35
- "@genesislcap/vite-builder": "14.306.1-alpha-d9f5c36.0",
36
- "@genesislcap/webpack-builder": "14.306.1-alpha-d9f5c36.0",
30
+ "@genesislcap/foundation-testing": "14.307.0",
31
+ "@genesislcap/genx": "14.307.0",
32
+ "@genesislcap/rollup-builder": "14.307.0",
33
+ "@genesislcap/ts-builder": "14.307.0",
34
+ "@genesislcap/uvu-playwright-builder": "14.307.0",
35
+ "@genesislcap/vite-builder": "14.307.0",
36
+ "@genesislcap/webpack-builder": "14.307.0",
37
37
  "@types/json-schema": "^7.0.11"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/expression-builder": "14.306.1-alpha-d9f5c36.0",
41
- "@genesislcap/foundation-logger": "14.306.1-alpha-d9f5c36.0",
40
+ "@genesislcap/expression-builder": "14.307.0",
41
+ "@genesislcap/foundation-logger": "14.307.0",
42
42
  "@microsoft/fast-components": "2.30.6",
43
43
  "@microsoft/fast-element": "1.14.0",
44
44
  "@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": "928c0ae85c53442389ca57fb6843d7a378fc6e3a"
58
+ "gitHead": "6a075391e3bb335bd43da0069693ade3f5565042"
59
59
  }