@pie-element/graphing 5.24.3-next.2 → 5.24.3-next.26
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/configure/package.json +1 -1
- package/controller/package.json +1 -1
- package/docs/config-schema.json +1100 -242
- package/docs/config-schema.json.md +624 -0
- package/docs/pie-schema.json +286 -0
- package/docs/pie-schema.json.md +208 -0
- package/package.json +3 -3
package/docs/pie-schema.json
CHANGED
|
@@ -1681,6 +1681,149 @@
|
|
|
1681
1681
|
"title": "disabled"
|
|
1682
1682
|
}
|
|
1683
1683
|
}
|
|
1684
|
+
},
|
|
1685
|
+
"languageCharacters": {
|
|
1686
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1687
|
+
"type": "object",
|
|
1688
|
+
"properties": {
|
|
1689
|
+
"disabled": {
|
|
1690
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1691
|
+
"type": "boolean",
|
|
1692
|
+
"title": "disabled"
|
|
1693
|
+
}
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"bold": {
|
|
1697
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1698
|
+
"type": "object",
|
|
1699
|
+
"properties": {
|
|
1700
|
+
"disabled": {
|
|
1701
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1702
|
+
"type": "boolean",
|
|
1703
|
+
"title": "disabled"
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"html": {
|
|
1708
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1709
|
+
"type": "object",
|
|
1710
|
+
"properties": {
|
|
1711
|
+
"disabled": {
|
|
1712
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1713
|
+
"type": "boolean",
|
|
1714
|
+
"title": "disabled"
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
"italic": {
|
|
1719
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1720
|
+
"type": "object",
|
|
1721
|
+
"properties": {
|
|
1722
|
+
"disabled": {
|
|
1723
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1724
|
+
"type": "boolean",
|
|
1725
|
+
"title": "disabled"
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"ol_list": {
|
|
1730
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1731
|
+
"type": "object",
|
|
1732
|
+
"properties": {
|
|
1733
|
+
"disabled": {
|
|
1734
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1735
|
+
"type": "boolean",
|
|
1736
|
+
"title": "disabled"
|
|
1737
|
+
}
|
|
1738
|
+
}
|
|
1739
|
+
},
|
|
1740
|
+
"redo": {
|
|
1741
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1742
|
+
"type": "object",
|
|
1743
|
+
"properties": {
|
|
1744
|
+
"disabled": {
|
|
1745
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1746
|
+
"type": "boolean",
|
|
1747
|
+
"title": "disabled"
|
|
1748
|
+
}
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
"strikethrough": {
|
|
1752
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1753
|
+
"type": "object",
|
|
1754
|
+
"properties": {
|
|
1755
|
+
"disabled": {
|
|
1756
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1757
|
+
"type": "boolean",
|
|
1758
|
+
"title": "disabled"
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
},
|
|
1762
|
+
"sub": {
|
|
1763
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1764
|
+
"type": "object",
|
|
1765
|
+
"properties": {
|
|
1766
|
+
"disabled": {
|
|
1767
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1768
|
+
"type": "boolean",
|
|
1769
|
+
"title": "disabled"
|
|
1770
|
+
}
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
"sup": {
|
|
1774
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1775
|
+
"type": "object",
|
|
1776
|
+
"properties": {
|
|
1777
|
+
"disabled": {
|
|
1778
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1779
|
+
"type": "boolean",
|
|
1780
|
+
"title": "disabled"
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
"table": {
|
|
1785
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1786
|
+
"type": "object",
|
|
1787
|
+
"properties": {
|
|
1788
|
+
"disabled": {
|
|
1789
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1790
|
+
"type": "boolean",
|
|
1791
|
+
"title": "disabled"
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
},
|
|
1795
|
+
"ul_list": {
|
|
1796
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1797
|
+
"type": "object",
|
|
1798
|
+
"properties": {
|
|
1799
|
+
"disabled": {
|
|
1800
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1801
|
+
"type": "boolean",
|
|
1802
|
+
"title": "disabled"
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"underline": {
|
|
1807
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1808
|
+
"type": "object",
|
|
1809
|
+
"properties": {
|
|
1810
|
+
"disabled": {
|
|
1811
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1812
|
+
"type": "boolean",
|
|
1813
|
+
"title": "disabled"
|
|
1814
|
+
}
|
|
1815
|
+
}
|
|
1816
|
+
},
|
|
1817
|
+
"undo": {
|
|
1818
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1819
|
+
"type": "object",
|
|
1820
|
+
"properties": {
|
|
1821
|
+
"disabled": {
|
|
1822
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1823
|
+
"type": "boolean",
|
|
1824
|
+
"title": "disabled"
|
|
1825
|
+
}
|
|
1826
|
+
}
|
|
1684
1827
|
}
|
|
1685
1828
|
}
|
|
1686
1829
|
},
|
|
@@ -2505,6 +2648,149 @@
|
|
|
2505
2648
|
"title": "disabled"
|
|
2506
2649
|
}
|
|
2507
2650
|
}
|
|
2651
|
+
},
|
|
2652
|
+
"languageCharacters": {
|
|
2653
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2654
|
+
"type": "object",
|
|
2655
|
+
"properties": {
|
|
2656
|
+
"disabled": {
|
|
2657
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2658
|
+
"type": "boolean",
|
|
2659
|
+
"title": "disabled"
|
|
2660
|
+
}
|
|
2661
|
+
}
|
|
2662
|
+
},
|
|
2663
|
+
"bold": {
|
|
2664
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2665
|
+
"type": "object",
|
|
2666
|
+
"properties": {
|
|
2667
|
+
"disabled": {
|
|
2668
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2669
|
+
"type": "boolean",
|
|
2670
|
+
"title": "disabled"
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
"html": {
|
|
2675
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2676
|
+
"type": "object",
|
|
2677
|
+
"properties": {
|
|
2678
|
+
"disabled": {
|
|
2679
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2680
|
+
"type": "boolean",
|
|
2681
|
+
"title": "disabled"
|
|
2682
|
+
}
|
|
2683
|
+
}
|
|
2684
|
+
},
|
|
2685
|
+
"italic": {
|
|
2686
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2687
|
+
"type": "object",
|
|
2688
|
+
"properties": {
|
|
2689
|
+
"disabled": {
|
|
2690
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2691
|
+
"type": "boolean",
|
|
2692
|
+
"title": "disabled"
|
|
2693
|
+
}
|
|
2694
|
+
}
|
|
2695
|
+
},
|
|
2696
|
+
"ol_list": {
|
|
2697
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2698
|
+
"type": "object",
|
|
2699
|
+
"properties": {
|
|
2700
|
+
"disabled": {
|
|
2701
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2702
|
+
"type": "boolean",
|
|
2703
|
+
"title": "disabled"
|
|
2704
|
+
}
|
|
2705
|
+
}
|
|
2706
|
+
},
|
|
2707
|
+
"redo": {
|
|
2708
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2709
|
+
"type": "object",
|
|
2710
|
+
"properties": {
|
|
2711
|
+
"disabled": {
|
|
2712
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2713
|
+
"type": "boolean",
|
|
2714
|
+
"title": "disabled"
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2718
|
+
"strikethrough": {
|
|
2719
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2720
|
+
"type": "object",
|
|
2721
|
+
"properties": {
|
|
2722
|
+
"disabled": {
|
|
2723
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2724
|
+
"type": "boolean",
|
|
2725
|
+
"title": "disabled"
|
|
2726
|
+
}
|
|
2727
|
+
}
|
|
2728
|
+
},
|
|
2729
|
+
"sub": {
|
|
2730
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2731
|
+
"type": "object",
|
|
2732
|
+
"properties": {
|
|
2733
|
+
"disabled": {
|
|
2734
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2735
|
+
"type": "boolean",
|
|
2736
|
+
"title": "disabled"
|
|
2737
|
+
}
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
"sup": {
|
|
2741
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2742
|
+
"type": "object",
|
|
2743
|
+
"properties": {
|
|
2744
|
+
"disabled": {
|
|
2745
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2746
|
+
"type": "boolean",
|
|
2747
|
+
"title": "disabled"
|
|
2748
|
+
}
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
"table": {
|
|
2752
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2753
|
+
"type": "object",
|
|
2754
|
+
"properties": {
|
|
2755
|
+
"disabled": {
|
|
2756
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2757
|
+
"type": "boolean",
|
|
2758
|
+
"title": "disabled"
|
|
2759
|
+
}
|
|
2760
|
+
}
|
|
2761
|
+
},
|
|
2762
|
+
"ul_list": {
|
|
2763
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2764
|
+
"type": "object",
|
|
2765
|
+
"properties": {
|
|
2766
|
+
"disabled": {
|
|
2767
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2768
|
+
"type": "boolean",
|
|
2769
|
+
"title": "disabled"
|
|
2770
|
+
}
|
|
2771
|
+
}
|
|
2772
|
+
},
|
|
2773
|
+
"underline": {
|
|
2774
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2775
|
+
"type": "object",
|
|
2776
|
+
"properties": {
|
|
2777
|
+
"disabled": {
|
|
2778
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2779
|
+
"type": "boolean",
|
|
2780
|
+
"title": "disabled"
|
|
2781
|
+
}
|
|
2782
|
+
}
|
|
2783
|
+
},
|
|
2784
|
+
"undo": {
|
|
2785
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2786
|
+
"type": "object",
|
|
2787
|
+
"properties": {
|
|
2788
|
+
"disabled": {
|
|
2789
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2790
|
+
"type": "boolean",
|
|
2791
|
+
"title": "disabled"
|
|
2792
|
+
}
|
|
2793
|
+
}
|
|
2508
2794
|
}
|
|
2509
2795
|
}
|
|
2510
2796
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -365,6 +365,110 @@ Properties of the `h3` object:
|
|
|
365
365
|
|
|
366
366
|
Indicates if the plugin is disabled or not
|
|
367
367
|
|
|
368
|
+
### `languageCharacters` (object)
|
|
369
|
+
|
|
370
|
+
Properties of the `languageCharacters` object:
|
|
371
|
+
|
|
372
|
+
#### `disabled` (boolean)
|
|
373
|
+
|
|
374
|
+
Indicates if the plugin is disabled or not
|
|
375
|
+
|
|
376
|
+
### `bold` (object)
|
|
377
|
+
|
|
378
|
+
Properties of the `bold` object:
|
|
379
|
+
|
|
380
|
+
#### `disabled` (boolean)
|
|
381
|
+
|
|
382
|
+
Indicates if the plugin is disabled or not
|
|
383
|
+
|
|
384
|
+
### `html` (object)
|
|
385
|
+
|
|
386
|
+
Properties of the `html` object:
|
|
387
|
+
|
|
388
|
+
#### `disabled` (boolean)
|
|
389
|
+
|
|
390
|
+
Indicates if the plugin is disabled or not
|
|
391
|
+
|
|
392
|
+
### `italic` (object)
|
|
393
|
+
|
|
394
|
+
Properties of the `italic` object:
|
|
395
|
+
|
|
396
|
+
#### `disabled` (boolean)
|
|
397
|
+
|
|
398
|
+
Indicates if the plugin is disabled or not
|
|
399
|
+
|
|
400
|
+
### `ol_list` (object)
|
|
401
|
+
|
|
402
|
+
Properties of the `ol_list` object:
|
|
403
|
+
|
|
404
|
+
#### `disabled` (boolean)
|
|
405
|
+
|
|
406
|
+
Indicates if the plugin is disabled or not
|
|
407
|
+
|
|
408
|
+
### `redo` (object)
|
|
409
|
+
|
|
410
|
+
Properties of the `redo` object:
|
|
411
|
+
|
|
412
|
+
#### `disabled` (boolean)
|
|
413
|
+
|
|
414
|
+
Indicates if the plugin is disabled or not
|
|
415
|
+
|
|
416
|
+
### `strikethrough` (object)
|
|
417
|
+
|
|
418
|
+
Properties of the `strikethrough` object:
|
|
419
|
+
|
|
420
|
+
#### `disabled` (boolean)
|
|
421
|
+
|
|
422
|
+
Indicates if the plugin is disabled or not
|
|
423
|
+
|
|
424
|
+
### `sub` (object)
|
|
425
|
+
|
|
426
|
+
Properties of the `sub` object:
|
|
427
|
+
|
|
428
|
+
#### `disabled` (boolean)
|
|
429
|
+
|
|
430
|
+
Indicates if the plugin is disabled or not
|
|
431
|
+
|
|
432
|
+
### `sup` (object)
|
|
433
|
+
|
|
434
|
+
Properties of the `sup` object:
|
|
435
|
+
|
|
436
|
+
#### `disabled` (boolean)
|
|
437
|
+
|
|
438
|
+
Indicates if the plugin is disabled or not
|
|
439
|
+
|
|
440
|
+
### `table` (object)
|
|
441
|
+
|
|
442
|
+
Properties of the `table` object:
|
|
443
|
+
|
|
444
|
+
#### `disabled` (boolean)
|
|
445
|
+
|
|
446
|
+
Indicates if the plugin is disabled or not
|
|
447
|
+
|
|
448
|
+
### `ul_list` (object)
|
|
449
|
+
|
|
450
|
+
Properties of the `ul_list` object:
|
|
451
|
+
|
|
452
|
+
#### `disabled` (boolean)
|
|
453
|
+
|
|
454
|
+
Indicates if the plugin is disabled or not
|
|
455
|
+
|
|
456
|
+
### `underline` (object)
|
|
457
|
+
|
|
458
|
+
Properties of the `underline` object:
|
|
459
|
+
|
|
460
|
+
#### `disabled` (boolean)
|
|
461
|
+
|
|
462
|
+
Indicates if the plugin is disabled or not
|
|
463
|
+
|
|
464
|
+
### `undo` (object)
|
|
465
|
+
|
|
466
|
+
Properties of the `undo` object:
|
|
467
|
+
|
|
468
|
+
#### `disabled` (boolean)
|
|
469
|
+
|
|
470
|
+
Indicates if the plugin is disabled or not
|
|
471
|
+
|
|
368
472
|
## `EditableHtmlButtonConfigure` (object)
|
|
369
473
|
|
|
370
474
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -943,6 +1047,110 @@ Properties of the `h3` object:
|
|
|
943
1047
|
|
|
944
1048
|
Indicates if the plugin is disabled or not
|
|
945
1049
|
|
|
1050
|
+
#### `languageCharacters` (object)
|
|
1051
|
+
|
|
1052
|
+
Properties of the `languageCharacters` object:
|
|
1053
|
+
|
|
1054
|
+
##### `disabled` (boolean)
|
|
1055
|
+
|
|
1056
|
+
Indicates if the plugin is disabled or not
|
|
1057
|
+
|
|
1058
|
+
#### `bold` (object)
|
|
1059
|
+
|
|
1060
|
+
Properties of the `bold` object:
|
|
1061
|
+
|
|
1062
|
+
##### `disabled` (boolean)
|
|
1063
|
+
|
|
1064
|
+
Indicates if the plugin is disabled or not
|
|
1065
|
+
|
|
1066
|
+
#### `html` (object)
|
|
1067
|
+
|
|
1068
|
+
Properties of the `html` object:
|
|
1069
|
+
|
|
1070
|
+
##### `disabled` (boolean)
|
|
1071
|
+
|
|
1072
|
+
Indicates if the plugin is disabled or not
|
|
1073
|
+
|
|
1074
|
+
#### `italic` (object)
|
|
1075
|
+
|
|
1076
|
+
Properties of the `italic` object:
|
|
1077
|
+
|
|
1078
|
+
##### `disabled` (boolean)
|
|
1079
|
+
|
|
1080
|
+
Indicates if the plugin is disabled or not
|
|
1081
|
+
|
|
1082
|
+
#### `ol_list` (object)
|
|
1083
|
+
|
|
1084
|
+
Properties of the `ol_list` object:
|
|
1085
|
+
|
|
1086
|
+
##### `disabled` (boolean)
|
|
1087
|
+
|
|
1088
|
+
Indicates if the plugin is disabled or not
|
|
1089
|
+
|
|
1090
|
+
#### `redo` (object)
|
|
1091
|
+
|
|
1092
|
+
Properties of the `redo` object:
|
|
1093
|
+
|
|
1094
|
+
##### `disabled` (boolean)
|
|
1095
|
+
|
|
1096
|
+
Indicates if the plugin is disabled or not
|
|
1097
|
+
|
|
1098
|
+
#### `strikethrough` (object)
|
|
1099
|
+
|
|
1100
|
+
Properties of the `strikethrough` object:
|
|
1101
|
+
|
|
1102
|
+
##### `disabled` (boolean)
|
|
1103
|
+
|
|
1104
|
+
Indicates if the plugin is disabled or not
|
|
1105
|
+
|
|
1106
|
+
#### `sub` (object)
|
|
1107
|
+
|
|
1108
|
+
Properties of the `sub` object:
|
|
1109
|
+
|
|
1110
|
+
##### `disabled` (boolean)
|
|
1111
|
+
|
|
1112
|
+
Indicates if the plugin is disabled or not
|
|
1113
|
+
|
|
1114
|
+
#### `sup` (object)
|
|
1115
|
+
|
|
1116
|
+
Properties of the `sup` object:
|
|
1117
|
+
|
|
1118
|
+
##### `disabled` (boolean)
|
|
1119
|
+
|
|
1120
|
+
Indicates if the plugin is disabled or not
|
|
1121
|
+
|
|
1122
|
+
#### `table` (object)
|
|
1123
|
+
|
|
1124
|
+
Properties of the `table` object:
|
|
1125
|
+
|
|
1126
|
+
##### `disabled` (boolean)
|
|
1127
|
+
|
|
1128
|
+
Indicates if the plugin is disabled or not
|
|
1129
|
+
|
|
1130
|
+
#### `ul_list` (object)
|
|
1131
|
+
|
|
1132
|
+
Properties of the `ul_list` object:
|
|
1133
|
+
|
|
1134
|
+
##### `disabled` (boolean)
|
|
1135
|
+
|
|
1136
|
+
Indicates if the plugin is disabled or not
|
|
1137
|
+
|
|
1138
|
+
#### `underline` (object)
|
|
1139
|
+
|
|
1140
|
+
Properties of the `underline` object:
|
|
1141
|
+
|
|
1142
|
+
##### `disabled` (boolean)
|
|
1143
|
+
|
|
1144
|
+
Indicates if the plugin is disabled or not
|
|
1145
|
+
|
|
1146
|
+
#### `undo` (object)
|
|
1147
|
+
|
|
1148
|
+
Properties of the `undo` object:
|
|
1149
|
+
|
|
1150
|
+
##### `disabled` (boolean)
|
|
1151
|
+
|
|
1152
|
+
Indicates if the plugin is disabled or not
|
|
1153
|
+
|
|
946
1154
|
### `required` (boolean)
|
|
947
1155
|
|
|
948
1156
|
Indicates if the item is required and the value cannot be empty
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "5.24.3-next.
|
|
7
|
+
"version": "5.24.3-next.26+faca98267",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"postpublish": "../../scripts/postpublish"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@material-ui/core": "^3.9.2",
|
|
14
14
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "1.
|
|
15
|
+
"@pie-lib/pie-toolbox": "1.31.3",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"debug": "^4.1.1",
|
|
18
18
|
"react": "^16.8.1",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"author": "",
|
|
22
22
|
"license": "ISC",
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "faca982675bfd2df70f11ca2b9e20333af8f9790",
|
|
24
24
|
"main": "lib/index.js",
|
|
25
25
|
"module": "src/index.js"
|
|
26
26
|
}
|