@genesislcap/rapid-design-system 14.479.0 → 14.480.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 +174 -174
- package/dist/dts/react.d.ts +8 -8
- package/dist/react.cjs +5 -5
- package/dist/react.mjs +4 -4
- package/package.json +11 -11
|
@@ -780,154 +780,6 @@
|
|
|
780
780
|
}
|
|
781
781
|
]
|
|
782
782
|
},
|
|
783
|
-
{
|
|
784
|
-
"kind": "javascript-module",
|
|
785
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
786
|
-
"declarations": [
|
|
787
|
-
{
|
|
788
|
-
"kind": "function",
|
|
789
|
-
"name": "rapidAccordionStyles",
|
|
790
|
-
"return": {
|
|
791
|
-
"type": {
|
|
792
|
-
"text": "ElementStyles"
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
"parameters": [
|
|
796
|
-
{
|
|
797
|
-
"name": "context",
|
|
798
|
-
"type": {
|
|
799
|
-
"text": "ElementDefinitionContext"
|
|
800
|
-
}
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "definition",
|
|
804
|
-
"type": {
|
|
805
|
-
"text": "FoundationElementDefinition"
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
]
|
|
809
|
-
}
|
|
810
|
-
],
|
|
811
|
-
"exports": [
|
|
812
|
-
{
|
|
813
|
-
"kind": "js",
|
|
814
|
-
"name": "rapidAccordionStyles",
|
|
815
|
-
"declaration": {
|
|
816
|
-
"name": "rapidAccordionStyles",
|
|
817
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
818
|
-
}
|
|
819
|
-
}
|
|
820
|
-
]
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"kind": "javascript-module",
|
|
824
|
-
"path": "src/accordion/accordion.template.ts",
|
|
825
|
-
"declarations": [
|
|
826
|
-
{
|
|
827
|
-
"kind": "function",
|
|
828
|
-
"name": "rapidAccordionTemplate",
|
|
829
|
-
"return": {
|
|
830
|
-
"type": {
|
|
831
|
-
"text": "ViewTemplate<Accordion>"
|
|
832
|
-
}
|
|
833
|
-
},
|
|
834
|
-
"parameters": [
|
|
835
|
-
{
|
|
836
|
-
"name": "context",
|
|
837
|
-
"type": {
|
|
838
|
-
"text": "ElementDefinitionContext"
|
|
839
|
-
}
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
"name": "definition",
|
|
843
|
-
"type": {
|
|
844
|
-
"text": "FoundationElementDefinition"
|
|
845
|
-
}
|
|
846
|
-
}
|
|
847
|
-
]
|
|
848
|
-
}
|
|
849
|
-
],
|
|
850
|
-
"exports": [
|
|
851
|
-
{
|
|
852
|
-
"kind": "js",
|
|
853
|
-
"name": "rapidAccordionTemplate",
|
|
854
|
-
"declaration": {
|
|
855
|
-
"name": "rapidAccordionTemplate",
|
|
856
|
-
"module": "src/accordion/accordion.template.ts"
|
|
857
|
-
}
|
|
858
|
-
}
|
|
859
|
-
]
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"kind": "javascript-module",
|
|
863
|
-
"path": "src/accordion/accordion.ts",
|
|
864
|
-
"declarations": [
|
|
865
|
-
{
|
|
866
|
-
"kind": "class",
|
|
867
|
-
"description": "",
|
|
868
|
-
"name": "Accordion",
|
|
869
|
-
"superclass": {
|
|
870
|
-
"name": "foundationAccordion",
|
|
871
|
-
"package": "@genesislcap/foundation-ui"
|
|
872
|
-
},
|
|
873
|
-
"tagName": "%%prefix%%-accordion",
|
|
874
|
-
"customElement": true
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"kind": "variable",
|
|
878
|
-
"name": "rapidAccordion"
|
|
879
|
-
}
|
|
880
|
-
],
|
|
881
|
-
"exports": [
|
|
882
|
-
{
|
|
883
|
-
"kind": "js",
|
|
884
|
-
"name": "Accordion",
|
|
885
|
-
"declaration": {
|
|
886
|
-
"name": "Accordion",
|
|
887
|
-
"module": "src/accordion/accordion.ts"
|
|
888
|
-
}
|
|
889
|
-
},
|
|
890
|
-
{
|
|
891
|
-
"kind": "js",
|
|
892
|
-
"name": "rapidAccordion",
|
|
893
|
-
"declaration": {
|
|
894
|
-
"name": "rapidAccordion",
|
|
895
|
-
"module": "src/accordion/accordion.ts"
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
]
|
|
899
|
-
},
|
|
900
|
-
{
|
|
901
|
-
"kind": "javascript-module",
|
|
902
|
-
"path": "src/accordion/index.ts",
|
|
903
|
-
"declarations": [],
|
|
904
|
-
"exports": [
|
|
905
|
-
{
|
|
906
|
-
"kind": "js",
|
|
907
|
-
"name": "*",
|
|
908
|
-
"declaration": {
|
|
909
|
-
"name": "*",
|
|
910
|
-
"package": "./accordion"
|
|
911
|
-
}
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"kind": "js",
|
|
915
|
-
"name": "*",
|
|
916
|
-
"declaration": {
|
|
917
|
-
"name": "*",
|
|
918
|
-
"package": "./accordion.styles"
|
|
919
|
-
}
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"kind": "js",
|
|
923
|
-
"name": "*",
|
|
924
|
-
"declaration": {
|
|
925
|
-
"name": "*",
|
|
926
|
-
"package": "./accordion.template"
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
]
|
|
930
|
-
},
|
|
931
783
|
{
|
|
932
784
|
"kind": "javascript-module",
|
|
933
785
|
"path": "src/_config/configure.ts",
|
|
@@ -1010,11 +862,11 @@
|
|
|
1010
862
|
},
|
|
1011
863
|
{
|
|
1012
864
|
"kind": "javascript-module",
|
|
1013
|
-
"path": "src/accordion
|
|
865
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1014
866
|
"declarations": [
|
|
1015
867
|
{
|
|
1016
868
|
"kind": "function",
|
|
1017
|
-
"name": "
|
|
869
|
+
"name": "rapidAccordionStyles",
|
|
1018
870
|
"return": {
|
|
1019
871
|
"type": {
|
|
1020
872
|
"text": "ElementStyles"
|
|
@@ -1039,24 +891,24 @@
|
|
|
1039
891
|
"exports": [
|
|
1040
892
|
{
|
|
1041
893
|
"kind": "js",
|
|
1042
|
-
"name": "
|
|
894
|
+
"name": "rapidAccordionStyles",
|
|
1043
895
|
"declaration": {
|
|
1044
|
-
"name": "
|
|
1045
|
-
"module": "src/accordion
|
|
896
|
+
"name": "rapidAccordionStyles",
|
|
897
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1046
898
|
}
|
|
1047
899
|
}
|
|
1048
900
|
]
|
|
1049
901
|
},
|
|
1050
902
|
{
|
|
1051
903
|
"kind": "javascript-module",
|
|
1052
|
-
"path": "src/accordion
|
|
904
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1053
905
|
"declarations": [
|
|
1054
906
|
{
|
|
1055
907
|
"kind": "function",
|
|
1056
|
-
"name": "
|
|
908
|
+
"name": "rapidAccordionTemplate",
|
|
1057
909
|
"return": {
|
|
1058
910
|
"type": {
|
|
1059
|
-
"text": "ViewTemplate<
|
|
911
|
+
"text": "ViewTemplate<Accordion>"
|
|
1060
912
|
}
|
|
1061
913
|
},
|
|
1062
914
|
"parameters": [
|
|
@@ -1078,56 +930,56 @@
|
|
|
1078
930
|
"exports": [
|
|
1079
931
|
{
|
|
1080
932
|
"kind": "js",
|
|
1081
|
-
"name": "
|
|
933
|
+
"name": "rapidAccordionTemplate",
|
|
1082
934
|
"declaration": {
|
|
1083
|
-
"name": "
|
|
1084
|
-
"module": "src/accordion
|
|
935
|
+
"name": "rapidAccordionTemplate",
|
|
936
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1085
937
|
}
|
|
1086
938
|
}
|
|
1087
939
|
]
|
|
1088
940
|
},
|
|
1089
941
|
{
|
|
1090
942
|
"kind": "javascript-module",
|
|
1091
|
-
"path": "src/accordion
|
|
943
|
+
"path": "src/accordion/accordion.ts",
|
|
1092
944
|
"declarations": [
|
|
1093
945
|
{
|
|
1094
946
|
"kind": "class",
|
|
1095
947
|
"description": "",
|
|
1096
|
-
"name": "
|
|
948
|
+
"name": "Accordion",
|
|
1097
949
|
"superclass": {
|
|
1098
|
-
"name": "
|
|
950
|
+
"name": "foundationAccordion",
|
|
1099
951
|
"package": "@genesislcap/foundation-ui"
|
|
1100
952
|
},
|
|
1101
|
-
"tagName": "%%prefix%%-accordion
|
|
953
|
+
"tagName": "%%prefix%%-accordion",
|
|
1102
954
|
"customElement": true
|
|
1103
955
|
},
|
|
1104
956
|
{
|
|
1105
957
|
"kind": "variable",
|
|
1106
|
-
"name": "
|
|
958
|
+
"name": "rapidAccordion"
|
|
1107
959
|
}
|
|
1108
960
|
],
|
|
1109
961
|
"exports": [
|
|
1110
962
|
{
|
|
1111
963
|
"kind": "js",
|
|
1112
|
-
"name": "
|
|
964
|
+
"name": "Accordion",
|
|
1113
965
|
"declaration": {
|
|
1114
|
-
"name": "
|
|
1115
|
-
"module": "src/accordion
|
|
966
|
+
"name": "Accordion",
|
|
967
|
+
"module": "src/accordion/accordion.ts"
|
|
1116
968
|
}
|
|
1117
969
|
},
|
|
1118
970
|
{
|
|
1119
971
|
"kind": "js",
|
|
1120
|
-
"name": "
|
|
972
|
+
"name": "rapidAccordion",
|
|
1121
973
|
"declaration": {
|
|
1122
|
-
"name": "
|
|
1123
|
-
"module": "src/accordion
|
|
974
|
+
"name": "rapidAccordion",
|
|
975
|
+
"module": "src/accordion/accordion.ts"
|
|
1124
976
|
}
|
|
1125
977
|
}
|
|
1126
978
|
]
|
|
1127
979
|
},
|
|
1128
980
|
{
|
|
1129
981
|
"kind": "javascript-module",
|
|
1130
|
-
"path": "src/accordion
|
|
982
|
+
"path": "src/accordion/index.ts",
|
|
1131
983
|
"declarations": [],
|
|
1132
984
|
"exports": [
|
|
1133
985
|
{
|
|
@@ -1135,7 +987,7 @@
|
|
|
1135
987
|
"name": "*",
|
|
1136
988
|
"declaration": {
|
|
1137
989
|
"name": "*",
|
|
1138
|
-
"package": "./accordion
|
|
990
|
+
"package": "./accordion"
|
|
1139
991
|
}
|
|
1140
992
|
},
|
|
1141
993
|
{
|
|
@@ -1143,7 +995,7 @@
|
|
|
1143
995
|
"name": "*",
|
|
1144
996
|
"declaration": {
|
|
1145
997
|
"name": "*",
|
|
1146
|
-
"package": "./accordion
|
|
998
|
+
"package": "./accordion.styles"
|
|
1147
999
|
}
|
|
1148
1000
|
},
|
|
1149
1001
|
{
|
|
@@ -1151,7 +1003,7 @@
|
|
|
1151
1003
|
"name": "*",
|
|
1152
1004
|
"declaration": {
|
|
1153
1005
|
"name": "*",
|
|
1154
|
-
"package": "./accordion
|
|
1006
|
+
"package": "./accordion.template"
|
|
1155
1007
|
}
|
|
1156
1008
|
}
|
|
1157
1009
|
]
|
|
@@ -1728,6 +1580,154 @@
|
|
|
1728
1580
|
}
|
|
1729
1581
|
]
|
|
1730
1582
|
},
|
|
1583
|
+
{
|
|
1584
|
+
"kind": "javascript-module",
|
|
1585
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1586
|
+
"declarations": [
|
|
1587
|
+
{
|
|
1588
|
+
"kind": "function",
|
|
1589
|
+
"name": "rapidAccordionItemStyles",
|
|
1590
|
+
"return": {
|
|
1591
|
+
"type": {
|
|
1592
|
+
"text": "ElementStyles"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
"parameters": [
|
|
1596
|
+
{
|
|
1597
|
+
"name": "context",
|
|
1598
|
+
"type": {
|
|
1599
|
+
"text": "ElementDefinitionContext"
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"name": "definition",
|
|
1604
|
+
"type": {
|
|
1605
|
+
"text": "FoundationElementDefinition"
|
|
1606
|
+
}
|
|
1607
|
+
}
|
|
1608
|
+
]
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"exports": [
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "js",
|
|
1614
|
+
"name": "rapidAccordionItemStyles",
|
|
1615
|
+
"declaration": {
|
|
1616
|
+
"name": "rapidAccordionItemStyles",
|
|
1617
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1620
|
+
]
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "javascript-module",
|
|
1624
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1625
|
+
"declarations": [
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "function",
|
|
1628
|
+
"name": "rapidAccordionItemTemplate",
|
|
1629
|
+
"return": {
|
|
1630
|
+
"type": {
|
|
1631
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
"parameters": [
|
|
1635
|
+
{
|
|
1636
|
+
"name": "context",
|
|
1637
|
+
"type": {
|
|
1638
|
+
"text": "ElementDefinitionContext"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"name": "definition",
|
|
1643
|
+
"type": {
|
|
1644
|
+
"text": "FoundationElementDefinition"
|
|
1645
|
+
}
|
|
1646
|
+
}
|
|
1647
|
+
]
|
|
1648
|
+
}
|
|
1649
|
+
],
|
|
1650
|
+
"exports": [
|
|
1651
|
+
{
|
|
1652
|
+
"kind": "js",
|
|
1653
|
+
"name": "rapidAccordionItemTemplate",
|
|
1654
|
+
"declaration": {
|
|
1655
|
+
"name": "rapidAccordionItemTemplate",
|
|
1656
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1657
|
+
}
|
|
1658
|
+
}
|
|
1659
|
+
]
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "javascript-module",
|
|
1663
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1664
|
+
"declarations": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "class",
|
|
1667
|
+
"description": "",
|
|
1668
|
+
"name": "AccordionItem",
|
|
1669
|
+
"superclass": {
|
|
1670
|
+
"name": "foundationAccordionItem",
|
|
1671
|
+
"package": "@genesislcap/foundation-ui"
|
|
1672
|
+
},
|
|
1673
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1674
|
+
"customElement": true
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "variable",
|
|
1678
|
+
"name": "rapidAccordionItem"
|
|
1679
|
+
}
|
|
1680
|
+
],
|
|
1681
|
+
"exports": [
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "js",
|
|
1684
|
+
"name": "AccordionItem",
|
|
1685
|
+
"declaration": {
|
|
1686
|
+
"name": "AccordionItem",
|
|
1687
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1688
|
+
}
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "js",
|
|
1692
|
+
"name": "rapidAccordionItem",
|
|
1693
|
+
"declaration": {
|
|
1694
|
+
"name": "rapidAccordionItem",
|
|
1695
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1696
|
+
}
|
|
1697
|
+
}
|
|
1698
|
+
]
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "javascript-module",
|
|
1702
|
+
"path": "src/accordion-item/index.ts",
|
|
1703
|
+
"declarations": [],
|
|
1704
|
+
"exports": [
|
|
1705
|
+
{
|
|
1706
|
+
"kind": "js",
|
|
1707
|
+
"name": "*",
|
|
1708
|
+
"declaration": {
|
|
1709
|
+
"name": "*",
|
|
1710
|
+
"package": "./accordion-item"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "js",
|
|
1715
|
+
"name": "*",
|
|
1716
|
+
"declaration": {
|
|
1717
|
+
"name": "*",
|
|
1718
|
+
"package": "./accordion-item.styles"
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "js",
|
|
1723
|
+
"name": "*",
|
|
1724
|
+
"declaration": {
|
|
1725
|
+
"name": "*",
|
|
1726
|
+
"package": "./accordion-item.template"
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
]
|
|
1730
|
+
},
|
|
1731
1731
|
{
|
|
1732
1732
|
"kind": "javascript-module",
|
|
1733
1733
|
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -124,23 +124,23 @@ export declare const Accordion: React.ForwardRefExoticComponent<
|
|
|
124
124
|
>;
|
|
125
125
|
export type AccordionRef = AccordionWC;
|
|
126
126
|
|
|
127
|
-
export declare const
|
|
127
|
+
export declare const ActionsMenu: React.ForwardRefExoticComponent<
|
|
128
128
|
React.PropsWithChildren<
|
|
129
|
-
Omit<PublicOf<
|
|
129
|
+
Omit<PublicOf<ActionsMenuWC>, 'children' | 'style'> &
|
|
130
130
|
HTMLWCProps & {
|
|
131
131
|
}
|
|
132
|
-
> & React.RefAttributes<
|
|
132
|
+
> & React.RefAttributes<ActionsMenuWC>
|
|
133
133
|
>;
|
|
134
|
-
export type
|
|
134
|
+
export type ActionsMenuRef = ActionsMenuWC;
|
|
135
135
|
|
|
136
|
-
export declare const
|
|
136
|
+
export declare const AccordionItem: React.ForwardRefExoticComponent<
|
|
137
137
|
React.PropsWithChildren<
|
|
138
|
-
Omit<PublicOf<
|
|
138
|
+
Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
|
|
139
139
|
HTMLWCProps & {
|
|
140
140
|
}
|
|
141
|
-
> & React.RefAttributes<
|
|
141
|
+
> & React.RefAttributes<AccordionItemWC>
|
|
142
142
|
>;
|
|
143
|
-
export type
|
|
143
|
+
export type AccordionItemRef = AccordionItemWC;
|
|
144
144
|
|
|
145
145
|
export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
|
|
146
146
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -102,14 +102,14 @@ const Accordion = React.forwardRef(function Accordion(props, ref) {
|
|
|
102
102
|
return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
|
|
103
103
|
});
|
|
104
104
|
|
|
105
|
-
const
|
|
105
|
+
const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
|
|
106
106
|
const { children, ...rest } = props;
|
|
107
|
-
return React.createElement(customElements.getName(
|
|
107
|
+
return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
|
|
108
108
|
});
|
|
109
109
|
|
|
110
|
-
const
|
|
110
|
+
const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
|
|
111
111
|
const { children, ...rest } = props;
|
|
112
|
-
return React.createElement(customElements.getName(
|
|
112
|
+
return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
|
|
113
113
|
});
|
|
114
114
|
|
|
115
115
|
const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
|
|
@@ -923,8 +923,8 @@ const SystemHealthOverlay = React.forwardRef(function SystemHealthOverlay(props,
|
|
|
923
923
|
|
|
924
924
|
module.exports = {
|
|
925
925
|
Accordion,
|
|
926
|
-
AccordionItem,
|
|
927
926
|
ActionsMenu,
|
|
927
|
+
AccordionItem,
|
|
928
928
|
AiCriteriaSearch,
|
|
929
929
|
AiIndicator,
|
|
930
930
|
Anchor,
|
package/dist/react.mjs
CHANGED
|
@@ -100,14 +100,14 @@ export const Accordion = React.forwardRef(function Accordion(props, ref) {
|
|
|
100
100
|
return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
|
|
101
101
|
});
|
|
102
102
|
|
|
103
|
-
export const
|
|
103
|
+
export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
|
|
104
104
|
const { children, ...rest } = props;
|
|
105
|
-
return React.createElement(customElements.getName(
|
|
105
|
+
return React.createElement(customElements.getName(ActionsMenuWC) ?? '%%prefix%%-actions-menu', { ...rest, ref }, children);
|
|
106
106
|
});
|
|
107
107
|
|
|
108
|
-
export const
|
|
108
|
+
export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
|
|
109
109
|
const { children, ...rest } = props;
|
|
110
|
-
return React.createElement(customElements.getName(
|
|
110
|
+
return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
|
|
111
111
|
});
|
|
112
112
|
|
|
113
113
|
export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/rapid-design-system",
|
|
3
3
|
"description": "Rapid Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.480.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
39
|
-
"@genesislcap/genx": "14.
|
|
40
|
-
"@genesislcap/rollup-builder": "14.
|
|
41
|
-
"@genesislcap/ts-builder": "14.
|
|
42
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
43
|
-
"@genesislcap/vite-builder": "14.
|
|
44
|
-
"@genesislcap/webpack-builder": "14.
|
|
39
|
+
"@genesislcap/genx": "14.480.0",
|
|
40
|
+
"@genesislcap/rollup-builder": "14.480.0",
|
|
41
|
+
"@genesislcap/ts-builder": "14.480.0",
|
|
42
|
+
"@genesislcap/uvu-playwright-builder": "14.480.0",
|
|
43
|
+
"@genesislcap/vite-builder": "14.480.0",
|
|
44
|
+
"@genesislcap/webpack-builder": "14.480.0",
|
|
45
45
|
"flexlayout-react": "^0.8.19"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@genesislcap/foundation-logger": "14.
|
|
57
|
-
"@genesislcap/foundation-ui": "14.
|
|
58
|
-
"@genesislcap/foundation-utils": "14.
|
|
56
|
+
"@genesislcap/foundation-logger": "14.480.0",
|
|
57
|
+
"@genesislcap/foundation-ui": "14.480.0",
|
|
58
|
+
"@genesislcap/foundation-utils": "14.480.0",
|
|
59
59
|
"@microsoft/fast-colors": "5.3.1",
|
|
60
60
|
"@microsoft/fast-components": "2.30.6",
|
|
61
61
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"require": "./dist/react.cjs"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "6d2bc60f9700ab9f5a6d8c1834baebbd66ae5e6b"
|
|
87
87
|
}
|