@genesislcap/foundation-zero 14.53.0 → 14.53.1-alpha-cf2199b.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,7 +722,38 @@
|
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
724
|
"kind": "javascript-module",
|
|
725
|
-
"path": "src/
|
|
725
|
+
"path": "src/_config/index.ts",
|
|
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",
|
|
726
757
|
"declarations": [
|
|
727
758
|
{
|
|
728
759
|
"kind": "variable",
|
|
@@ -730,15 +761,23 @@
|
|
|
730
761
|
"type": {
|
|
731
762
|
"text": "Meta"
|
|
732
763
|
},
|
|
733
|
-
"default": "{\n title: '
|
|
764
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
734
765
|
},
|
|
735
766
|
{
|
|
736
767
|
"kind": "variable",
|
|
737
|
-
"name": "
|
|
768
|
+
"name": "Horizontal",
|
|
738
769
|
"type": {
|
|
739
770
|
"text": "StoryObj"
|
|
740
771
|
},
|
|
741
|
-
"default": "{\n args: {\n
|
|
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}"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"kind": "variable",
|
|
776
|
+
"name": "Vertical",
|
|
777
|
+
"type": {
|
|
778
|
+
"text": "StoryObj"
|
|
779
|
+
},
|
|
780
|
+
"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}"
|
|
742
781
|
}
|
|
743
782
|
],
|
|
744
783
|
"exports": [
|
|
@@ -747,68 +786,37 @@
|
|
|
747
786
|
"name": "default",
|
|
748
787
|
"declaration": {
|
|
749
788
|
"name": "meta",
|
|
750
|
-
"module": "src/
|
|
789
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
751
790
|
}
|
|
752
791
|
},
|
|
753
792
|
{
|
|
754
793
|
"kind": "js",
|
|
755
|
-
"name": "
|
|
794
|
+
"name": "Horizontal",
|
|
756
795
|
"declaration": {
|
|
757
|
-
"name": "
|
|
758
|
-
"module": "src/
|
|
796
|
+
"name": "Horizontal",
|
|
797
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
759
798
|
}
|
|
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": [
|
|
799
|
+
},
|
|
792
800
|
{
|
|
793
801
|
"kind": "js",
|
|
794
|
-
"name": "
|
|
802
|
+
"name": "Vertical",
|
|
795
803
|
"declaration": {
|
|
796
|
-
"name": "
|
|
797
|
-
"module": "src/
|
|
804
|
+
"name": "Vertical",
|
|
805
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
798
806
|
}
|
|
799
807
|
}
|
|
800
808
|
]
|
|
801
809
|
},
|
|
802
810
|
{
|
|
803
811
|
"kind": "javascript-module",
|
|
804
|
-
"path": "src/
|
|
812
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
805
813
|
"declarations": [
|
|
806
814
|
{
|
|
807
815
|
"kind": "function",
|
|
808
|
-
"name": "
|
|
816
|
+
"name": "zeroActionsMenuStyles",
|
|
809
817
|
"return": {
|
|
810
818
|
"type": {
|
|
811
|
-
"text": "
|
|
819
|
+
"text": "ElementStyles"
|
|
812
820
|
}
|
|
813
821
|
},
|
|
814
822
|
"parameters": [
|
|
@@ -830,87 +838,58 @@
|
|
|
830
838
|
"exports": [
|
|
831
839
|
{
|
|
832
840
|
"kind": "js",
|
|
833
|
-
"name": "
|
|
841
|
+
"name": "zeroActionsMenuStyles",
|
|
834
842
|
"declaration": {
|
|
835
|
-
"name": "
|
|
836
|
-
"module": "src/
|
|
843
|
+
"name": "zeroActionsMenuStyles",
|
|
844
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
837
845
|
}
|
|
838
846
|
}
|
|
839
847
|
]
|
|
840
848
|
},
|
|
841
849
|
{
|
|
842
850
|
"kind": "javascript-module",
|
|
843
|
-
"path": "src/
|
|
851
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
844
852
|
"declarations": [
|
|
845
853
|
{
|
|
846
854
|
"kind": "class",
|
|
847
855
|
"description": "",
|
|
848
|
-
"name": "
|
|
856
|
+
"name": "ActionsMenu",
|
|
849
857
|
"superclass": {
|
|
850
|
-
"name": "
|
|
858
|
+
"name": "FoundationActionsMenu",
|
|
851
859
|
"package": "@genesislcap/foundation-ui"
|
|
852
860
|
},
|
|
853
|
-
"tagName": "%%prefix%%-
|
|
861
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
854
862
|
"customElement": true
|
|
855
863
|
},
|
|
856
864
|
{
|
|
857
865
|
"kind": "variable",
|
|
858
|
-
"name": "
|
|
866
|
+
"name": "zeroActionsMenu",
|
|
867
|
+
"description": "The Zero Actions Menu",
|
|
868
|
+
"privacy": "public"
|
|
859
869
|
}
|
|
860
870
|
],
|
|
861
871
|
"exports": [
|
|
862
872
|
{
|
|
863
873
|
"kind": "js",
|
|
864
|
-
"name": "
|
|
865
|
-
"declaration": {
|
|
866
|
-
"name": "Anchor",
|
|
867
|
-
"module": "src/anchor/anchor.ts"
|
|
868
|
-
}
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "zeroAnchor",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "zeroAnchor",
|
|
875
|
-
"module": "src/anchor/anchor.ts"
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
]
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"kind": "javascript-module",
|
|
882
|
-
"path": "src/anchor/index.ts",
|
|
883
|
-
"declarations": [],
|
|
884
|
-
"exports": [
|
|
885
|
-
{
|
|
886
|
-
"kind": "js",
|
|
887
|
-
"name": "*",
|
|
888
|
-
"declaration": {
|
|
889
|
-
"name": "*",
|
|
890
|
-
"package": "./anchor"
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"kind": "js",
|
|
895
|
-
"name": "*",
|
|
874
|
+
"name": "ActionsMenu",
|
|
896
875
|
"declaration": {
|
|
897
|
-
"name": "
|
|
898
|
-
"
|
|
876
|
+
"name": "ActionsMenu",
|
|
877
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
899
878
|
}
|
|
900
879
|
},
|
|
901
880
|
{
|
|
902
881
|
"kind": "js",
|
|
903
|
-
"name": "
|
|
882
|
+
"name": "zeroActionsMenu",
|
|
904
883
|
"declaration": {
|
|
905
|
-
"name": "
|
|
906
|
-
"
|
|
884
|
+
"name": "zeroActionsMenu",
|
|
885
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
907
886
|
}
|
|
908
887
|
}
|
|
909
888
|
]
|
|
910
889
|
},
|
|
911
890
|
{
|
|
912
891
|
"kind": "javascript-module",
|
|
913
|
-
"path": "src/
|
|
892
|
+
"path": "src/actions-menu/index.ts",
|
|
914
893
|
"declarations": [],
|
|
915
894
|
"exports": [
|
|
916
895
|
{
|
|
@@ -918,15 +897,7 @@
|
|
|
918
897
|
"name": "*",
|
|
919
898
|
"declaration": {
|
|
920
899
|
"name": "*",
|
|
921
|
-
"package": "./
|
|
922
|
-
}
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"kind": "js",
|
|
926
|
-
"name": "*",
|
|
927
|
-
"declaration": {
|
|
928
|
-
"name": "*",
|
|
929
|
-
"package": "./tokens"
|
|
900
|
+
"package": "./actions-menu"
|
|
930
901
|
}
|
|
931
902
|
},
|
|
932
903
|
{
|
|
@@ -934,14 +905,14 @@
|
|
|
934
905
|
"name": "*",
|
|
935
906
|
"declaration": {
|
|
936
907
|
"name": "*",
|
|
937
|
-
"package": "./
|
|
908
|
+
"package": "./actions-menu.styles"
|
|
938
909
|
}
|
|
939
910
|
}
|
|
940
911
|
]
|
|
941
912
|
},
|
|
942
913
|
{
|
|
943
914
|
"kind": "javascript-module",
|
|
944
|
-
"path": "src/
|
|
915
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
945
916
|
"declarations": [
|
|
946
917
|
{
|
|
947
918
|
"kind": "variable",
|
|
@@ -949,23 +920,15 @@
|
|
|
949
920
|
"type": {
|
|
950
921
|
"text": "Meta"
|
|
951
922
|
},
|
|
952
|
-
"default": "{\n title: '
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"kind": "variable",
|
|
956
|
-
"name": "Horizontal",
|
|
957
|
-
"type": {
|
|
958
|
-
"text": "StoryObj"
|
|
959
|
-
},
|
|
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}"
|
|
923
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
961
924
|
},
|
|
962
925
|
{
|
|
963
926
|
"kind": "variable",
|
|
964
|
-
"name": "
|
|
927
|
+
"name": "All",
|
|
965
928
|
"type": {
|
|
966
929
|
"text": "StoryObj"
|
|
967
930
|
},
|
|
968
|
-
"default": "{\n args: {\n
|
|
931
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
969
932
|
}
|
|
970
933
|
],
|
|
971
934
|
"exports": [
|
|
@@ -974,37 +937,68 @@
|
|
|
974
937
|
"name": "default",
|
|
975
938
|
"declaration": {
|
|
976
939
|
"name": "meta",
|
|
977
|
-
"module": "src/
|
|
940
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
978
941
|
}
|
|
979
942
|
},
|
|
980
943
|
{
|
|
981
944
|
"kind": "js",
|
|
982
|
-
"name": "
|
|
945
|
+
"name": "All",
|
|
983
946
|
"declaration": {
|
|
984
|
-
"name": "
|
|
985
|
-
"module": "src/
|
|
947
|
+
"name": "All",
|
|
948
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
986
949
|
}
|
|
987
|
-
}
|
|
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": [
|
|
988
982
|
{
|
|
989
983
|
"kind": "js",
|
|
990
|
-
"name": "
|
|
984
|
+
"name": "zeroAnchorStyles",
|
|
991
985
|
"declaration": {
|
|
992
|
-
"name": "
|
|
993
|
-
"module": "src/
|
|
986
|
+
"name": "zeroAnchorStyles",
|
|
987
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
994
988
|
}
|
|
995
989
|
}
|
|
996
990
|
]
|
|
997
991
|
},
|
|
998
992
|
{
|
|
999
993
|
"kind": "javascript-module",
|
|
1000
|
-
"path": "src/
|
|
994
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1001
995
|
"declarations": [
|
|
1002
996
|
{
|
|
1003
997
|
"kind": "function",
|
|
1004
|
-
"name": "
|
|
998
|
+
"name": "zeroAnchorTemplate",
|
|
1005
999
|
"return": {
|
|
1006
1000
|
"type": {
|
|
1007
|
-
"text": "
|
|
1001
|
+
"text": "ViewTemplate<Anchor>"
|
|
1008
1002
|
}
|
|
1009
1003
|
},
|
|
1010
1004
|
"parameters": [
|
|
@@ -1026,58 +1020,56 @@
|
|
|
1026
1020
|
"exports": [
|
|
1027
1021
|
{
|
|
1028
1022
|
"kind": "js",
|
|
1029
|
-
"name": "
|
|
1023
|
+
"name": "zeroAnchorTemplate",
|
|
1030
1024
|
"declaration": {
|
|
1031
|
-
"name": "
|
|
1032
|
-
"module": "src/
|
|
1025
|
+
"name": "zeroAnchorTemplate",
|
|
1026
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1033
1027
|
}
|
|
1034
1028
|
}
|
|
1035
1029
|
]
|
|
1036
1030
|
},
|
|
1037
1031
|
{
|
|
1038
1032
|
"kind": "javascript-module",
|
|
1039
|
-
"path": "src/
|
|
1033
|
+
"path": "src/anchor/anchor.ts",
|
|
1040
1034
|
"declarations": [
|
|
1041
1035
|
{
|
|
1042
1036
|
"kind": "class",
|
|
1043
1037
|
"description": "",
|
|
1044
|
-
"name": "
|
|
1038
|
+
"name": "Anchor",
|
|
1045
1039
|
"superclass": {
|
|
1046
|
-
"name": "
|
|
1040
|
+
"name": "FoundationAnchor",
|
|
1047
1041
|
"package": "@genesislcap/foundation-ui"
|
|
1048
1042
|
},
|
|
1049
|
-
"tagName": "%%prefix%%-
|
|
1043
|
+
"tagName": "%%prefix%%-anchor",
|
|
1050
1044
|
"customElement": true
|
|
1051
1045
|
},
|
|
1052
1046
|
{
|
|
1053
1047
|
"kind": "variable",
|
|
1054
|
-
"name": "
|
|
1055
|
-
"description": "The Zero Actions Menu",
|
|
1056
|
-
"privacy": "public"
|
|
1048
|
+
"name": "zeroAnchor"
|
|
1057
1049
|
}
|
|
1058
1050
|
],
|
|
1059
1051
|
"exports": [
|
|
1060
1052
|
{
|
|
1061
1053
|
"kind": "js",
|
|
1062
|
-
"name": "
|
|
1054
|
+
"name": "Anchor",
|
|
1063
1055
|
"declaration": {
|
|
1064
|
-
"name": "
|
|
1065
|
-
"module": "src/
|
|
1056
|
+
"name": "Anchor",
|
|
1057
|
+
"module": "src/anchor/anchor.ts"
|
|
1066
1058
|
}
|
|
1067
1059
|
},
|
|
1068
1060
|
{
|
|
1069
1061
|
"kind": "js",
|
|
1070
|
-
"name": "
|
|
1062
|
+
"name": "zeroAnchor",
|
|
1071
1063
|
"declaration": {
|
|
1072
|
-
"name": "
|
|
1073
|
-
"module": "src/
|
|
1064
|
+
"name": "zeroAnchor",
|
|
1065
|
+
"module": "src/anchor/anchor.ts"
|
|
1074
1066
|
}
|
|
1075
1067
|
}
|
|
1076
1068
|
]
|
|
1077
1069
|
},
|
|
1078
1070
|
{
|
|
1079
1071
|
"kind": "javascript-module",
|
|
1080
|
-
"path": "src/
|
|
1072
|
+
"path": "src/anchor/index.ts",
|
|
1081
1073
|
"declarations": [],
|
|
1082
1074
|
"exports": [
|
|
1083
1075
|
{
|
|
@@ -1085,7 +1077,7 @@
|
|
|
1085
1077
|
"name": "*",
|
|
1086
1078
|
"declaration": {
|
|
1087
1079
|
"name": "*",
|
|
1088
|
-
"package": "./
|
|
1080
|
+
"package": "./anchor"
|
|
1089
1081
|
}
|
|
1090
1082
|
},
|
|
1091
1083
|
{
|
|
@@ -1093,7 +1085,15 @@
|
|
|
1093
1085
|
"name": "*",
|
|
1094
1086
|
"declaration": {
|
|
1095
1087
|
"name": "*",
|
|
1096
|
-
"package": "./
|
|
1088
|
+
"package": "./anchor.styles"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "js",
|
|
1093
|
+
"name": "*",
|
|
1094
|
+
"declaration": {
|
|
1095
|
+
"name": "*",
|
|
1096
|
+
"package": "./anchor.template"
|
|
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.53.0",
|
|
4
|
+
"version": "14.53.1-alpha-cf2199b.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.53.0",
|
|
65
|
+
"@genesislcap/genx": "14.53.1-alpha-cf2199b.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.53.0",
|
|
78
|
-
"@genesislcap/foundation-ui": "14.53.0",
|
|
79
|
-
"@genesislcap/foundation-utils": "14.53.0",
|
|
77
|
+
"@genesislcap/foundation-comms": "14.53.1-alpha-cf2199b.0",
|
|
78
|
+
"@genesislcap/foundation-ui": "14.53.1-alpha-cf2199b.0",
|
|
79
|
+
"@genesislcap/foundation-utils": "14.53.1-alpha-cf2199b.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": "1372fa484ca9d027847420d701cbb3fac41353de"
|
|
97
97
|
}
|