@genesislcap/foundation-utils 14.285.1 → 14.286.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 +209 -209
- package/dist/dts/styles/dom.d.ts.map +1 -1
- package/dist/esm/styles/dom.js +23 -8
- package/package.json +10 -10
|
@@ -367,6 +367,59 @@
|
|
|
367
367
|
}
|
|
368
368
|
]
|
|
369
369
|
},
|
|
370
|
+
{
|
|
371
|
+
"kind": "javascript-module",
|
|
372
|
+
"path": "src/decorators/index.ts",
|
|
373
|
+
"declarations": [],
|
|
374
|
+
"exports": [
|
|
375
|
+
{
|
|
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": [
|
|
389
|
+
{
|
|
390
|
+
"kind": "function",
|
|
391
|
+
"name": "renderOnChange",
|
|
392
|
+
"parameters": [
|
|
393
|
+
{
|
|
394
|
+
"name": "target",
|
|
395
|
+
"type": {
|
|
396
|
+
"text": "FASTElement & { render(): void }"
|
|
397
|
+
},
|
|
398
|
+
"description": "The target to define the property change handler on."
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"name": "name",
|
|
402
|
+
"type": {
|
|
403
|
+
"text": "string"
|
|
404
|
+
},
|
|
405
|
+
"description": "The property name."
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
409
|
+
"privacy": "public"
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
"exports": [
|
|
413
|
+
{
|
|
414
|
+
"kind": "js",
|
|
415
|
+
"name": "renderOnChange",
|
|
416
|
+
"declaration": {
|
|
417
|
+
"name": "renderOnChange",
|
|
418
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
]
|
|
422
|
+
},
|
|
370
423
|
{
|
|
371
424
|
"kind": "javascript-module",
|
|
372
425
|
"path": "src/design-system/design-system.ts",
|
|
@@ -454,7 +507,7 @@
|
|
|
454
507
|
},
|
|
455
508
|
{
|
|
456
509
|
"kind": "javascript-module",
|
|
457
|
-
"path": "src/
|
|
510
|
+
"path": "src/encoding/index.ts",
|
|
458
511
|
"declarations": [],
|
|
459
512
|
"exports": [
|
|
460
513
|
{
|
|
@@ -462,45 +515,7 @@
|
|
|
462
515
|
"name": "*",
|
|
463
516
|
"declaration": {
|
|
464
517
|
"name": "*",
|
|
465
|
-
"package": "./
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"kind": "javascript-module",
|
|
472
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
473
|
-
"declarations": [
|
|
474
|
-
{
|
|
475
|
-
"kind": "function",
|
|
476
|
-
"name": "renderOnChange",
|
|
477
|
-
"parameters": [
|
|
478
|
-
{
|
|
479
|
-
"name": "target",
|
|
480
|
-
"type": {
|
|
481
|
-
"text": "FASTElement & { render(): void }"
|
|
482
|
-
},
|
|
483
|
-
"description": "The target to define the property change handler on."
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"name": "name",
|
|
487
|
-
"type": {
|
|
488
|
-
"text": "string"
|
|
489
|
-
},
|
|
490
|
-
"description": "The property name."
|
|
491
|
-
}
|
|
492
|
-
],
|
|
493
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
494
|
-
"privacy": "public"
|
|
495
|
-
}
|
|
496
|
-
],
|
|
497
|
-
"exports": [
|
|
498
|
-
{
|
|
499
|
-
"kind": "js",
|
|
500
|
-
"name": "renderOnChange",
|
|
501
|
-
"declaration": {
|
|
502
|
-
"name": "renderOnChange",
|
|
503
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
518
|
+
"package": "./base64"
|
|
504
519
|
}
|
|
505
520
|
}
|
|
506
521
|
]
|
|
@@ -528,21 +543,6 @@
|
|
|
528
543
|
}
|
|
529
544
|
]
|
|
530
545
|
},
|
|
531
|
-
{
|
|
532
|
-
"kind": "javascript-module",
|
|
533
|
-
"path": "src/encoding/index.ts",
|
|
534
|
-
"declarations": [],
|
|
535
|
-
"exports": [
|
|
536
|
-
{
|
|
537
|
-
"kind": "js",
|
|
538
|
-
"name": "*",
|
|
539
|
-
"declaration": {
|
|
540
|
-
"name": "*",
|
|
541
|
-
"package": "./base64"
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
]
|
|
545
|
-
},
|
|
546
546
|
{
|
|
547
547
|
"kind": "javascript-module",
|
|
548
548
|
"path": "src/env/index.ts",
|
|
@@ -2523,160 +2523,6 @@
|
|
|
2523
2523
|
}
|
|
2524
2524
|
]
|
|
2525
2525
|
},
|
|
2526
|
-
{
|
|
2527
|
-
"kind": "javascript-module",
|
|
2528
|
-
"path": "src/directives/sync/index.ts",
|
|
2529
|
-
"declarations": [],
|
|
2530
|
-
"exports": [
|
|
2531
|
-
{
|
|
2532
|
-
"kind": "js",
|
|
2533
|
-
"name": "*",
|
|
2534
|
-
"declaration": {
|
|
2535
|
-
"name": "*",
|
|
2536
|
-
"package": "./sync"
|
|
2537
|
-
}
|
|
2538
|
-
}
|
|
2539
|
-
]
|
|
2540
|
-
},
|
|
2541
|
-
{
|
|
2542
|
-
"kind": "javascript-module",
|
|
2543
|
-
"path": "src/directives/sync/sync.ts",
|
|
2544
|
-
"declarations": [
|
|
2545
|
-
{
|
|
2546
|
-
"kind": "variable",
|
|
2547
|
-
"name": "defaultEventMap",
|
|
2548
|
-
"type": {
|
|
2549
|
-
"text": "Map<string, EventName>"
|
|
2550
|
-
},
|
|
2551
|
-
"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])",
|
|
2552
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2553
|
-
"privacy": "public"
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"kind": "function",
|
|
2557
|
-
"name": "sync",
|
|
2558
|
-
"return": {
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "CaptureType<TSource>"
|
|
2561
|
-
}
|
|
2562
|
-
},
|
|
2563
|
-
"parameters": [
|
|
2564
|
-
{
|
|
2565
|
-
"name": "binding",
|
|
2566
|
-
"type": {
|
|
2567
|
-
"text": "Binding<TSource, TReturn>"
|
|
2568
|
-
}
|
|
2569
|
-
},
|
|
2570
|
-
{
|
|
2571
|
-
"name": "conversionType",
|
|
2572
|
-
"default": "'string'",
|
|
2573
|
-
"type": {
|
|
2574
|
-
"text": "ConversionType"
|
|
2575
|
-
}
|
|
2576
|
-
},
|
|
2577
|
-
{
|
|
2578
|
-
"name": "eventName",
|
|
2579
|
-
"default": "'default'",
|
|
2580
|
-
"type": {
|
|
2581
|
-
"text": "EventName"
|
|
2582
|
-
}
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"name": "keyAttr",
|
|
2586
|
-
"optional": true,
|
|
2587
|
-
"type": {
|
|
2588
|
-
"text": "string"
|
|
2589
|
-
}
|
|
2590
|
-
}
|
|
2591
|
-
],
|
|
2592
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2593
|
-
"privacy": "public"
|
|
2594
|
-
}
|
|
2595
|
-
],
|
|
2596
|
-
"exports": [
|
|
2597
|
-
{
|
|
2598
|
-
"kind": "js",
|
|
2599
|
-
"name": "defaultEventMap",
|
|
2600
|
-
"declaration": {
|
|
2601
|
-
"name": "defaultEventMap",
|
|
2602
|
-
"module": "src/directives/sync/sync.ts"
|
|
2603
|
-
}
|
|
2604
|
-
},
|
|
2605
|
-
{
|
|
2606
|
-
"kind": "js",
|
|
2607
|
-
"name": "sync",
|
|
2608
|
-
"declaration": {
|
|
2609
|
-
"name": "sync",
|
|
2610
|
-
"module": "src/directives/sync/sync.ts"
|
|
2611
|
-
}
|
|
2612
|
-
}
|
|
2613
|
-
]
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"kind": "javascript-module",
|
|
2617
|
-
"path": "src/directives/when-else/index.ts",
|
|
2618
|
-
"declarations": [],
|
|
2619
|
-
"exports": [
|
|
2620
|
-
{
|
|
2621
|
-
"kind": "js",
|
|
2622
|
-
"name": "*",
|
|
2623
|
-
"declaration": {
|
|
2624
|
-
"name": "*",
|
|
2625
|
-
"package": "./when-else"
|
|
2626
|
-
}
|
|
2627
|
-
}
|
|
2628
|
-
]
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
"kind": "javascript-module",
|
|
2632
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
2633
|
-
"declarations": [
|
|
2634
|
-
{
|
|
2635
|
-
"kind": "function",
|
|
2636
|
-
"name": "whenElse",
|
|
2637
|
-
"return": {
|
|
2638
|
-
"type": {
|
|
2639
|
-
"text": "CaptureType<TSource>"
|
|
2640
|
-
}
|
|
2641
|
-
},
|
|
2642
|
-
"parameters": [
|
|
2643
|
-
{
|
|
2644
|
-
"name": "binding",
|
|
2645
|
-
"type": {
|
|
2646
|
-
"text": "Binding<TSource, TReturn>"
|
|
2647
|
-
},
|
|
2648
|
-
"description": "The condition to test for rendering."
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
2652
|
-
"type": {
|
|
2653
|
-
"text": "WhenTemplate<TSource>"
|
|
2654
|
-
},
|
|
2655
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
2659
|
-
"type": {
|
|
2660
|
-
"text": "WhenTemplate<TSource>"
|
|
2661
|
-
},
|
|
2662
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2663
|
-
}
|
|
2664
|
-
],
|
|
2665
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2666
|
-
"privacy": "public"
|
|
2667
|
-
}
|
|
2668
|
-
],
|
|
2669
|
-
"exports": [
|
|
2670
|
-
{
|
|
2671
|
-
"kind": "js",
|
|
2672
|
-
"name": "whenElse",
|
|
2673
|
-
"declaration": {
|
|
2674
|
-
"name": "whenElse",
|
|
2675
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
2676
|
-
}
|
|
2677
|
-
}
|
|
2678
|
-
]
|
|
2679
|
-
},
|
|
2680
2526
|
{
|
|
2681
2527
|
"kind": "javascript-module",
|
|
2682
2528
|
"path": "src/encoding/base64/decode.ts",
|
|
@@ -2831,6 +2677,160 @@
|
|
|
2831
2677
|
}
|
|
2832
2678
|
]
|
|
2833
2679
|
},
|
|
2680
|
+
{
|
|
2681
|
+
"kind": "javascript-module",
|
|
2682
|
+
"path": "src/directives/sync/index.ts",
|
|
2683
|
+
"declarations": [],
|
|
2684
|
+
"exports": [
|
|
2685
|
+
{
|
|
2686
|
+
"kind": "js",
|
|
2687
|
+
"name": "*",
|
|
2688
|
+
"declaration": {
|
|
2689
|
+
"name": "*",
|
|
2690
|
+
"package": "./sync"
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
]
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"kind": "javascript-module",
|
|
2697
|
+
"path": "src/directives/sync/sync.ts",
|
|
2698
|
+
"declarations": [
|
|
2699
|
+
{
|
|
2700
|
+
"kind": "variable",
|
|
2701
|
+
"name": "defaultEventMap",
|
|
2702
|
+
"type": {
|
|
2703
|
+
"text": "Map<string, EventName>"
|
|
2704
|
+
},
|
|
2705
|
+
"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])",
|
|
2706
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
2707
|
+
"privacy": "public"
|
|
2708
|
+
},
|
|
2709
|
+
{
|
|
2710
|
+
"kind": "function",
|
|
2711
|
+
"name": "sync",
|
|
2712
|
+
"return": {
|
|
2713
|
+
"type": {
|
|
2714
|
+
"text": "CaptureType<TSource>"
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
"parameters": [
|
|
2718
|
+
{
|
|
2719
|
+
"name": "binding",
|
|
2720
|
+
"type": {
|
|
2721
|
+
"text": "Binding<TSource, TReturn>"
|
|
2722
|
+
}
|
|
2723
|
+
},
|
|
2724
|
+
{
|
|
2725
|
+
"name": "conversionType",
|
|
2726
|
+
"default": "'string'",
|
|
2727
|
+
"type": {
|
|
2728
|
+
"text": "ConversionType"
|
|
2729
|
+
}
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "eventName",
|
|
2733
|
+
"default": "'default'",
|
|
2734
|
+
"type": {
|
|
2735
|
+
"text": "EventName"
|
|
2736
|
+
}
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "keyAttr",
|
|
2740
|
+
"optional": true,
|
|
2741
|
+
"type": {
|
|
2742
|
+
"text": "string"
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
],
|
|
2746
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
2747
|
+
"privacy": "public"
|
|
2748
|
+
}
|
|
2749
|
+
],
|
|
2750
|
+
"exports": [
|
|
2751
|
+
{
|
|
2752
|
+
"kind": "js",
|
|
2753
|
+
"name": "defaultEventMap",
|
|
2754
|
+
"declaration": {
|
|
2755
|
+
"name": "defaultEventMap",
|
|
2756
|
+
"module": "src/directives/sync/sync.ts"
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "js",
|
|
2761
|
+
"name": "sync",
|
|
2762
|
+
"declaration": {
|
|
2763
|
+
"name": "sync",
|
|
2764
|
+
"module": "src/directives/sync/sync.ts"
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
2767
|
+
]
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"kind": "javascript-module",
|
|
2771
|
+
"path": "src/directives/when-else/index.ts",
|
|
2772
|
+
"declarations": [],
|
|
2773
|
+
"exports": [
|
|
2774
|
+
{
|
|
2775
|
+
"kind": "js",
|
|
2776
|
+
"name": "*",
|
|
2777
|
+
"declaration": {
|
|
2778
|
+
"name": "*",
|
|
2779
|
+
"package": "./when-else"
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
2782
|
+
]
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"kind": "javascript-module",
|
|
2786
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
2787
|
+
"declarations": [
|
|
2788
|
+
{
|
|
2789
|
+
"kind": "function",
|
|
2790
|
+
"name": "whenElse",
|
|
2791
|
+
"return": {
|
|
2792
|
+
"type": {
|
|
2793
|
+
"text": "CaptureType<TSource>"
|
|
2794
|
+
}
|
|
2795
|
+
},
|
|
2796
|
+
"parameters": [
|
|
2797
|
+
{
|
|
2798
|
+
"name": "binding",
|
|
2799
|
+
"type": {
|
|
2800
|
+
"text": "Binding<TSource, TReturn>"
|
|
2801
|
+
},
|
|
2802
|
+
"description": "The condition to test for rendering."
|
|
2803
|
+
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
2806
|
+
"type": {
|
|
2807
|
+
"text": "WhenTemplate<TSource>"
|
|
2808
|
+
},
|
|
2809
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
2813
|
+
"type": {
|
|
2814
|
+
"text": "WhenTemplate<TSource>"
|
|
2815
|
+
},
|
|
2816
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
2817
|
+
}
|
|
2818
|
+
],
|
|
2819
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
2820
|
+
"privacy": "public"
|
|
2821
|
+
}
|
|
2822
|
+
],
|
|
2823
|
+
"exports": [
|
|
2824
|
+
{
|
|
2825
|
+
"kind": "js",
|
|
2826
|
+
"name": "whenElse",
|
|
2827
|
+
"declaration": {
|
|
2828
|
+
"name": "whenElse",
|
|
2829
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
]
|
|
2833
|
+
},
|
|
2834
2834
|
{
|
|
2835
2835
|
"kind": "javascript-module",
|
|
2836
2836
|
"path": "src/mappers/dto/index.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/styles/dom.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,YAAa,MAAM,kBAAkB,MAAM,KAAG,CAAC,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../../src/styles/dom.ts"],"names":[],"mappings":"AAEA;;;;;;;GAOG;AACH,eAAO,MAAM,qBAAqB,YAAa,MAAM,kBAAkB,MAAM,KAAG,CAAC,MAAM,IAAI,CAyC1F,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,SAAU,MAAM,SAQ9C,CAAC"}
|
package/dist/esm/styles/dom.js
CHANGED
|
@@ -20,14 +20,29 @@ export const insertDocumentCSSRule = (cssRule, styleElementId) => {
|
|
|
20
20
|
styleElement = document.createElement('style');
|
|
21
21
|
styleElement.id = styleElementId;
|
|
22
22
|
headElement.appendChild(styleElement);
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
23
|
+
// Check if the CSS rule contains multiple rules (contains multiple closing braces)
|
|
24
|
+
const ruleCount = (cssRule.match(/}/g) || []).length;
|
|
25
|
+
if (ruleCount > 1) {
|
|
26
|
+
// Multiple rules: use textContent to avoid insertRule limitations
|
|
27
|
+
styleElement.textContent = cssRule;
|
|
28
|
+
return () => {
|
|
29
|
+
if (!styleElement) {
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
32
|
+
headElement.removeChild(styleElement);
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
// Single rule: use insertRule for consistency with existing behavior
|
|
37
|
+
const styleIndex = styleElement.sheet.insertRule(cssRule);
|
|
38
|
+
return () => {
|
|
39
|
+
if (!styleElement) {
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
styleElement.sheet.deleteRule(styleIndex);
|
|
43
|
+
headElement.removeChild(styleElement);
|
|
44
|
+
};
|
|
45
|
+
}
|
|
31
46
|
};
|
|
32
47
|
/**
|
|
33
48
|
* Inserts a CSS link into the document if it doesn't already exist.
|
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.286.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.286.0",
|
|
31
|
+
"@genesislcap/genx": "14.286.0",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.286.0",
|
|
33
|
+
"@genesislcap/ts-builder": "14.286.0",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.286.0",
|
|
35
|
+
"@genesislcap/vite-builder": "14.286.0",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.286.0",
|
|
37
37
|
"@types/json-schema": "^7.0.11",
|
|
38
38
|
"rimraf": "^5.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@genesislcap/expression-builder": "14.258.1",
|
|
42
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/foundation-logger": "14.286.0",
|
|
43
43
|
"@microsoft/fast-components": "2.30.6",
|
|
44
44
|
"@microsoft/fast-element": "1.14.0",
|
|
45
45
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "5dcc55742a75e355f98b4ce86c715e681448d7e2"
|
|
61
61
|
}
|