@genesislcap/foundation-zero 14.41.2 → 14.41.3-alpha-79b8c7d18.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 +206 -206
- package/package.json +6 -6
|
@@ -581,6 +581,37 @@
|
|
|
581
581
|
}
|
|
582
582
|
]
|
|
583
583
|
},
|
|
584
|
+
{
|
|
585
|
+
"kind": "javascript-module",
|
|
586
|
+
"path": "src/_config/index.ts",
|
|
587
|
+
"declarations": [],
|
|
588
|
+
"exports": [
|
|
589
|
+
{
|
|
590
|
+
"kind": "js",
|
|
591
|
+
"name": "*",
|
|
592
|
+
"declaration": {
|
|
593
|
+
"name": "*",
|
|
594
|
+
"package": "./styles"
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "js",
|
|
599
|
+
"name": "*",
|
|
600
|
+
"declaration": {
|
|
601
|
+
"name": "*",
|
|
602
|
+
"package": "./tokens"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"kind": "js",
|
|
607
|
+
"name": "*",
|
|
608
|
+
"declaration": {
|
|
609
|
+
"name": "*",
|
|
610
|
+
"package": "./values"
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
]
|
|
614
|
+
},
|
|
584
615
|
{
|
|
585
616
|
"kind": "javascript-module",
|
|
586
617
|
"path": "src/_common/colors.hex.ts",
|
|
@@ -722,38 +753,7 @@
|
|
|
722
753
|
},
|
|
723
754
|
{
|
|
724
755
|
"kind": "javascript-module",
|
|
725
|
-
"path": "src/
|
|
726
|
-
"declarations": [],
|
|
727
|
-
"exports": [
|
|
728
|
-
{
|
|
729
|
-
"kind": "js",
|
|
730
|
-
"name": "*",
|
|
731
|
-
"declaration": {
|
|
732
|
-
"name": "*",
|
|
733
|
-
"package": "./styles"
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
{
|
|
737
|
-
"kind": "js",
|
|
738
|
-
"name": "*",
|
|
739
|
-
"declaration": {
|
|
740
|
-
"name": "*",
|
|
741
|
-
"package": "./tokens"
|
|
742
|
-
}
|
|
743
|
-
},
|
|
744
|
-
{
|
|
745
|
-
"kind": "js",
|
|
746
|
-
"name": "*",
|
|
747
|
-
"declaration": {
|
|
748
|
-
"name": "*",
|
|
749
|
-
"package": "./values"
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
]
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"kind": "javascript-module",
|
|
756
|
-
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
756
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
757
757
|
"declarations": [
|
|
758
758
|
{
|
|
759
759
|
"kind": "variable",
|
|
@@ -761,23 +761,15 @@
|
|
|
761
761
|
"type": {
|
|
762
762
|
"text": "Meta"
|
|
763
763
|
},
|
|
764
|
-
"default": "{\n title: '
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"kind": "variable",
|
|
768
|
-
"name": "Horizontal",
|
|
769
|
-
"type": {
|
|
770
|
-
"text": "StoryObj"
|
|
771
|
-
},
|
|
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}"
|
|
764
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
773
765
|
},
|
|
774
766
|
{
|
|
775
767
|
"kind": "variable",
|
|
776
|
-
"name": "
|
|
768
|
+
"name": "All",
|
|
777
769
|
"type": {
|
|
778
770
|
"text": "StoryObj"
|
|
779
771
|
},
|
|
780
|
-
"default": "{\n args: {\n
|
|
772
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
781
773
|
}
|
|
782
774
|
],
|
|
783
775
|
"exports": [
|
|
@@ -786,37 +778,68 @@
|
|
|
786
778
|
"name": "default",
|
|
787
779
|
"declaration": {
|
|
788
780
|
"name": "meta",
|
|
789
|
-
"module": "src/
|
|
781
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
790
782
|
}
|
|
791
783
|
},
|
|
792
784
|
{
|
|
793
785
|
"kind": "js",
|
|
794
|
-
"name": "
|
|
786
|
+
"name": "All",
|
|
795
787
|
"declaration": {
|
|
796
|
-
"name": "
|
|
797
|
-
"module": "src/
|
|
788
|
+
"name": "All",
|
|
789
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
798
790
|
}
|
|
799
|
-
}
|
|
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": [
|
|
800
823
|
{
|
|
801
824
|
"kind": "js",
|
|
802
|
-
"name": "
|
|
825
|
+
"name": "zeroAnchorStyles",
|
|
803
826
|
"declaration": {
|
|
804
|
-
"name": "
|
|
805
|
-
"module": "src/
|
|
827
|
+
"name": "zeroAnchorStyles",
|
|
828
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
806
829
|
}
|
|
807
830
|
}
|
|
808
831
|
]
|
|
809
832
|
},
|
|
810
833
|
{
|
|
811
834
|
"kind": "javascript-module",
|
|
812
|
-
"path": "src/
|
|
835
|
+
"path": "src/anchor/anchor.template.ts",
|
|
813
836
|
"declarations": [
|
|
814
837
|
{
|
|
815
838
|
"kind": "function",
|
|
816
|
-
"name": "
|
|
839
|
+
"name": "zeroAnchorTemplate",
|
|
817
840
|
"return": {
|
|
818
841
|
"type": {
|
|
819
|
-
"text": "
|
|
842
|
+
"text": "ViewTemplate<Anchor>"
|
|
820
843
|
}
|
|
821
844
|
},
|
|
822
845
|
"parameters": [
|
|
@@ -838,58 +861,56 @@
|
|
|
838
861
|
"exports": [
|
|
839
862
|
{
|
|
840
863
|
"kind": "js",
|
|
841
|
-
"name": "
|
|
864
|
+
"name": "zeroAnchorTemplate",
|
|
842
865
|
"declaration": {
|
|
843
|
-
"name": "
|
|
844
|
-
"module": "src/
|
|
866
|
+
"name": "zeroAnchorTemplate",
|
|
867
|
+
"module": "src/anchor/anchor.template.ts"
|
|
845
868
|
}
|
|
846
869
|
}
|
|
847
870
|
]
|
|
848
871
|
},
|
|
849
872
|
{
|
|
850
873
|
"kind": "javascript-module",
|
|
851
|
-
"path": "src/
|
|
874
|
+
"path": "src/anchor/anchor.ts",
|
|
852
875
|
"declarations": [
|
|
853
876
|
{
|
|
854
877
|
"kind": "class",
|
|
855
878
|
"description": "",
|
|
856
|
-
"name": "
|
|
879
|
+
"name": "Anchor",
|
|
857
880
|
"superclass": {
|
|
858
|
-
"name": "
|
|
881
|
+
"name": "FoundationAnchor",
|
|
859
882
|
"package": "@genesislcap/foundation-ui"
|
|
860
883
|
},
|
|
861
|
-
"tagName": "%%prefix%%-
|
|
884
|
+
"tagName": "%%prefix%%-anchor",
|
|
862
885
|
"customElement": true
|
|
863
886
|
},
|
|
864
887
|
{
|
|
865
888
|
"kind": "variable",
|
|
866
|
-
"name": "
|
|
867
|
-
"description": "The Zero Actions Menu",
|
|
868
|
-
"privacy": "public"
|
|
889
|
+
"name": "zeroAnchor"
|
|
869
890
|
}
|
|
870
891
|
],
|
|
871
892
|
"exports": [
|
|
872
893
|
{
|
|
873
894
|
"kind": "js",
|
|
874
|
-
"name": "
|
|
895
|
+
"name": "Anchor",
|
|
875
896
|
"declaration": {
|
|
876
|
-
"name": "
|
|
877
|
-
"module": "src/
|
|
897
|
+
"name": "Anchor",
|
|
898
|
+
"module": "src/anchor/anchor.ts"
|
|
878
899
|
}
|
|
879
900
|
},
|
|
880
901
|
{
|
|
881
902
|
"kind": "js",
|
|
882
|
-
"name": "
|
|
903
|
+
"name": "zeroAnchor",
|
|
883
904
|
"declaration": {
|
|
884
|
-
"name": "
|
|
885
|
-
"module": "src/
|
|
905
|
+
"name": "zeroAnchor",
|
|
906
|
+
"module": "src/anchor/anchor.ts"
|
|
886
907
|
}
|
|
887
908
|
}
|
|
888
909
|
]
|
|
889
910
|
},
|
|
890
911
|
{
|
|
891
912
|
"kind": "javascript-module",
|
|
892
|
-
"path": "src/
|
|
913
|
+
"path": "src/anchor/index.ts",
|
|
893
914
|
"declarations": [],
|
|
894
915
|
"exports": [
|
|
895
916
|
{
|
|
@@ -897,7 +918,7 @@
|
|
|
897
918
|
"name": "*",
|
|
898
919
|
"declaration": {
|
|
899
920
|
"name": "*",
|
|
900
|
-
"package": "./
|
|
921
|
+
"package": "./anchor"
|
|
901
922
|
}
|
|
902
923
|
},
|
|
903
924
|
{
|
|
@@ -905,14 +926,22 @@
|
|
|
905
926
|
"name": "*",
|
|
906
927
|
"declaration": {
|
|
907
928
|
"name": "*",
|
|
908
|
-
"package": "./
|
|
929
|
+
"package": "./anchor.styles"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "js",
|
|
934
|
+
"name": "*",
|
|
935
|
+
"declaration": {
|
|
936
|
+
"name": "*",
|
|
937
|
+
"package": "./anchor.template"
|
|
909
938
|
}
|
|
910
939
|
}
|
|
911
940
|
]
|
|
912
941
|
},
|
|
913
942
|
{
|
|
914
943
|
"kind": "javascript-module",
|
|
915
|
-
"path": "src/
|
|
944
|
+
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
916
945
|
"declarations": [
|
|
917
946
|
{
|
|
918
947
|
"kind": "variable",
|
|
@@ -920,15 +949,23 @@
|
|
|
920
949
|
"type": {
|
|
921
950
|
"text": "Meta"
|
|
922
951
|
},
|
|
923
|
-
"default": "{\n title: '
|
|
952
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
924
953
|
},
|
|
925
954
|
{
|
|
926
955
|
"kind": "variable",
|
|
927
|
-
"name": "
|
|
956
|
+
"name": "Horizontal",
|
|
928
957
|
"type": {
|
|
929
958
|
"text": "StoryObj"
|
|
930
959
|
},
|
|
931
|
-
"default": "{\n args: {\n
|
|
960
|
+
"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}"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "variable",
|
|
964
|
+
"name": "Vertical",
|
|
965
|
+
"type": {
|
|
966
|
+
"text": "StoryObj"
|
|
967
|
+
},
|
|
968
|
+
"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}"
|
|
932
969
|
}
|
|
933
970
|
],
|
|
934
971
|
"exports": [
|
|
@@ -937,68 +974,37 @@
|
|
|
937
974
|
"name": "default",
|
|
938
975
|
"declaration": {
|
|
939
976
|
"name": "meta",
|
|
940
|
-
"module": "src/
|
|
977
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
941
978
|
}
|
|
942
979
|
},
|
|
943
980
|
{
|
|
944
981
|
"kind": "js",
|
|
945
|
-
"name": "
|
|
982
|
+
"name": "Horizontal",
|
|
946
983
|
"declaration": {
|
|
947
|
-
"name": "
|
|
948
|
-
"module": "src/
|
|
984
|
+
"name": "Horizontal",
|
|
985
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
949
986
|
}
|
|
950
|
-
}
|
|
951
|
-
]
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"kind": "javascript-module",
|
|
955
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
956
|
-
"declarations": [
|
|
957
|
-
{
|
|
958
|
-
"kind": "function",
|
|
959
|
-
"name": "zeroAnchorStyles",
|
|
960
|
-
"return": {
|
|
961
|
-
"type": {
|
|
962
|
-
"text": "ElementStyles"
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
"parameters": [
|
|
966
|
-
{
|
|
967
|
-
"name": "context",
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "ElementDefinitionContext"
|
|
970
|
-
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "definition",
|
|
974
|
-
"type": {
|
|
975
|
-
"text": "FoundationElementDefinition"
|
|
976
|
-
}
|
|
977
|
-
}
|
|
978
|
-
]
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"exports": [
|
|
987
|
+
},
|
|
982
988
|
{
|
|
983
989
|
"kind": "js",
|
|
984
|
-
"name": "
|
|
990
|
+
"name": "Vertical",
|
|
985
991
|
"declaration": {
|
|
986
|
-
"name": "
|
|
987
|
-
"module": "src/
|
|
992
|
+
"name": "Vertical",
|
|
993
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
988
994
|
}
|
|
989
995
|
}
|
|
990
996
|
]
|
|
991
997
|
},
|
|
992
998
|
{
|
|
993
999
|
"kind": "javascript-module",
|
|
994
|
-
"path": "src/
|
|
1000
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
995
1001
|
"declarations": [
|
|
996
1002
|
{
|
|
997
1003
|
"kind": "function",
|
|
998
|
-
"name": "
|
|
1004
|
+
"name": "zeroActionsMenuStyles",
|
|
999
1005
|
"return": {
|
|
1000
1006
|
"type": {
|
|
1001
|
-
"text": "
|
|
1007
|
+
"text": "ElementStyles"
|
|
1002
1008
|
}
|
|
1003
1009
|
},
|
|
1004
1010
|
"parameters": [
|
|
@@ -1020,56 +1026,58 @@
|
|
|
1020
1026
|
"exports": [
|
|
1021
1027
|
{
|
|
1022
1028
|
"kind": "js",
|
|
1023
|
-
"name": "
|
|
1029
|
+
"name": "zeroActionsMenuStyles",
|
|
1024
1030
|
"declaration": {
|
|
1025
|
-
"name": "
|
|
1026
|
-
"module": "src/
|
|
1031
|
+
"name": "zeroActionsMenuStyles",
|
|
1032
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1027
1033
|
}
|
|
1028
1034
|
}
|
|
1029
1035
|
]
|
|
1030
1036
|
},
|
|
1031
1037
|
{
|
|
1032
1038
|
"kind": "javascript-module",
|
|
1033
|
-
"path": "src/
|
|
1039
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1034
1040
|
"declarations": [
|
|
1035
1041
|
{
|
|
1036
1042
|
"kind": "class",
|
|
1037
1043
|
"description": "",
|
|
1038
|
-
"name": "
|
|
1044
|
+
"name": "ActionsMenu",
|
|
1039
1045
|
"superclass": {
|
|
1040
|
-
"name": "
|
|
1046
|
+
"name": "FoundationActionsMenu",
|
|
1041
1047
|
"package": "@genesislcap/foundation-ui"
|
|
1042
1048
|
},
|
|
1043
|
-
"tagName": "%%prefix%%-
|
|
1049
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1044
1050
|
"customElement": true
|
|
1045
1051
|
},
|
|
1046
1052
|
{
|
|
1047
1053
|
"kind": "variable",
|
|
1048
|
-
"name": "
|
|
1054
|
+
"name": "zeroActionsMenu",
|
|
1055
|
+
"description": "The Zero Actions Menu",
|
|
1056
|
+
"privacy": "public"
|
|
1049
1057
|
}
|
|
1050
1058
|
],
|
|
1051
1059
|
"exports": [
|
|
1052
1060
|
{
|
|
1053
1061
|
"kind": "js",
|
|
1054
|
-
"name": "
|
|
1062
|
+
"name": "ActionsMenu",
|
|
1055
1063
|
"declaration": {
|
|
1056
|
-
"name": "
|
|
1057
|
-
"module": "src/
|
|
1064
|
+
"name": "ActionsMenu",
|
|
1065
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1058
1066
|
}
|
|
1059
1067
|
},
|
|
1060
1068
|
{
|
|
1061
1069
|
"kind": "js",
|
|
1062
|
-
"name": "
|
|
1070
|
+
"name": "zeroActionsMenu",
|
|
1063
1071
|
"declaration": {
|
|
1064
|
-
"name": "
|
|
1065
|
-
"module": "src/
|
|
1072
|
+
"name": "zeroActionsMenu",
|
|
1073
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1066
1074
|
}
|
|
1067
1075
|
}
|
|
1068
1076
|
]
|
|
1069
1077
|
},
|
|
1070
1078
|
{
|
|
1071
1079
|
"kind": "javascript-module",
|
|
1072
|
-
"path": "src/
|
|
1080
|
+
"path": "src/actions-menu/index.ts",
|
|
1073
1081
|
"declarations": [],
|
|
1074
1082
|
"exports": [
|
|
1075
1083
|
{
|
|
@@ -1077,15 +1085,7 @@
|
|
|
1077
1085
|
"name": "*",
|
|
1078
1086
|
"declaration": {
|
|
1079
1087
|
"name": "*",
|
|
1080
|
-
"package": "./
|
|
1081
|
-
}
|
|
1082
|
-
},
|
|
1083
|
-
{
|
|
1084
|
-
"kind": "js",
|
|
1085
|
-
"name": "*",
|
|
1086
|
-
"declaration": {
|
|
1087
|
-
"name": "*",
|
|
1088
|
-
"package": "./anchor.styles"
|
|
1088
|
+
"package": "./actions-menu"
|
|
1089
1089
|
}
|
|
1090
1090
|
},
|
|
1091
1091
|
{
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
"name": "*",
|
|
1094
1094
|
"declaration": {
|
|
1095
1095
|
"name": "*",
|
|
1096
|
-
"package": "./
|
|
1096
|
+
"package": "./actions-menu.styles"
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
1099
1099
|
]
|
|
@@ -3504,7 +3504,7 @@
|
|
|
3504
3504
|
},
|
|
3505
3505
|
{
|
|
3506
3506
|
"kind": "javascript-module",
|
|
3507
|
-
"path": "src/
|
|
3507
|
+
"path": "src/divider/divider.stories.ts",
|
|
3508
3508
|
"declarations": [
|
|
3509
3509
|
{
|
|
3510
3510
|
"kind": "variable",
|
|
@@ -3512,7 +3512,7 @@
|
|
|
3512
3512
|
"type": {
|
|
3513
3513
|
"text": "Meta"
|
|
3514
3514
|
},
|
|
3515
|
-
"default": "{\n title: '
|
|
3515
|
+
"default": "{\n title: 'Divider',\n component: 'zero-divider',\n}"
|
|
3516
3516
|
},
|
|
3517
3517
|
{
|
|
3518
3518
|
"kind": "variable",
|
|
@@ -3520,7 +3520,7 @@
|
|
|
3520
3520
|
"type": {
|
|
3521
3521
|
"text": "StoryObj"
|
|
3522
3522
|
},
|
|
3523
|
-
"default": "{\n argTypes: {\n
|
|
3523
|
+
"default": "{\n argTypes: {\n orientation: {\n control: 'select',\n options: ['horizontal', 'vertical'],\n },\n role: {\n control: 'select',\n options: ['separator', 'presentation'],\n },\n },\n args: {\n orientation: 'horizontal',\n role: 'separator',\n },\n render: ({ orientation, role }) =>\n html`\n <div\n style=\"display: flex; justify-content:center; width: 100%; ${orientation === 'vertical'\n ? 'flex-direction: row;'\n : 'flex-direction: column;'}\"\n >\n <zero-button style=\"flex: 1;\"></zero-button>\n <zero-divider orientation=\"${orientation}\" role=\"${role}\"></zero-divider>\n <zero-button style=\"flex: 1;\"></zero-button>\n </div>\n `,\n}"
|
|
3524
3524
|
}
|
|
3525
3525
|
],
|
|
3526
3526
|
"exports": [
|
|
@@ -3529,7 +3529,7 @@
|
|
|
3529
3529
|
"name": "default",
|
|
3530
3530
|
"declaration": {
|
|
3531
3531
|
"name": "meta",
|
|
3532
|
-
"module": "src/
|
|
3532
|
+
"module": "src/divider/divider.stories.ts"
|
|
3533
3533
|
}
|
|
3534
3534
|
},
|
|
3535
3535
|
{
|
|
@@ -3537,18 +3537,18 @@
|
|
|
3537
3537
|
"name": "Primary",
|
|
3538
3538
|
"declaration": {
|
|
3539
3539
|
"name": "Primary",
|
|
3540
|
-
"module": "src/
|
|
3540
|
+
"module": "src/divider/divider.stories.ts"
|
|
3541
3541
|
}
|
|
3542
3542
|
}
|
|
3543
3543
|
]
|
|
3544
3544
|
},
|
|
3545
3545
|
{
|
|
3546
3546
|
"kind": "javascript-module",
|
|
3547
|
-
"path": "src/
|
|
3547
|
+
"path": "src/divider/divider.styles.ts",
|
|
3548
3548
|
"declarations": [
|
|
3549
3549
|
{
|
|
3550
3550
|
"kind": "function",
|
|
3551
|
-
"name": "
|
|
3551
|
+
"name": "zeroDividerStyles",
|
|
3552
3552
|
"return": {
|
|
3553
3553
|
"type": {
|
|
3554
3554
|
"text": "ElementStyles"
|
|
@@ -3573,24 +3573,24 @@
|
|
|
3573
3573
|
"exports": [
|
|
3574
3574
|
{
|
|
3575
3575
|
"kind": "js",
|
|
3576
|
-
"name": "
|
|
3576
|
+
"name": "zeroDividerStyles",
|
|
3577
3577
|
"declaration": {
|
|
3578
|
-
"name": "
|
|
3579
|
-
"module": "src/
|
|
3578
|
+
"name": "zeroDividerStyles",
|
|
3579
|
+
"module": "src/divider/divider.styles.ts"
|
|
3580
3580
|
}
|
|
3581
3581
|
}
|
|
3582
3582
|
]
|
|
3583
3583
|
},
|
|
3584
3584
|
{
|
|
3585
3585
|
"kind": "javascript-module",
|
|
3586
|
-
"path": "src/
|
|
3586
|
+
"path": "src/divider/divider.template.ts",
|
|
3587
3587
|
"declarations": [
|
|
3588
3588
|
{
|
|
3589
3589
|
"kind": "function",
|
|
3590
|
-
"name": "
|
|
3590
|
+
"name": "zeroDividerTemplate",
|
|
3591
3591
|
"return": {
|
|
3592
3592
|
"type": {
|
|
3593
|
-
"text": "ViewTemplate<
|
|
3593
|
+
"text": "ViewTemplate<Divider>"
|
|
3594
3594
|
}
|
|
3595
3595
|
},
|
|
3596
3596
|
"parameters": [
|
|
@@ -3612,56 +3612,56 @@
|
|
|
3612
3612
|
"exports": [
|
|
3613
3613
|
{
|
|
3614
3614
|
"kind": "js",
|
|
3615
|
-
"name": "
|
|
3615
|
+
"name": "zeroDividerTemplate",
|
|
3616
3616
|
"declaration": {
|
|
3617
|
-
"name": "
|
|
3618
|
-
"module": "src/
|
|
3617
|
+
"name": "zeroDividerTemplate",
|
|
3618
|
+
"module": "src/divider/divider.template.ts"
|
|
3619
3619
|
}
|
|
3620
3620
|
}
|
|
3621
3621
|
]
|
|
3622
3622
|
},
|
|
3623
3623
|
{
|
|
3624
3624
|
"kind": "javascript-module",
|
|
3625
|
-
"path": "src/
|
|
3625
|
+
"path": "src/divider/divider.ts",
|
|
3626
3626
|
"declarations": [
|
|
3627
3627
|
{
|
|
3628
3628
|
"kind": "class",
|
|
3629
3629
|
"description": "",
|
|
3630
|
-
"name": "
|
|
3630
|
+
"name": "Divider",
|
|
3631
3631
|
"superclass": {
|
|
3632
|
-
"name": "
|
|
3632
|
+
"name": "FoundationDivider",
|
|
3633
3633
|
"package": "@genesislcap/foundation-ui"
|
|
3634
3634
|
},
|
|
3635
|
-
"tagName": "%%prefix%%-
|
|
3635
|
+
"tagName": "%%prefix%%-divider",
|
|
3636
3636
|
"customElement": true
|
|
3637
3637
|
},
|
|
3638
3638
|
{
|
|
3639
3639
|
"kind": "variable",
|
|
3640
|
-
"name": "
|
|
3640
|
+
"name": "zeroDivider"
|
|
3641
3641
|
}
|
|
3642
3642
|
],
|
|
3643
3643
|
"exports": [
|
|
3644
3644
|
{
|
|
3645
3645
|
"kind": "js",
|
|
3646
|
-
"name": "
|
|
3646
|
+
"name": "Divider",
|
|
3647
3647
|
"declaration": {
|
|
3648
|
-
"name": "
|
|
3649
|
-
"module": "src/
|
|
3648
|
+
"name": "Divider",
|
|
3649
|
+
"module": "src/divider/divider.ts"
|
|
3650
3650
|
}
|
|
3651
3651
|
},
|
|
3652
3652
|
{
|
|
3653
3653
|
"kind": "js",
|
|
3654
|
-
"name": "
|
|
3654
|
+
"name": "zeroDivider",
|
|
3655
3655
|
"declaration": {
|
|
3656
|
-
"name": "
|
|
3657
|
-
"module": "src/
|
|
3656
|
+
"name": "zeroDivider",
|
|
3657
|
+
"module": "src/divider/divider.ts"
|
|
3658
3658
|
}
|
|
3659
3659
|
}
|
|
3660
3660
|
]
|
|
3661
3661
|
},
|
|
3662
3662
|
{
|
|
3663
3663
|
"kind": "javascript-module",
|
|
3664
|
-
"path": "src/
|
|
3664
|
+
"path": "src/divider/index.ts",
|
|
3665
3665
|
"declarations": [],
|
|
3666
3666
|
"exports": [
|
|
3667
3667
|
{
|
|
@@ -3669,7 +3669,7 @@
|
|
|
3669
3669
|
"name": "*",
|
|
3670
3670
|
"declaration": {
|
|
3671
3671
|
"name": "*",
|
|
3672
|
-
"package": "./
|
|
3672
|
+
"package": "./divider"
|
|
3673
3673
|
}
|
|
3674
3674
|
},
|
|
3675
3675
|
{
|
|
@@ -3677,7 +3677,7 @@
|
|
|
3677
3677
|
"name": "*",
|
|
3678
3678
|
"declaration": {
|
|
3679
3679
|
"name": "*",
|
|
3680
|
-
"package": "./
|
|
3680
|
+
"package": "./divider.styles"
|
|
3681
3681
|
}
|
|
3682
3682
|
},
|
|
3683
3683
|
{
|
|
@@ -3685,14 +3685,14 @@
|
|
|
3685
3685
|
"name": "*",
|
|
3686
3686
|
"declaration": {
|
|
3687
3687
|
"name": "*",
|
|
3688
|
-
"package": "./
|
|
3688
|
+
"package": "./divider.template"
|
|
3689
3689
|
}
|
|
3690
3690
|
}
|
|
3691
3691
|
]
|
|
3692
3692
|
},
|
|
3693
3693
|
{
|
|
3694
3694
|
"kind": "javascript-module",
|
|
3695
|
-
"path": "src/
|
|
3695
|
+
"path": "src/disclosure/disclosure.stories.ts",
|
|
3696
3696
|
"declarations": [
|
|
3697
3697
|
{
|
|
3698
3698
|
"kind": "variable",
|
|
@@ -3700,7 +3700,7 @@
|
|
|
3700
3700
|
"type": {
|
|
3701
3701
|
"text": "Meta"
|
|
3702
3702
|
},
|
|
3703
|
-
"default": "{\n title: '
|
|
3703
|
+
"default": "{\n title: 'Disclosure',\n component: 'zero-disclosure',\n}"
|
|
3704
3704
|
},
|
|
3705
3705
|
{
|
|
3706
3706
|
"kind": "variable",
|
|
@@ -3708,7 +3708,7 @@
|
|
|
3708
3708
|
"type": {
|
|
3709
3709
|
"text": "StoryObj"
|
|
3710
3710
|
},
|
|
3711
|
-
"default": "{\n argTypes: {\n
|
|
3711
|
+
"default": "{\n argTypes: {\n fastAppearance: {\n control: 'select',\n options: FastAppearanceValues,\n },\n },\n args: {\n disclosureTitle: 'Open Disclosure',\n disclosureText: `Created by writer Gardner Fox and artist Harry Lampert, the original Flashfirst appeared\n in Flash Comics #1 (cover date January 1940/release monthNovember 1939). Nicknamed the\n \"Scarlet Speedster\", all incarnations of theFlash possess \"super speed\", which includes\n the ability to run, move, andthink extremely fast, use superhuman reflexes, and seemingly\n violatecertain laws of physics.`,\n disclosureEndSlot: '⚡️',\n fastAppearance: 'lightweight',\n },\n render: ({ fastAppearance, disclosureTitle, disclosureText, disclosureEndSlot }) =>\n html`\n <zero-disclosure appearance=\"${fastAppearance}\" title=\"${disclosureTitle}\">\n <span slot=\"end\">${disclosureEndSlot}</span>\n <div>${disclosureText}</div>\n </zero-disclosure>\n `,\n}"
|
|
3712
3712
|
}
|
|
3713
3713
|
],
|
|
3714
3714
|
"exports": [
|
|
@@ -3717,7 +3717,7 @@
|
|
|
3717
3717
|
"name": "default",
|
|
3718
3718
|
"declaration": {
|
|
3719
3719
|
"name": "meta",
|
|
3720
|
-
"module": "src/
|
|
3720
|
+
"module": "src/disclosure/disclosure.stories.ts"
|
|
3721
3721
|
}
|
|
3722
3722
|
},
|
|
3723
3723
|
{
|
|
@@ -3725,18 +3725,18 @@
|
|
|
3725
3725
|
"name": "Primary",
|
|
3726
3726
|
"declaration": {
|
|
3727
3727
|
"name": "Primary",
|
|
3728
|
-
"module": "src/
|
|
3728
|
+
"module": "src/disclosure/disclosure.stories.ts"
|
|
3729
3729
|
}
|
|
3730
3730
|
}
|
|
3731
3731
|
]
|
|
3732
3732
|
},
|
|
3733
3733
|
{
|
|
3734
3734
|
"kind": "javascript-module",
|
|
3735
|
-
"path": "src/
|
|
3735
|
+
"path": "src/disclosure/disclosure.styles.ts",
|
|
3736
3736
|
"declarations": [
|
|
3737
3737
|
{
|
|
3738
3738
|
"kind": "function",
|
|
3739
|
-
"name": "
|
|
3739
|
+
"name": "zeroDisclosureStyles",
|
|
3740
3740
|
"return": {
|
|
3741
3741
|
"type": {
|
|
3742
3742
|
"text": "ElementStyles"
|
|
@@ -3761,24 +3761,24 @@
|
|
|
3761
3761
|
"exports": [
|
|
3762
3762
|
{
|
|
3763
3763
|
"kind": "js",
|
|
3764
|
-
"name": "
|
|
3764
|
+
"name": "zeroDisclosureStyles",
|
|
3765
3765
|
"declaration": {
|
|
3766
|
-
"name": "
|
|
3767
|
-
"module": "src/
|
|
3766
|
+
"name": "zeroDisclosureStyles",
|
|
3767
|
+
"module": "src/disclosure/disclosure.styles.ts"
|
|
3768
3768
|
}
|
|
3769
3769
|
}
|
|
3770
3770
|
]
|
|
3771
3771
|
},
|
|
3772
3772
|
{
|
|
3773
3773
|
"kind": "javascript-module",
|
|
3774
|
-
"path": "src/
|
|
3774
|
+
"path": "src/disclosure/disclosure.template.ts",
|
|
3775
3775
|
"declarations": [
|
|
3776
3776
|
{
|
|
3777
3777
|
"kind": "function",
|
|
3778
|
-
"name": "
|
|
3778
|
+
"name": "zeroDisclosureTemplate",
|
|
3779
3779
|
"return": {
|
|
3780
3780
|
"type": {
|
|
3781
|
-
"text": "ViewTemplate<
|
|
3781
|
+
"text": "ViewTemplate<Disclosure>"
|
|
3782
3782
|
}
|
|
3783
3783
|
},
|
|
3784
3784
|
"parameters": [
|
|
@@ -3800,56 +3800,56 @@
|
|
|
3800
3800
|
"exports": [
|
|
3801
3801
|
{
|
|
3802
3802
|
"kind": "js",
|
|
3803
|
-
"name": "
|
|
3803
|
+
"name": "zeroDisclosureTemplate",
|
|
3804
3804
|
"declaration": {
|
|
3805
|
-
"name": "
|
|
3806
|
-
"module": "src/
|
|
3805
|
+
"name": "zeroDisclosureTemplate",
|
|
3806
|
+
"module": "src/disclosure/disclosure.template.ts"
|
|
3807
3807
|
}
|
|
3808
3808
|
}
|
|
3809
3809
|
]
|
|
3810
3810
|
},
|
|
3811
3811
|
{
|
|
3812
3812
|
"kind": "javascript-module",
|
|
3813
|
-
"path": "src/
|
|
3813
|
+
"path": "src/disclosure/disclosure.ts",
|
|
3814
3814
|
"declarations": [
|
|
3815
3815
|
{
|
|
3816
3816
|
"kind": "class",
|
|
3817
3817
|
"description": "",
|
|
3818
|
-
"name": "
|
|
3818
|
+
"name": "Disclosure",
|
|
3819
3819
|
"superclass": {
|
|
3820
|
-
"name": "
|
|
3820
|
+
"name": "FoundationDisclosure",
|
|
3821
3821
|
"package": "@genesislcap/foundation-ui"
|
|
3822
3822
|
},
|
|
3823
|
-
"tagName": "%%prefix%%-
|
|
3823
|
+
"tagName": "%%prefix%%-disclosure",
|
|
3824
3824
|
"customElement": true
|
|
3825
3825
|
},
|
|
3826
3826
|
{
|
|
3827
3827
|
"kind": "variable",
|
|
3828
|
-
"name": "
|
|
3828
|
+
"name": "zeroDisclosure"
|
|
3829
3829
|
}
|
|
3830
3830
|
],
|
|
3831
3831
|
"exports": [
|
|
3832
3832
|
{
|
|
3833
3833
|
"kind": "js",
|
|
3834
|
-
"name": "
|
|
3834
|
+
"name": "Disclosure",
|
|
3835
3835
|
"declaration": {
|
|
3836
|
-
"name": "
|
|
3837
|
-
"module": "src/
|
|
3836
|
+
"name": "Disclosure",
|
|
3837
|
+
"module": "src/disclosure/disclosure.ts"
|
|
3838
3838
|
}
|
|
3839
3839
|
},
|
|
3840
3840
|
{
|
|
3841
3841
|
"kind": "js",
|
|
3842
|
-
"name": "
|
|
3842
|
+
"name": "zeroDisclosure",
|
|
3843
3843
|
"declaration": {
|
|
3844
|
-
"name": "
|
|
3845
|
-
"module": "src/
|
|
3844
|
+
"name": "zeroDisclosure",
|
|
3845
|
+
"module": "src/disclosure/disclosure.ts"
|
|
3846
3846
|
}
|
|
3847
3847
|
}
|
|
3848
3848
|
]
|
|
3849
3849
|
},
|
|
3850
3850
|
{
|
|
3851
3851
|
"kind": "javascript-module",
|
|
3852
|
-
"path": "src/
|
|
3852
|
+
"path": "src/disclosure/index.ts",
|
|
3853
3853
|
"declarations": [],
|
|
3854
3854
|
"exports": [
|
|
3855
3855
|
{
|
|
@@ -3857,7 +3857,7 @@
|
|
|
3857
3857
|
"name": "*",
|
|
3858
3858
|
"declaration": {
|
|
3859
3859
|
"name": "*",
|
|
3860
|
-
"package": "./
|
|
3860
|
+
"package": "./disclosure"
|
|
3861
3861
|
}
|
|
3862
3862
|
},
|
|
3863
3863
|
{
|
|
@@ -3865,7 +3865,7 @@
|
|
|
3865
3865
|
"name": "*",
|
|
3866
3866
|
"declaration": {
|
|
3867
3867
|
"name": "*",
|
|
3868
|
-
"package": "./
|
|
3868
|
+
"package": "./disclosure.styles"
|
|
3869
3869
|
}
|
|
3870
3870
|
},
|
|
3871
3871
|
{
|
|
@@ -3873,7 +3873,7 @@
|
|
|
3873
3873
|
"name": "*",
|
|
3874
3874
|
"declaration": {
|
|
3875
3875
|
"name": "*",
|
|
3876
|
-
"package": "./
|
|
3876
|
+
"package": "./disclosure.template"
|
|
3877
3877
|
}
|
|
3878
3878
|
}
|
|
3879
3879
|
]
|
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.41.
|
|
4
|
+
"version": "14.41.3-alpha-79b8c7d18.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"storybook": "storybook dev -p 6006"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@genesislcap/genx": "
|
|
65
|
+
"@genesislcap/genx": "14.41.3-alpha-79b8c7d18.0",
|
|
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": "
|
|
79
|
-
"@genesislcap/foundation-ui": "
|
|
80
|
-
"@genesislcap/foundation-utils": "
|
|
78
|
+
"@genesislcap/foundation-comms": "14.41.3-alpha-79b8c7d18.0",
|
|
79
|
+
"@genesislcap/foundation-ui": "14.41.3-alpha-79b8c7d18.0",
|
|
80
|
+
"@genesislcap/foundation-utils": "14.41.3-alpha-79b8c7d18.0",
|
|
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": "0701e10432e910f6823c6f3faa7a4b0992e75705"
|
|
98
98
|
}
|