@genesislcap/foundation-utils 14.469.0 → 14.470.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.
- package/dist/custom-elements.json +240 -240
- package/package.json +11 -11
|
@@ -209,246 +209,6 @@
|
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
211
|
},
|
|
212
|
-
{
|
|
213
|
-
"kind": "javascript-module",
|
|
214
|
-
"path": "src/design-system/design-system.ts",
|
|
215
|
-
"declarations": [
|
|
216
|
-
{
|
|
217
|
-
"kind": "function",
|
|
218
|
-
"name": "assureDesignSystem",
|
|
219
|
-
"return": {
|
|
220
|
-
"type": {
|
|
221
|
-
"text": "DesignSystemModule"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"parameters": [
|
|
225
|
-
{
|
|
226
|
-
"name": "module",
|
|
227
|
-
"type": {
|
|
228
|
-
"text": "DesignSystemModule"
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
],
|
|
232
|
-
"description": "assureDesignSystem.",
|
|
233
|
-
"privacy": "public"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"kind": "function",
|
|
237
|
-
"name": "getCurrentDesignSystem",
|
|
238
|
-
"return": {
|
|
239
|
-
"type": {
|
|
240
|
-
"text": ""
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
"parameters": [
|
|
244
|
-
{
|
|
245
|
-
"name": "element",
|
|
246
|
-
"type": {
|
|
247
|
-
"text": "HTMLElement"
|
|
248
|
-
},
|
|
249
|
-
"description": "The starting HTML element"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"name": "fallbackPrefix",
|
|
253
|
-
"type": {
|
|
254
|
-
"text": "string"
|
|
255
|
-
},
|
|
256
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
257
|
-
}
|
|
258
|
-
],
|
|
259
|
-
"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.",
|
|
260
|
-
"privacy": "public"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"kind": "function",
|
|
264
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
265
|
-
"return": {
|
|
266
|
-
"type": {
|
|
267
|
-
"text": ""
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
"parameters": [
|
|
271
|
-
{
|
|
272
|
-
"name": "element",
|
|
273
|
-
"type": {
|
|
274
|
-
"text": "HTMLElement"
|
|
275
|
-
},
|
|
276
|
-
"description": "The starting HTML element"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
"name": "fallbackPrefix",
|
|
280
|
-
"type": {
|
|
281
|
-
"text": "string"
|
|
282
|
-
},
|
|
283
|
-
"description": "The prefix to fallback to if the provider is not available"
|
|
284
|
-
}
|
|
285
|
-
],
|
|
286
|
-
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
287
|
-
"privacy": "public"
|
|
288
|
-
}
|
|
289
|
-
],
|
|
290
|
-
"exports": [
|
|
291
|
-
{
|
|
292
|
-
"kind": "js",
|
|
293
|
-
"name": "assureDesignSystem",
|
|
294
|
-
"declaration": {
|
|
295
|
-
"name": "assureDesignSystem",
|
|
296
|
-
"module": "src/design-system/design-system.ts"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
{
|
|
300
|
-
"kind": "js",
|
|
301
|
-
"name": "getCurrentDesignSystem",
|
|
302
|
-
"declaration": {
|
|
303
|
-
"name": "getCurrentDesignSystem",
|
|
304
|
-
"module": "src/design-system/design-system.ts"
|
|
305
|
-
}
|
|
306
|
-
},
|
|
307
|
-
{
|
|
308
|
-
"kind": "js",
|
|
309
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
310
|
-
"declaration": {
|
|
311
|
-
"name": "getCurrentDesignSystemPrefix",
|
|
312
|
-
"module": "src/design-system/design-system.ts"
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
]
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"kind": "javascript-module",
|
|
319
|
-
"path": "src/design-system/editable-elements.ts",
|
|
320
|
-
"declarations": [
|
|
321
|
-
{
|
|
322
|
-
"kind": "variable",
|
|
323
|
-
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
324
|
-
"type": {
|
|
325
|
-
"text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
|
|
326
|
-
},
|
|
327
|
-
"default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
|
|
328
|
-
"description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"kind": "variable",
|
|
332
|
-
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
333
|
-
"type": {
|
|
334
|
-
"text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
|
|
335
|
-
},
|
|
336
|
-
"default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
|
|
337
|
-
"description": "Design-system specific editable host selectors."
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"kind": "function",
|
|
341
|
-
"name": "buildEditableElementSelector",
|
|
342
|
-
"return": {
|
|
343
|
-
"type": {
|
|
344
|
-
"text": "string"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
"parameters": [
|
|
348
|
-
{
|
|
349
|
-
"name": "designSystems",
|
|
350
|
-
"type": {
|
|
351
|
-
"text": "readonly EditableDesignSystemPrefix[]"
|
|
352
|
-
}
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "customEditableSelectors",
|
|
356
|
-
"default": "[]",
|
|
357
|
-
"type": {
|
|
358
|
-
"text": "readonly string[]"
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
]
|
|
362
|
-
}
|
|
363
|
-
],
|
|
364
|
-
"exports": [
|
|
365
|
-
{
|
|
366
|
-
"kind": "js",
|
|
367
|
-
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
368
|
-
"declaration": {
|
|
369
|
-
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
370
|
-
"module": "src/design-system/editable-elements.ts"
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"kind": "js",
|
|
375
|
-
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
376
|
-
"declaration": {
|
|
377
|
-
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
378
|
-
"module": "src/design-system/editable-elements.ts"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"kind": "js",
|
|
383
|
-
"name": "buildEditableElementSelector",
|
|
384
|
-
"declaration": {
|
|
385
|
-
"name": "buildEditableElementSelector",
|
|
386
|
-
"module": "src/design-system/editable-elements.ts"
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
]
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"kind": "javascript-module",
|
|
393
|
-
"path": "src/design-system/index.ts",
|
|
394
|
-
"declarations": [],
|
|
395
|
-
"exports": [
|
|
396
|
-
{
|
|
397
|
-
"kind": "js",
|
|
398
|
-
"name": "*",
|
|
399
|
-
"declaration": {
|
|
400
|
-
"name": "*",
|
|
401
|
-
"package": "./design-system"
|
|
402
|
-
}
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"kind": "js",
|
|
406
|
-
"name": "*",
|
|
407
|
-
"declaration": {
|
|
408
|
-
"name": "*",
|
|
409
|
-
"package": "./editable-elements"
|
|
410
|
-
}
|
|
411
|
-
}
|
|
412
|
-
]
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"kind": "javascript-module",
|
|
416
|
-
"path": "src/directives/index.ts",
|
|
417
|
-
"declarations": [],
|
|
418
|
-
"exports": [
|
|
419
|
-
{
|
|
420
|
-
"kind": "js",
|
|
421
|
-
"name": "*",
|
|
422
|
-
"declaration": {
|
|
423
|
-
"name": "*",
|
|
424
|
-
"package": "./sync"
|
|
425
|
-
}
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"kind": "js",
|
|
429
|
-
"name": "*",
|
|
430
|
-
"declaration": {
|
|
431
|
-
"name": "*",
|
|
432
|
-
"package": "./when-else"
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
]
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"kind": "javascript-module",
|
|
439
|
-
"path": "src/encoding/index.ts",
|
|
440
|
-
"declarations": [],
|
|
441
|
-
"exports": [
|
|
442
|
-
{
|
|
443
|
-
"kind": "js",
|
|
444
|
-
"name": "*",
|
|
445
|
-
"declaration": {
|
|
446
|
-
"name": "*",
|
|
447
|
-
"package": "./base64"
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
]
|
|
451
|
-
},
|
|
452
212
|
{
|
|
453
213
|
"kind": "javascript-module",
|
|
454
214
|
"path": "src/converters/index.ts",
|
|
@@ -688,6 +448,231 @@
|
|
|
688
448
|
}
|
|
689
449
|
]
|
|
690
450
|
},
|
|
451
|
+
{
|
|
452
|
+
"kind": "javascript-module",
|
|
453
|
+
"path": "src/design-system/design-system.ts",
|
|
454
|
+
"declarations": [
|
|
455
|
+
{
|
|
456
|
+
"kind": "function",
|
|
457
|
+
"name": "assureDesignSystem",
|
|
458
|
+
"return": {
|
|
459
|
+
"type": {
|
|
460
|
+
"text": "DesignSystemModule"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
"parameters": [
|
|
464
|
+
{
|
|
465
|
+
"name": "module",
|
|
466
|
+
"type": {
|
|
467
|
+
"text": "DesignSystemModule"
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"description": "assureDesignSystem.",
|
|
472
|
+
"privacy": "public"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"kind": "function",
|
|
476
|
+
"name": "getCurrentDesignSystem",
|
|
477
|
+
"return": {
|
|
478
|
+
"type": {
|
|
479
|
+
"text": ""
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"parameters": [
|
|
483
|
+
{
|
|
484
|
+
"name": "element",
|
|
485
|
+
"type": {
|
|
486
|
+
"text": "HTMLElement"
|
|
487
|
+
},
|
|
488
|
+
"description": "The starting HTML element"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "fallbackPrefix",
|
|
492
|
+
"type": {
|
|
493
|
+
"text": "string"
|
|
494
|
+
},
|
|
495
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"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.",
|
|
499
|
+
"privacy": "public"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"kind": "function",
|
|
503
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
504
|
+
"return": {
|
|
505
|
+
"type": {
|
|
506
|
+
"text": ""
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
"parameters": [
|
|
510
|
+
{
|
|
511
|
+
"name": "element",
|
|
512
|
+
"type": {
|
|
513
|
+
"text": "HTMLElement"
|
|
514
|
+
},
|
|
515
|
+
"description": "The starting HTML element"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"name": "fallbackPrefix",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "string"
|
|
521
|
+
},
|
|
522
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
523
|
+
}
|
|
524
|
+
],
|
|
525
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
526
|
+
"privacy": "public"
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"exports": [
|
|
530
|
+
{
|
|
531
|
+
"kind": "js",
|
|
532
|
+
"name": "assureDesignSystem",
|
|
533
|
+
"declaration": {
|
|
534
|
+
"name": "assureDesignSystem",
|
|
535
|
+
"module": "src/design-system/design-system.ts"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"kind": "js",
|
|
540
|
+
"name": "getCurrentDesignSystem",
|
|
541
|
+
"declaration": {
|
|
542
|
+
"name": "getCurrentDesignSystem",
|
|
543
|
+
"module": "src/design-system/design-system.ts"
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"kind": "js",
|
|
548
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
549
|
+
"declaration": {
|
|
550
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
551
|
+
"module": "src/design-system/design-system.ts"
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"kind": "javascript-module",
|
|
558
|
+
"path": "src/design-system/editable-elements.ts",
|
|
559
|
+
"declarations": [
|
|
560
|
+
{
|
|
561
|
+
"kind": "variable",
|
|
562
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
563
|
+
"type": {
|
|
564
|
+
"text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
|
|
565
|
+
},
|
|
566
|
+
"default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
|
|
567
|
+
"description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"kind": "variable",
|
|
571
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
572
|
+
"type": {
|
|
573
|
+
"text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
|
|
574
|
+
},
|
|
575
|
+
"default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
|
|
576
|
+
"description": "Design-system specific editable host selectors."
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"kind": "function",
|
|
580
|
+
"name": "buildEditableElementSelector",
|
|
581
|
+
"return": {
|
|
582
|
+
"type": {
|
|
583
|
+
"text": "string"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
586
|
+
"parameters": [
|
|
587
|
+
{
|
|
588
|
+
"name": "designSystems",
|
|
589
|
+
"type": {
|
|
590
|
+
"text": "readonly EditableDesignSystemPrefix[]"
|
|
591
|
+
}
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
"name": "customEditableSelectors",
|
|
595
|
+
"default": "[]",
|
|
596
|
+
"type": {
|
|
597
|
+
"text": "readonly string[]"
|
|
598
|
+
}
|
|
599
|
+
}
|
|
600
|
+
]
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"exports": [
|
|
604
|
+
{
|
|
605
|
+
"kind": "js",
|
|
606
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
607
|
+
"declaration": {
|
|
608
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
609
|
+
"module": "src/design-system/editable-elements.ts"
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"kind": "js",
|
|
614
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
615
|
+
"declaration": {
|
|
616
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
617
|
+
"module": "src/design-system/editable-elements.ts"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"kind": "js",
|
|
622
|
+
"name": "buildEditableElementSelector",
|
|
623
|
+
"declaration": {
|
|
624
|
+
"name": "buildEditableElementSelector",
|
|
625
|
+
"module": "src/design-system/editable-elements.ts"
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
]
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"kind": "javascript-module",
|
|
632
|
+
"path": "src/design-system/index.ts",
|
|
633
|
+
"declarations": [],
|
|
634
|
+
"exports": [
|
|
635
|
+
{
|
|
636
|
+
"kind": "js",
|
|
637
|
+
"name": "*",
|
|
638
|
+
"declaration": {
|
|
639
|
+
"name": "*",
|
|
640
|
+
"package": "./design-system"
|
|
641
|
+
}
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"kind": "js",
|
|
645
|
+
"name": "*",
|
|
646
|
+
"declaration": {
|
|
647
|
+
"name": "*",
|
|
648
|
+
"package": "./editable-elements"
|
|
649
|
+
}
|
|
650
|
+
}
|
|
651
|
+
]
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"kind": "javascript-module",
|
|
655
|
+
"path": "src/directives/index.ts",
|
|
656
|
+
"declarations": [],
|
|
657
|
+
"exports": [
|
|
658
|
+
{
|
|
659
|
+
"kind": "js",
|
|
660
|
+
"name": "*",
|
|
661
|
+
"declaration": {
|
|
662
|
+
"name": "*",
|
|
663
|
+
"package": "./sync"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"kind": "js",
|
|
668
|
+
"name": "*",
|
|
669
|
+
"declaration": {
|
|
670
|
+
"name": "*",
|
|
671
|
+
"package": "./when-else"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
},
|
|
691
676
|
{
|
|
692
677
|
"kind": "javascript-module",
|
|
693
678
|
"path": "src/decorators/index.ts",
|
|
@@ -741,6 +726,21 @@
|
|
|
741
726
|
}
|
|
742
727
|
]
|
|
743
728
|
},
|
|
729
|
+
{
|
|
730
|
+
"kind": "javascript-module",
|
|
731
|
+
"path": "src/encoding/index.ts",
|
|
732
|
+
"declarations": [],
|
|
733
|
+
"exports": [
|
|
734
|
+
{
|
|
735
|
+
"kind": "js",
|
|
736
|
+
"name": "*",
|
|
737
|
+
"declaration": {
|
|
738
|
+
"name": "*",
|
|
739
|
+
"package": "./base64"
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
]
|
|
743
|
+
},
|
|
744
744
|
{
|
|
745
745
|
"kind": "javascript-module",
|
|
746
746
|
"path": "src/env/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.
|
|
4
|
+
"version": "14.470.0",
|
|
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.
|
|
33
|
-
"@genesislcap/genx": "14.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.
|
|
35
|
-
"@genesislcap/ts-builder": "14.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
37
|
-
"@genesislcap/vite-builder": "14.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.470.0",
|
|
33
|
+
"@genesislcap/genx": "14.470.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.470.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.470.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.470.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.470.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.470.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/expression-builder": "14.470.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.470.0",
|
|
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": "
|
|
61
|
+
"gitHead": "c222968b05dd3bb5db608222696b1f59a1c65913"
|
|
62
62
|
}
|