@genesislcap/foundation-zero 14.43.0 → 14.43.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 +144 -144
- package/package.json +7 -7
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
},
|
|
754
754
|
{
|
|
755
755
|
"kind": "javascript-module",
|
|
756
|
-
"path": "src/
|
|
756
|
+
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
757
757
|
"declarations": [
|
|
758
758
|
{
|
|
759
759
|
"kind": "variable",
|
|
@@ -761,15 +761,23 @@
|
|
|
761
761
|
"type": {
|
|
762
762
|
"text": "Meta"
|
|
763
763
|
},
|
|
764
|
-
"default": "{\n title: '
|
|
764
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
765
765
|
},
|
|
766
766
|
{
|
|
767
767
|
"kind": "variable",
|
|
768
|
-
"name": "
|
|
768
|
+
"name": "Horizontal",
|
|
769
769
|
"type": {
|
|
770
770
|
"text": "StoryObj"
|
|
771
771
|
},
|
|
772
|
-
"default": "{\n args: {\n
|
|
772
|
+
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) =>\n html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"kind": "variable",
|
|
776
|
+
"name": "Vertical",
|
|
777
|
+
"type": {
|
|
778
|
+
"text": "StoryObj"
|
|
779
|
+
},
|
|
780
|
+
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) =>\n html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
773
781
|
}
|
|
774
782
|
],
|
|
775
783
|
"exports": [
|
|
@@ -778,68 +786,37 @@
|
|
|
778
786
|
"name": "default",
|
|
779
787
|
"declaration": {
|
|
780
788
|
"name": "meta",
|
|
781
|
-
"module": "src/
|
|
789
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
782
790
|
}
|
|
783
791
|
},
|
|
784
792
|
{
|
|
785
793
|
"kind": "js",
|
|
786
|
-
"name": "
|
|
794
|
+
"name": "Horizontal",
|
|
787
795
|
"declaration": {
|
|
788
|
-
"name": "
|
|
789
|
-
"module": "src/
|
|
796
|
+
"name": "Horizontal",
|
|
797
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
790
798
|
}
|
|
791
|
-
}
|
|
792
|
-
]
|
|
793
|
-
},
|
|
794
|
-
{
|
|
795
|
-
"kind": "javascript-module",
|
|
796
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
797
|
-
"declarations": [
|
|
798
|
-
{
|
|
799
|
-
"kind": "function",
|
|
800
|
-
"name": "zeroAnchorStyles",
|
|
801
|
-
"return": {
|
|
802
|
-
"type": {
|
|
803
|
-
"text": "ElementStyles"
|
|
804
|
-
}
|
|
805
|
-
},
|
|
806
|
-
"parameters": [
|
|
807
|
-
{
|
|
808
|
-
"name": "context",
|
|
809
|
-
"type": {
|
|
810
|
-
"text": "ElementDefinitionContext"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"name": "definition",
|
|
815
|
-
"type": {
|
|
816
|
-
"text": "FoundationElementDefinition"
|
|
817
|
-
}
|
|
818
|
-
}
|
|
819
|
-
]
|
|
820
|
-
}
|
|
821
|
-
],
|
|
822
|
-
"exports": [
|
|
799
|
+
},
|
|
823
800
|
{
|
|
824
801
|
"kind": "js",
|
|
825
|
-
"name": "
|
|
802
|
+
"name": "Vertical",
|
|
826
803
|
"declaration": {
|
|
827
|
-
"name": "
|
|
828
|
-
"module": "src/
|
|
804
|
+
"name": "Vertical",
|
|
805
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
829
806
|
}
|
|
830
807
|
}
|
|
831
808
|
]
|
|
832
809
|
},
|
|
833
810
|
{
|
|
834
811
|
"kind": "javascript-module",
|
|
835
|
-
"path": "src/
|
|
812
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
836
813
|
"declarations": [
|
|
837
814
|
{
|
|
838
815
|
"kind": "function",
|
|
839
|
-
"name": "
|
|
816
|
+
"name": "zeroActionsMenuStyles",
|
|
840
817
|
"return": {
|
|
841
818
|
"type": {
|
|
842
|
-
"text": "
|
|
819
|
+
"text": "ElementStyles"
|
|
843
820
|
}
|
|
844
821
|
},
|
|
845
822
|
"parameters": [
|
|
@@ -861,56 +838,58 @@
|
|
|
861
838
|
"exports": [
|
|
862
839
|
{
|
|
863
840
|
"kind": "js",
|
|
864
|
-
"name": "
|
|
841
|
+
"name": "zeroActionsMenuStyles",
|
|
865
842
|
"declaration": {
|
|
866
|
-
"name": "
|
|
867
|
-
"module": "src/
|
|
843
|
+
"name": "zeroActionsMenuStyles",
|
|
844
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
868
845
|
}
|
|
869
846
|
}
|
|
870
847
|
]
|
|
871
848
|
},
|
|
872
849
|
{
|
|
873
850
|
"kind": "javascript-module",
|
|
874
|
-
"path": "src/
|
|
851
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
875
852
|
"declarations": [
|
|
876
853
|
{
|
|
877
854
|
"kind": "class",
|
|
878
855
|
"description": "",
|
|
879
|
-
"name": "
|
|
856
|
+
"name": "ActionsMenu",
|
|
880
857
|
"superclass": {
|
|
881
|
-
"name": "
|
|
858
|
+
"name": "FoundationActionsMenu",
|
|
882
859
|
"package": "@genesislcap/foundation-ui"
|
|
883
860
|
},
|
|
884
|
-
"tagName": "%%prefix%%-
|
|
861
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
885
862
|
"customElement": true
|
|
886
863
|
},
|
|
887
864
|
{
|
|
888
865
|
"kind": "variable",
|
|
889
|
-
"name": "
|
|
866
|
+
"name": "zeroActionsMenu",
|
|
867
|
+
"description": "The Zero Actions Menu",
|
|
868
|
+
"privacy": "public"
|
|
890
869
|
}
|
|
891
870
|
],
|
|
892
871
|
"exports": [
|
|
893
872
|
{
|
|
894
873
|
"kind": "js",
|
|
895
|
-
"name": "
|
|
874
|
+
"name": "ActionsMenu",
|
|
896
875
|
"declaration": {
|
|
897
|
-
"name": "
|
|
898
|
-
"module": "src/
|
|
876
|
+
"name": "ActionsMenu",
|
|
877
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
899
878
|
}
|
|
900
879
|
},
|
|
901
880
|
{
|
|
902
881
|
"kind": "js",
|
|
903
|
-
"name": "
|
|
882
|
+
"name": "zeroActionsMenu",
|
|
904
883
|
"declaration": {
|
|
905
|
-
"name": "
|
|
906
|
-
"module": "src/
|
|
884
|
+
"name": "zeroActionsMenu",
|
|
885
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
907
886
|
}
|
|
908
887
|
}
|
|
909
888
|
]
|
|
910
889
|
},
|
|
911
890
|
{
|
|
912
891
|
"kind": "javascript-module",
|
|
913
|
-
"path": "src/
|
|
892
|
+
"path": "src/actions-menu/index.ts",
|
|
914
893
|
"declarations": [],
|
|
915
894
|
"exports": [
|
|
916
895
|
{
|
|
@@ -918,15 +897,7 @@
|
|
|
918
897
|
"name": "*",
|
|
919
898
|
"declaration": {
|
|
920
899
|
"name": "*",
|
|
921
|
-
"package": "./
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"kind": "js",
|
|
926
|
-
"name": "*",
|
|
927
|
-
"declaration": {
|
|
928
|
-
"name": "*",
|
|
929
|
-
"package": "./anchor.styles"
|
|
900
|
+
"package": "./actions-menu"
|
|
930
901
|
}
|
|
931
902
|
},
|
|
932
903
|
{
|
|
@@ -934,14 +905,14 @@
|
|
|
934
905
|
"name": "*",
|
|
935
906
|
"declaration": {
|
|
936
907
|
"name": "*",
|
|
937
|
-
"package": "./
|
|
908
|
+
"package": "./actions-menu.styles"
|
|
938
909
|
}
|
|
939
910
|
}
|
|
940
911
|
]
|
|
941
912
|
},
|
|
942
913
|
{
|
|
943
914
|
"kind": "javascript-module",
|
|
944
|
-
"path": "src/
|
|
915
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
945
916
|
"declarations": [
|
|
946
917
|
{
|
|
947
918
|
"kind": "variable",
|
|
@@ -949,7 +920,7 @@
|
|
|
949
920
|
"type": {
|
|
950
921
|
"text": "Meta"
|
|
951
922
|
},
|
|
952
|
-
"default": "{\n title: '
|
|
923
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
953
924
|
},
|
|
954
925
|
{
|
|
955
926
|
"kind": "variable",
|
|
@@ -957,7 +928,7 @@
|
|
|
957
928
|
"type": {
|
|
958
929
|
"text": "StoryObj"
|
|
959
930
|
},
|
|
960
|
-
"default": "{\n args: {\n
|
|
931
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
961
932
|
}
|
|
962
933
|
],
|
|
963
934
|
"exports": [
|
|
@@ -966,7 +937,7 @@
|
|
|
966
937
|
"name": "default",
|
|
967
938
|
"declaration": {
|
|
968
939
|
"name": "meta",
|
|
969
|
-
"module": "src/
|
|
940
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
970
941
|
}
|
|
971
942
|
},
|
|
972
943
|
{
|
|
@@ -974,18 +945,18 @@
|
|
|
974
945
|
"name": "All",
|
|
975
946
|
"declaration": {
|
|
976
947
|
"name": "All",
|
|
977
|
-
"module": "src/
|
|
948
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
978
949
|
}
|
|
979
950
|
}
|
|
980
951
|
]
|
|
981
952
|
},
|
|
982
953
|
{
|
|
983
954
|
"kind": "javascript-module",
|
|
984
|
-
"path": "src/
|
|
955
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
985
956
|
"declarations": [
|
|
986
957
|
{
|
|
987
958
|
"kind": "function",
|
|
988
|
-
"name": "
|
|
959
|
+
"name": "zeroAnchorStyles",
|
|
989
960
|
"return": {
|
|
990
961
|
"type": {
|
|
991
962
|
"text": "ElementStyles"
|
|
@@ -1010,24 +981,24 @@
|
|
|
1010
981
|
"exports": [
|
|
1011
982
|
{
|
|
1012
983
|
"kind": "js",
|
|
1013
|
-
"name": "
|
|
984
|
+
"name": "zeroAnchorStyles",
|
|
1014
985
|
"declaration": {
|
|
1015
|
-
"name": "
|
|
1016
|
-
"module": "src/
|
|
986
|
+
"name": "zeroAnchorStyles",
|
|
987
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1017
988
|
}
|
|
1018
989
|
}
|
|
1019
990
|
]
|
|
1020
991
|
},
|
|
1021
992
|
{
|
|
1022
993
|
"kind": "javascript-module",
|
|
1023
|
-
"path": "src/
|
|
994
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1024
995
|
"declarations": [
|
|
1025
996
|
{
|
|
1026
997
|
"kind": "function",
|
|
1027
|
-
"name": "
|
|
998
|
+
"name": "zeroAnchorTemplate",
|
|
1028
999
|
"return": {
|
|
1029
1000
|
"type": {
|
|
1030
|
-
"text": "ViewTemplate<
|
|
1001
|
+
"text": "ViewTemplate<Anchor>"
|
|
1031
1002
|
}
|
|
1032
1003
|
},
|
|
1033
1004
|
"parameters": [
|
|
@@ -1049,56 +1020,56 @@
|
|
|
1049
1020
|
"exports": [
|
|
1050
1021
|
{
|
|
1051
1022
|
"kind": "js",
|
|
1052
|
-
"name": "
|
|
1023
|
+
"name": "zeroAnchorTemplate",
|
|
1053
1024
|
"declaration": {
|
|
1054
|
-
"name": "
|
|
1055
|
-
"module": "src/
|
|
1025
|
+
"name": "zeroAnchorTemplate",
|
|
1026
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1056
1027
|
}
|
|
1057
1028
|
}
|
|
1058
1029
|
]
|
|
1059
1030
|
},
|
|
1060
1031
|
{
|
|
1061
1032
|
"kind": "javascript-module",
|
|
1062
|
-
"path": "src/
|
|
1033
|
+
"path": "src/anchor/anchor.ts",
|
|
1063
1034
|
"declarations": [
|
|
1064
1035
|
{
|
|
1065
1036
|
"kind": "class",
|
|
1066
1037
|
"description": "",
|
|
1067
|
-
"name": "
|
|
1038
|
+
"name": "Anchor",
|
|
1068
1039
|
"superclass": {
|
|
1069
|
-
"name": "
|
|
1040
|
+
"name": "FoundationAnchor",
|
|
1070
1041
|
"package": "@genesislcap/foundation-ui"
|
|
1071
1042
|
},
|
|
1072
|
-
"tagName": "%%prefix%%-
|
|
1043
|
+
"tagName": "%%prefix%%-anchor",
|
|
1073
1044
|
"customElement": true
|
|
1074
1045
|
},
|
|
1075
1046
|
{
|
|
1076
1047
|
"kind": "variable",
|
|
1077
|
-
"name": "
|
|
1048
|
+
"name": "zeroAnchor"
|
|
1078
1049
|
}
|
|
1079
1050
|
],
|
|
1080
1051
|
"exports": [
|
|
1081
1052
|
{
|
|
1082
1053
|
"kind": "js",
|
|
1083
|
-
"name": "
|
|
1054
|
+
"name": "Anchor",
|
|
1084
1055
|
"declaration": {
|
|
1085
|
-
"name": "
|
|
1086
|
-
"module": "src/
|
|
1056
|
+
"name": "Anchor",
|
|
1057
|
+
"module": "src/anchor/anchor.ts"
|
|
1087
1058
|
}
|
|
1088
1059
|
},
|
|
1089
1060
|
{
|
|
1090
1061
|
"kind": "js",
|
|
1091
|
-
"name": "
|
|
1062
|
+
"name": "zeroAnchor",
|
|
1092
1063
|
"declaration": {
|
|
1093
|
-
"name": "
|
|
1094
|
-
"module": "src/
|
|
1064
|
+
"name": "zeroAnchor",
|
|
1065
|
+
"module": "src/anchor/anchor.ts"
|
|
1095
1066
|
}
|
|
1096
1067
|
}
|
|
1097
1068
|
]
|
|
1098
1069
|
},
|
|
1099
1070
|
{
|
|
1100
1071
|
"kind": "javascript-module",
|
|
1101
|
-
"path": "src/
|
|
1072
|
+
"path": "src/anchor/index.ts",
|
|
1102
1073
|
"declarations": [],
|
|
1103
1074
|
"exports": [
|
|
1104
1075
|
{
|
|
@@ -1106,7 +1077,7 @@
|
|
|
1106
1077
|
"name": "*",
|
|
1107
1078
|
"declaration": {
|
|
1108
1079
|
"name": "*",
|
|
1109
|
-
"package": "./
|
|
1080
|
+
"package": "./anchor"
|
|
1110
1081
|
}
|
|
1111
1082
|
},
|
|
1112
1083
|
{
|
|
@@ -1114,7 +1085,7 @@
|
|
|
1114
1085
|
"name": "*",
|
|
1115
1086
|
"declaration": {
|
|
1116
1087
|
"name": "*",
|
|
1117
|
-
"package": "./
|
|
1088
|
+
"package": "./anchor.styles"
|
|
1118
1089
|
}
|
|
1119
1090
|
},
|
|
1120
1091
|
{
|
|
@@ -1122,14 +1093,14 @@
|
|
|
1122
1093
|
"name": "*",
|
|
1123
1094
|
"declaration": {
|
|
1124
1095
|
"name": "*",
|
|
1125
|
-
"package": "./
|
|
1096
|
+
"package": "./anchor.template"
|
|
1126
1097
|
}
|
|
1127
1098
|
}
|
|
1128
1099
|
]
|
|
1129
1100
|
},
|
|
1130
1101
|
{
|
|
1131
1102
|
"kind": "javascript-module",
|
|
1132
|
-
"path": "src/
|
|
1103
|
+
"path": "src/badge/badge.stories.ts",
|
|
1133
1104
|
"declarations": [
|
|
1134
1105
|
{
|
|
1135
1106
|
"kind": "variable",
|
|
@@ -1137,23 +1108,15 @@
|
|
|
1137
1108
|
"type": {
|
|
1138
1109
|
"text": "Meta"
|
|
1139
1110
|
},
|
|
1140
|
-
"default": "{\n title: '
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"kind": "variable",
|
|
1144
|
-
"name": "Horizontal",
|
|
1145
|
-
"type": {
|
|
1146
|
-
"text": "StoryObj"
|
|
1147
|
-
},
|
|
1148
|
-
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) =>\n html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1111
|
+
"default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
|
|
1149
1112
|
},
|
|
1150
1113
|
{
|
|
1151
1114
|
"kind": "variable",
|
|
1152
|
-
"name": "
|
|
1115
|
+
"name": "All",
|
|
1153
1116
|
"type": {
|
|
1154
1117
|
"text": "StoryObj"
|
|
1155
1118
|
},
|
|
1156
|
-
"default": "{\n args: {\n
|
|
1119
|
+
"default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
|
|
1157
1120
|
}
|
|
1158
1121
|
],
|
|
1159
1122
|
"exports": [
|
|
@@ -1162,37 +1125,68 @@
|
|
|
1162
1125
|
"name": "default",
|
|
1163
1126
|
"declaration": {
|
|
1164
1127
|
"name": "meta",
|
|
1165
|
-
"module": "src/
|
|
1128
|
+
"module": "src/badge/badge.stories.ts"
|
|
1166
1129
|
}
|
|
1167
1130
|
},
|
|
1168
1131
|
{
|
|
1169
1132
|
"kind": "js",
|
|
1170
|
-
"name": "
|
|
1133
|
+
"name": "All",
|
|
1171
1134
|
"declaration": {
|
|
1172
|
-
"name": "
|
|
1173
|
-
"module": "src/
|
|
1135
|
+
"name": "All",
|
|
1136
|
+
"module": "src/badge/badge.stories.ts"
|
|
1174
1137
|
}
|
|
1175
|
-
}
|
|
1138
|
+
}
|
|
1139
|
+
]
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
"kind": "javascript-module",
|
|
1143
|
+
"path": "src/badge/badge.styles.ts",
|
|
1144
|
+
"declarations": [
|
|
1145
|
+
{
|
|
1146
|
+
"kind": "function",
|
|
1147
|
+
"name": "zeroBadgeStyles",
|
|
1148
|
+
"return": {
|
|
1149
|
+
"type": {
|
|
1150
|
+
"text": "ElementStyles"
|
|
1151
|
+
}
|
|
1152
|
+
},
|
|
1153
|
+
"parameters": [
|
|
1154
|
+
{
|
|
1155
|
+
"name": "context",
|
|
1156
|
+
"type": {
|
|
1157
|
+
"text": "ElementDefinitionContext"
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"name": "definition",
|
|
1162
|
+
"type": {
|
|
1163
|
+
"text": "FoundationElementDefinition"
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
]
|
|
1167
|
+
}
|
|
1168
|
+
],
|
|
1169
|
+
"exports": [
|
|
1176
1170
|
{
|
|
1177
1171
|
"kind": "js",
|
|
1178
|
-
"name": "
|
|
1172
|
+
"name": "zeroBadgeStyles",
|
|
1179
1173
|
"declaration": {
|
|
1180
|
-
"name": "
|
|
1181
|
-
"module": "src/
|
|
1174
|
+
"name": "zeroBadgeStyles",
|
|
1175
|
+
"module": "src/badge/badge.styles.ts"
|
|
1182
1176
|
}
|
|
1183
1177
|
}
|
|
1184
1178
|
]
|
|
1185
1179
|
},
|
|
1186
1180
|
{
|
|
1187
1181
|
"kind": "javascript-module",
|
|
1188
|
-
"path": "src/
|
|
1182
|
+
"path": "src/badge/badge.template.ts",
|
|
1189
1183
|
"declarations": [
|
|
1190
1184
|
{
|
|
1191
1185
|
"kind": "function",
|
|
1192
|
-
"name": "
|
|
1186
|
+
"name": "zeroBadgeTemplate",
|
|
1193
1187
|
"return": {
|
|
1194
1188
|
"type": {
|
|
1195
|
-
"text": "
|
|
1189
|
+
"text": "ViewTemplate<Badge>"
|
|
1196
1190
|
}
|
|
1197
1191
|
},
|
|
1198
1192
|
"parameters": [
|
|
@@ -1214,58 +1208,56 @@
|
|
|
1214
1208
|
"exports": [
|
|
1215
1209
|
{
|
|
1216
1210
|
"kind": "js",
|
|
1217
|
-
"name": "
|
|
1211
|
+
"name": "zeroBadgeTemplate",
|
|
1218
1212
|
"declaration": {
|
|
1219
|
-
"name": "
|
|
1220
|
-
"module": "src/
|
|
1213
|
+
"name": "zeroBadgeTemplate",
|
|
1214
|
+
"module": "src/badge/badge.template.ts"
|
|
1221
1215
|
}
|
|
1222
1216
|
}
|
|
1223
1217
|
]
|
|
1224
1218
|
},
|
|
1225
1219
|
{
|
|
1226
1220
|
"kind": "javascript-module",
|
|
1227
|
-
"path": "src/
|
|
1221
|
+
"path": "src/badge/badge.ts",
|
|
1228
1222
|
"declarations": [
|
|
1229
1223
|
{
|
|
1230
1224
|
"kind": "class",
|
|
1231
1225
|
"description": "",
|
|
1232
|
-
"name": "
|
|
1226
|
+
"name": "Badge",
|
|
1233
1227
|
"superclass": {
|
|
1234
|
-
"name": "
|
|
1228
|
+
"name": "FoundationBadge",
|
|
1235
1229
|
"package": "@genesislcap/foundation-ui"
|
|
1236
1230
|
},
|
|
1237
|
-
"tagName": "%%prefix%%-
|
|
1231
|
+
"tagName": "%%prefix%%-badge",
|
|
1238
1232
|
"customElement": true
|
|
1239
1233
|
},
|
|
1240
1234
|
{
|
|
1241
1235
|
"kind": "variable",
|
|
1242
|
-
"name": "
|
|
1243
|
-
"description": "The Zero Actions Menu",
|
|
1244
|
-
"privacy": "public"
|
|
1236
|
+
"name": "zeroBadge"
|
|
1245
1237
|
}
|
|
1246
1238
|
],
|
|
1247
1239
|
"exports": [
|
|
1248
1240
|
{
|
|
1249
1241
|
"kind": "js",
|
|
1250
|
-
"name": "
|
|
1242
|
+
"name": "Badge",
|
|
1251
1243
|
"declaration": {
|
|
1252
|
-
"name": "
|
|
1253
|
-
"module": "src/
|
|
1244
|
+
"name": "Badge",
|
|
1245
|
+
"module": "src/badge/badge.ts"
|
|
1254
1246
|
}
|
|
1255
1247
|
},
|
|
1256
1248
|
{
|
|
1257
1249
|
"kind": "js",
|
|
1258
|
-
"name": "
|
|
1250
|
+
"name": "zeroBadge",
|
|
1259
1251
|
"declaration": {
|
|
1260
|
-
"name": "
|
|
1261
|
-
"module": "src/
|
|
1252
|
+
"name": "zeroBadge",
|
|
1253
|
+
"module": "src/badge/badge.ts"
|
|
1262
1254
|
}
|
|
1263
1255
|
}
|
|
1264
1256
|
]
|
|
1265
1257
|
},
|
|
1266
1258
|
{
|
|
1267
1259
|
"kind": "javascript-module",
|
|
1268
|
-
"path": "src/
|
|
1260
|
+
"path": "src/badge/index.ts",
|
|
1269
1261
|
"declarations": [],
|
|
1270
1262
|
"exports": [
|
|
1271
1263
|
{
|
|
@@ -1273,7 +1265,7 @@
|
|
|
1273
1265
|
"name": "*",
|
|
1274
1266
|
"declaration": {
|
|
1275
1267
|
"name": "*",
|
|
1276
|
-
"package": "./
|
|
1268
|
+
"package": "./badge"
|
|
1277
1269
|
}
|
|
1278
1270
|
},
|
|
1279
1271
|
{
|
|
@@ -1281,7 +1273,15 @@
|
|
|
1281
1273
|
"name": "*",
|
|
1282
1274
|
"declaration": {
|
|
1283
1275
|
"name": "*",
|
|
1284
|
-
"package": "./
|
|
1276
|
+
"package": "./badge.styles"
|
|
1277
|
+
}
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "js",
|
|
1281
|
+
"name": "*",
|
|
1282
|
+
"declaration": {
|
|
1283
|
+
"name": "*",
|
|
1284
|
+
"package": "./badge.template"
|
|
1285
1285
|
}
|
|
1286
1286
|
}
|
|
1287
1287
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.43.
|
|
4
|
+
"version": "14.43.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"dev": "npm run dev:tsc",
|
|
57
57
|
"dev:rollup": "genx dev -b rollup",
|
|
58
58
|
"dev:tsc": "genx dev -b ts",
|
|
59
|
-
"dev:webpack": "genx dev",
|
|
59
|
+
"dev:webpack": "genx dev -b webpack",
|
|
60
60
|
"serve": "genx serve",
|
|
61
61
|
"start": "npm run storybook",
|
|
62
62
|
"storybook": "storybook dev -p 6006"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@genesislcap/genx": "^14.43.
|
|
65
|
+
"@genesislcap/genx": "^14.43.1",
|
|
66
66
|
"@storybook/addon-essentials": "^7.0.0",
|
|
67
67
|
"@storybook/addon-links": "^7.0.0",
|
|
68
68
|
"@storybook/addons": "^7.0.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"storybook": "^7.0.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@genesislcap/foundation-comms": "^14.43.
|
|
79
|
-
"@genesislcap/foundation-ui": "^14.43.
|
|
80
|
-
"@genesislcap/foundation-utils": "^14.43.
|
|
78
|
+
"@genesislcap/foundation-comms": "^14.43.1",
|
|
79
|
+
"@genesislcap/foundation-ui": "^14.43.1",
|
|
80
|
+
"@genesislcap/foundation-utils": "^14.43.1",
|
|
81
81
|
"@microsoft/fast-colors": "^5.1.4",
|
|
82
82
|
"@microsoft/fast-components": "^2.21.3",
|
|
83
83
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"access": "public"
|
|
95
95
|
},
|
|
96
96
|
"customElements": "dist/custom-elements.json",
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "08b81f08ecc65a57ccfb6d349d37efd0fdc24287"
|
|
98
98
|
}
|