@genesislcap/foundation-zero 14.47.0 → 14.49.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 +113 -113
- package/package.json +6 -6
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
},
|
|
754
754
|
{
|
|
755
755
|
"kind": "javascript-module",
|
|
756
|
-
"path": "src/
|
|
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
|
]
|
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.49.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.49.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": "^14.
|
|
79
|
-
"@genesislcap/foundation-ui": "^14.
|
|
80
|
-
"@genesislcap/foundation-utils": "^14.
|
|
78
|
+
"@genesislcap/foundation-comms": "^14.49.0",
|
|
79
|
+
"@genesislcap/foundation-ui": "^14.49.0",
|
|
80
|
+
"@genesislcap/foundation-utils": "^14.49.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": "4cf55f57fe21d98d254b674fa8876d218e861296"
|
|
98
98
|
}
|