@genesislcap/foundation-zero 14.92.2 → 14.92.3
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 +182 -100
- package/dist/dts/banner/banner.stories.d.ts.map +1 -1
- package/dist/dts/dialog/dialog.stories.d.ts.map +1 -1
- package/dist/dts/error-banner/error-banner.template.d.ts +2 -3
- package/dist/dts/error-banner/error-banner.template.d.ts.map +1 -1
- package/dist/dts/snackbar/snackbar.template.d.ts +2 -3
- package/dist/dts/snackbar/snackbar.template.d.ts.map +1 -1
- package/dist/esm/banner/banner.stories.js +43 -10
- package/dist/esm/dialog/dialog.stories.js +28 -1
- package/dist/esm/error-banner/error-banner.template.js +3 -34
- package/dist/esm/snackbar/snackbar.template.js +3 -27
- package/package.json +7 -7
|
@@ -817,51 +817,11 @@
|
|
|
817
817
|
},
|
|
818
818
|
{
|
|
819
819
|
"kind": "javascript-module",
|
|
820
|
-
"path": "src/accordion/accordion.
|
|
821
|
-
"declarations": [
|
|
822
|
-
{
|
|
823
|
-
"kind": "variable",
|
|
824
|
-
"name": "meta",
|
|
825
|
-
"type": {
|
|
826
|
-
"text": "Meta"
|
|
827
|
-
},
|
|
828
|
-
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"kind": "variable",
|
|
832
|
-
"name": "Primary",
|
|
833
|
-
"type": {
|
|
834
|
-
"text": "StoryObj"
|
|
835
|
-
},
|
|
836
|
-
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
837
|
-
}
|
|
838
|
-
],
|
|
839
|
-
"exports": [
|
|
840
|
-
{
|
|
841
|
-
"kind": "js",
|
|
842
|
-
"name": "default",
|
|
843
|
-
"declaration": {
|
|
844
|
-
"name": "meta",
|
|
845
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
846
|
-
}
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "js",
|
|
850
|
-
"name": "Primary",
|
|
851
|
-
"declaration": {
|
|
852
|
-
"name": "Primary",
|
|
853
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
854
|
-
}
|
|
855
|
-
}
|
|
856
|
-
]
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"kind": "javascript-module",
|
|
860
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
820
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
861
821
|
"declarations": [
|
|
862
822
|
{
|
|
863
823
|
"kind": "function",
|
|
864
|
-
"name": "
|
|
824
|
+
"name": "zeroAccordionItemStyles",
|
|
865
825
|
"return": {
|
|
866
826
|
"type": {
|
|
867
827
|
"text": "ElementStyles"
|
|
@@ -886,24 +846,24 @@
|
|
|
886
846
|
"exports": [
|
|
887
847
|
{
|
|
888
848
|
"kind": "js",
|
|
889
|
-
"name": "
|
|
849
|
+
"name": "zeroAccordionItemStyles",
|
|
890
850
|
"declaration": {
|
|
891
|
-
"name": "
|
|
892
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
851
|
+
"name": "zeroAccordionItemStyles",
|
|
852
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
893
853
|
}
|
|
894
854
|
}
|
|
895
855
|
]
|
|
896
856
|
},
|
|
897
857
|
{
|
|
898
858
|
"kind": "javascript-module",
|
|
899
|
-
"path": "src/accordion/accordion.template.ts",
|
|
859
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
900
860
|
"declarations": [
|
|
901
861
|
{
|
|
902
862
|
"kind": "function",
|
|
903
|
-
"name": "
|
|
863
|
+
"name": "zeroAccordionItemTemplate",
|
|
904
864
|
"return": {
|
|
905
865
|
"type": {
|
|
906
|
-
"text": "ViewTemplate<
|
|
866
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
907
867
|
}
|
|
908
868
|
},
|
|
909
869
|
"parameters": [
|
|
@@ -925,24 +885,24 @@
|
|
|
925
885
|
"exports": [
|
|
926
886
|
{
|
|
927
887
|
"kind": "js",
|
|
928
|
-
"name": "
|
|
888
|
+
"name": "zeroAccordionItemTemplate",
|
|
929
889
|
"declaration": {
|
|
930
|
-
"name": "
|
|
931
|
-
"module": "src/accordion/accordion.template.ts"
|
|
890
|
+
"name": "zeroAccordionItemTemplate",
|
|
891
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
932
892
|
}
|
|
933
893
|
}
|
|
934
894
|
]
|
|
935
895
|
},
|
|
936
896
|
{
|
|
937
897
|
"kind": "javascript-module",
|
|
938
|
-
"path": "src/accordion/accordion.ts",
|
|
898
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
939
899
|
"declarations": [
|
|
940
900
|
{
|
|
941
901
|
"kind": "class",
|
|
942
902
|
"description": "",
|
|
943
|
-
"name": "
|
|
903
|
+
"name": "AccordionItem",
|
|
944
904
|
"superclass": {
|
|
945
|
-
"name": "
|
|
905
|
+
"name": "FoundationAccordionItem",
|
|
946
906
|
"package": "@genesislcap/foundation-ui"
|
|
947
907
|
},
|
|
948
908
|
"tagName": "%%prefix%%-card",
|
|
@@ -950,31 +910,31 @@
|
|
|
950
910
|
},
|
|
951
911
|
{
|
|
952
912
|
"kind": "variable",
|
|
953
|
-
"name": "
|
|
913
|
+
"name": "zeroAccordionItem"
|
|
954
914
|
}
|
|
955
915
|
],
|
|
956
916
|
"exports": [
|
|
957
917
|
{
|
|
958
918
|
"kind": "js",
|
|
959
|
-
"name": "
|
|
919
|
+
"name": "AccordionItem",
|
|
960
920
|
"declaration": {
|
|
961
|
-
"name": "
|
|
962
|
-
"module": "src/accordion/accordion.ts"
|
|
921
|
+
"name": "AccordionItem",
|
|
922
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
963
923
|
}
|
|
964
924
|
},
|
|
965
925
|
{
|
|
966
926
|
"kind": "js",
|
|
967
|
-
"name": "
|
|
927
|
+
"name": "zeroAccordionItem",
|
|
968
928
|
"declaration": {
|
|
969
|
-
"name": "
|
|
970
|
-
"module": "src/accordion/accordion.ts"
|
|
929
|
+
"name": "zeroAccordionItem",
|
|
930
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
971
931
|
}
|
|
972
932
|
}
|
|
973
933
|
]
|
|
974
934
|
},
|
|
975
935
|
{
|
|
976
936
|
"kind": "javascript-module",
|
|
977
|
-
"path": "src/accordion/index.ts",
|
|
937
|
+
"path": "src/accordion-item/index.ts",
|
|
978
938
|
"declarations": [],
|
|
979
939
|
"exports": [
|
|
980
940
|
{
|
|
@@ -982,7 +942,7 @@
|
|
|
982
942
|
"name": "*",
|
|
983
943
|
"declaration": {
|
|
984
944
|
"name": "*",
|
|
985
|
-
"package": "./accordion"
|
|
945
|
+
"package": "./accordion-item"
|
|
986
946
|
}
|
|
987
947
|
},
|
|
988
948
|
{
|
|
@@ -990,7 +950,7 @@
|
|
|
990
950
|
"name": "*",
|
|
991
951
|
"declaration": {
|
|
992
952
|
"name": "*",
|
|
993
|
-
"package": "./accordion.styles"
|
|
953
|
+
"package": "./accordion-item.styles"
|
|
994
954
|
}
|
|
995
955
|
},
|
|
996
956
|
{
|
|
@@ -998,18 +958,58 @@
|
|
|
998
958
|
"name": "*",
|
|
999
959
|
"declaration": {
|
|
1000
960
|
"name": "*",
|
|
1001
|
-
"package": "./accordion.template"
|
|
961
|
+
"package": "./accordion-item.template"
|
|
1002
962
|
}
|
|
1003
963
|
}
|
|
1004
964
|
]
|
|
1005
965
|
},
|
|
1006
966
|
{
|
|
1007
967
|
"kind": "javascript-module",
|
|
1008
|
-
"path": "src/accordion
|
|
968
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
969
|
+
"declarations": [
|
|
970
|
+
{
|
|
971
|
+
"kind": "variable",
|
|
972
|
+
"name": "meta",
|
|
973
|
+
"type": {
|
|
974
|
+
"text": "Meta"
|
|
975
|
+
},
|
|
976
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"kind": "variable",
|
|
980
|
+
"name": "Primary",
|
|
981
|
+
"type": {
|
|
982
|
+
"text": "StoryObj"
|
|
983
|
+
},
|
|
984
|
+
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
985
|
+
}
|
|
986
|
+
],
|
|
987
|
+
"exports": [
|
|
988
|
+
{
|
|
989
|
+
"kind": "js",
|
|
990
|
+
"name": "default",
|
|
991
|
+
"declaration": {
|
|
992
|
+
"name": "meta",
|
|
993
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
994
|
+
}
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"kind": "js",
|
|
998
|
+
"name": "Primary",
|
|
999
|
+
"declaration": {
|
|
1000
|
+
"name": "Primary",
|
|
1001
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"kind": "javascript-module",
|
|
1008
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1009
1009
|
"declarations": [
|
|
1010
1010
|
{
|
|
1011
1011
|
"kind": "function",
|
|
1012
|
-
"name": "
|
|
1012
|
+
"name": "zeroAccordionStyles",
|
|
1013
1013
|
"return": {
|
|
1014
1014
|
"type": {
|
|
1015
1015
|
"text": "ElementStyles"
|
|
@@ -1034,24 +1034,24 @@
|
|
|
1034
1034
|
"exports": [
|
|
1035
1035
|
{
|
|
1036
1036
|
"kind": "js",
|
|
1037
|
-
"name": "
|
|
1037
|
+
"name": "zeroAccordionStyles",
|
|
1038
1038
|
"declaration": {
|
|
1039
|
-
"name": "
|
|
1040
|
-
"module": "src/accordion
|
|
1039
|
+
"name": "zeroAccordionStyles",
|
|
1040
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
1043
|
]
|
|
1044
1044
|
},
|
|
1045
1045
|
{
|
|
1046
1046
|
"kind": "javascript-module",
|
|
1047
|
-
"path": "src/accordion
|
|
1047
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1048
1048
|
"declarations": [
|
|
1049
1049
|
{
|
|
1050
1050
|
"kind": "function",
|
|
1051
|
-
"name": "
|
|
1051
|
+
"name": "zeroAccordionTemplate",
|
|
1052
1052
|
"return": {
|
|
1053
1053
|
"type": {
|
|
1054
|
-
"text": "ViewTemplate<
|
|
1054
|
+
"text": "ViewTemplate<Accordion>"
|
|
1055
1055
|
}
|
|
1056
1056
|
},
|
|
1057
1057
|
"parameters": [
|
|
@@ -1073,24 +1073,24 @@
|
|
|
1073
1073
|
"exports": [
|
|
1074
1074
|
{
|
|
1075
1075
|
"kind": "js",
|
|
1076
|
-
"name": "
|
|
1076
|
+
"name": "zeroAccordionTemplate",
|
|
1077
1077
|
"declaration": {
|
|
1078
|
-
"name": "
|
|
1079
|
-
"module": "src/accordion
|
|
1078
|
+
"name": "zeroAccordionTemplate",
|
|
1079
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1080
1080
|
}
|
|
1081
1081
|
}
|
|
1082
1082
|
]
|
|
1083
1083
|
},
|
|
1084
1084
|
{
|
|
1085
1085
|
"kind": "javascript-module",
|
|
1086
|
-
"path": "src/accordion
|
|
1086
|
+
"path": "src/accordion/accordion.ts",
|
|
1087
1087
|
"declarations": [
|
|
1088
1088
|
{
|
|
1089
1089
|
"kind": "class",
|
|
1090
1090
|
"description": "",
|
|
1091
|
-
"name": "
|
|
1091
|
+
"name": "Accordion",
|
|
1092
1092
|
"superclass": {
|
|
1093
|
-
"name": "
|
|
1093
|
+
"name": "FoundationAccordion",
|
|
1094
1094
|
"package": "@genesislcap/foundation-ui"
|
|
1095
1095
|
},
|
|
1096
1096
|
"tagName": "%%prefix%%-card",
|
|
@@ -1098,31 +1098,31 @@
|
|
|
1098
1098
|
},
|
|
1099
1099
|
{
|
|
1100
1100
|
"kind": "variable",
|
|
1101
|
-
"name": "
|
|
1101
|
+
"name": "zeroAccordion"
|
|
1102
1102
|
}
|
|
1103
1103
|
],
|
|
1104
1104
|
"exports": [
|
|
1105
1105
|
{
|
|
1106
1106
|
"kind": "js",
|
|
1107
|
-
"name": "
|
|
1107
|
+
"name": "Accordion",
|
|
1108
1108
|
"declaration": {
|
|
1109
|
-
"name": "
|
|
1110
|
-
"module": "src/accordion
|
|
1109
|
+
"name": "Accordion",
|
|
1110
|
+
"module": "src/accordion/accordion.ts"
|
|
1111
1111
|
}
|
|
1112
1112
|
},
|
|
1113
1113
|
{
|
|
1114
1114
|
"kind": "js",
|
|
1115
|
-
"name": "
|
|
1115
|
+
"name": "zeroAccordion",
|
|
1116
1116
|
"declaration": {
|
|
1117
|
-
"name": "
|
|
1118
|
-
"module": "src/accordion
|
|
1117
|
+
"name": "zeroAccordion",
|
|
1118
|
+
"module": "src/accordion/accordion.ts"
|
|
1119
1119
|
}
|
|
1120
1120
|
}
|
|
1121
1121
|
]
|
|
1122
1122
|
},
|
|
1123
1123
|
{
|
|
1124
1124
|
"kind": "javascript-module",
|
|
1125
|
-
"path": "src/accordion
|
|
1125
|
+
"path": "src/accordion/index.ts",
|
|
1126
1126
|
"declarations": [],
|
|
1127
1127
|
"exports": [
|
|
1128
1128
|
{
|
|
@@ -1130,7 +1130,7 @@
|
|
|
1130
1130
|
"name": "*",
|
|
1131
1131
|
"declaration": {
|
|
1132
1132
|
"name": "*",
|
|
1133
|
-
"package": "./accordion
|
|
1133
|
+
"package": "./accordion"
|
|
1134
1134
|
}
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
"name": "*",
|
|
1139
1139
|
"declaration": {
|
|
1140
1140
|
"name": "*",
|
|
1141
|
-
"package": "./accordion
|
|
1141
|
+
"package": "./accordion.styles"
|
|
1142
1142
|
}
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
@@ -1146,7 +1146,7 @@
|
|
|
1146
1146
|
"name": "*",
|
|
1147
1147
|
"declaration": {
|
|
1148
1148
|
"name": "*",
|
|
1149
|
-
"package": "./accordion
|
|
1149
|
+
"package": "./accordion.template"
|
|
1150
1150
|
}
|
|
1151
1151
|
}
|
|
1152
1152
|
]
|
|
@@ -2193,7 +2193,7 @@
|
|
|
2193
2193
|
"type": {
|
|
2194
2194
|
"text": "StoryObj"
|
|
2195
2195
|
},
|
|
2196
|
-
"default": "{\n args: {\n bannerText: ` Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet.\n Lorem, ipsum dolor.`,\n actionIgnoreActionText: 'Ignore',\n actionDemoText: 'Diagnose',\n actionButtonAppearance: 'lightweight',\n },\n argTypes: {\n actionButtonAppearance: {\n control: 'select',\n options: [...FastAppearanceValues, ...ZeroAppearanceValues],\n },\n },\n render: ({
|
|
2196
|
+
"default": "{\n args: {\n notifyText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',\n bannerText: ` Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet.\n Lorem, ipsum dolor.`,\n actionIgnoreActionText: 'Ignore',\n actionDemoText: 'Diagnose',\n actionButtonAppearance: 'lightweight',\n },\n argTypes: {\n actionButtonAppearance: {\n control: 'select',\n options: [...FastAppearanceValues, ...ZeroAppearanceValues],\n },\n },\n render: ({\n bannerText,\n notifyText,\n actionButtonAppearance,\n actionIgnoreActionText,\n actionDemoText,\n }) => html`\n <div style=\"display: flex; flex-direction: column;\">\n <zero-banner id=\"banner\">\n <div slot=\"content\">${bannerText}</div>\n <zero-button slot=\"action\" @click=\"${ignoreClick}\" appearance=\"${actionButtonAppearance}\">\n ${actionIgnoreActionText}\n </zero-button>\n <zero-button slot=\"action\" appearance=\"${actionButtonAppearance}\">\n ${actionDemoText}\n </zero-button>\n </zero-banner>\n <div id=\"zero-banner\" style=\"width: 100%;\">\n <zero-button @click=\"${() => showNotify(notifyText)}\">\n Show Zero Banner - Notification Structure\n </zero-button>\n </div>\n </div>\n `,\n}"
|
|
2197
2197
|
}
|
|
2198
2198
|
],
|
|
2199
2199
|
"exports": [
|
|
@@ -4750,7 +4750,7 @@
|
|
|
4750
4750
|
"type": {
|
|
4751
4751
|
"text": "StoryObj"
|
|
4752
4752
|
},
|
|
4753
|
-
"default": "{\n args: {\n dialogMaxWidth: '557px',\n dialogTitle: 'Dialog title',\n dialogInitialText: 'Some text in a Zero Dialog',\n dialogMainText: `Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis similique iste ab sed\n voluptatem ut suscipit tenetur distinctio? Quo est debitis pariatur qui quisquam repudiandae\n at atque et quibusdam rerum, reprehenderit sed laborum officiis distinctio dolorum\n temporibus aperiam dolor consequatur perferendis aspernatur fugit repellendus asperiores,\n voluptas illo? Voluptatum, atque quidem?`,\n dialogCloseButtonText: 'Close this dialog',\n },\n render: ({\n dialogMaxWidth,\n dialogTitle,\n dialogInitialText,\n dialogMainText,\n dialogCloseButtonText,\n }) => html`\n <zero-button @click=\"${showDialog}\">Show Zero Dialog</zero-button>\n <zero-dialog style=\"--dialog-max-width: ${dialogMaxWidth};\">\n <h5 slot=\"top\">${dialogTitle}</h5>\n <p>${dialogInitialText}</p>\n <p>${dialogMainText}</p>\n <zero-divider slot=\"bottom\"></zero-divider>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\" @click=\"${closeDialog}\">\n ${dialogCloseButtonText}\n </zero-button>\n </zero-dialog>\n `,\n}"
|
|
4753
|
+
"default": "{\n args: {\n notifyText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n dialogMaxWidth: '557px',\n dialogTitle: 'Dialog title',\n dialogInitialText: 'Some text in a Zero Dialog',\n dialogMainText: `Lorem ipsum dolor sit amet consectetur adipisicing elit. Quis similique iste ab sed\n voluptatem ut suscipit tenetur distinctio? Quo est debitis pariatur qui quisquam repudiandae\n at atque et quibusdam rerum, reprehenderit sed laborum officiis distinctio dolorum\n temporibus aperiam dolor consequatur perferendis aspernatur fugit repellendus asperiores,\n voluptas illo? Voluptatum, atque quidem?`,\n dialogCloseButtonText: 'Close this dialog',\n },\n render: ({\n notifyText,\n dialogMaxWidth,\n dialogTitle,\n dialogInitialText,\n dialogMainText,\n dialogCloseButtonText,\n }) => html`\n <zero-button @click=\"${showDialog}\">Show Zero Dialog</zero-button>\n <zero-button @click=\"${() => showDialogNotify(notifyText)}\">\n Show Zero Dialog - Notification Structure\n </zero-button>\n <div id=\"dialog-container\"></div>\n <zero-dialog style=\"--dialog-max-width: ${dialogMaxWidth};\">\n <h5 slot=\"top\">${dialogTitle}</h5>\n <p>${dialogInitialText}</p>\n <p>${dialogMainText}</p>\n <zero-divider slot=\"bottom\"></zero-divider>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\" @click=\"${closeDialog}\">\n ${dialogCloseButtonText}\n </zero-button>\n </zero-dialog>\n `,\n}"
|
|
4754
4754
|
}
|
|
4755
4755
|
],
|
|
4756
4756
|
"exports": [
|
|
@@ -4862,6 +4862,25 @@
|
|
|
4862
4862
|
"module": "src/dialog/dialog.ts"
|
|
4863
4863
|
}
|
|
4864
4864
|
},
|
|
4865
|
+
{
|
|
4866
|
+
"kind": "field",
|
|
4867
|
+
"name": "notification",
|
|
4868
|
+
"type": {
|
|
4869
|
+
"text": "NotificationStructure"
|
|
4870
|
+
},
|
|
4871
|
+
"inheritedFrom": {
|
|
4872
|
+
"name": "DialogElement",
|
|
4873
|
+
"module": "src/dialog/dialog.ts"
|
|
4874
|
+
}
|
|
4875
|
+
},
|
|
4876
|
+
{
|
|
4877
|
+
"kind": "method",
|
|
4878
|
+
"name": "notificationChanged",
|
|
4879
|
+
"inheritedFrom": {
|
|
4880
|
+
"name": "DialogElement",
|
|
4881
|
+
"module": "src/dialog/dialog.ts"
|
|
4882
|
+
}
|
|
4883
|
+
},
|
|
4865
4884
|
{
|
|
4866
4885
|
"kind": "field",
|
|
4867
4886
|
"name": "position",
|
|
@@ -4952,6 +4971,31 @@
|
|
|
4952
4971
|
"module": "src/dialog/dialog.ts"
|
|
4953
4972
|
}
|
|
4954
4973
|
},
|
|
4974
|
+
{
|
|
4975
|
+
"kind": "method",
|
|
4976
|
+
"name": "dismiss",
|
|
4977
|
+
"privacy": "public",
|
|
4978
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
4979
|
+
"inheritedFrom": {
|
|
4980
|
+
"name": "DialogElement",
|
|
4981
|
+
"module": "src/dialog/dialog.ts"
|
|
4982
|
+
}
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"kind": "method",
|
|
4986
|
+
"name": "closeDialog",
|
|
4987
|
+
"privacy": "public",
|
|
4988
|
+
"return": {
|
|
4989
|
+
"type": {
|
|
4990
|
+
"text": "void"
|
|
4991
|
+
}
|
|
4992
|
+
},
|
|
4993
|
+
"description": "Dismiss the Dialog from display.",
|
|
4994
|
+
"inheritedFrom": {
|
|
4995
|
+
"name": "DialogElement",
|
|
4996
|
+
"module": "src/dialog/dialog.ts"
|
|
4997
|
+
}
|
|
4998
|
+
},
|
|
4955
4999
|
{
|
|
4956
5000
|
"kind": "field",
|
|
4957
5001
|
"name": "_presentation",
|
|
@@ -5857,10 +5901,7 @@
|
|
|
5857
5901
|
{
|
|
5858
5902
|
"kind": "variable",
|
|
5859
5903
|
"name": "zeroErrorBannerTemplate",
|
|
5860
|
-
"
|
|
5861
|
-
"text": "ViewTemplate<ErrorBanner>"
|
|
5862
|
-
},
|
|
5863
|
-
"default": "html`\n <zero-banner ${ref('banner')}>\n <div slot=\"content\">\n <div>\n ${(x) => x.error?.errorDetails || x.notification?.body || 'Place holder for error message'}\n </div>\n </div>\n\n <zero-button slot=\"action\" appearance=\"lightweight\" @click=${(x) => x.dismiss()}>\n ${(x) =>\n x.error?.config?.banner?.dismissingAction?.label ||\n x.notification?.config?.banner?.dismissingAction?.label ||\n 'Ignore'}\n </zero-button>\n\n ${repeat(\n (x) =>\n x.error?.config?.banner.confirmingActions ||\n x.notification?.config?.banner.confirmingActions,\n html`\n <zero-button\n slot=\"action\"\n appearance=\"lightweight\"\n @click=${(x, c) => {\n x?.action();\n c.parent.dismiss();\n }}\n >\n ${(x) => x.label}\n </zero-button>\n `,\n )}\n </zero-banner>\n`"
|
|
5904
|
+
"default": "html<ErrorBanner>`\n ${getPrefixedErrorBanner('zero')}\n`"
|
|
5864
5905
|
}
|
|
5865
5906
|
],
|
|
5866
5907
|
"exports": [
|
|
@@ -9801,6 +9842,25 @@
|
|
|
9801
9842
|
"module": "src/dialog/dialog.ts"
|
|
9802
9843
|
}
|
|
9803
9844
|
},
|
|
9845
|
+
{
|
|
9846
|
+
"kind": "field",
|
|
9847
|
+
"name": "notification",
|
|
9848
|
+
"type": {
|
|
9849
|
+
"text": "NotificationStructure"
|
|
9850
|
+
},
|
|
9851
|
+
"inheritedFrom": {
|
|
9852
|
+
"name": "DialogElement",
|
|
9853
|
+
"module": "src/dialog/dialog.ts"
|
|
9854
|
+
}
|
|
9855
|
+
},
|
|
9856
|
+
{
|
|
9857
|
+
"kind": "method",
|
|
9858
|
+
"name": "notificationChanged",
|
|
9859
|
+
"inheritedFrom": {
|
|
9860
|
+
"name": "DialogElement",
|
|
9861
|
+
"module": "src/dialog/dialog.ts"
|
|
9862
|
+
}
|
|
9863
|
+
},
|
|
9804
9864
|
{
|
|
9805
9865
|
"kind": "field",
|
|
9806
9866
|
"name": "position",
|
|
@@ -9891,6 +9951,31 @@
|
|
|
9891
9951
|
"module": "src/dialog/dialog.ts"
|
|
9892
9952
|
}
|
|
9893
9953
|
},
|
|
9954
|
+
{
|
|
9955
|
+
"kind": "method",
|
|
9956
|
+
"name": "dismiss",
|
|
9957
|
+
"privacy": "public",
|
|
9958
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
9959
|
+
"inheritedFrom": {
|
|
9960
|
+
"name": "DialogElement",
|
|
9961
|
+
"module": "src/dialog/dialog.ts"
|
|
9962
|
+
}
|
|
9963
|
+
},
|
|
9964
|
+
{
|
|
9965
|
+
"kind": "method",
|
|
9966
|
+
"name": "closeDialog",
|
|
9967
|
+
"privacy": "public",
|
|
9968
|
+
"return": {
|
|
9969
|
+
"type": {
|
|
9970
|
+
"text": "void"
|
|
9971
|
+
}
|
|
9972
|
+
},
|
|
9973
|
+
"description": "Dismiss the Dialog from display.",
|
|
9974
|
+
"inheritedFrom": {
|
|
9975
|
+
"name": "DialogElement",
|
|
9976
|
+
"module": "src/dialog/dialog.ts"
|
|
9977
|
+
}
|
|
9978
|
+
},
|
|
9894
9979
|
{
|
|
9895
9980
|
"kind": "field",
|
|
9896
9981
|
"name": "_presentation",
|
|
@@ -12726,10 +12811,7 @@
|
|
|
12726
12811
|
{
|
|
12727
12812
|
"kind": "variable",
|
|
12728
12813
|
"name": "zeroSnackbarTemplate",
|
|
12729
|
-
"
|
|
12730
|
-
"text": "ViewTemplate<Snackbar>"
|
|
12731
|
-
},
|
|
12732
|
-
"default": "html`\n <div class=\"snackbar ${(x) => x.deleteAnimation}\" ${ref('snackbar')}>\n <div part=\"content\" class=\"content\">\n <div>\n ${(x) => x.error?.errorDetails || x.notification?.body || 'Place holder for error message'}\n </div>\n </div>\n <div part=\"action\" class=\"action\">\n ${repeat(\n (x) =>\n x.error?.config?.snackbar?.confirmingActions ||\n x.notification?.config?.snackbar?.confirmingActions,\n html`\n <zero-button\n slot=\"action\"\n appearance=\"lightweight\"\n @click=${(x, c) => {\n x?.action();\n c.parent?.dismiss();\n }}\n >\n ${(x) => x.label}\n </zero-button>\n `,\n )}\n </div>\n </div>\n`"
|
|
12814
|
+
"default": "html<Snackbar>`\n ${getPrefixedSnackbar('zero')}\n`"
|
|
12733
12815
|
}
|
|
12734
12816
|
],
|
|
12735
12817
|
"exports": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"banner.stories.d.ts","sourceRoot":"","sources":["../../../src/banner/banner.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAKhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"banner.stories.d.ts","sourceRoot":"","sources":["../../../src/banner/banner.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAKhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;AA+BpB,eAAO,MAAM,OAAO,EAAE,QAuCrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.stories.d.ts","sourceRoot":"","sources":["../../../src/dialog/dialog.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAIhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"dialog.stories.d.ts","sourceRoot":"","sources":["../../../src/dialog/dialog.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAIhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;AAmCpB,eAAO,MAAM,OAAO,EAAE,QAqCrB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const zeroErrorBannerTemplate: ViewTemplate<ErrorBanner>;
|
|
1
|
+
import { ErrorBanner } from './error-banner';
|
|
2
|
+
export declare const zeroErrorBannerTemplate: import("@microsoft/fast-element").ViewTemplate<ErrorBanner, any>;
|
|
4
3
|
//# sourceMappingURL=error-banner.template.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-banner.template.d.ts","sourceRoot":"","sources":["../../../src/error-banner/error-banner.template.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"error-banner.template.d.ts","sourceRoot":"","sources":["../../../src/error-banner/error-banner.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,eAAO,MAAM,uBAAuB,kEAEnC,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const zeroSnackbarTemplate: ViewTemplate<Snackbar>;
|
|
1
|
+
import { Snackbar } from './snackbar';
|
|
2
|
+
export declare const zeroSnackbarTemplate: import("@microsoft/fast-element").ViewTemplate<Snackbar, any>;
|
|
4
3
|
//# sourceMappingURL=snackbar.template.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"snackbar.template.d.ts","sourceRoot":"","sources":["../../../src/snackbar/snackbar.template.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"snackbar.template.d.ts","sourceRoot":"","sources":["../../../src/snackbar/snackbar.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,eAAO,MAAM,oBAAoB,+DAEhC,CAAC"}
|
|
@@ -5,12 +5,38 @@ const meta = {
|
|
|
5
5
|
component: 'zero-banner',
|
|
6
6
|
};
|
|
7
7
|
export default meta;
|
|
8
|
+
const showNotify = (notifyText) => {
|
|
9
|
+
var _a;
|
|
10
|
+
let errorBanner = document.querySelector('#js-banner');
|
|
11
|
+
if (!errorBanner) {
|
|
12
|
+
errorBanner = document.createElement('zero-banner');
|
|
13
|
+
errorBanner.id = 'js-banner';
|
|
14
|
+
(_a = document.querySelector('#zero-banner')) === null || _a === void 0 ? void 0 : _a.appendChild(errorBanner);
|
|
15
|
+
}
|
|
16
|
+
errorBanner.notification = {
|
|
17
|
+
title: 'Notify Title',
|
|
18
|
+
body: `${notifyText} ID - notify - ${Math.random()}`,
|
|
19
|
+
config: {
|
|
20
|
+
banner: {
|
|
21
|
+
confirmingActions: [
|
|
22
|
+
{
|
|
23
|
+
label: 'Action',
|
|
24
|
+
action: () => {
|
|
25
|
+
alert('Action in progress');
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
|
+
],
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
};
|
|
32
|
+
};
|
|
8
33
|
const ignoreClick = (e) => {
|
|
9
34
|
const banner = document.querySelector('#banner');
|
|
10
35
|
banner.dismiss();
|
|
11
36
|
};
|
|
12
37
|
export const Primary = {
|
|
13
38
|
args: {
|
|
39
|
+
notifyText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit.',
|
|
14
40
|
bannerText: ` Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet.
|
|
15
41
|
Lorem, ipsum dolor.`,
|
|
16
42
|
actionIgnoreActionText: 'Ignore',
|
|
@@ -23,15 +49,22 @@ export const Primary = {
|
|
|
23
49
|
options: [...FastAppearanceValues, ...ZeroAppearanceValues],
|
|
24
50
|
},
|
|
25
51
|
},
|
|
26
|
-
render: ({ bannerText, actionButtonAppearance, actionIgnoreActionText, actionDemoText }) => html `
|
|
27
|
-
<
|
|
28
|
-
<
|
|
29
|
-
|
|
30
|
-
${
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
${
|
|
34
|
-
|
|
35
|
-
|
|
52
|
+
render: ({ bannerText, notifyText, actionButtonAppearance, actionIgnoreActionText, actionDemoText, }) => html `
|
|
53
|
+
<div style="display: flex; flex-direction: column;">
|
|
54
|
+
<zero-banner id="banner">
|
|
55
|
+
<div slot="content">${bannerText}</div>
|
|
56
|
+
<zero-button slot="action" @click="${ignoreClick}" appearance="${actionButtonAppearance}">
|
|
57
|
+
${actionIgnoreActionText}
|
|
58
|
+
</zero-button>
|
|
59
|
+
<zero-button slot="action" appearance="${actionButtonAppearance}">
|
|
60
|
+
${actionDemoText}
|
|
61
|
+
</zero-button>
|
|
62
|
+
</zero-banner>
|
|
63
|
+
<div id="zero-banner" style="width: 100%;">
|
|
64
|
+
<zero-button @click="${() => showNotify(notifyText)}">
|
|
65
|
+
Show Zero Banner - Notification Structure
|
|
66
|
+
</zero-button>
|
|
67
|
+
</div>
|
|
68
|
+
</div>
|
|
36
69
|
`,
|
|
37
70
|
};
|
|
@@ -12,8 +12,31 @@ const closeDialog = (e) => {
|
|
|
12
12
|
const dialog = document.querySelector('zero-dialog');
|
|
13
13
|
dialog.close();
|
|
14
14
|
};
|
|
15
|
+
const showDialogNotify = (notifyText) => {
|
|
16
|
+
const dialog = document.createElement('zero-dialog');
|
|
17
|
+
const container = document.getElementById('dialog-container');
|
|
18
|
+
container.appendChild(dialog);
|
|
19
|
+
dialog.notification = {
|
|
20
|
+
title: 'Notify Title',
|
|
21
|
+
body: `${notifyText} ID - notify - ${Math.random()}`,
|
|
22
|
+
config: {
|
|
23
|
+
dialog: {
|
|
24
|
+
confirmingActions: [
|
|
25
|
+
{
|
|
26
|
+
label: 'Action',
|
|
27
|
+
action: () => {
|
|
28
|
+
alert('Action in progress');
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
};
|
|
35
|
+
dialog.show();
|
|
36
|
+
};
|
|
15
37
|
export const Primary = {
|
|
16
38
|
args: {
|
|
39
|
+
notifyText: 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',
|
|
17
40
|
dialogMaxWidth: '557px',
|
|
18
41
|
dialogTitle: 'Dialog title',
|
|
19
42
|
dialogInitialText: 'Some text in a Zero Dialog',
|
|
@@ -24,8 +47,12 @@ export const Primary = {
|
|
|
24
47
|
voluptas illo? Voluptatum, atque quidem?`,
|
|
25
48
|
dialogCloseButtonText: 'Close this dialog',
|
|
26
49
|
},
|
|
27
|
-
render: ({ dialogMaxWidth, dialogTitle, dialogInitialText, dialogMainText, dialogCloseButtonText, }) => html `
|
|
50
|
+
render: ({ notifyText, dialogMaxWidth, dialogTitle, dialogInitialText, dialogMainText, dialogCloseButtonText, }) => html `
|
|
28
51
|
<zero-button @click="${showDialog}">Show Zero Dialog</zero-button>
|
|
52
|
+
<zero-button @click="${() => showDialogNotify(notifyText)}">
|
|
53
|
+
Show Zero Dialog - Notification Structure
|
|
54
|
+
</zero-button>
|
|
55
|
+
<div id="dialog-container"></div>
|
|
29
56
|
<zero-dialog style="--dialog-max-width: ${dialogMaxWidth};">
|
|
30
57
|
<h5 slot="top">${dialogTitle}</h5>
|
|
31
58
|
<p>${dialogInitialText}</p>
|
|
@@ -1,36 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getPrefixedErrorBanner } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { html } from '@microsoft/fast-element';
|
|
2
3
|
export const zeroErrorBannerTemplate = html `
|
|
3
|
-
|
|
4
|
-
<div slot="content">
|
|
5
|
-
<div>
|
|
6
|
-
${(x) => { var _a, _b; return ((_a = x.error) === null || _a === void 0 ? void 0 : _a.errorDetails) || ((_b = x.notification) === null || _b === void 0 ? void 0 : _b.body) || 'Place holder for error message'; }}
|
|
7
|
-
</div>
|
|
8
|
-
</div>
|
|
9
|
-
|
|
10
|
-
<zero-button slot="action" appearance="lightweight" @click=${(x) => x.dismiss()}>
|
|
11
|
-
${(x) => {
|
|
12
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
13
|
-
return ((_d = (_c = (_b = (_a = x.error) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.banner) === null || _c === void 0 ? void 0 : _c.dismissingAction) === null || _d === void 0 ? void 0 : _d.label) ||
|
|
14
|
-
((_h = (_g = (_f = (_e = x.notification) === null || _e === void 0 ? void 0 : _e.config) === null || _f === void 0 ? void 0 : _f.banner) === null || _g === void 0 ? void 0 : _g.dismissingAction) === null || _h === void 0 ? void 0 : _h.label) ||
|
|
15
|
-
'Ignore';
|
|
16
|
-
}}
|
|
17
|
-
</zero-button>
|
|
18
|
-
|
|
19
|
-
${repeat((x) => {
|
|
20
|
-
var _a, _b, _c, _d;
|
|
21
|
-
return ((_b = (_a = x.error) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.banner.confirmingActions) ||
|
|
22
|
-
((_d = (_c = x.notification) === null || _c === void 0 ? void 0 : _c.config) === null || _d === void 0 ? void 0 : _d.banner.confirmingActions);
|
|
23
|
-
}, html `
|
|
24
|
-
<zero-button
|
|
25
|
-
slot="action"
|
|
26
|
-
appearance="lightweight"
|
|
27
|
-
@click=${(x, c) => {
|
|
28
|
-
x === null || x === void 0 ? void 0 : x.action();
|
|
29
|
-
c.parent.dismiss();
|
|
30
|
-
}}
|
|
31
|
-
>
|
|
32
|
-
${(x) => x.label}
|
|
33
|
-
</zero-button>
|
|
34
|
-
`)}
|
|
35
|
-
</zero-banner>
|
|
4
|
+
${getPrefixedErrorBanner('zero')}
|
|
36
5
|
`;
|
|
@@ -1,29 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getPrefixedSnackbar } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { html } from '@microsoft/fast-element';
|
|
2
3
|
export const zeroSnackbarTemplate = html `
|
|
3
|
-
|
|
4
|
-
<div part="content" class="content">
|
|
5
|
-
<div>
|
|
6
|
-
${(x) => { var _a, _b; return ((_a = x.error) === null || _a === void 0 ? void 0 : _a.errorDetails) || ((_b = x.notification) === null || _b === void 0 ? void 0 : _b.body) || 'Place holder for error message'; }}
|
|
7
|
-
</div>
|
|
8
|
-
</div>
|
|
9
|
-
<div part="action" class="action">
|
|
10
|
-
${repeat((x) => {
|
|
11
|
-
var _a, _b, _c, _d, _e, _f;
|
|
12
|
-
return ((_c = (_b = (_a = x.error) === null || _a === void 0 ? void 0 : _a.config) === null || _b === void 0 ? void 0 : _b.snackbar) === null || _c === void 0 ? void 0 : _c.confirmingActions) ||
|
|
13
|
-
((_f = (_e = (_d = x.notification) === null || _d === void 0 ? void 0 : _d.config) === null || _e === void 0 ? void 0 : _e.snackbar) === null || _f === void 0 ? void 0 : _f.confirmingActions);
|
|
14
|
-
}, html `
|
|
15
|
-
<zero-button
|
|
16
|
-
slot="action"
|
|
17
|
-
appearance="lightweight"
|
|
18
|
-
@click=${(x, c) => {
|
|
19
|
-
var _a;
|
|
20
|
-
x === null || x === void 0 ? void 0 : x.action();
|
|
21
|
-
(_a = c.parent) === null || _a === void 0 ? void 0 : _a.dismiss();
|
|
22
|
-
}}
|
|
23
|
-
>
|
|
24
|
-
${(x) => x.label}
|
|
25
|
-
</zero-button>
|
|
26
|
-
`)}
|
|
27
|
-
</div>
|
|
28
|
-
</div>
|
|
4
|
+
${getPrefixedSnackbar('zero')}
|
|
29
5
|
`;
|
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.92.
|
|
4
|
+
"version": "14.92.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"storybook": "storybook dev -p 6006"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@genesislcap/genx": "14.92.
|
|
68
|
+
"@genesislcap/genx": "14.92.3",
|
|
69
69
|
"@storybook/addon-essentials": "^7.1.0",
|
|
70
70
|
"@storybook/addon-links": "^7.1.0",
|
|
71
71
|
"@storybook/addons": "^7.1.0",
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
"storybook": "^7.1.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@genesislcap/foundation-comms": "14.92.
|
|
82
|
-
"@genesislcap/foundation-logger": "14.92.
|
|
83
|
-
"@genesislcap/foundation-ui": "14.92.
|
|
84
|
-
"@genesislcap/foundation-utils": "14.92.
|
|
81
|
+
"@genesislcap/foundation-comms": "14.92.3",
|
|
82
|
+
"@genesislcap/foundation-logger": "14.92.3",
|
|
83
|
+
"@genesislcap/foundation-ui": "14.92.3",
|
|
84
|
+
"@genesislcap/foundation-utils": "14.92.3",
|
|
85
85
|
"@microsoft/fast-colors": "^5.1.4",
|
|
86
86
|
"@microsoft/fast-components": "^2.21.3",
|
|
87
87
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"access": "public"
|
|
99
99
|
},
|
|
100
100
|
"customElements": "dist/custom-elements.json",
|
|
101
|
-
"gitHead": "
|
|
101
|
+
"gitHead": "91e56d8baa783296b822b5966c5a65e50a25bad7"
|
|
102
102
|
}
|