@genesislcap/foundation-zero 14.52.2-alpha-9fa4f9f.0 → 14.53.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 +144 -144
- package/package.json +6 -6
|
@@ -722,38 +722,7 @@
|
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
724
|
"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",
|
|
725
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
757
726
|
"declarations": [
|
|
758
727
|
{
|
|
759
728
|
"kind": "variable",
|
|
@@ -761,23 +730,15 @@
|
|
|
761
730
|
"type": {
|
|
762
731
|
"text": "Meta"
|
|
763
732
|
},
|
|
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}"
|
|
733
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
773
734
|
},
|
|
774
735
|
{
|
|
775
736
|
"kind": "variable",
|
|
776
|
-
"name": "
|
|
737
|
+
"name": "All",
|
|
777
738
|
"type": {
|
|
778
739
|
"text": "StoryObj"
|
|
779
740
|
},
|
|
780
|
-
"default": "{\n args: {\n
|
|
741
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
781
742
|
}
|
|
782
743
|
],
|
|
783
744
|
"exports": [
|
|
@@ -786,37 +747,68 @@
|
|
|
786
747
|
"name": "default",
|
|
787
748
|
"declaration": {
|
|
788
749
|
"name": "meta",
|
|
789
|
-
"module": "src/
|
|
750
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
790
751
|
}
|
|
791
752
|
},
|
|
792
753
|
{
|
|
793
754
|
"kind": "js",
|
|
794
|
-
"name": "
|
|
755
|
+
"name": "All",
|
|
795
756
|
"declaration": {
|
|
796
|
-
"name": "
|
|
797
|
-
"module": "src/
|
|
757
|
+
"name": "All",
|
|
758
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
798
759
|
}
|
|
799
|
-
}
|
|
760
|
+
}
|
|
761
|
+
]
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"kind": "javascript-module",
|
|
765
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
766
|
+
"declarations": [
|
|
767
|
+
{
|
|
768
|
+
"kind": "function",
|
|
769
|
+
"name": "zeroAnchorStyles",
|
|
770
|
+
"return": {
|
|
771
|
+
"type": {
|
|
772
|
+
"text": "ElementStyles"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"parameters": [
|
|
776
|
+
{
|
|
777
|
+
"name": "context",
|
|
778
|
+
"type": {
|
|
779
|
+
"text": "ElementDefinitionContext"
|
|
780
|
+
}
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "definition",
|
|
784
|
+
"type": {
|
|
785
|
+
"text": "FoundationElementDefinition"
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
]
|
|
789
|
+
}
|
|
790
|
+
],
|
|
791
|
+
"exports": [
|
|
800
792
|
{
|
|
801
793
|
"kind": "js",
|
|
802
|
-
"name": "
|
|
794
|
+
"name": "zeroAnchorStyles",
|
|
803
795
|
"declaration": {
|
|
804
|
-
"name": "
|
|
805
|
-
"module": "src/
|
|
796
|
+
"name": "zeroAnchorStyles",
|
|
797
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
806
798
|
}
|
|
807
799
|
}
|
|
808
800
|
]
|
|
809
801
|
},
|
|
810
802
|
{
|
|
811
803
|
"kind": "javascript-module",
|
|
812
|
-
"path": "src/
|
|
804
|
+
"path": "src/anchor/anchor.template.ts",
|
|
813
805
|
"declarations": [
|
|
814
806
|
{
|
|
815
807
|
"kind": "function",
|
|
816
|
-
"name": "
|
|
808
|
+
"name": "zeroAnchorTemplate",
|
|
817
809
|
"return": {
|
|
818
810
|
"type": {
|
|
819
|
-
"text": "
|
|
811
|
+
"text": "ViewTemplate<Anchor>"
|
|
820
812
|
}
|
|
821
813
|
},
|
|
822
814
|
"parameters": [
|
|
@@ -838,58 +830,56 @@
|
|
|
838
830
|
"exports": [
|
|
839
831
|
{
|
|
840
832
|
"kind": "js",
|
|
841
|
-
"name": "
|
|
833
|
+
"name": "zeroAnchorTemplate",
|
|
842
834
|
"declaration": {
|
|
843
|
-
"name": "
|
|
844
|
-
"module": "src/
|
|
835
|
+
"name": "zeroAnchorTemplate",
|
|
836
|
+
"module": "src/anchor/anchor.template.ts"
|
|
845
837
|
}
|
|
846
838
|
}
|
|
847
839
|
]
|
|
848
840
|
},
|
|
849
841
|
{
|
|
850
842
|
"kind": "javascript-module",
|
|
851
|
-
"path": "src/
|
|
843
|
+
"path": "src/anchor/anchor.ts",
|
|
852
844
|
"declarations": [
|
|
853
845
|
{
|
|
854
846
|
"kind": "class",
|
|
855
847
|
"description": "",
|
|
856
|
-
"name": "
|
|
848
|
+
"name": "Anchor",
|
|
857
849
|
"superclass": {
|
|
858
|
-
"name": "
|
|
850
|
+
"name": "FoundationAnchor",
|
|
859
851
|
"package": "@genesislcap/foundation-ui"
|
|
860
852
|
},
|
|
861
|
-
"tagName": "%%prefix%%-
|
|
853
|
+
"tagName": "%%prefix%%-anchor",
|
|
862
854
|
"customElement": true
|
|
863
855
|
},
|
|
864
856
|
{
|
|
865
857
|
"kind": "variable",
|
|
866
|
-
"name": "
|
|
867
|
-
"description": "The Zero Actions Menu",
|
|
868
|
-
"privacy": "public"
|
|
858
|
+
"name": "zeroAnchor"
|
|
869
859
|
}
|
|
870
860
|
],
|
|
871
861
|
"exports": [
|
|
872
862
|
{
|
|
873
863
|
"kind": "js",
|
|
874
|
-
"name": "
|
|
864
|
+
"name": "Anchor",
|
|
875
865
|
"declaration": {
|
|
876
|
-
"name": "
|
|
877
|
-
"module": "src/
|
|
866
|
+
"name": "Anchor",
|
|
867
|
+
"module": "src/anchor/anchor.ts"
|
|
878
868
|
}
|
|
879
869
|
},
|
|
880
870
|
{
|
|
881
871
|
"kind": "js",
|
|
882
|
-
"name": "
|
|
872
|
+
"name": "zeroAnchor",
|
|
883
873
|
"declaration": {
|
|
884
|
-
"name": "
|
|
885
|
-
"module": "src/
|
|
874
|
+
"name": "zeroAnchor",
|
|
875
|
+
"module": "src/anchor/anchor.ts"
|
|
886
876
|
}
|
|
887
877
|
}
|
|
888
878
|
]
|
|
889
879
|
},
|
|
890
880
|
{
|
|
891
881
|
"kind": "javascript-module",
|
|
892
|
-
"path": "src/
|
|
882
|
+
"path": "src/anchor/index.ts",
|
|
893
883
|
"declarations": [],
|
|
894
884
|
"exports": [
|
|
895
885
|
{
|
|
@@ -897,7 +887,7 @@
|
|
|
897
887
|
"name": "*",
|
|
898
888
|
"declaration": {
|
|
899
889
|
"name": "*",
|
|
900
|
-
"package": "./
|
|
890
|
+
"package": "./anchor"
|
|
901
891
|
}
|
|
902
892
|
},
|
|
903
893
|
{
|
|
@@ -905,14 +895,53 @@
|
|
|
905
895
|
"name": "*",
|
|
906
896
|
"declaration": {
|
|
907
897
|
"name": "*",
|
|
908
|
-
"package": "./
|
|
898
|
+
"package": "./anchor.styles"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"kind": "js",
|
|
903
|
+
"name": "*",
|
|
904
|
+
"declaration": {
|
|
905
|
+
"name": "*",
|
|
906
|
+
"package": "./anchor.template"
|
|
909
907
|
}
|
|
910
908
|
}
|
|
911
909
|
]
|
|
912
910
|
},
|
|
913
911
|
{
|
|
914
912
|
"kind": "javascript-module",
|
|
915
|
-
"path": "src/
|
|
913
|
+
"path": "src/_config/index.ts",
|
|
914
|
+
"declarations": [],
|
|
915
|
+
"exports": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "js",
|
|
918
|
+
"name": "*",
|
|
919
|
+
"declaration": {
|
|
920
|
+
"name": "*",
|
|
921
|
+
"package": "./styles"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"kind": "js",
|
|
926
|
+
"name": "*",
|
|
927
|
+
"declaration": {
|
|
928
|
+
"name": "*",
|
|
929
|
+
"package": "./tokens"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "js",
|
|
934
|
+
"name": "*",
|
|
935
|
+
"declaration": {
|
|
936
|
+
"name": "*",
|
|
937
|
+
"package": "./values"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
"kind": "javascript-module",
|
|
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
|
]
|
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.
|
|
4
|
+
"version": "14.53.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": "14.
|
|
65
|
+
"@genesislcap/genx": "14.53.0",
|
|
66
66
|
"@storybook/addon-essentials": "^7.0.0",
|
|
67
67
|
"@storybook/addon-links": "^7.0.0",
|
|
68
68
|
"@storybook/addons": "^7.0.0",
|
|
@@ -74,9 +74,9 @@
|
|
|
74
74
|
"storybook": "^7.0.0"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@genesislcap/foundation-comms": "14.
|
|
78
|
-
"@genesislcap/foundation-ui": "14.
|
|
79
|
-
"@genesislcap/foundation-utils": "14.
|
|
77
|
+
"@genesislcap/foundation-comms": "14.53.0",
|
|
78
|
+
"@genesislcap/foundation-ui": "14.53.0",
|
|
79
|
+
"@genesislcap/foundation-utils": "14.53.0",
|
|
80
80
|
"@microsoft/fast-colors": "^5.1.4",
|
|
81
81
|
"@microsoft/fast-components": "^2.21.3",
|
|
82
82
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"access": "public"
|
|
94
94
|
},
|
|
95
95
|
"customElements": "dist/custom-elements.json",
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "026e0655a3e50a4ab8db54d701c2abcd74c4bf9b"
|
|
97
97
|
}
|