@genesislcap/foundation-utils 14.406.0-workspaces.7 → 14.406.0-workspaces.8

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 +349 -349
  2. package/package.json +11 -11
@@ -258,6 +258,179 @@
258
258
  }
259
259
  ]
260
260
  },
261
+ {
262
+ "kind": "javascript-module",
263
+ "path": "src/decorators/index.ts",
264
+ "declarations": [],
265
+ "exports": [
266
+ {
267
+ "kind": "js",
268
+ "name": "*",
269
+ "declaration": {
270
+ "name": "*",
271
+ "package": "./renderOnChange"
272
+ }
273
+ }
274
+ ]
275
+ },
276
+ {
277
+ "kind": "javascript-module",
278
+ "path": "src/decorators/renderOnChange.ts",
279
+ "declarations": [
280
+ {
281
+ "kind": "function",
282
+ "name": "renderOnChange",
283
+ "parameters": [
284
+ {
285
+ "name": "target",
286
+ "type": {
287
+ "text": "FASTElement & { render(): void }"
288
+ },
289
+ "description": "The target to define the property change handler on."
290
+ },
291
+ {
292
+ "name": "name",
293
+ "type": {
294
+ "text": "string"
295
+ },
296
+ "description": "The property name."
297
+ }
298
+ ],
299
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
300
+ "privacy": "public"
301
+ }
302
+ ],
303
+ "exports": [
304
+ {
305
+ "kind": "js",
306
+ "name": "renderOnChange",
307
+ "declaration": {
308
+ "name": "renderOnChange",
309
+ "module": "src/decorators/renderOnChange.ts"
310
+ }
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "kind": "javascript-module",
316
+ "path": "src/design-system/design-system.ts",
317
+ "declarations": [
318
+ {
319
+ "kind": "function",
320
+ "name": "assureDesignSystem",
321
+ "return": {
322
+ "type": {
323
+ "text": "DesignSystemModule"
324
+ }
325
+ },
326
+ "parameters": [
327
+ {
328
+ "name": "module",
329
+ "type": {
330
+ "text": "DesignSystemModule"
331
+ }
332
+ }
333
+ ],
334
+ "description": "assureDesignSystem.",
335
+ "privacy": "public"
336
+ },
337
+ {
338
+ "kind": "function",
339
+ "name": "getCurrentDesignSystem",
340
+ "return": {
341
+ "type": {
342
+ "text": ""
343
+ }
344
+ },
345
+ "parameters": [
346
+ {
347
+ "name": "element",
348
+ "type": {
349
+ "text": "HTMLElement"
350
+ },
351
+ "description": "The starting HTML element"
352
+ },
353
+ {
354
+ "name": "fallbackPrefix",
355
+ "type": {
356
+ "text": "string"
357
+ },
358
+ "description": "The prefix to fallback to if the provider is not available"
359
+ }
360
+ ],
361
+ "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
362
+ "privacy": "public"
363
+ },
364
+ {
365
+ "kind": "function",
366
+ "name": "getCurrentDesignSystemPrefix",
367
+ "return": {
368
+ "type": {
369
+ "text": ""
370
+ }
371
+ },
372
+ "parameters": [
373
+ {
374
+ "name": "element",
375
+ "type": {
376
+ "text": "HTMLElement"
377
+ },
378
+ "description": "The starting HTML element"
379
+ },
380
+ {
381
+ "name": "fallbackPrefix",
382
+ "type": {
383
+ "text": "string"
384
+ },
385
+ "description": "The prefix to fallback to if the provider is not available"
386
+ }
387
+ ],
388
+ "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
389
+ "privacy": "public"
390
+ }
391
+ ],
392
+ "exports": [
393
+ {
394
+ "kind": "js",
395
+ "name": "assureDesignSystem",
396
+ "declaration": {
397
+ "name": "assureDesignSystem",
398
+ "module": "src/design-system/design-system.ts"
399
+ }
400
+ },
401
+ {
402
+ "kind": "js",
403
+ "name": "getCurrentDesignSystem",
404
+ "declaration": {
405
+ "name": "getCurrentDesignSystem",
406
+ "module": "src/design-system/design-system.ts"
407
+ }
408
+ },
409
+ {
410
+ "kind": "js",
411
+ "name": "getCurrentDesignSystemPrefix",
412
+ "declaration": {
413
+ "name": "getCurrentDesignSystemPrefix",
414
+ "module": "src/design-system/design-system.ts"
415
+ }
416
+ }
417
+ ]
418
+ },
419
+ {
420
+ "kind": "javascript-module",
421
+ "path": "src/design-system/index.ts",
422
+ "declarations": [],
423
+ "exports": [
424
+ {
425
+ "kind": "js",
426
+ "name": "*",
427
+ "declaration": {
428
+ "name": "*",
429
+ "package": "./design-system"
430
+ }
431
+ }
432
+ ]
433
+ },
261
434
  {
262
435
  "kind": "javascript-module",
263
436
  "path": "src/data/inMemoryDatabase.ts",
@@ -458,7 +631,7 @@
458
631
  },
459
632
  {
460
633
  "kind": "javascript-module",
461
- "path": "src/directives/index.ts",
634
+ "path": "src/env/index.ts",
462
635
  "declarations": [],
463
636
  "exports": [
464
637
  {
@@ -466,7 +639,7 @@
466
639
  "name": "*",
467
640
  "declaration": {
468
641
  "name": "*",
469
- "package": "./sync"
642
+ "package": "./is-dev"
470
643
  }
471
644
  },
472
645
  {
@@ -474,184 +647,26 @@
474
647
  "name": "*",
475
648
  "declaration": {
476
649
  "name": "*",
477
- "package": "./when-else"
650
+ "package": "./variables"
478
651
  }
479
652
  }
480
653
  ]
481
654
  },
482
655
  {
483
656
  "kind": "javascript-module",
484
- "path": "src/design-system/design-system.ts",
657
+ "path": "src/env/is-dev.ts",
485
658
  "declarations": [
486
659
  {
487
660
  "kind": "function",
488
- "name": "assureDesignSystem",
489
- "return": {
490
- "type": {
491
- "text": "DesignSystemModule"
492
- }
493
- },
494
- "parameters": [
495
- {
496
- "name": "module",
497
- "type": {
498
- "text": "DesignSystemModule"
499
- }
500
- }
501
- ],
502
- "description": "assureDesignSystem.",
503
- "privacy": "public"
504
- },
505
- {
506
- "kind": "function",
507
- "name": "getCurrentDesignSystem",
508
- "return": {
509
- "type": {
510
- "text": ""
511
- }
512
- },
513
- "parameters": [
514
- {
515
- "name": "element",
516
- "type": {
517
- "text": "HTMLElement"
518
- },
519
- "description": "The starting HTML element"
520
- },
521
- {
522
- "name": "fallbackPrefix",
523
- "type": {
524
- "text": "string"
525
- },
526
- "description": "The prefix to fallback to if the provider is not available"
527
- }
528
- ],
529
- "description": "Get the current design system provider element and prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
530
- "privacy": "public"
531
- },
532
- {
533
- "kind": "function",
534
- "name": "getCurrentDesignSystemPrefix",
535
- "return": {
536
- "type": {
537
- "text": ""
538
- }
539
- },
540
- "parameters": [
541
- {
542
- "name": "element",
543
- "type": {
544
- "text": "HTMLElement"
545
- },
546
- "description": "The starting HTML element"
547
- },
548
- {
549
- "name": "fallbackPrefix",
550
- "type": {
551
- "text": "string"
552
- },
553
- "description": "The prefix to fallback to if the provider is not available"
554
- }
555
- ],
556
- "description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
661
+ "name": "isDev",
662
+ "description": "Determines if the current environment is a development environment.",
557
663
  "privacy": "public"
558
664
  }
559
665
  ],
560
666
  "exports": [
561
667
  {
562
668
  "kind": "js",
563
- "name": "assureDesignSystem",
564
- "declaration": {
565
- "name": "assureDesignSystem",
566
- "module": "src/design-system/design-system.ts"
567
- }
568
- },
569
- {
570
- "kind": "js",
571
- "name": "getCurrentDesignSystem",
572
- "declaration": {
573
- "name": "getCurrentDesignSystem",
574
- "module": "src/design-system/design-system.ts"
575
- }
576
- },
577
- {
578
- "kind": "js",
579
- "name": "getCurrentDesignSystemPrefix",
580
- "declaration": {
581
- "name": "getCurrentDesignSystemPrefix",
582
- "module": "src/design-system/design-system.ts"
583
- }
584
- }
585
- ]
586
- },
587
- {
588
- "kind": "javascript-module",
589
- "path": "src/design-system/index.ts",
590
- "declarations": [],
591
- "exports": [
592
- {
593
- "kind": "js",
594
- "name": "*",
595
- "declaration": {
596
- "name": "*",
597
- "package": "./design-system"
598
- }
599
- }
600
- ]
601
- },
602
- {
603
- "kind": "javascript-module",
604
- "path": "src/encoding/index.ts",
605
- "declarations": [],
606
- "exports": [
607
- {
608
- "kind": "js",
609
- "name": "*",
610
- "declaration": {
611
- "name": "*",
612
- "package": "./base64"
613
- }
614
- }
615
- ]
616
- },
617
- {
618
- "kind": "javascript-module",
619
- "path": "src/env/index.ts",
620
- "declarations": [],
621
- "exports": [
622
- {
623
- "kind": "js",
624
- "name": "*",
625
- "declaration": {
626
- "name": "*",
627
- "package": "./is-dev"
628
- }
629
- },
630
- {
631
- "kind": "js",
632
- "name": "*",
633
- "declaration": {
634
- "name": "*",
635
- "package": "./variables"
636
- }
637
- }
638
- ]
639
- },
640
- {
641
- "kind": "javascript-module",
642
- "path": "src/env/is-dev.ts",
643
- "declarations": [
644
- {
645
- "kind": "function",
646
- "name": "isDev",
647
- "description": "Determines if the current environment is a development environment.",
648
- "privacy": "public"
649
- }
650
- ],
651
- "exports": [
652
- {
653
- "kind": "js",
654
- "name": "isDev",
669
+ "name": "isDev",
655
670
  "declaration": {
656
671
  "name": "isDev",
657
672
  "module": "src/env/is-dev.ts"
@@ -1091,7 +1106,7 @@
1091
1106
  },
1092
1107
  {
1093
1108
  "kind": "javascript-module",
1094
- "path": "src/decorators/index.ts",
1109
+ "path": "src/encoding/index.ts",
1095
1110
  "declarations": [],
1096
1111
  "exports": [
1097
1112
  {
@@ -1099,45 +1114,30 @@
1099
1114
  "name": "*",
1100
1115
  "declaration": {
1101
1116
  "name": "*",
1102
- "package": "./renderOnChange"
1117
+ "package": "./base64"
1103
1118
  }
1104
1119
  }
1105
1120
  ]
1106
1121
  },
1107
1122
  {
1108
1123
  "kind": "javascript-module",
1109
- "path": "src/decorators/renderOnChange.ts",
1110
- "declarations": [
1111
- {
1112
- "kind": "function",
1113
- "name": "renderOnChange",
1114
- "parameters": [
1115
- {
1116
- "name": "target",
1117
- "type": {
1118
- "text": "FASTElement & { render(): void }"
1119
- },
1120
- "description": "The target to define the property change handler on."
1121
- },
1122
- {
1123
- "name": "name",
1124
- "type": {
1125
- "text": "string"
1126
- },
1127
- "description": "The property name."
1128
- }
1129
- ],
1130
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1131
- "privacy": "public"
1132
- }
1133
- ],
1124
+ "path": "src/directives/index.ts",
1125
+ "declarations": [],
1134
1126
  "exports": [
1135
1127
  {
1136
1128
  "kind": "js",
1137
- "name": "renderOnChange",
1129
+ "name": "*",
1138
1130
  "declaration": {
1139
- "name": "renderOnChange",
1140
- "module": "src/decorators/renderOnChange.ts"
1131
+ "name": "*",
1132
+ "package": "./sync"
1133
+ }
1134
+ },
1135
+ {
1136
+ "kind": "js",
1137
+ "name": "*",
1138
+ "declaration": {
1139
+ "name": "*",
1140
+ "package": "./when-else"
1141
1141
  }
1142
1142
  }
1143
1143
  ]
@@ -4322,160 +4322,6 @@
4322
4322
  "declarations": [],
4323
4323
  "exports": []
4324
4324
  },
4325
- {
4326
- "kind": "javascript-module",
4327
- "path": "src/directives/sync/index.ts",
4328
- "declarations": [],
4329
- "exports": [
4330
- {
4331
- "kind": "js",
4332
- "name": "*",
4333
- "declaration": {
4334
- "name": "*",
4335
- "package": "./sync"
4336
- }
4337
- }
4338
- ]
4339
- },
4340
- {
4341
- "kind": "javascript-module",
4342
- "path": "src/directives/sync/sync.ts",
4343
- "declarations": [
4344
- {
4345
- "kind": "variable",
4346
- "name": "defaultEventMap",
4347
- "type": {
4348
- "text": "Map<string, EventName>"
4349
- },
4350
- "default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
4351
- "description": "A map that associates specific HTML element tags with their corresponding default event names.",
4352
- "privacy": "public"
4353
- },
4354
- {
4355
- "kind": "function",
4356
- "name": "sync",
4357
- "return": {
4358
- "type": {
4359
- "text": "CaptureType<TSource>"
4360
- }
4361
- },
4362
- "parameters": [
4363
- {
4364
- "name": "binding",
4365
- "type": {
4366
- "text": "Binding<TSource, TReturn>"
4367
- }
4368
- },
4369
- {
4370
- "name": "conversionType",
4371
- "default": "'string'",
4372
- "type": {
4373
- "text": "ConversionType"
4374
- }
4375
- },
4376
- {
4377
- "name": "eventName",
4378
- "default": "'default'",
4379
- "type": {
4380
- "text": "EventName"
4381
- }
4382
- },
4383
- {
4384
- "name": "keyAttr",
4385
- "optional": true,
4386
- "type": {
4387
- "text": "string"
4388
- }
4389
- }
4390
- ],
4391
- "description": "Creates a synchronization directive that binds a data source to an HTML element,",
4392
- "privacy": "public"
4393
- }
4394
- ],
4395
- "exports": [
4396
- {
4397
- "kind": "js",
4398
- "name": "defaultEventMap",
4399
- "declaration": {
4400
- "name": "defaultEventMap",
4401
- "module": "src/directives/sync/sync.ts"
4402
- }
4403
- },
4404
- {
4405
- "kind": "js",
4406
- "name": "sync",
4407
- "declaration": {
4408
- "name": "sync",
4409
- "module": "src/directives/sync/sync.ts"
4410
- }
4411
- }
4412
- ]
4413
- },
4414
- {
4415
- "kind": "javascript-module",
4416
- "path": "src/directives/when-else/index.ts",
4417
- "declarations": [],
4418
- "exports": [
4419
- {
4420
- "kind": "js",
4421
- "name": "*",
4422
- "declaration": {
4423
- "name": "*",
4424
- "package": "./when-else"
4425
- }
4426
- }
4427
- ]
4428
- },
4429
- {
4430
- "kind": "javascript-module",
4431
- "path": "src/directives/when-else/when-else.ts",
4432
- "declarations": [
4433
- {
4434
- "kind": "function",
4435
- "name": "whenElse",
4436
- "return": {
4437
- "type": {
4438
- "text": "CaptureType<TSource>"
4439
- }
4440
- },
4441
- "parameters": [
4442
- {
4443
- "name": "binding",
4444
- "type": {
4445
- "text": "Binding<TSource, TReturn>"
4446
- },
4447
- "description": "The condition to test for rendering."
4448
- },
4449
- {
4450
- "name": "trueTemplateOrTemplateBinding",
4451
- "type": {
4452
- "text": "WhenTemplate<TSource>"
4453
- },
4454
- "description": "The template or a binding that gets the template to render when the condition is true."
4455
- },
4456
- {
4457
- "name": "falseTemplateOrTemplateBinding",
4458
- "type": {
4459
- "text": "WhenTemplate<TSource>"
4460
- },
4461
- "description": "The template or a binding that gets the template to render when the condition is false."
4462
- }
4463
- ],
4464
- "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
4465
- "privacy": "public"
4466
- }
4467
- ],
4468
- "exports": [
4469
- {
4470
- "kind": "js",
4471
- "name": "whenElse",
4472
- "declaration": {
4473
- "name": "whenElse",
4474
- "module": "src/directives/when-else/when-else.ts"
4475
- }
4476
- }
4477
- ]
4478
- },
4479
4325
  {
4480
4326
  "kind": "javascript-module",
4481
4327
  "path": "src/encoding/base64/decode.ts",
@@ -4630,6 +4476,160 @@
4630
4476
  }
4631
4477
  ]
4632
4478
  },
4479
+ {
4480
+ "kind": "javascript-module",
4481
+ "path": "src/directives/sync/index.ts",
4482
+ "declarations": [],
4483
+ "exports": [
4484
+ {
4485
+ "kind": "js",
4486
+ "name": "*",
4487
+ "declaration": {
4488
+ "name": "*",
4489
+ "package": "./sync"
4490
+ }
4491
+ }
4492
+ ]
4493
+ },
4494
+ {
4495
+ "kind": "javascript-module",
4496
+ "path": "src/directives/sync/sync.ts",
4497
+ "declarations": [
4498
+ {
4499
+ "kind": "variable",
4500
+ "name": "defaultEventMap",
4501
+ "type": {
4502
+ "text": "Map<string, EventName>"
4503
+ },
4504
+ "default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
4505
+ "description": "A map that associates specific HTML element tags with their corresponding default event names.",
4506
+ "privacy": "public"
4507
+ },
4508
+ {
4509
+ "kind": "function",
4510
+ "name": "sync",
4511
+ "return": {
4512
+ "type": {
4513
+ "text": "CaptureType<TSource>"
4514
+ }
4515
+ },
4516
+ "parameters": [
4517
+ {
4518
+ "name": "binding",
4519
+ "type": {
4520
+ "text": "Binding<TSource, TReturn>"
4521
+ }
4522
+ },
4523
+ {
4524
+ "name": "conversionType",
4525
+ "default": "'string'",
4526
+ "type": {
4527
+ "text": "ConversionType"
4528
+ }
4529
+ },
4530
+ {
4531
+ "name": "eventName",
4532
+ "default": "'default'",
4533
+ "type": {
4534
+ "text": "EventName"
4535
+ }
4536
+ },
4537
+ {
4538
+ "name": "keyAttr",
4539
+ "optional": true,
4540
+ "type": {
4541
+ "text": "string"
4542
+ }
4543
+ }
4544
+ ],
4545
+ "description": "Creates a synchronization directive that binds a data source to an HTML element,",
4546
+ "privacy": "public"
4547
+ }
4548
+ ],
4549
+ "exports": [
4550
+ {
4551
+ "kind": "js",
4552
+ "name": "defaultEventMap",
4553
+ "declaration": {
4554
+ "name": "defaultEventMap",
4555
+ "module": "src/directives/sync/sync.ts"
4556
+ }
4557
+ },
4558
+ {
4559
+ "kind": "js",
4560
+ "name": "sync",
4561
+ "declaration": {
4562
+ "name": "sync",
4563
+ "module": "src/directives/sync/sync.ts"
4564
+ }
4565
+ }
4566
+ ]
4567
+ },
4568
+ {
4569
+ "kind": "javascript-module",
4570
+ "path": "src/directives/when-else/index.ts",
4571
+ "declarations": [],
4572
+ "exports": [
4573
+ {
4574
+ "kind": "js",
4575
+ "name": "*",
4576
+ "declaration": {
4577
+ "name": "*",
4578
+ "package": "./when-else"
4579
+ }
4580
+ }
4581
+ ]
4582
+ },
4583
+ {
4584
+ "kind": "javascript-module",
4585
+ "path": "src/directives/when-else/when-else.ts",
4586
+ "declarations": [
4587
+ {
4588
+ "kind": "function",
4589
+ "name": "whenElse",
4590
+ "return": {
4591
+ "type": {
4592
+ "text": "CaptureType<TSource>"
4593
+ }
4594
+ },
4595
+ "parameters": [
4596
+ {
4597
+ "name": "binding",
4598
+ "type": {
4599
+ "text": "Binding<TSource, TReturn>"
4600
+ },
4601
+ "description": "The condition to test for rendering."
4602
+ },
4603
+ {
4604
+ "name": "trueTemplateOrTemplateBinding",
4605
+ "type": {
4606
+ "text": "WhenTemplate<TSource>"
4607
+ },
4608
+ "description": "The template or a binding that gets the template to render when the condition is true."
4609
+ },
4610
+ {
4611
+ "name": "falseTemplateOrTemplateBinding",
4612
+ "type": {
4613
+ "text": "WhenTemplate<TSource>"
4614
+ },
4615
+ "description": "The template or a binding that gets the template to render when the condition is false."
4616
+ }
4617
+ ],
4618
+ "description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
4619
+ "privacy": "public"
4620
+ }
4621
+ ],
4622
+ "exports": [
4623
+ {
4624
+ "kind": "js",
4625
+ "name": "whenElse",
4626
+ "declaration": {
4627
+ "name": "whenElse",
4628
+ "module": "src/directives/when-else/when-else.ts"
4629
+ }
4630
+ }
4631
+ ]
4632
+ },
4633
4633
  {
4634
4634
  "kind": "javascript-module",
4635
4635
  "path": "src/mappers/dto/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.406.0-workspaces.7",
4
+ "version": "14.406.0-workspaces.8",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.406.0-workspaces.7",
33
- "@genesislcap/genx": "14.406.0-workspaces.7",
34
- "@genesislcap/rollup-builder": "14.406.0-workspaces.7",
35
- "@genesislcap/ts-builder": "14.406.0-workspaces.7",
36
- "@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.7",
37
- "@genesislcap/vite-builder": "14.406.0-workspaces.7",
38
- "@genesislcap/webpack-builder": "14.406.0-workspaces.7",
32
+ "@genesislcap/foundation-testing": "14.406.0-workspaces.8",
33
+ "@genesislcap/genx": "14.406.0-workspaces.8",
34
+ "@genesislcap/rollup-builder": "14.406.0-workspaces.8",
35
+ "@genesislcap/ts-builder": "14.406.0-workspaces.8",
36
+ "@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.8",
37
+ "@genesislcap/vite-builder": "14.406.0-workspaces.8",
38
+ "@genesislcap/webpack-builder": "14.406.0-workspaces.8",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.406.0-workspaces.7",
43
- "@genesislcap/foundation-logger": "14.406.0-workspaces.7",
42
+ "@genesislcap/expression-builder": "14.406.0-workspaces.8",
43
+ "@genesislcap/foundation-logger": "14.406.0-workspaces.8",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "9421667d629b2124861eca27fc69ad52a5b46460"
61
+ "gitHead": "9c4f7249d2cfd373b15debe85075ed4d4519e360"
62
62
  }