@genesislcap/foundation-zero 14.79.2-alpha-9debc2e.0 → 14.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +419 -419
- package/package.json +6 -6
|
@@ -645,6 +645,37 @@
|
|
|
645
645
|
}
|
|
646
646
|
]
|
|
647
647
|
},
|
|
648
|
+
{
|
|
649
|
+
"kind": "javascript-module",
|
|
650
|
+
"path": "src/_config/index.ts",
|
|
651
|
+
"declarations": [],
|
|
652
|
+
"exports": [
|
|
653
|
+
{
|
|
654
|
+
"kind": "js",
|
|
655
|
+
"name": "*",
|
|
656
|
+
"declaration": {
|
|
657
|
+
"name": "*",
|
|
658
|
+
"package": "./styles"
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"kind": "js",
|
|
663
|
+
"name": "*",
|
|
664
|
+
"declaration": {
|
|
665
|
+
"name": "*",
|
|
666
|
+
"package": "./tokens"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"kind": "js",
|
|
671
|
+
"name": "*",
|
|
672
|
+
"declaration": {
|
|
673
|
+
"name": "*",
|
|
674
|
+
"package": "./values"
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
]
|
|
678
|
+
},
|
|
648
679
|
{
|
|
649
680
|
"kind": "javascript-module",
|
|
650
681
|
"path": "src/_common/colors.hex.ts",
|
|
@@ -786,82 +817,11 @@
|
|
|
786
817
|
},
|
|
787
818
|
{
|
|
788
819
|
"kind": "javascript-module",
|
|
789
|
-
"path": "src/
|
|
790
|
-
"declarations": [],
|
|
791
|
-
"exports": [
|
|
792
|
-
{
|
|
793
|
-
"kind": "js",
|
|
794
|
-
"name": "*",
|
|
795
|
-
"declaration": {
|
|
796
|
-
"name": "*",
|
|
797
|
-
"package": "./styles"
|
|
798
|
-
}
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"kind": "js",
|
|
802
|
-
"name": "*",
|
|
803
|
-
"declaration": {
|
|
804
|
-
"name": "*",
|
|
805
|
-
"package": "./tokens"
|
|
806
|
-
}
|
|
807
|
-
},
|
|
808
|
-
{
|
|
809
|
-
"kind": "js",
|
|
810
|
-
"name": "*",
|
|
811
|
-
"declaration": {
|
|
812
|
-
"name": "*",
|
|
813
|
-
"package": "./values"
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
]
|
|
817
|
-
},
|
|
818
|
-
{
|
|
819
|
-
"kind": "javascript-module",
|
|
820
|
-
"path": "src/accordion/accordion.stories.ts",
|
|
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
|
]
|
|
@@ -1989,7 +1989,7 @@
|
|
|
1989
1989
|
},
|
|
1990
1990
|
{
|
|
1991
1991
|
"kind": "javascript-module",
|
|
1992
|
-
"path": "src/
|
|
1992
|
+
"path": "src/badge/badge.stories.ts",
|
|
1993
1993
|
"declarations": [
|
|
1994
1994
|
{
|
|
1995
1995
|
"kind": "variable",
|
|
@@ -1997,15 +1997,15 @@
|
|
|
1997
1997
|
"type": {
|
|
1998
1998
|
"text": "Meta"
|
|
1999
1999
|
},
|
|
2000
|
-
"default": "{\n title: '
|
|
2000
|
+
"default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
|
|
2001
2001
|
},
|
|
2002
2002
|
{
|
|
2003
2003
|
"kind": "variable",
|
|
2004
|
-
"name": "
|
|
2004
|
+
"name": "All",
|
|
2005
2005
|
"type": {
|
|
2006
2006
|
"text": "StoryObj"
|
|
2007
2007
|
},
|
|
2008
|
-
"default": "{\n args: {\n
|
|
2008
|
+
"default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
|
|
2009
2009
|
}
|
|
2010
2010
|
],
|
|
2011
2011
|
"exports": [
|
|
@@ -2014,218 +2014,147 @@
|
|
|
2014
2014
|
"name": "default",
|
|
2015
2015
|
"declaration": {
|
|
2016
2016
|
"name": "meta",
|
|
2017
|
-
"module": "src/
|
|
2017
|
+
"module": "src/badge/badge.stories.ts"
|
|
2018
2018
|
}
|
|
2019
2019
|
},
|
|
2020
2020
|
{
|
|
2021
2021
|
"kind": "js",
|
|
2022
|
-
"name": "
|
|
2022
|
+
"name": "All",
|
|
2023
2023
|
"declaration": {
|
|
2024
|
-
"name": "
|
|
2025
|
-
"module": "src/
|
|
2024
|
+
"name": "All",
|
|
2025
|
+
"module": "src/badge/badge.stories.ts"
|
|
2026
2026
|
}
|
|
2027
2027
|
}
|
|
2028
2028
|
]
|
|
2029
2029
|
},
|
|
2030
2030
|
{
|
|
2031
2031
|
"kind": "javascript-module",
|
|
2032
|
-
"path": "src/
|
|
2032
|
+
"path": "src/badge/badge.styles.ts",
|
|
2033
2033
|
"declarations": [
|
|
2034
2034
|
{
|
|
2035
|
-
"kind": "
|
|
2036
|
-
"name": "
|
|
2037
|
-
"
|
|
2035
|
+
"kind": "function",
|
|
2036
|
+
"name": "zeroBadgeStyles",
|
|
2037
|
+
"return": {
|
|
2038
|
+
"type": {
|
|
2039
|
+
"text": "ElementStyles"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
"parameters": [
|
|
2043
|
+
{
|
|
2044
|
+
"name": "context",
|
|
2045
|
+
"type": {
|
|
2046
|
+
"text": "ElementDefinitionContext"
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
{
|
|
2050
|
+
"name": "definition",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "FoundationElementDefinition"
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
]
|
|
2038
2056
|
}
|
|
2039
2057
|
],
|
|
2040
2058
|
"exports": [
|
|
2041
2059
|
{
|
|
2042
2060
|
"kind": "js",
|
|
2043
|
-
"name": "
|
|
2061
|
+
"name": "zeroBadgeStyles",
|
|
2044
2062
|
"declaration": {
|
|
2045
|
-
"name": "
|
|
2046
|
-
"module": "src/
|
|
2063
|
+
"name": "zeroBadgeStyles",
|
|
2064
|
+
"module": "src/badge/badge.styles.ts"
|
|
2047
2065
|
}
|
|
2048
2066
|
}
|
|
2049
2067
|
]
|
|
2050
2068
|
},
|
|
2051
2069
|
{
|
|
2052
2070
|
"kind": "javascript-module",
|
|
2053
|
-
"path": "src/
|
|
2071
|
+
"path": "src/badge/badge.template.ts",
|
|
2054
2072
|
"declarations": [
|
|
2055
2073
|
{
|
|
2056
|
-
"kind": "
|
|
2057
|
-
"name": "
|
|
2058
|
-
"
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
"description": "",
|
|
2063
|
-
"name": "Banner",
|
|
2064
|
-
"superclass": {
|
|
2065
|
-
"name": "FoundationBanner",
|
|
2066
|
-
"package": "@genesislcap/foundation-ui"
|
|
2074
|
+
"kind": "function",
|
|
2075
|
+
"name": "zeroBadgeTemplate",
|
|
2076
|
+
"return": {
|
|
2077
|
+
"type": {
|
|
2078
|
+
"text": "ViewTemplate<Badge>"
|
|
2079
|
+
}
|
|
2067
2080
|
},
|
|
2068
|
-
"
|
|
2069
|
-
"customElement": true,
|
|
2070
|
-
"members": [
|
|
2071
|
-
{
|
|
2072
|
-
"kind": "field",
|
|
2073
|
-
"name": "_presentation",
|
|
2074
|
-
"type": {
|
|
2075
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2076
|
-
},
|
|
2077
|
-
"privacy": "private",
|
|
2078
|
-
"default": "void 0",
|
|
2079
|
-
"inheritedFrom": {
|
|
2080
|
-
"name": "FoundationElement",
|
|
2081
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"kind": "field",
|
|
2086
|
-
"name": "$presentation",
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": "ComponentPresentation | null"
|
|
2089
|
-
},
|
|
2090
|
-
"privacy": "public",
|
|
2091
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2092
|
-
"inheritedFrom": {
|
|
2093
|
-
"name": "FoundationElement",
|
|
2094
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2095
|
-
}
|
|
2096
|
-
},
|
|
2081
|
+
"parameters": [
|
|
2097
2082
|
{
|
|
2098
|
-
"
|
|
2099
|
-
"name": "template",
|
|
2083
|
+
"name": "context",
|
|
2100
2084
|
"type": {
|
|
2101
|
-
"text": "
|
|
2102
|
-
},
|
|
2103
|
-
"privacy": "public",
|
|
2104
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2105
|
-
"inheritedFrom": {
|
|
2106
|
-
"name": "FoundationElement",
|
|
2107
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2108
|
-
}
|
|
2109
|
-
},
|
|
2110
|
-
{
|
|
2111
|
-
"kind": "method",
|
|
2112
|
-
"name": "templateChanged",
|
|
2113
|
-
"privacy": "protected",
|
|
2114
|
-
"return": {
|
|
2115
|
-
"type": {
|
|
2116
|
-
"text": "void"
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
"inheritedFrom": {
|
|
2120
|
-
"name": "FoundationElement",
|
|
2121
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2085
|
+
"text": "ElementDefinitionContext"
|
|
2122
2086
|
}
|
|
2123
2087
|
},
|
|
2124
2088
|
{
|
|
2125
|
-
"
|
|
2126
|
-
"name": "styles",
|
|
2089
|
+
"name": "definition",
|
|
2127
2090
|
"type": {
|
|
2128
|
-
"text": "
|
|
2129
|
-
},
|
|
2130
|
-
"privacy": "public",
|
|
2131
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2132
|
-
"inheritedFrom": {
|
|
2133
|
-
"name": "FoundationElement",
|
|
2134
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"kind": "method",
|
|
2139
|
-
"name": "stylesChanged",
|
|
2140
|
-
"privacy": "protected",
|
|
2141
|
-
"return": {
|
|
2142
|
-
"type": {
|
|
2143
|
-
"text": "void"
|
|
2144
|
-
}
|
|
2145
|
-
},
|
|
2146
|
-
"inheritedFrom": {
|
|
2147
|
-
"name": "FoundationElement",
|
|
2148
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "method",
|
|
2153
|
-
"name": "compose",
|
|
2154
|
-
"privacy": "public",
|
|
2155
|
-
"static": true,
|
|
2156
|
-
"return": {
|
|
2157
|
-
"type": {
|
|
2158
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2159
|
-
}
|
|
2160
|
-
},
|
|
2161
|
-
"parameters": [
|
|
2162
|
-
{
|
|
2163
|
-
"name": "this",
|
|
2164
|
-
"type": {
|
|
2165
|
-
"text": "K"
|
|
2166
|
-
}
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"name": "elementDefinition",
|
|
2170
|
-
"type": {
|
|
2171
|
-
"text": "T"
|
|
2172
|
-
},
|
|
2173
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2174
|
-
}
|
|
2175
|
-
],
|
|
2176
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2177
|
-
"inheritedFrom": {
|
|
2178
|
-
"name": "FoundationElement",
|
|
2179
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2091
|
+
"text": "FoundationElementDefinition"
|
|
2180
2092
|
}
|
|
2181
2093
|
}
|
|
2182
2094
|
]
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"kind": "variable",
|
|
2186
|
-
"name": "zeroBanner",
|
|
2187
|
-
"description": "The Zero Banner",
|
|
2188
|
-
"privacy": "public"
|
|
2189
2095
|
}
|
|
2190
2096
|
],
|
|
2191
2097
|
"exports": [
|
|
2192
2098
|
{
|
|
2193
2099
|
"kind": "js",
|
|
2194
|
-
"name": "
|
|
2100
|
+
"name": "zeroBadgeTemplate",
|
|
2195
2101
|
"declaration": {
|
|
2196
|
-
"name": "
|
|
2197
|
-
"module": "src/
|
|
2102
|
+
"name": "zeroBadgeTemplate",
|
|
2103
|
+
"module": "src/badge/badge.template.ts"
|
|
2198
2104
|
}
|
|
2105
|
+
}
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "javascript-module",
|
|
2110
|
+
"path": "src/badge/badge.ts",
|
|
2111
|
+
"declarations": [
|
|
2112
|
+
{
|
|
2113
|
+
"kind": "class",
|
|
2114
|
+
"description": "",
|
|
2115
|
+
"name": "Badge",
|
|
2116
|
+
"superclass": {
|
|
2117
|
+
"name": "FoundationBadge",
|
|
2118
|
+
"package": "@genesislcap/foundation-ui"
|
|
2119
|
+
},
|
|
2120
|
+
"tagName": "%%prefix%%-badge",
|
|
2121
|
+
"customElement": true
|
|
2199
2122
|
},
|
|
2123
|
+
{
|
|
2124
|
+
"kind": "variable",
|
|
2125
|
+
"name": "zeroBadge"
|
|
2126
|
+
}
|
|
2127
|
+
],
|
|
2128
|
+
"exports": [
|
|
2200
2129
|
{
|
|
2201
2130
|
"kind": "js",
|
|
2202
|
-
"name": "
|
|
2131
|
+
"name": "Badge",
|
|
2203
2132
|
"declaration": {
|
|
2204
|
-
"name": "
|
|
2205
|
-
"module": "src/
|
|
2133
|
+
"name": "Badge",
|
|
2134
|
+
"module": "src/badge/badge.ts"
|
|
2206
2135
|
}
|
|
2207
2136
|
},
|
|
2208
2137
|
{
|
|
2209
2138
|
"kind": "js",
|
|
2210
|
-
"name": "
|
|
2139
|
+
"name": "zeroBadge",
|
|
2211
2140
|
"declaration": {
|
|
2212
|
-
"name": "
|
|
2213
|
-
"module": "src/
|
|
2141
|
+
"name": "zeroBadge",
|
|
2142
|
+
"module": "src/badge/badge.ts"
|
|
2214
2143
|
}
|
|
2215
2144
|
}
|
|
2216
2145
|
]
|
|
2217
2146
|
},
|
|
2218
2147
|
{
|
|
2219
2148
|
"kind": "javascript-module",
|
|
2220
|
-
"path": "src/
|
|
2149
|
+
"path": "src/badge/index.ts",
|
|
2221
2150
|
"declarations": [],
|
|
2222
2151
|
"exports": [
|
|
2223
2152
|
{
|
|
2224
2153
|
"kind": "js",
|
|
2225
|
-
"name": "
|
|
2154
|
+
"name": "*",
|
|
2226
2155
|
"declaration": {
|
|
2227
|
-
"name": "
|
|
2228
|
-
"package": "
|
|
2156
|
+
"name": "*",
|
|
2157
|
+
"package": "./badge"
|
|
2229
2158
|
}
|
|
2230
2159
|
},
|
|
2231
2160
|
{
|
|
@@ -2233,7 +2162,7 @@
|
|
|
2233
2162
|
"name": "*",
|
|
2234
2163
|
"declaration": {
|
|
2235
2164
|
"name": "*",
|
|
2236
|
-
"package": "./
|
|
2165
|
+
"package": "./badge.styles"
|
|
2237
2166
|
}
|
|
2238
2167
|
},
|
|
2239
2168
|
{
|
|
@@ -2241,14 +2170,14 @@
|
|
|
2241
2170
|
"name": "*",
|
|
2242
2171
|
"declaration": {
|
|
2243
2172
|
"name": "*",
|
|
2244
|
-
"package": "./
|
|
2173
|
+
"package": "./badge.template"
|
|
2245
2174
|
}
|
|
2246
2175
|
}
|
|
2247
2176
|
]
|
|
2248
2177
|
},
|
|
2249
2178
|
{
|
|
2250
2179
|
"kind": "javascript-module",
|
|
2251
|
-
"path": "src/
|
|
2180
|
+
"path": "src/banner/banner.stories.ts",
|
|
2252
2181
|
"declarations": [
|
|
2253
2182
|
{
|
|
2254
2183
|
"kind": "variable",
|
|
@@ -2256,15 +2185,15 @@
|
|
|
2256
2185
|
"type": {
|
|
2257
2186
|
"text": "Meta"
|
|
2258
2187
|
},
|
|
2259
|
-
"default": "{\n title: '
|
|
2188
|
+
"default": "{\n title: 'Banner',\n component: 'zero-banner',\n}"
|
|
2260
2189
|
},
|
|
2261
2190
|
{
|
|
2262
2191
|
"kind": "variable",
|
|
2263
|
-
"name": "
|
|
2192
|
+
"name": "Primary",
|
|
2264
2193
|
"type": {
|
|
2265
2194
|
"text": "StoryObj"
|
|
2266
2195
|
},
|
|
2267
|
-
"default": "{\n args: {\n
|
|
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: ({ bannerText, actionButtonAppearance, actionIgnoreActionText, actionDemoText }) => html`\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 `,\n}"
|
|
2268
2197
|
}
|
|
2269
2198
|
],
|
|
2270
2199
|
"exports": [
|
|
@@ -2273,147 +2202,218 @@
|
|
|
2273
2202
|
"name": "default",
|
|
2274
2203
|
"declaration": {
|
|
2275
2204
|
"name": "meta",
|
|
2276
|
-
"module": "src/
|
|
2205
|
+
"module": "src/banner/banner.stories.ts"
|
|
2277
2206
|
}
|
|
2278
2207
|
},
|
|
2279
2208
|
{
|
|
2280
2209
|
"kind": "js",
|
|
2281
|
-
"name": "
|
|
2210
|
+
"name": "Primary",
|
|
2282
2211
|
"declaration": {
|
|
2283
|
-
"name": "
|
|
2284
|
-
"module": "src/
|
|
2212
|
+
"name": "Primary",
|
|
2213
|
+
"module": "src/banner/banner.stories.ts"
|
|
2285
2214
|
}
|
|
2286
2215
|
}
|
|
2287
2216
|
]
|
|
2288
2217
|
},
|
|
2289
2218
|
{
|
|
2290
2219
|
"kind": "javascript-module",
|
|
2291
|
-
"path": "src/
|
|
2220
|
+
"path": "src/banner/banner.styles.ts",
|
|
2292
2221
|
"declarations": [
|
|
2293
2222
|
{
|
|
2294
|
-
"kind": "
|
|
2295
|
-
"name": "
|
|
2296
|
-
"
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2223
|
+
"kind": "variable",
|
|
2224
|
+
"name": "zeroBannerStyles",
|
|
2225
|
+
"default": "css`\n ${foundationBannerStyles}\n .banner {\n background-color: ${neutralLayer1};\n }\n`"
|
|
2226
|
+
}
|
|
2227
|
+
],
|
|
2228
|
+
"exports": [
|
|
2229
|
+
{
|
|
2230
|
+
"kind": "js",
|
|
2231
|
+
"name": "zeroBannerStyles",
|
|
2232
|
+
"declaration": {
|
|
2233
|
+
"name": "zeroBannerStyles",
|
|
2234
|
+
"module": "src/banner/banner.styles.ts"
|
|
2235
|
+
}
|
|
2236
|
+
}
|
|
2237
|
+
]
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"kind": "javascript-module",
|
|
2241
|
+
"path": "src/banner/banner.ts",
|
|
2242
|
+
"declarations": [
|
|
2243
|
+
{
|
|
2244
|
+
"kind": "variable",
|
|
2245
|
+
"name": "zeroBannerShadowOptions",
|
|
2246
|
+
"default": "foundationBannerShadowOptions"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
"kind": "class",
|
|
2250
|
+
"description": "",
|
|
2251
|
+
"name": "Banner",
|
|
2252
|
+
"superclass": {
|
|
2253
|
+
"name": "FoundationBanner",
|
|
2254
|
+
"package": "@genesislcap/foundation-ui"
|
|
2300
2255
|
},
|
|
2301
|
-
"
|
|
2256
|
+
"tagName": "%%prefix%%-banner",
|
|
2257
|
+
"customElement": true,
|
|
2258
|
+
"members": [
|
|
2302
2259
|
{
|
|
2303
|
-
"
|
|
2260
|
+
"kind": "field",
|
|
2261
|
+
"name": "_presentation",
|
|
2304
2262
|
"type": {
|
|
2305
|
-
"text": "
|
|
2263
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2264
|
+
},
|
|
2265
|
+
"privacy": "private",
|
|
2266
|
+
"default": "void 0",
|
|
2267
|
+
"inheritedFrom": {
|
|
2268
|
+
"name": "FoundationElement",
|
|
2269
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"kind": "field",
|
|
2274
|
+
"name": "$presentation",
|
|
2275
|
+
"type": {
|
|
2276
|
+
"text": "ComponentPresentation | null"
|
|
2277
|
+
},
|
|
2278
|
+
"privacy": "public",
|
|
2279
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2280
|
+
"inheritedFrom": {
|
|
2281
|
+
"name": "FoundationElement",
|
|
2282
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2283
|
+
}
|
|
2284
|
+
},
|
|
2285
|
+
{
|
|
2286
|
+
"kind": "field",
|
|
2287
|
+
"name": "template",
|
|
2288
|
+
"type": {
|
|
2289
|
+
"text": "ElementViewTemplate | void | null"
|
|
2290
|
+
},
|
|
2291
|
+
"privacy": "public",
|
|
2292
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2293
|
+
"inheritedFrom": {
|
|
2294
|
+
"name": "FoundationElement",
|
|
2295
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"kind": "method",
|
|
2300
|
+
"name": "templateChanged",
|
|
2301
|
+
"privacy": "protected",
|
|
2302
|
+
"return": {
|
|
2303
|
+
"type": {
|
|
2304
|
+
"text": "void"
|
|
2305
|
+
}
|
|
2306
|
+
},
|
|
2307
|
+
"inheritedFrom": {
|
|
2308
|
+
"name": "FoundationElement",
|
|
2309
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2306
2310
|
}
|
|
2307
2311
|
},
|
|
2308
2312
|
{
|
|
2309
|
-
"
|
|
2313
|
+
"kind": "field",
|
|
2314
|
+
"name": "styles",
|
|
2310
2315
|
"type": {
|
|
2311
|
-
"text": "
|
|
2316
|
+
"text": "ElementStyles | void | null"
|
|
2317
|
+
},
|
|
2318
|
+
"privacy": "public",
|
|
2319
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2320
|
+
"inheritedFrom": {
|
|
2321
|
+
"name": "FoundationElement",
|
|
2322
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2312
2323
|
}
|
|
2313
|
-
}
|
|
2314
|
-
]
|
|
2315
|
-
}
|
|
2316
|
-
],
|
|
2317
|
-
"exports": [
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "js",
|
|
2320
|
-
"name": "zeroBadgeStyles",
|
|
2321
|
-
"declaration": {
|
|
2322
|
-
"name": "zeroBadgeStyles",
|
|
2323
|
-
"module": "src/badge/badge.styles.ts"
|
|
2324
|
-
}
|
|
2325
|
-
}
|
|
2326
|
-
]
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"kind": "javascript-module",
|
|
2330
|
-
"path": "src/badge/badge.template.ts",
|
|
2331
|
-
"declarations": [
|
|
2332
|
-
{
|
|
2333
|
-
"kind": "function",
|
|
2334
|
-
"name": "zeroBadgeTemplate",
|
|
2335
|
-
"return": {
|
|
2336
|
-
"type": {
|
|
2337
|
-
"text": "ViewTemplate<Badge>"
|
|
2338
|
-
}
|
|
2339
|
-
},
|
|
2340
|
-
"parameters": [
|
|
2324
|
+
},
|
|
2341
2325
|
{
|
|
2342
|
-
"
|
|
2343
|
-
"
|
|
2344
|
-
|
|
2326
|
+
"kind": "method",
|
|
2327
|
+
"name": "stylesChanged",
|
|
2328
|
+
"privacy": "protected",
|
|
2329
|
+
"return": {
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "void"
|
|
2332
|
+
}
|
|
2333
|
+
},
|
|
2334
|
+
"inheritedFrom": {
|
|
2335
|
+
"name": "FoundationElement",
|
|
2336
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2345
2337
|
}
|
|
2346
2338
|
},
|
|
2347
2339
|
{
|
|
2348
|
-
"
|
|
2349
|
-
"
|
|
2350
|
-
|
|
2340
|
+
"kind": "method",
|
|
2341
|
+
"name": "compose",
|
|
2342
|
+
"privacy": "public",
|
|
2343
|
+
"static": true,
|
|
2344
|
+
"return": {
|
|
2345
|
+
"type": {
|
|
2346
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2349
|
+
"parameters": [
|
|
2350
|
+
{
|
|
2351
|
+
"name": "this",
|
|
2352
|
+
"type": {
|
|
2353
|
+
"text": "K"
|
|
2354
|
+
}
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "elementDefinition",
|
|
2358
|
+
"type": {
|
|
2359
|
+
"text": "T"
|
|
2360
|
+
},
|
|
2361
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2362
|
+
}
|
|
2363
|
+
],
|
|
2364
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2365
|
+
"inheritedFrom": {
|
|
2366
|
+
"name": "FoundationElement",
|
|
2367
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2351
2368
|
}
|
|
2352
2369
|
}
|
|
2353
2370
|
]
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"kind": "variable",
|
|
2374
|
+
"name": "zeroBanner",
|
|
2375
|
+
"description": "The Zero Banner",
|
|
2376
|
+
"privacy": "public"
|
|
2354
2377
|
}
|
|
2355
2378
|
],
|
|
2356
2379
|
"exports": [
|
|
2357
2380
|
{
|
|
2358
2381
|
"kind": "js",
|
|
2359
|
-
"name": "
|
|
2382
|
+
"name": "zeroBannerShadowOptions",
|
|
2360
2383
|
"declaration": {
|
|
2361
|
-
"name": "
|
|
2362
|
-
"module": "src/
|
|
2384
|
+
"name": "zeroBannerShadowOptions",
|
|
2385
|
+
"module": "src/banner/banner.ts"
|
|
2363
2386
|
}
|
|
2364
|
-
}
|
|
2365
|
-
]
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "javascript-module",
|
|
2369
|
-
"path": "src/badge/badge.ts",
|
|
2370
|
-
"declarations": [
|
|
2371
|
-
{
|
|
2372
|
-
"kind": "class",
|
|
2373
|
-
"description": "",
|
|
2374
|
-
"name": "Badge",
|
|
2375
|
-
"superclass": {
|
|
2376
|
-
"name": "FoundationBadge",
|
|
2377
|
-
"package": "@genesislcap/foundation-ui"
|
|
2378
|
-
},
|
|
2379
|
-
"tagName": "%%prefix%%-badge",
|
|
2380
|
-
"customElement": true
|
|
2381
2387
|
},
|
|
2382
|
-
{
|
|
2383
|
-
"kind": "variable",
|
|
2384
|
-
"name": "zeroBadge"
|
|
2385
|
-
}
|
|
2386
|
-
],
|
|
2387
|
-
"exports": [
|
|
2388
2388
|
{
|
|
2389
2389
|
"kind": "js",
|
|
2390
|
-
"name": "
|
|
2390
|
+
"name": "Banner",
|
|
2391
2391
|
"declaration": {
|
|
2392
|
-
"name": "
|
|
2393
|
-
"module": "src/
|
|
2392
|
+
"name": "Banner",
|
|
2393
|
+
"module": "src/banner/banner.ts"
|
|
2394
2394
|
}
|
|
2395
2395
|
},
|
|
2396
2396
|
{
|
|
2397
2397
|
"kind": "js",
|
|
2398
|
-
"name": "
|
|
2398
|
+
"name": "zeroBanner",
|
|
2399
2399
|
"declaration": {
|
|
2400
|
-
"name": "
|
|
2401
|
-
"module": "src/
|
|
2400
|
+
"name": "zeroBanner",
|
|
2401
|
+
"module": "src/banner/banner.ts"
|
|
2402
2402
|
}
|
|
2403
2403
|
}
|
|
2404
2404
|
]
|
|
2405
2405
|
},
|
|
2406
2406
|
{
|
|
2407
2407
|
"kind": "javascript-module",
|
|
2408
|
-
"path": "src/
|
|
2408
|
+
"path": "src/banner/index.ts",
|
|
2409
2409
|
"declarations": [],
|
|
2410
2410
|
"exports": [
|
|
2411
2411
|
{
|
|
2412
2412
|
"kind": "js",
|
|
2413
|
-
"name": "
|
|
2413
|
+
"name": "zeroBannerTemplate",
|
|
2414
2414
|
"declaration": {
|
|
2415
|
-
"name": "
|
|
2416
|
-
"package": "
|
|
2415
|
+
"name": "foundationBannerTemplate",
|
|
2416
|
+
"package": "@genesislcap/foundation-ui"
|
|
2417
2417
|
}
|
|
2418
2418
|
},
|
|
2419
2419
|
{
|
|
@@ -2421,7 +2421,7 @@
|
|
|
2421
2421
|
"name": "*",
|
|
2422
2422
|
"declaration": {
|
|
2423
2423
|
"name": "*",
|
|
2424
|
-
"package": "./
|
|
2424
|
+
"package": "./banner"
|
|
2425
2425
|
}
|
|
2426
2426
|
},
|
|
2427
2427
|
{
|
|
@@ -2429,7 +2429,7 @@
|
|
|
2429
2429
|
"name": "*",
|
|
2430
2430
|
"declaration": {
|
|
2431
2431
|
"name": "*",
|
|
2432
|
-
"package": "./
|
|
2432
|
+
"package": "./banner.styles"
|
|
2433
2433
|
}
|
|
2434
2434
|
}
|
|
2435
2435
|
]
|
|
@@ -13079,7 +13079,7 @@
|
|
|
13079
13079
|
},
|
|
13080
13080
|
{
|
|
13081
13081
|
"kind": "javascript-module",
|
|
13082
|
-
"path": "src/tab
|
|
13082
|
+
"path": "src/tab/index.ts",
|
|
13083
13083
|
"declarations": [],
|
|
13084
13084
|
"exports": [
|
|
13085
13085
|
{
|
|
@@ -13087,7 +13087,7 @@
|
|
|
13087
13087
|
"name": "*",
|
|
13088
13088
|
"declaration": {
|
|
13089
13089
|
"name": "*",
|
|
13090
|
-
"package": "./tab
|
|
13090
|
+
"package": "./tab"
|
|
13091
13091
|
}
|
|
13092
13092
|
},
|
|
13093
13093
|
{
|
|
@@ -13095,7 +13095,7 @@
|
|
|
13095
13095
|
"name": "*",
|
|
13096
13096
|
"declaration": {
|
|
13097
13097
|
"name": "*",
|
|
13098
|
-
"package": "./tab
|
|
13098
|
+
"package": "./tab.styles"
|
|
13099
13099
|
}
|
|
13100
13100
|
},
|
|
13101
13101
|
{
|
|
@@ -13103,18 +13103,18 @@
|
|
|
13103
13103
|
"name": "*",
|
|
13104
13104
|
"declaration": {
|
|
13105
13105
|
"name": "*",
|
|
13106
|
-
"package": "./tab
|
|
13106
|
+
"package": "./tab.template"
|
|
13107
13107
|
}
|
|
13108
13108
|
}
|
|
13109
13109
|
]
|
|
13110
13110
|
},
|
|
13111
13111
|
{
|
|
13112
13112
|
"kind": "javascript-module",
|
|
13113
|
-
"path": "src/tab
|
|
13113
|
+
"path": "src/tab/tab.styles.ts",
|
|
13114
13114
|
"declarations": [
|
|
13115
13115
|
{
|
|
13116
13116
|
"kind": "function",
|
|
13117
|
-
"name": "
|
|
13117
|
+
"name": "zeroTabStyles",
|
|
13118
13118
|
"return": {
|
|
13119
13119
|
"type": {
|
|
13120
13120
|
"text": "ElementStyles"
|
|
@@ -13139,24 +13139,24 @@
|
|
|
13139
13139
|
"exports": [
|
|
13140
13140
|
{
|
|
13141
13141
|
"kind": "js",
|
|
13142
|
-
"name": "
|
|
13142
|
+
"name": "zeroTabStyles",
|
|
13143
13143
|
"declaration": {
|
|
13144
|
-
"name": "
|
|
13145
|
-
"module": "src/tab
|
|
13144
|
+
"name": "zeroTabStyles",
|
|
13145
|
+
"module": "src/tab/tab.styles.ts"
|
|
13146
13146
|
}
|
|
13147
13147
|
}
|
|
13148
13148
|
]
|
|
13149
13149
|
},
|
|
13150
13150
|
{
|
|
13151
13151
|
"kind": "javascript-module",
|
|
13152
|
-
"path": "src/tab
|
|
13152
|
+
"path": "src/tab/tab.template.ts",
|
|
13153
13153
|
"declarations": [
|
|
13154
13154
|
{
|
|
13155
13155
|
"kind": "function",
|
|
13156
|
-
"name": "
|
|
13156
|
+
"name": "zeroTabTemplate",
|
|
13157
13157
|
"return": {
|
|
13158
13158
|
"type": {
|
|
13159
|
-
"text": "ViewTemplate<
|
|
13159
|
+
"text": "ViewTemplate<Tab>"
|
|
13160
13160
|
}
|
|
13161
13161
|
},
|
|
13162
13162
|
"parameters": [
|
|
@@ -13178,56 +13178,56 @@
|
|
|
13178
13178
|
"exports": [
|
|
13179
13179
|
{
|
|
13180
13180
|
"kind": "js",
|
|
13181
|
-
"name": "
|
|
13181
|
+
"name": "zeroTabTemplate",
|
|
13182
13182
|
"declaration": {
|
|
13183
|
-
"name": "
|
|
13184
|
-
"module": "src/tab
|
|
13183
|
+
"name": "zeroTabTemplate",
|
|
13184
|
+
"module": "src/tab/tab.template.ts"
|
|
13185
13185
|
}
|
|
13186
13186
|
}
|
|
13187
13187
|
]
|
|
13188
13188
|
},
|
|
13189
13189
|
{
|
|
13190
13190
|
"kind": "javascript-module",
|
|
13191
|
-
"path": "src/tab
|
|
13191
|
+
"path": "src/tab/tab.ts",
|
|
13192
13192
|
"declarations": [
|
|
13193
13193
|
{
|
|
13194
13194
|
"kind": "class",
|
|
13195
13195
|
"description": "",
|
|
13196
|
-
"name": "
|
|
13196
|
+
"name": "Tab",
|
|
13197
13197
|
"superclass": {
|
|
13198
|
-
"name": "
|
|
13198
|
+
"name": "FoundationTab",
|
|
13199
13199
|
"package": "@genesislcap/foundation-ui"
|
|
13200
13200
|
},
|
|
13201
|
-
"tagName": "%%prefix%%-tab
|
|
13201
|
+
"tagName": "%%prefix%%-tab",
|
|
13202
13202
|
"customElement": true
|
|
13203
13203
|
},
|
|
13204
13204
|
{
|
|
13205
13205
|
"kind": "variable",
|
|
13206
|
-
"name": "
|
|
13206
|
+
"name": "zeroTab"
|
|
13207
13207
|
}
|
|
13208
13208
|
],
|
|
13209
13209
|
"exports": [
|
|
13210
13210
|
{
|
|
13211
13211
|
"kind": "js",
|
|
13212
|
-
"name": "
|
|
13212
|
+
"name": "Tab",
|
|
13213
13213
|
"declaration": {
|
|
13214
|
-
"name": "
|
|
13215
|
-
"module": "src/tab
|
|
13214
|
+
"name": "Tab",
|
|
13215
|
+
"module": "src/tab/tab.ts"
|
|
13216
13216
|
}
|
|
13217
13217
|
},
|
|
13218
13218
|
{
|
|
13219
13219
|
"kind": "js",
|
|
13220
|
-
"name": "
|
|
13220
|
+
"name": "zeroTab",
|
|
13221
13221
|
"declaration": {
|
|
13222
|
-
"name": "
|
|
13223
|
-
"module": "src/tab
|
|
13222
|
+
"name": "zeroTab",
|
|
13223
|
+
"module": "src/tab/tab.ts"
|
|
13224
13224
|
}
|
|
13225
13225
|
}
|
|
13226
13226
|
]
|
|
13227
13227
|
},
|
|
13228
13228
|
{
|
|
13229
13229
|
"kind": "javascript-module",
|
|
13230
|
-
"path": "src/tab/index.ts",
|
|
13230
|
+
"path": "src/tab-panel/index.ts",
|
|
13231
13231
|
"declarations": [],
|
|
13232
13232
|
"exports": [
|
|
13233
13233
|
{
|
|
@@ -13235,7 +13235,7 @@
|
|
|
13235
13235
|
"name": "*",
|
|
13236
13236
|
"declaration": {
|
|
13237
13237
|
"name": "*",
|
|
13238
|
-
"package": "./tab"
|
|
13238
|
+
"package": "./tab-panel"
|
|
13239
13239
|
}
|
|
13240
13240
|
},
|
|
13241
13241
|
{
|
|
@@ -13243,7 +13243,7 @@
|
|
|
13243
13243
|
"name": "*",
|
|
13244
13244
|
"declaration": {
|
|
13245
13245
|
"name": "*",
|
|
13246
|
-
"package": "./tab.styles"
|
|
13246
|
+
"package": "./tab-panel.styles"
|
|
13247
13247
|
}
|
|
13248
13248
|
},
|
|
13249
13249
|
{
|
|
@@ -13251,18 +13251,18 @@
|
|
|
13251
13251
|
"name": "*",
|
|
13252
13252
|
"declaration": {
|
|
13253
13253
|
"name": "*",
|
|
13254
|
-
"package": "./tab.template"
|
|
13254
|
+
"package": "./tab-panel.template"
|
|
13255
13255
|
}
|
|
13256
13256
|
}
|
|
13257
13257
|
]
|
|
13258
13258
|
},
|
|
13259
13259
|
{
|
|
13260
13260
|
"kind": "javascript-module",
|
|
13261
|
-
"path": "src/tab/tab.styles.ts",
|
|
13261
|
+
"path": "src/tab-panel/tab-panel.styles.ts",
|
|
13262
13262
|
"declarations": [
|
|
13263
13263
|
{
|
|
13264
13264
|
"kind": "function",
|
|
13265
|
-
"name": "
|
|
13265
|
+
"name": "zeroTabPanelStyles",
|
|
13266
13266
|
"return": {
|
|
13267
13267
|
"type": {
|
|
13268
13268
|
"text": "ElementStyles"
|
|
@@ -13287,24 +13287,24 @@
|
|
|
13287
13287
|
"exports": [
|
|
13288
13288
|
{
|
|
13289
13289
|
"kind": "js",
|
|
13290
|
-
"name": "
|
|
13290
|
+
"name": "zeroTabPanelStyles",
|
|
13291
13291
|
"declaration": {
|
|
13292
|
-
"name": "
|
|
13293
|
-
"module": "src/tab/tab.styles.ts"
|
|
13292
|
+
"name": "zeroTabPanelStyles",
|
|
13293
|
+
"module": "src/tab-panel/tab-panel.styles.ts"
|
|
13294
13294
|
}
|
|
13295
13295
|
}
|
|
13296
13296
|
]
|
|
13297
13297
|
},
|
|
13298
13298
|
{
|
|
13299
13299
|
"kind": "javascript-module",
|
|
13300
|
-
"path": "src/tab/tab.template.ts",
|
|
13300
|
+
"path": "src/tab-panel/tab-panel.template.ts",
|
|
13301
13301
|
"declarations": [
|
|
13302
13302
|
{
|
|
13303
13303
|
"kind": "function",
|
|
13304
|
-
"name": "
|
|
13304
|
+
"name": "zeroTabPanelTemplate",
|
|
13305
13305
|
"return": {
|
|
13306
13306
|
"type": {
|
|
13307
|
-
"text": "ViewTemplate<
|
|
13307
|
+
"text": "ViewTemplate<TabPanel>"
|
|
13308
13308
|
}
|
|
13309
13309
|
},
|
|
13310
13310
|
"parameters": [
|
|
@@ -13326,49 +13326,49 @@
|
|
|
13326
13326
|
"exports": [
|
|
13327
13327
|
{
|
|
13328
13328
|
"kind": "js",
|
|
13329
|
-
"name": "
|
|
13329
|
+
"name": "zeroTabPanelTemplate",
|
|
13330
13330
|
"declaration": {
|
|
13331
|
-
"name": "
|
|
13332
|
-
"module": "src/tab/tab.template.ts"
|
|
13331
|
+
"name": "zeroTabPanelTemplate",
|
|
13332
|
+
"module": "src/tab-panel/tab-panel.template.ts"
|
|
13333
13333
|
}
|
|
13334
13334
|
}
|
|
13335
13335
|
]
|
|
13336
13336
|
},
|
|
13337
13337
|
{
|
|
13338
13338
|
"kind": "javascript-module",
|
|
13339
|
-
"path": "src/tab/tab.ts",
|
|
13339
|
+
"path": "src/tab-panel/tab-panel.ts",
|
|
13340
13340
|
"declarations": [
|
|
13341
13341
|
{
|
|
13342
13342
|
"kind": "class",
|
|
13343
13343
|
"description": "",
|
|
13344
|
-
"name": "
|
|
13344
|
+
"name": "TabPanel",
|
|
13345
13345
|
"superclass": {
|
|
13346
|
-
"name": "
|
|
13346
|
+
"name": "FoundationTabPanel",
|
|
13347
13347
|
"package": "@genesislcap/foundation-ui"
|
|
13348
13348
|
},
|
|
13349
|
-
"tagName": "%%prefix%%-tab",
|
|
13349
|
+
"tagName": "%%prefix%%-tab-panel",
|
|
13350
13350
|
"customElement": true
|
|
13351
13351
|
},
|
|
13352
13352
|
{
|
|
13353
13353
|
"kind": "variable",
|
|
13354
|
-
"name": "
|
|
13354
|
+
"name": "zeroTabPanel"
|
|
13355
13355
|
}
|
|
13356
13356
|
],
|
|
13357
13357
|
"exports": [
|
|
13358
13358
|
{
|
|
13359
13359
|
"kind": "js",
|
|
13360
|
-
"name": "
|
|
13360
|
+
"name": "TabPanel",
|
|
13361
13361
|
"declaration": {
|
|
13362
|
-
"name": "
|
|
13363
|
-
"module": "src/tab/tab.ts"
|
|
13362
|
+
"name": "TabPanel",
|
|
13363
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
13364
13364
|
}
|
|
13365
13365
|
},
|
|
13366
13366
|
{
|
|
13367
13367
|
"kind": "js",
|
|
13368
|
-
"name": "
|
|
13368
|
+
"name": "zeroTabPanel",
|
|
13369
13369
|
"declaration": {
|
|
13370
|
-
"name": "
|
|
13371
|
-
"module": "src/tab/tab.ts"
|
|
13370
|
+
"name": "zeroTabPanel",
|
|
13371
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
13372
13372
|
}
|
|
13373
13373
|
}
|
|
13374
13374
|
]
|