@genesislcap/rapid-design-system 14.474.0 → 14.474.1
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 +340 -340
- package/dist/dts/react.d.ts +16 -16
- package/dist/react.cjs +10 -10
- package/dist/react.mjs +8 -8
- package/package.json +11 -11
|
@@ -782,91 +782,11 @@
|
|
|
782
782
|
},
|
|
783
783
|
{
|
|
784
784
|
"kind": "javascript-module",
|
|
785
|
-
"path": "src/
|
|
786
|
-
"declarations": [
|
|
787
|
-
{
|
|
788
|
-
"kind": "function",
|
|
789
|
-
"name": "configureRapidDesignSystem",
|
|
790
|
-
"return": {
|
|
791
|
-
"type": {
|
|
792
|
-
"text": "void"
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
"parameters": [
|
|
796
|
-
{
|
|
797
|
-
"name": "provider",
|
|
798
|
-
"type": {
|
|
799
|
-
"text": "HTMLElement"
|
|
800
|
-
}
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "config",
|
|
804
|
-
"type": {
|
|
805
|
-
"text": "Partial<DesignTokensConfig>"
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
],
|
|
809
|
-
"description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
|
|
810
|
-
"privacy": "public"
|
|
811
|
-
}
|
|
812
|
-
],
|
|
813
|
-
"exports": [
|
|
814
|
-
{
|
|
815
|
-
"kind": "js",
|
|
816
|
-
"name": "configureRapidDesignSystem",
|
|
817
|
-
"declaration": {
|
|
818
|
-
"name": "configureRapidDesignSystem",
|
|
819
|
-
"module": "src/_config/configure.ts"
|
|
820
|
-
}
|
|
821
|
-
}
|
|
822
|
-
]
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"kind": "javascript-module",
|
|
826
|
-
"path": "src/_config/index.ts",
|
|
827
|
-
"declarations": [],
|
|
828
|
-
"exports": [
|
|
829
|
-
{
|
|
830
|
-
"kind": "js",
|
|
831
|
-
"name": "*",
|
|
832
|
-
"declaration": {
|
|
833
|
-
"name": "*",
|
|
834
|
-
"package": "./configure"
|
|
835
|
-
}
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"kind": "js",
|
|
839
|
-
"name": "*",
|
|
840
|
-
"declaration": {
|
|
841
|
-
"name": "*",
|
|
842
|
-
"package": "./styles"
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"kind": "js",
|
|
847
|
-
"name": "*",
|
|
848
|
-
"declaration": {
|
|
849
|
-
"name": "*",
|
|
850
|
-
"package": "./tokens"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"kind": "js",
|
|
855
|
-
"name": "*",
|
|
856
|
-
"declaration": {
|
|
857
|
-
"name": "*",
|
|
858
|
-
"package": "./values"
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
]
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"kind": "javascript-module",
|
|
865
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
785
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
866
786
|
"declarations": [
|
|
867
787
|
{
|
|
868
788
|
"kind": "function",
|
|
869
|
-
"name": "
|
|
789
|
+
"name": "rapidAccordionStyles",
|
|
870
790
|
"return": {
|
|
871
791
|
"type": {
|
|
872
792
|
"text": "ElementStyles"
|
|
@@ -891,24 +811,24 @@
|
|
|
891
811
|
"exports": [
|
|
892
812
|
{
|
|
893
813
|
"kind": "js",
|
|
894
|
-
"name": "
|
|
814
|
+
"name": "rapidAccordionStyles",
|
|
895
815
|
"declaration": {
|
|
896
|
-
"name": "
|
|
897
|
-
"module": "src/accordion
|
|
816
|
+
"name": "rapidAccordionStyles",
|
|
817
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
898
818
|
}
|
|
899
819
|
}
|
|
900
820
|
]
|
|
901
821
|
},
|
|
902
822
|
{
|
|
903
823
|
"kind": "javascript-module",
|
|
904
|
-
"path": "src/accordion
|
|
824
|
+
"path": "src/accordion/accordion.template.ts",
|
|
905
825
|
"declarations": [
|
|
906
826
|
{
|
|
907
827
|
"kind": "function",
|
|
908
|
-
"name": "
|
|
828
|
+
"name": "rapidAccordionTemplate",
|
|
909
829
|
"return": {
|
|
910
830
|
"type": {
|
|
911
|
-
"text": "ViewTemplate<
|
|
831
|
+
"text": "ViewTemplate<Accordion>"
|
|
912
832
|
}
|
|
913
833
|
},
|
|
914
834
|
"parameters": [
|
|
@@ -930,56 +850,56 @@
|
|
|
930
850
|
"exports": [
|
|
931
851
|
{
|
|
932
852
|
"kind": "js",
|
|
933
|
-
"name": "
|
|
853
|
+
"name": "rapidAccordionTemplate",
|
|
934
854
|
"declaration": {
|
|
935
|
-
"name": "
|
|
936
|
-
"module": "src/accordion
|
|
855
|
+
"name": "rapidAccordionTemplate",
|
|
856
|
+
"module": "src/accordion/accordion.template.ts"
|
|
937
857
|
}
|
|
938
858
|
}
|
|
939
859
|
]
|
|
940
860
|
},
|
|
941
861
|
{
|
|
942
862
|
"kind": "javascript-module",
|
|
943
|
-
"path": "src/accordion
|
|
863
|
+
"path": "src/accordion/accordion.ts",
|
|
944
864
|
"declarations": [
|
|
945
865
|
{
|
|
946
866
|
"kind": "class",
|
|
947
867
|
"description": "",
|
|
948
|
-
"name": "
|
|
868
|
+
"name": "Accordion",
|
|
949
869
|
"superclass": {
|
|
950
|
-
"name": "
|
|
870
|
+
"name": "foundationAccordion",
|
|
951
871
|
"package": "@genesislcap/foundation-ui"
|
|
952
872
|
},
|
|
953
|
-
"tagName": "%%prefix%%-accordion
|
|
873
|
+
"tagName": "%%prefix%%-accordion",
|
|
954
874
|
"customElement": true
|
|
955
875
|
},
|
|
956
876
|
{
|
|
957
877
|
"kind": "variable",
|
|
958
|
-
"name": "
|
|
878
|
+
"name": "rapidAccordion"
|
|
959
879
|
}
|
|
960
880
|
],
|
|
961
881
|
"exports": [
|
|
962
882
|
{
|
|
963
883
|
"kind": "js",
|
|
964
|
-
"name": "
|
|
884
|
+
"name": "Accordion",
|
|
965
885
|
"declaration": {
|
|
966
|
-
"name": "
|
|
967
|
-
"module": "src/accordion
|
|
886
|
+
"name": "Accordion",
|
|
887
|
+
"module": "src/accordion/accordion.ts"
|
|
968
888
|
}
|
|
969
889
|
},
|
|
970
890
|
{
|
|
971
891
|
"kind": "js",
|
|
972
|
-
"name": "
|
|
892
|
+
"name": "rapidAccordion",
|
|
973
893
|
"declaration": {
|
|
974
|
-
"name": "
|
|
975
|
-
"module": "src/accordion
|
|
894
|
+
"name": "rapidAccordion",
|
|
895
|
+
"module": "src/accordion/accordion.ts"
|
|
976
896
|
}
|
|
977
897
|
}
|
|
978
898
|
]
|
|
979
899
|
},
|
|
980
900
|
{
|
|
981
901
|
"kind": "javascript-module",
|
|
982
|
-
"path": "src/accordion
|
|
902
|
+
"path": "src/accordion/index.ts",
|
|
983
903
|
"declarations": [],
|
|
984
904
|
"exports": [
|
|
985
905
|
{
|
|
@@ -987,7 +907,7 @@
|
|
|
987
907
|
"name": "*",
|
|
988
908
|
"declaration": {
|
|
989
909
|
"name": "*",
|
|
990
|
-
"package": "./accordion
|
|
910
|
+
"package": "./accordion"
|
|
991
911
|
}
|
|
992
912
|
},
|
|
993
913
|
{
|
|
@@ -995,7 +915,7 @@
|
|
|
995
915
|
"name": "*",
|
|
996
916
|
"declaration": {
|
|
997
917
|
"name": "*",
|
|
998
|
-
"package": "./accordion
|
|
918
|
+
"package": "./accordion.styles"
|
|
999
919
|
}
|
|
1000
920
|
},
|
|
1001
921
|
{
|
|
@@ -1003,18 +923,98 @@
|
|
|
1003
923
|
"name": "*",
|
|
1004
924
|
"declaration": {
|
|
1005
925
|
"name": "*",
|
|
1006
|
-
"package": "./accordion
|
|
926
|
+
"package": "./accordion.template"
|
|
1007
927
|
}
|
|
1008
928
|
}
|
|
1009
929
|
]
|
|
1010
930
|
},
|
|
1011
931
|
{
|
|
1012
932
|
"kind": "javascript-module",
|
|
1013
|
-
"path": "src/
|
|
933
|
+
"path": "src/_config/configure.ts",
|
|
1014
934
|
"declarations": [
|
|
1015
935
|
{
|
|
1016
936
|
"kind": "function",
|
|
1017
|
-
"name": "
|
|
937
|
+
"name": "configureRapidDesignSystem",
|
|
938
|
+
"return": {
|
|
939
|
+
"type": {
|
|
940
|
+
"text": "void"
|
|
941
|
+
}
|
|
942
|
+
},
|
|
943
|
+
"parameters": [
|
|
944
|
+
{
|
|
945
|
+
"name": "provider",
|
|
946
|
+
"type": {
|
|
947
|
+
"text": "HTMLElement"
|
|
948
|
+
}
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
"name": "config",
|
|
952
|
+
"type": {
|
|
953
|
+
"text": "Partial<DesignTokensConfig>"
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
],
|
|
957
|
+
"description": "Extends configureDesignSystem with support for the `secondary`, `tertiary`, `error`,\n`success`, and `warning` color palettes.\n\nPass any of these entries under `design_tokens.color` in your config to override the defaults.\nOmitting any of them is safe — existing apps are unaffected and each token falls back to its\nbuilt-in default.",
|
|
958
|
+
"privacy": "public"
|
|
959
|
+
}
|
|
960
|
+
],
|
|
961
|
+
"exports": [
|
|
962
|
+
{
|
|
963
|
+
"kind": "js",
|
|
964
|
+
"name": "configureRapidDesignSystem",
|
|
965
|
+
"declaration": {
|
|
966
|
+
"name": "configureRapidDesignSystem",
|
|
967
|
+
"module": "src/_config/configure.ts"
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
]
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"kind": "javascript-module",
|
|
974
|
+
"path": "src/_config/index.ts",
|
|
975
|
+
"declarations": [],
|
|
976
|
+
"exports": [
|
|
977
|
+
{
|
|
978
|
+
"kind": "js",
|
|
979
|
+
"name": "*",
|
|
980
|
+
"declaration": {
|
|
981
|
+
"name": "*",
|
|
982
|
+
"package": "./configure"
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"kind": "js",
|
|
987
|
+
"name": "*",
|
|
988
|
+
"declaration": {
|
|
989
|
+
"name": "*",
|
|
990
|
+
"package": "./styles"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
"kind": "js",
|
|
995
|
+
"name": "*",
|
|
996
|
+
"declaration": {
|
|
997
|
+
"name": "*",
|
|
998
|
+
"package": "./tokens"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"kind": "js",
|
|
1003
|
+
"name": "*",
|
|
1004
|
+
"declaration": {
|
|
1005
|
+
"name": "*",
|
|
1006
|
+
"package": "./values"
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
]
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"kind": "javascript-module",
|
|
1013
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1014
|
+
"declarations": [
|
|
1015
|
+
{
|
|
1016
|
+
"kind": "function",
|
|
1017
|
+
"name": "rapidAccordionItemStyles",
|
|
1018
1018
|
"return": {
|
|
1019
1019
|
"type": {
|
|
1020
1020
|
"text": "ElementStyles"
|
|
@@ -1039,24 +1039,24 @@
|
|
|
1039
1039
|
"exports": [
|
|
1040
1040
|
{
|
|
1041
1041
|
"kind": "js",
|
|
1042
|
-
"name": "
|
|
1042
|
+
"name": "rapidAccordionItemStyles",
|
|
1043
1043
|
"declaration": {
|
|
1044
|
-
"name": "
|
|
1045
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1044
|
+
"name": "rapidAccordionItemStyles",
|
|
1045
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1046
1046
|
}
|
|
1047
1047
|
}
|
|
1048
1048
|
]
|
|
1049
1049
|
},
|
|
1050
1050
|
{
|
|
1051
1051
|
"kind": "javascript-module",
|
|
1052
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1052
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1053
1053
|
"declarations": [
|
|
1054
1054
|
{
|
|
1055
1055
|
"kind": "function",
|
|
1056
|
-
"name": "
|
|
1056
|
+
"name": "rapidAccordionItemTemplate",
|
|
1057
1057
|
"return": {
|
|
1058
1058
|
"type": {
|
|
1059
|
-
"text": "ViewTemplate<
|
|
1059
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1060
1060
|
}
|
|
1061
1061
|
},
|
|
1062
1062
|
"parameters": [
|
|
@@ -1078,56 +1078,56 @@
|
|
|
1078
1078
|
"exports": [
|
|
1079
1079
|
{
|
|
1080
1080
|
"kind": "js",
|
|
1081
|
-
"name": "
|
|
1081
|
+
"name": "rapidAccordionItemTemplate",
|
|
1082
1082
|
"declaration": {
|
|
1083
|
-
"name": "
|
|
1084
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1083
|
+
"name": "rapidAccordionItemTemplate",
|
|
1084
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1085
1085
|
}
|
|
1086
1086
|
}
|
|
1087
1087
|
]
|
|
1088
1088
|
},
|
|
1089
1089
|
{
|
|
1090
1090
|
"kind": "javascript-module",
|
|
1091
|
-
"path": "src/accordion/accordion.ts",
|
|
1091
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1092
1092
|
"declarations": [
|
|
1093
1093
|
{
|
|
1094
1094
|
"kind": "class",
|
|
1095
1095
|
"description": "",
|
|
1096
|
-
"name": "
|
|
1096
|
+
"name": "AccordionItem",
|
|
1097
1097
|
"superclass": {
|
|
1098
|
-
"name": "
|
|
1098
|
+
"name": "foundationAccordionItem",
|
|
1099
1099
|
"package": "@genesislcap/foundation-ui"
|
|
1100
1100
|
},
|
|
1101
|
-
"tagName": "%%prefix%%-accordion",
|
|
1101
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1102
1102
|
"customElement": true
|
|
1103
1103
|
},
|
|
1104
1104
|
{
|
|
1105
1105
|
"kind": "variable",
|
|
1106
|
-
"name": "
|
|
1106
|
+
"name": "rapidAccordionItem"
|
|
1107
1107
|
}
|
|
1108
1108
|
],
|
|
1109
1109
|
"exports": [
|
|
1110
1110
|
{
|
|
1111
1111
|
"kind": "js",
|
|
1112
|
-
"name": "
|
|
1112
|
+
"name": "AccordionItem",
|
|
1113
1113
|
"declaration": {
|
|
1114
|
-
"name": "
|
|
1115
|
-
"module": "src/accordion/accordion.ts"
|
|
1114
|
+
"name": "AccordionItem",
|
|
1115
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1116
1116
|
}
|
|
1117
1117
|
},
|
|
1118
1118
|
{
|
|
1119
1119
|
"kind": "js",
|
|
1120
|
-
"name": "
|
|
1120
|
+
"name": "rapidAccordionItem",
|
|
1121
1121
|
"declaration": {
|
|
1122
|
-
"name": "
|
|
1123
|
-
"module": "src/accordion/accordion.ts"
|
|
1122
|
+
"name": "rapidAccordionItem",
|
|
1123
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1124
1124
|
}
|
|
1125
1125
|
}
|
|
1126
1126
|
]
|
|
1127
1127
|
},
|
|
1128
1128
|
{
|
|
1129
1129
|
"kind": "javascript-module",
|
|
1130
|
-
"path": "src/accordion/index.ts",
|
|
1130
|
+
"path": "src/accordion-item/index.ts",
|
|
1131
1131
|
"declarations": [],
|
|
1132
1132
|
"exports": [
|
|
1133
1133
|
{
|
|
@@ -1135,7 +1135,7 @@
|
|
|
1135
1135
|
"name": "*",
|
|
1136
1136
|
"declaration": {
|
|
1137
1137
|
"name": "*",
|
|
1138
|
-
"package": "./accordion"
|
|
1138
|
+
"package": "./accordion-item"
|
|
1139
1139
|
}
|
|
1140
1140
|
},
|
|
1141
1141
|
{
|
|
@@ -1143,7 +1143,7 @@
|
|
|
1143
1143
|
"name": "*",
|
|
1144
1144
|
"declaration": {
|
|
1145
1145
|
"name": "*",
|
|
1146
|
-
"package": "./accordion.styles"
|
|
1146
|
+
"package": "./accordion-item.styles"
|
|
1147
1147
|
}
|
|
1148
1148
|
},
|
|
1149
1149
|
{
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"name": "*",
|
|
1152
1152
|
"declaration": {
|
|
1153
1153
|
"name": "*",
|
|
1154
|
-
"package": "./accordion.template"
|
|
1154
|
+
"package": "./accordion-item.template"
|
|
1155
1155
|
}
|
|
1156
1156
|
}
|
|
1157
1157
|
]
|
|
@@ -8833,89 +8833,237 @@
|
|
|
8833
8833
|
}
|
|
8834
8834
|
},
|
|
8835
8835
|
{
|
|
8836
|
-
"kind": "method",
|
|
8837
|
-
"name": "stylesChanged",
|
|
8838
|
-
"privacy": "protected",
|
|
8839
|
-
"return": {
|
|
8840
|
-
"type": {
|
|
8841
|
-
"text": "void"
|
|
8842
|
-
}
|
|
8843
|
-
},
|
|
8844
|
-
"inheritedFrom": {
|
|
8845
|
-
"name": "Checkbox",
|
|
8846
|
-
"module": "src/checkbox/checkbox.ts"
|
|
8836
|
+
"kind": "method",
|
|
8837
|
+
"name": "stylesChanged",
|
|
8838
|
+
"privacy": "protected",
|
|
8839
|
+
"return": {
|
|
8840
|
+
"type": {
|
|
8841
|
+
"text": "void"
|
|
8842
|
+
}
|
|
8843
|
+
},
|
|
8844
|
+
"inheritedFrom": {
|
|
8845
|
+
"name": "Checkbox",
|
|
8846
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8847
|
+
}
|
|
8848
|
+
},
|
|
8849
|
+
{
|
|
8850
|
+
"kind": "method",
|
|
8851
|
+
"name": "compose",
|
|
8852
|
+
"privacy": "public",
|
|
8853
|
+
"static": true,
|
|
8854
|
+
"return": {
|
|
8855
|
+
"type": {
|
|
8856
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8857
|
+
}
|
|
8858
|
+
},
|
|
8859
|
+
"parameters": [
|
|
8860
|
+
{
|
|
8861
|
+
"name": "this",
|
|
8862
|
+
"type": {
|
|
8863
|
+
"text": "K"
|
|
8864
|
+
}
|
|
8865
|
+
},
|
|
8866
|
+
{
|
|
8867
|
+
"name": "elementDefinition",
|
|
8868
|
+
"type": {
|
|
8869
|
+
"text": "T"
|
|
8870
|
+
},
|
|
8871
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
8872
|
+
}
|
|
8873
|
+
],
|
|
8874
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8875
|
+
"inheritedFrom": {
|
|
8876
|
+
"name": "Checkbox",
|
|
8877
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8878
|
+
}
|
|
8879
|
+
}
|
|
8880
|
+
],
|
|
8881
|
+
"events": [
|
|
8882
|
+
{
|
|
8883
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
8884
|
+
"name": "change",
|
|
8885
|
+
"inheritedFrom": {
|
|
8886
|
+
"name": "Checkbox",
|
|
8887
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8888
|
+
}
|
|
8889
|
+
}
|
|
8890
|
+
]
|
|
8891
|
+
},
|
|
8892
|
+
{
|
|
8893
|
+
"kind": "variable",
|
|
8894
|
+
"name": "rapidCheckbox"
|
|
8895
|
+
}
|
|
8896
|
+
],
|
|
8897
|
+
"exports": [
|
|
8898
|
+
{
|
|
8899
|
+
"kind": "js",
|
|
8900
|
+
"name": "Checkbox",
|
|
8901
|
+
"declaration": {
|
|
8902
|
+
"name": "Checkbox",
|
|
8903
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8904
|
+
}
|
|
8905
|
+
},
|
|
8906
|
+
{
|
|
8907
|
+
"kind": "js",
|
|
8908
|
+
"name": "rapidCheckbox",
|
|
8909
|
+
"declaration": {
|
|
8910
|
+
"name": "rapidCheckbox",
|
|
8911
|
+
"module": "src/checkbox/checkbox.ts"
|
|
8912
|
+
}
|
|
8913
|
+
}
|
|
8914
|
+
]
|
|
8915
|
+
},
|
|
8916
|
+
{
|
|
8917
|
+
"kind": "javascript-module",
|
|
8918
|
+
"path": "src/checkbox/index.ts",
|
|
8919
|
+
"declarations": [],
|
|
8920
|
+
"exports": [
|
|
8921
|
+
{
|
|
8922
|
+
"kind": "js",
|
|
8923
|
+
"name": "*",
|
|
8924
|
+
"declaration": {
|
|
8925
|
+
"name": "*",
|
|
8926
|
+
"package": "./checkbox"
|
|
8927
|
+
}
|
|
8928
|
+
},
|
|
8929
|
+
{
|
|
8930
|
+
"kind": "js",
|
|
8931
|
+
"name": "*",
|
|
8932
|
+
"declaration": {
|
|
8933
|
+
"name": "*",
|
|
8934
|
+
"package": "./checkbox.styles"
|
|
8935
|
+
}
|
|
8936
|
+
},
|
|
8937
|
+
{
|
|
8938
|
+
"kind": "js",
|
|
8939
|
+
"name": "*",
|
|
8940
|
+
"declaration": {
|
|
8941
|
+
"name": "*",
|
|
8942
|
+
"package": "./checkbox.template"
|
|
8943
|
+
}
|
|
8944
|
+
}
|
|
8945
|
+
]
|
|
8946
|
+
},
|
|
8947
|
+
{
|
|
8948
|
+
"kind": "javascript-module",
|
|
8949
|
+
"path": "src/combobox/combobox.styles.ts",
|
|
8950
|
+
"declarations": [
|
|
8951
|
+
{
|
|
8952
|
+
"kind": "function",
|
|
8953
|
+
"name": "rapidComboboxStyles",
|
|
8954
|
+
"return": {
|
|
8955
|
+
"type": {
|
|
8956
|
+
"text": "ElementStyles"
|
|
8957
|
+
}
|
|
8958
|
+
},
|
|
8959
|
+
"parameters": [
|
|
8960
|
+
{
|
|
8961
|
+
"name": "context",
|
|
8962
|
+
"type": {
|
|
8963
|
+
"text": "ElementDefinitionContext"
|
|
8964
|
+
}
|
|
8965
|
+
},
|
|
8966
|
+
{
|
|
8967
|
+
"name": "definition",
|
|
8968
|
+
"type": {
|
|
8969
|
+
"text": "FoundationElementDefinition"
|
|
8970
|
+
}
|
|
8971
|
+
}
|
|
8972
|
+
]
|
|
8973
|
+
}
|
|
8974
|
+
],
|
|
8975
|
+
"exports": [
|
|
8976
|
+
{
|
|
8977
|
+
"kind": "js",
|
|
8978
|
+
"name": "rapidComboboxStyles",
|
|
8979
|
+
"declaration": {
|
|
8980
|
+
"name": "rapidComboboxStyles",
|
|
8981
|
+
"module": "src/combobox/combobox.styles.ts"
|
|
8982
|
+
}
|
|
8983
|
+
}
|
|
8984
|
+
]
|
|
8985
|
+
},
|
|
8986
|
+
{
|
|
8987
|
+
"kind": "javascript-module",
|
|
8988
|
+
"path": "src/combobox/combobox.template.ts",
|
|
8989
|
+
"declarations": [
|
|
8990
|
+
{
|
|
8991
|
+
"kind": "function",
|
|
8992
|
+
"name": "rapidComboboxTemplate",
|
|
8993
|
+
"return": {
|
|
8994
|
+
"type": {
|
|
8995
|
+
"text": "ViewTemplate<Combobox>"
|
|
8996
|
+
}
|
|
8997
|
+
},
|
|
8998
|
+
"parameters": [
|
|
8999
|
+
{
|
|
9000
|
+
"name": "context",
|
|
9001
|
+
"type": {
|
|
9002
|
+
"text": "ElementDefinitionContext"
|
|
8847
9003
|
}
|
|
8848
9004
|
},
|
|
8849
9005
|
{
|
|
8850
|
-
"
|
|
8851
|
-
"
|
|
8852
|
-
|
|
8853
|
-
"static": true,
|
|
8854
|
-
"return": {
|
|
8855
|
-
"type": {
|
|
8856
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8857
|
-
}
|
|
8858
|
-
},
|
|
8859
|
-
"parameters": [
|
|
8860
|
-
{
|
|
8861
|
-
"name": "this",
|
|
8862
|
-
"type": {
|
|
8863
|
-
"text": "K"
|
|
8864
|
-
}
|
|
8865
|
-
},
|
|
8866
|
-
{
|
|
8867
|
-
"name": "elementDefinition",
|
|
8868
|
-
"type": {
|
|
8869
|
-
"text": "T"
|
|
8870
|
-
},
|
|
8871
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
8872
|
-
}
|
|
8873
|
-
],
|
|
8874
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8875
|
-
"inheritedFrom": {
|
|
8876
|
-
"name": "Checkbox",
|
|
8877
|
-
"module": "src/checkbox/checkbox.ts"
|
|
8878
|
-
}
|
|
8879
|
-
}
|
|
8880
|
-
],
|
|
8881
|
-
"events": [
|
|
8882
|
-
{
|
|
8883
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
8884
|
-
"name": "change",
|
|
8885
|
-
"inheritedFrom": {
|
|
8886
|
-
"name": "Checkbox",
|
|
8887
|
-
"module": "src/checkbox/checkbox.ts"
|
|
9006
|
+
"name": "definition",
|
|
9007
|
+
"type": {
|
|
9008
|
+
"text": "FoundationElementDefinition"
|
|
8888
9009
|
}
|
|
8889
9010
|
}
|
|
8890
9011
|
]
|
|
9012
|
+
}
|
|
9013
|
+
],
|
|
9014
|
+
"exports": [
|
|
9015
|
+
{
|
|
9016
|
+
"kind": "js",
|
|
9017
|
+
"name": "rapidComboboxTemplate",
|
|
9018
|
+
"declaration": {
|
|
9019
|
+
"name": "rapidComboboxTemplate",
|
|
9020
|
+
"module": "src/combobox/combobox.template.ts"
|
|
9021
|
+
}
|
|
9022
|
+
}
|
|
9023
|
+
]
|
|
9024
|
+
},
|
|
9025
|
+
{
|
|
9026
|
+
"kind": "javascript-module",
|
|
9027
|
+
"path": "src/combobox/combobox.ts",
|
|
9028
|
+
"declarations": [
|
|
9029
|
+
{
|
|
9030
|
+
"kind": "class",
|
|
9031
|
+
"description": "",
|
|
9032
|
+
"name": "Combobox",
|
|
9033
|
+
"superclass": {
|
|
9034
|
+
"name": "FoundationComboBox",
|
|
9035
|
+
"package": "@genesislcap/foundation-ui"
|
|
9036
|
+
},
|
|
9037
|
+
"tagName": "%%prefix%%-combobox",
|
|
9038
|
+
"customElement": true
|
|
8891
9039
|
},
|
|
8892
9040
|
{
|
|
8893
9041
|
"kind": "variable",
|
|
8894
|
-
"name": "
|
|
9042
|
+
"name": "rapidCombobox"
|
|
8895
9043
|
}
|
|
8896
9044
|
],
|
|
8897
9045
|
"exports": [
|
|
8898
9046
|
{
|
|
8899
9047
|
"kind": "js",
|
|
8900
|
-
"name": "
|
|
9048
|
+
"name": "Combobox",
|
|
8901
9049
|
"declaration": {
|
|
8902
|
-
"name": "
|
|
8903
|
-
"module": "src/
|
|
9050
|
+
"name": "Combobox",
|
|
9051
|
+
"module": "src/combobox/combobox.ts"
|
|
8904
9052
|
}
|
|
8905
9053
|
},
|
|
8906
9054
|
{
|
|
8907
9055
|
"kind": "js",
|
|
8908
|
-
"name": "
|
|
9056
|
+
"name": "rapidCombobox",
|
|
8909
9057
|
"declaration": {
|
|
8910
|
-
"name": "
|
|
8911
|
-
"module": "src/
|
|
9058
|
+
"name": "rapidCombobox",
|
|
9059
|
+
"module": "src/combobox/combobox.ts"
|
|
8912
9060
|
}
|
|
8913
9061
|
}
|
|
8914
9062
|
]
|
|
8915
9063
|
},
|
|
8916
9064
|
{
|
|
8917
9065
|
"kind": "javascript-module",
|
|
8918
|
-
"path": "src/
|
|
9066
|
+
"path": "src/combobox/index.ts",
|
|
8919
9067
|
"declarations": [],
|
|
8920
9068
|
"exports": [
|
|
8921
9069
|
{
|
|
@@ -8923,7 +9071,7 @@
|
|
|
8923
9071
|
"name": "*",
|
|
8924
9072
|
"declaration": {
|
|
8925
9073
|
"name": "*",
|
|
8926
|
-
"package": "./
|
|
9074
|
+
"package": "./combobox.styles"
|
|
8927
9075
|
}
|
|
8928
9076
|
},
|
|
8929
9077
|
{
|
|
@@ -8931,7 +9079,7 @@
|
|
|
8931
9079
|
"name": "*",
|
|
8932
9080
|
"declaration": {
|
|
8933
9081
|
"name": "*",
|
|
8934
|
-
"package": "./
|
|
9082
|
+
"package": "./combobox.template"
|
|
8935
9083
|
}
|
|
8936
9084
|
},
|
|
8937
9085
|
{
|
|
@@ -8939,7 +9087,7 @@
|
|
|
8939
9087
|
"name": "*",
|
|
8940
9088
|
"declaration": {
|
|
8941
9089
|
"name": "*",
|
|
8942
|
-
"package": "./
|
|
9090
|
+
"package": "./combobox"
|
|
8943
9091
|
}
|
|
8944
9092
|
}
|
|
8945
9093
|
]
|
|
@@ -9255,154 +9403,6 @@
|
|
|
9255
9403
|
}
|
|
9256
9404
|
]
|
|
9257
9405
|
},
|
|
9258
|
-
{
|
|
9259
|
-
"kind": "javascript-module",
|
|
9260
|
-
"path": "src/combobox/combobox.styles.ts",
|
|
9261
|
-
"declarations": [
|
|
9262
|
-
{
|
|
9263
|
-
"kind": "function",
|
|
9264
|
-
"name": "rapidComboboxStyles",
|
|
9265
|
-
"return": {
|
|
9266
|
-
"type": {
|
|
9267
|
-
"text": "ElementStyles"
|
|
9268
|
-
}
|
|
9269
|
-
},
|
|
9270
|
-
"parameters": [
|
|
9271
|
-
{
|
|
9272
|
-
"name": "context",
|
|
9273
|
-
"type": {
|
|
9274
|
-
"text": "ElementDefinitionContext"
|
|
9275
|
-
}
|
|
9276
|
-
},
|
|
9277
|
-
{
|
|
9278
|
-
"name": "definition",
|
|
9279
|
-
"type": {
|
|
9280
|
-
"text": "FoundationElementDefinition"
|
|
9281
|
-
}
|
|
9282
|
-
}
|
|
9283
|
-
]
|
|
9284
|
-
}
|
|
9285
|
-
],
|
|
9286
|
-
"exports": [
|
|
9287
|
-
{
|
|
9288
|
-
"kind": "js",
|
|
9289
|
-
"name": "rapidComboboxStyles",
|
|
9290
|
-
"declaration": {
|
|
9291
|
-
"name": "rapidComboboxStyles",
|
|
9292
|
-
"module": "src/combobox/combobox.styles.ts"
|
|
9293
|
-
}
|
|
9294
|
-
}
|
|
9295
|
-
]
|
|
9296
|
-
},
|
|
9297
|
-
{
|
|
9298
|
-
"kind": "javascript-module",
|
|
9299
|
-
"path": "src/combobox/combobox.template.ts",
|
|
9300
|
-
"declarations": [
|
|
9301
|
-
{
|
|
9302
|
-
"kind": "function",
|
|
9303
|
-
"name": "rapidComboboxTemplate",
|
|
9304
|
-
"return": {
|
|
9305
|
-
"type": {
|
|
9306
|
-
"text": "ViewTemplate<Combobox>"
|
|
9307
|
-
}
|
|
9308
|
-
},
|
|
9309
|
-
"parameters": [
|
|
9310
|
-
{
|
|
9311
|
-
"name": "context",
|
|
9312
|
-
"type": {
|
|
9313
|
-
"text": "ElementDefinitionContext"
|
|
9314
|
-
}
|
|
9315
|
-
},
|
|
9316
|
-
{
|
|
9317
|
-
"name": "definition",
|
|
9318
|
-
"type": {
|
|
9319
|
-
"text": "FoundationElementDefinition"
|
|
9320
|
-
}
|
|
9321
|
-
}
|
|
9322
|
-
]
|
|
9323
|
-
}
|
|
9324
|
-
],
|
|
9325
|
-
"exports": [
|
|
9326
|
-
{
|
|
9327
|
-
"kind": "js",
|
|
9328
|
-
"name": "rapidComboboxTemplate",
|
|
9329
|
-
"declaration": {
|
|
9330
|
-
"name": "rapidComboboxTemplate",
|
|
9331
|
-
"module": "src/combobox/combobox.template.ts"
|
|
9332
|
-
}
|
|
9333
|
-
}
|
|
9334
|
-
]
|
|
9335
|
-
},
|
|
9336
|
-
{
|
|
9337
|
-
"kind": "javascript-module",
|
|
9338
|
-
"path": "src/combobox/combobox.ts",
|
|
9339
|
-
"declarations": [
|
|
9340
|
-
{
|
|
9341
|
-
"kind": "class",
|
|
9342
|
-
"description": "",
|
|
9343
|
-
"name": "Combobox",
|
|
9344
|
-
"superclass": {
|
|
9345
|
-
"name": "FoundationComboBox",
|
|
9346
|
-
"package": "@genesislcap/foundation-ui"
|
|
9347
|
-
},
|
|
9348
|
-
"tagName": "%%prefix%%-combobox",
|
|
9349
|
-
"customElement": true
|
|
9350
|
-
},
|
|
9351
|
-
{
|
|
9352
|
-
"kind": "variable",
|
|
9353
|
-
"name": "rapidCombobox"
|
|
9354
|
-
}
|
|
9355
|
-
],
|
|
9356
|
-
"exports": [
|
|
9357
|
-
{
|
|
9358
|
-
"kind": "js",
|
|
9359
|
-
"name": "Combobox",
|
|
9360
|
-
"declaration": {
|
|
9361
|
-
"name": "Combobox",
|
|
9362
|
-
"module": "src/combobox/combobox.ts"
|
|
9363
|
-
}
|
|
9364
|
-
},
|
|
9365
|
-
{
|
|
9366
|
-
"kind": "js",
|
|
9367
|
-
"name": "rapidCombobox",
|
|
9368
|
-
"declaration": {
|
|
9369
|
-
"name": "rapidCombobox",
|
|
9370
|
-
"module": "src/combobox/combobox.ts"
|
|
9371
|
-
}
|
|
9372
|
-
}
|
|
9373
|
-
]
|
|
9374
|
-
},
|
|
9375
|
-
{
|
|
9376
|
-
"kind": "javascript-module",
|
|
9377
|
-
"path": "src/combobox/index.ts",
|
|
9378
|
-
"declarations": [],
|
|
9379
|
-
"exports": [
|
|
9380
|
-
{
|
|
9381
|
-
"kind": "js",
|
|
9382
|
-
"name": "*",
|
|
9383
|
-
"declaration": {
|
|
9384
|
-
"name": "*",
|
|
9385
|
-
"package": "./combobox.styles"
|
|
9386
|
-
}
|
|
9387
|
-
},
|
|
9388
|
-
{
|
|
9389
|
-
"kind": "js",
|
|
9390
|
-
"name": "*",
|
|
9391
|
-
"declaration": {
|
|
9392
|
-
"name": "*",
|
|
9393
|
-
"package": "./combobox.template"
|
|
9394
|
-
}
|
|
9395
|
-
},
|
|
9396
|
-
{
|
|
9397
|
-
"kind": "js",
|
|
9398
|
-
"name": "*",
|
|
9399
|
-
"declaration": {
|
|
9400
|
-
"name": "*",
|
|
9401
|
-
"package": "./combobox"
|
|
9402
|
-
}
|
|
9403
|
-
}
|
|
9404
|
-
]
|
|
9405
|
-
},
|
|
9406
9406
|
{
|
|
9407
9407
|
"kind": "javascript-module",
|
|
9408
9408
|
"path": "src/data-grid/data-grid.ts",
|
package/dist/dts/react.d.ts
CHANGED
|
@@ -115,23 +115,23 @@ interface HTMLWCProps extends React.AriaAttributes {
|
|
|
115
115
|
onInput?(e: Event): void;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const Accordion: React.ForwardRefExoticComponent<
|
|
119
119
|
React.PropsWithChildren<
|
|
120
|
-
Omit<PublicOf<
|
|
120
|
+
Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
|
|
121
121
|
HTMLWCProps & {
|
|
122
122
|
}
|
|
123
|
-
> & React.RefAttributes<
|
|
123
|
+
> & React.RefAttributes<AccordionWC>
|
|
124
124
|
>;
|
|
125
|
-
export type
|
|
125
|
+
export type AccordionRef = AccordionWC;
|
|
126
126
|
|
|
127
|
-
export declare const
|
|
127
|
+
export declare const AccordionItem: React.ForwardRefExoticComponent<
|
|
128
128
|
React.PropsWithChildren<
|
|
129
|
-
Omit<PublicOf<
|
|
129
|
+
Omit<PublicOf<AccordionItemWC>, 'children' | 'style'> &
|
|
130
130
|
HTMLWCProps & {
|
|
131
131
|
}
|
|
132
|
-
> & React.RefAttributes<
|
|
132
|
+
> & React.RefAttributes<AccordionItemWC>
|
|
133
133
|
>;
|
|
134
|
-
export type
|
|
134
|
+
export type AccordionItemRef = AccordionItemWC;
|
|
135
135
|
|
|
136
136
|
export declare const ActionsMenu: React.ForwardRefExoticComponent<
|
|
137
137
|
React.PropsWithChildren<
|
|
@@ -274,23 +274,23 @@ export declare const Checkbox: React.ForwardRefExoticComponent<
|
|
|
274
274
|
>;
|
|
275
275
|
export type CheckboxRef = CheckboxWC;
|
|
276
276
|
|
|
277
|
-
export declare const
|
|
277
|
+
export declare const Combobox: React.ForwardRefExoticComponent<
|
|
278
278
|
React.PropsWithChildren<
|
|
279
|
-
Omit<PublicOf<
|
|
279
|
+
Omit<PublicOf<ComboboxWC>, 'children' | 'style'> &
|
|
280
280
|
HTMLWCProps & {
|
|
281
281
|
}
|
|
282
|
-
> & React.RefAttributes<
|
|
282
|
+
> & React.RefAttributes<ComboboxWC>
|
|
283
283
|
>;
|
|
284
|
-
export type
|
|
284
|
+
export type ComboboxRef = ComboboxWC;
|
|
285
285
|
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const ConnectionIndicator: React.ForwardRefExoticComponent<
|
|
287
287
|
React.PropsWithChildren<
|
|
288
|
-
Omit<PublicOf<
|
|
288
|
+
Omit<PublicOf<ConnectionIndicatorWC>, 'children' | 'style'> &
|
|
289
289
|
HTMLWCProps & {
|
|
290
290
|
}
|
|
291
|
-
> & React.RefAttributes<
|
|
291
|
+
> & React.RefAttributes<ConnectionIndicatorWC>
|
|
292
292
|
>;
|
|
293
|
-
export type
|
|
293
|
+
export type ConnectionIndicatorRef = ConnectionIndicatorWC;
|
|
294
294
|
|
|
295
295
|
export declare const DatePicker: React.ForwardRefExoticComponent<
|
|
296
296
|
React.PropsWithChildren<
|
package/dist/react.cjs
CHANGED
|
@@ -97,14 +97,14 @@ function _mergeRefs(...refs) {
|
|
|
97
97
|
};
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
const
|
|
100
|
+
const Accordion = React.forwardRef(function Accordion(props, ref) {
|
|
101
101
|
const { children, ...rest } = props;
|
|
102
|
-
return React.createElement(customElements.getName(
|
|
102
|
+
return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
|
|
103
103
|
});
|
|
104
104
|
|
|
105
|
-
const
|
|
105
|
+
const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
|
|
106
106
|
const { children, ...rest } = props;
|
|
107
|
-
return React.createElement(customElements.getName(
|
|
107
|
+
return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
|
|
108
108
|
});
|
|
109
109
|
|
|
110
110
|
const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
|
|
@@ -240,14 +240,14 @@ const Checkbox = React.forwardRef(function Checkbox(props, ref) {
|
|
|
240
240
|
return React.createElement(customElements.getName(CheckboxWC) ?? '%%prefix%%-checkbox', { ...rest, ref }, children);
|
|
241
241
|
});
|
|
242
242
|
|
|
243
|
-
const
|
|
243
|
+
const Combobox = React.forwardRef(function Combobox(props, ref) {
|
|
244
244
|
const { children, ...rest } = props;
|
|
245
|
-
return React.createElement(customElements.getName(
|
|
245
|
+
return React.createElement(customElements.getName(ComboboxWC) ?? '%%prefix%%-combobox', { ...rest, ref }, children);
|
|
246
246
|
});
|
|
247
247
|
|
|
248
|
-
const
|
|
248
|
+
const ConnectionIndicator = React.forwardRef(function ConnectionIndicator(props, ref) {
|
|
249
249
|
const { children, ...rest } = props;
|
|
250
|
-
return React.createElement(customElements.getName(
|
|
250
|
+
return React.createElement(customElements.getName(ConnectionIndicatorWC) ?? '%%prefix%%-connection-indicator', { ...rest, ref }, children);
|
|
251
251
|
});
|
|
252
252
|
|
|
253
253
|
const DatePicker = React.forwardRef(function DatePicker(props, ref) {
|
|
@@ -922,8 +922,8 @@ const SystemHealthOverlay = React.forwardRef(function SystemHealthOverlay(props,
|
|
|
922
922
|
});
|
|
923
923
|
|
|
924
924
|
module.exports = {
|
|
925
|
-
AccordionItem,
|
|
926
925
|
Accordion,
|
|
926
|
+
AccordionItem,
|
|
927
927
|
ActionsMenu,
|
|
928
928
|
AiCriteriaSearch,
|
|
929
929
|
AiIndicator,
|
|
@@ -939,8 +939,8 @@ module.exports = {
|
|
|
939
939
|
Card,
|
|
940
940
|
CategorizedMultiselect,
|
|
941
941
|
Checkbox,
|
|
942
|
-
ConnectionIndicator,
|
|
943
942
|
Combobox,
|
|
943
|
+
ConnectionIndicator,
|
|
944
944
|
DatePicker,
|
|
945
945
|
DesignSystemProvider,
|
|
946
946
|
Dialog,
|
package/dist/react.mjs
CHANGED
|
@@ -95,14 +95,14 @@ function _mergeRefs(...refs) {
|
|
|
95
95
|
};
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
export const
|
|
98
|
+
export const Accordion = React.forwardRef(function Accordion(props, ref) {
|
|
99
99
|
const { children, ...rest } = props;
|
|
100
|
-
return React.createElement(customElements.getName(
|
|
100
|
+
return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
|
|
101
101
|
});
|
|
102
102
|
|
|
103
|
-
export const
|
|
103
|
+
export const AccordionItem = React.forwardRef(function AccordionItem(props, ref) {
|
|
104
104
|
const { children, ...rest } = props;
|
|
105
|
-
return React.createElement(customElements.getName(
|
|
105
|
+
return React.createElement(customElements.getName(AccordionItemWC) ?? '%%prefix%%-accordion-item', { ...rest, ref }, children);
|
|
106
106
|
});
|
|
107
107
|
|
|
108
108
|
export const ActionsMenu = React.forwardRef(function ActionsMenu(props, ref) {
|
|
@@ -238,14 +238,14 @@ export const Checkbox = React.forwardRef(function Checkbox(props, ref) {
|
|
|
238
238
|
return React.createElement(customElements.getName(CheckboxWC) ?? '%%prefix%%-checkbox', { ...rest, ref }, children);
|
|
239
239
|
});
|
|
240
240
|
|
|
241
|
-
export const
|
|
241
|
+
export const Combobox = React.forwardRef(function Combobox(props, ref) {
|
|
242
242
|
const { children, ...rest } = props;
|
|
243
|
-
return React.createElement(customElements.getName(
|
|
243
|
+
return React.createElement(customElements.getName(ComboboxWC) ?? '%%prefix%%-combobox', { ...rest, ref }, children);
|
|
244
244
|
});
|
|
245
245
|
|
|
246
|
-
export const
|
|
246
|
+
export const ConnectionIndicator = React.forwardRef(function ConnectionIndicator(props, ref) {
|
|
247
247
|
const { children, ...rest } = props;
|
|
248
|
-
return React.createElement(customElements.getName(
|
|
248
|
+
return React.createElement(customElements.getName(ConnectionIndicatorWC) ?? '%%prefix%%-connection-indicator', { ...rest, ref }, children);
|
|
249
249
|
});
|
|
250
250
|
|
|
251
251
|
export const DatePicker = React.forwardRef(function DatePicker(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.474.
|
|
4
|
+
"version": "14.474.1",
|
|
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.474.
|
|
40
|
-
"@genesislcap/rollup-builder": "14.474.
|
|
41
|
-
"@genesislcap/ts-builder": "14.474.
|
|
42
|
-
"@genesislcap/uvu-playwright-builder": "14.474.
|
|
43
|
-
"@genesislcap/vite-builder": "14.474.
|
|
44
|
-
"@genesislcap/webpack-builder": "14.474.
|
|
39
|
+
"@genesislcap/genx": "14.474.1",
|
|
40
|
+
"@genesislcap/rollup-builder": "14.474.1",
|
|
41
|
+
"@genesislcap/ts-builder": "14.474.1",
|
|
42
|
+
"@genesislcap/uvu-playwright-builder": "14.474.1",
|
|
43
|
+
"@genesislcap/vite-builder": "14.474.1",
|
|
44
|
+
"@genesislcap/webpack-builder": "14.474.1",
|
|
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.474.
|
|
57
|
-
"@genesislcap/foundation-ui": "14.474.
|
|
58
|
-
"@genesislcap/foundation-utils": "14.474.
|
|
56
|
+
"@genesislcap/foundation-logger": "14.474.1",
|
|
57
|
+
"@genesislcap/foundation-ui": "14.474.1",
|
|
58
|
+
"@genesislcap/foundation-utils": "14.474.1",
|
|
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": "ebc26b1c0eeb4ea2d2ac8d419ad06425a4386ed3"
|
|
87
87
|
}
|