@genesislcap/foundation-utils 15.3.2-FUI-2571-formatters.1 → 15.3.2-canary.15
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",
|
|
@@ -741,6 +501,246 @@
|
|
|
741
501
|
}
|
|
742
502
|
]
|
|
743
503
|
},
|
|
504
|
+
{
|
|
505
|
+
"kind": "javascript-module",
|
|
506
|
+
"path": "src/design-system/design-system.ts",
|
|
507
|
+
"declarations": [
|
|
508
|
+
{
|
|
509
|
+
"kind": "function",
|
|
510
|
+
"name": "assureDesignSystem",
|
|
511
|
+
"return": {
|
|
512
|
+
"type": {
|
|
513
|
+
"text": "DesignSystemModule"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
"parameters": [
|
|
517
|
+
{
|
|
518
|
+
"name": "module",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "DesignSystemModule"
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"description": "assureDesignSystem.",
|
|
525
|
+
"privacy": "public"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"kind": "function",
|
|
529
|
+
"name": "getCurrentDesignSystem",
|
|
530
|
+
"return": {
|
|
531
|
+
"type": {
|
|
532
|
+
"text": ""
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"parameters": [
|
|
536
|
+
{
|
|
537
|
+
"name": "element",
|
|
538
|
+
"type": {
|
|
539
|
+
"text": "HTMLElement"
|
|
540
|
+
},
|
|
541
|
+
"description": "The starting HTML element"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "fallbackPrefix",
|
|
545
|
+
"type": {
|
|
546
|
+
"text": "string"
|
|
547
|
+
},
|
|
548
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"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.",
|
|
552
|
+
"privacy": "public"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"kind": "function",
|
|
556
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
557
|
+
"return": {
|
|
558
|
+
"type": {
|
|
559
|
+
"text": ""
|
|
560
|
+
}
|
|
561
|
+
},
|
|
562
|
+
"parameters": [
|
|
563
|
+
{
|
|
564
|
+
"name": "element",
|
|
565
|
+
"type": {
|
|
566
|
+
"text": "HTMLElement"
|
|
567
|
+
},
|
|
568
|
+
"description": "The starting HTML element"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "fallbackPrefix",
|
|
572
|
+
"type": {
|
|
573
|
+
"text": "string"
|
|
574
|
+
},
|
|
575
|
+
"description": "The prefix to fallback to if the provider is not available"
|
|
576
|
+
}
|
|
577
|
+
],
|
|
578
|
+
"description": "Get the current design system prefix by checking available providers.\nIf no provider is found, falls back to the provided prefix.",
|
|
579
|
+
"privacy": "public"
|
|
580
|
+
}
|
|
581
|
+
],
|
|
582
|
+
"exports": [
|
|
583
|
+
{
|
|
584
|
+
"kind": "js",
|
|
585
|
+
"name": "assureDesignSystem",
|
|
586
|
+
"declaration": {
|
|
587
|
+
"name": "assureDesignSystem",
|
|
588
|
+
"module": "src/design-system/design-system.ts"
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"kind": "js",
|
|
593
|
+
"name": "getCurrentDesignSystem",
|
|
594
|
+
"declaration": {
|
|
595
|
+
"name": "getCurrentDesignSystem",
|
|
596
|
+
"module": "src/design-system/design-system.ts"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"kind": "js",
|
|
601
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
602
|
+
"declaration": {
|
|
603
|
+
"name": "getCurrentDesignSystemPrefix",
|
|
604
|
+
"module": "src/design-system/design-system.ts"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
]
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"kind": "javascript-module",
|
|
611
|
+
"path": "src/design-system/editable-elements.ts",
|
|
612
|
+
"declarations": [
|
|
613
|
+
{
|
|
614
|
+
"kind": "variable",
|
|
615
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
616
|
+
"type": {
|
|
617
|
+
"text": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]"
|
|
618
|
+
},
|
|
619
|
+
"default": "[\n ...NATIVE_EDITABLE_ELEMENT_SELECTORS,\n ...CONTENT_EDITABLE_SELECTORS,\n ...ARIA_EDITABLE_ROLE_SELECTORS,\n]",
|
|
620
|
+
"description": "Base selectors treated as editable context regardless of design system.\nIncludes native controls, contenteditable, and ARIA-editable roles."
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"kind": "variable",
|
|
624
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
625
|
+
"type": {
|
|
626
|
+
"text": "Record<\n EditableDesignSystemPrefix,\n readonly string[]\n>"
|
|
627
|
+
},
|
|
628
|
+
"default": "{\n rapid: buildDesignSystemEditableSelectors('rapid'),\n zero: buildDesignSystemEditableSelectors('zero'),\n}",
|
|
629
|
+
"description": "Design-system specific editable host selectors."
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"kind": "function",
|
|
633
|
+
"name": "buildEditableElementSelector",
|
|
634
|
+
"return": {
|
|
635
|
+
"type": {
|
|
636
|
+
"text": "string"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"parameters": [
|
|
640
|
+
{
|
|
641
|
+
"name": "designSystems",
|
|
642
|
+
"type": {
|
|
643
|
+
"text": "readonly EditableDesignSystemPrefix[]"
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "customEditableSelectors",
|
|
648
|
+
"default": "[]",
|
|
649
|
+
"type": {
|
|
650
|
+
"text": "readonly string[]"
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
]
|
|
654
|
+
}
|
|
655
|
+
],
|
|
656
|
+
"exports": [
|
|
657
|
+
{
|
|
658
|
+
"kind": "js",
|
|
659
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
660
|
+
"declaration": {
|
|
661
|
+
"name": "BASE_EDITABLE_ELEMENT_SELECTORS",
|
|
662
|
+
"module": "src/design-system/editable-elements.ts"
|
|
663
|
+
}
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"kind": "js",
|
|
667
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
668
|
+
"declaration": {
|
|
669
|
+
"name": "DESIGN_SYSTEM_EDITABLE_ELEMENT_SELECTORS",
|
|
670
|
+
"module": "src/design-system/editable-elements.ts"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"kind": "js",
|
|
675
|
+
"name": "buildEditableElementSelector",
|
|
676
|
+
"declaration": {
|
|
677
|
+
"name": "buildEditableElementSelector",
|
|
678
|
+
"module": "src/design-system/editable-elements.ts"
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
]
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "javascript-module",
|
|
685
|
+
"path": "src/design-system/index.ts",
|
|
686
|
+
"declarations": [],
|
|
687
|
+
"exports": [
|
|
688
|
+
{
|
|
689
|
+
"kind": "js",
|
|
690
|
+
"name": "*",
|
|
691
|
+
"declaration": {
|
|
692
|
+
"name": "*",
|
|
693
|
+
"package": "./design-system"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"kind": "js",
|
|
698
|
+
"name": "*",
|
|
699
|
+
"declaration": {
|
|
700
|
+
"name": "*",
|
|
701
|
+
"package": "./editable-elements"
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"kind": "javascript-module",
|
|
708
|
+
"path": "src/directives/index.ts",
|
|
709
|
+
"declarations": [],
|
|
710
|
+
"exports": [
|
|
711
|
+
{
|
|
712
|
+
"kind": "js",
|
|
713
|
+
"name": "*",
|
|
714
|
+
"declaration": {
|
|
715
|
+
"name": "*",
|
|
716
|
+
"package": "./sync"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"kind": "js",
|
|
721
|
+
"name": "*",
|
|
722
|
+
"declaration": {
|
|
723
|
+
"name": "*",
|
|
724
|
+
"package": "./when-else"
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
]
|
|
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": "15.3.2-
|
|
4
|
+
"version": "15.3.2-canary.15",
|
|
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": "15.3.2-
|
|
33
|
-
"@genesislcap/genx": "15.3.2-
|
|
34
|
-
"@genesislcap/rollup-builder": "15.3.2-
|
|
35
|
-
"@genesislcap/ts-builder": "15.3.2-
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "15.3.2-
|
|
37
|
-
"@genesislcap/vite-builder": "15.3.2-
|
|
38
|
-
"@genesislcap/webpack-builder": "15.3.2-
|
|
32
|
+
"@genesislcap/foundation-testing": "15.3.2-canary.15",
|
|
33
|
+
"@genesislcap/genx": "15.3.2-canary.15",
|
|
34
|
+
"@genesislcap/rollup-builder": "15.3.2-canary.15",
|
|
35
|
+
"@genesislcap/ts-builder": "15.3.2-canary.15",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "15.3.2-canary.15",
|
|
37
|
+
"@genesislcap/vite-builder": "15.3.2-canary.15",
|
|
38
|
+
"@genesislcap/webpack-builder": "15.3.2-canary.15",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "15.3.2-
|
|
43
|
-
"@genesislcap/foundation-logger": "15.3.2-
|
|
42
|
+
"@genesislcap/expression-builder": "15.3.2-canary.15",
|
|
43
|
+
"@genesislcap/foundation-logger": "15.3.2-canary.15",
|
|
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": "69080f99fe5bf16413c7b47c7ca405cf24a4ceef"
|
|
62
62
|
}
|