@genesislcap/foundation-zero 14.23.1-alpha-57f25e5.0 → 14.24.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 +219 -219
- package/package.json +14 -22
|
@@ -720,6 +720,225 @@
|
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
},
|
|
723
|
+
{
|
|
724
|
+
"kind": "javascript-module",
|
|
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/anchor/anchor.stories.ts",
|
|
757
|
+
"declarations": [
|
|
758
|
+
{
|
|
759
|
+
"kind": "variable",
|
|
760
|
+
"name": "meta",
|
|
761
|
+
"type": {
|
|
762
|
+
"text": "Meta"
|
|
763
|
+
},
|
|
764
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"kind": "variable",
|
|
768
|
+
"name": "All",
|
|
769
|
+
"type": {
|
|
770
|
+
"text": "StoryObj"
|
|
771
|
+
},
|
|
772
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
773
|
+
}
|
|
774
|
+
],
|
|
775
|
+
"exports": [
|
|
776
|
+
{
|
|
777
|
+
"kind": "js",
|
|
778
|
+
"name": "default",
|
|
779
|
+
"declaration": {
|
|
780
|
+
"name": "meta",
|
|
781
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"kind": "js",
|
|
786
|
+
"name": "All",
|
|
787
|
+
"declaration": {
|
|
788
|
+
"name": "All",
|
|
789
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
790
|
+
}
|
|
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": [
|
|
823
|
+
{
|
|
824
|
+
"kind": "js",
|
|
825
|
+
"name": "zeroAnchorStyles",
|
|
826
|
+
"declaration": {
|
|
827
|
+
"name": "zeroAnchorStyles",
|
|
828
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
]
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"kind": "javascript-module",
|
|
835
|
+
"path": "src/anchor/anchor.template.ts",
|
|
836
|
+
"declarations": [
|
|
837
|
+
{
|
|
838
|
+
"kind": "function",
|
|
839
|
+
"name": "zeroAnchorTemplate",
|
|
840
|
+
"return": {
|
|
841
|
+
"type": {
|
|
842
|
+
"text": "ViewTemplate<Anchor>"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"parameters": [
|
|
846
|
+
{
|
|
847
|
+
"name": "context",
|
|
848
|
+
"type": {
|
|
849
|
+
"text": "ElementDefinitionContext"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "definition",
|
|
854
|
+
"type": {
|
|
855
|
+
"text": "FoundationElementDefinition"
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
]
|
|
859
|
+
}
|
|
860
|
+
],
|
|
861
|
+
"exports": [
|
|
862
|
+
{
|
|
863
|
+
"kind": "js",
|
|
864
|
+
"name": "zeroAnchorTemplate",
|
|
865
|
+
"declaration": {
|
|
866
|
+
"name": "zeroAnchorTemplate",
|
|
867
|
+
"module": "src/anchor/anchor.template.ts"
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
]
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"kind": "javascript-module",
|
|
874
|
+
"path": "src/anchor/anchor.ts",
|
|
875
|
+
"declarations": [
|
|
876
|
+
{
|
|
877
|
+
"kind": "class",
|
|
878
|
+
"description": "",
|
|
879
|
+
"name": "Anchor",
|
|
880
|
+
"superclass": {
|
|
881
|
+
"name": "FoundationAnchor",
|
|
882
|
+
"package": "@genesislcap/foundation-ui"
|
|
883
|
+
},
|
|
884
|
+
"tagName": "%%prefix%%-anchor",
|
|
885
|
+
"customElement": true
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"kind": "variable",
|
|
889
|
+
"name": "zeroAnchor"
|
|
890
|
+
}
|
|
891
|
+
],
|
|
892
|
+
"exports": [
|
|
893
|
+
{
|
|
894
|
+
"kind": "js",
|
|
895
|
+
"name": "Anchor",
|
|
896
|
+
"declaration": {
|
|
897
|
+
"name": "Anchor",
|
|
898
|
+
"module": "src/anchor/anchor.ts"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"kind": "js",
|
|
903
|
+
"name": "zeroAnchor",
|
|
904
|
+
"declaration": {
|
|
905
|
+
"name": "zeroAnchor",
|
|
906
|
+
"module": "src/anchor/anchor.ts"
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
]
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"kind": "javascript-module",
|
|
913
|
+
"path": "src/anchor/index.ts",
|
|
914
|
+
"declarations": [],
|
|
915
|
+
"exports": [
|
|
916
|
+
{
|
|
917
|
+
"kind": "js",
|
|
918
|
+
"name": "*",
|
|
919
|
+
"declaration": {
|
|
920
|
+
"name": "*",
|
|
921
|
+
"package": "./anchor"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"kind": "js",
|
|
926
|
+
"name": "*",
|
|
927
|
+
"declaration": {
|
|
928
|
+
"name": "*",
|
|
929
|
+
"package": "./anchor.styles"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "js",
|
|
934
|
+
"name": "*",
|
|
935
|
+
"declaration": {
|
|
936
|
+
"name": "*",
|
|
937
|
+
"package": "./anchor.template"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
]
|
|
941
|
+
},
|
|
723
942
|
{
|
|
724
943
|
"kind": "javascript-module",
|
|
725
944
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -992,225 +1211,6 @@
|
|
|
992
1211
|
}
|
|
993
1212
|
]
|
|
994
1213
|
},
|
|
995
|
-
{
|
|
996
|
-
"kind": "javascript-module",
|
|
997
|
-
"path": "src/anchor/anchor.stories.ts",
|
|
998
|
-
"declarations": [
|
|
999
|
-
{
|
|
1000
|
-
"kind": "variable",
|
|
1001
|
-
"name": "meta",
|
|
1002
|
-
"type": {
|
|
1003
|
-
"text": "Meta"
|
|
1004
|
-
},
|
|
1005
|
-
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1006
|
-
},
|
|
1007
|
-
{
|
|
1008
|
-
"kind": "variable",
|
|
1009
|
-
"name": "All",
|
|
1010
|
-
"type": {
|
|
1011
|
-
"text": "StoryObj"
|
|
1012
|
-
},
|
|
1013
|
-
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1014
|
-
}
|
|
1015
|
-
],
|
|
1016
|
-
"exports": [
|
|
1017
|
-
{
|
|
1018
|
-
"kind": "js",
|
|
1019
|
-
"name": "default",
|
|
1020
|
-
"declaration": {
|
|
1021
|
-
"name": "meta",
|
|
1022
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
1023
|
-
}
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
"kind": "js",
|
|
1027
|
-
"name": "All",
|
|
1028
|
-
"declaration": {
|
|
1029
|
-
"name": "All",
|
|
1030
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
1031
|
-
}
|
|
1032
|
-
}
|
|
1033
|
-
]
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"kind": "javascript-module",
|
|
1037
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
1038
|
-
"declarations": [
|
|
1039
|
-
{
|
|
1040
|
-
"kind": "function",
|
|
1041
|
-
"name": "zeroAnchorStyles",
|
|
1042
|
-
"return": {
|
|
1043
|
-
"type": {
|
|
1044
|
-
"text": "ElementStyles"
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
"parameters": [
|
|
1048
|
-
{
|
|
1049
|
-
"name": "context",
|
|
1050
|
-
"type": {
|
|
1051
|
-
"text": "ElementDefinitionContext"
|
|
1052
|
-
}
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"name": "definition",
|
|
1056
|
-
"type": {
|
|
1057
|
-
"text": "FoundationElementDefinition"
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1060
|
-
]
|
|
1061
|
-
}
|
|
1062
|
-
],
|
|
1063
|
-
"exports": [
|
|
1064
|
-
{
|
|
1065
|
-
"kind": "js",
|
|
1066
|
-
"name": "zeroAnchorStyles",
|
|
1067
|
-
"declaration": {
|
|
1068
|
-
"name": "zeroAnchorStyles",
|
|
1069
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
1070
|
-
}
|
|
1071
|
-
}
|
|
1072
|
-
]
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"kind": "javascript-module",
|
|
1076
|
-
"path": "src/anchor/anchor.template.ts",
|
|
1077
|
-
"declarations": [
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "function",
|
|
1080
|
-
"name": "zeroAnchorTemplate",
|
|
1081
|
-
"return": {
|
|
1082
|
-
"type": {
|
|
1083
|
-
"text": "ViewTemplate<Anchor>"
|
|
1084
|
-
}
|
|
1085
|
-
},
|
|
1086
|
-
"parameters": [
|
|
1087
|
-
{
|
|
1088
|
-
"name": "context",
|
|
1089
|
-
"type": {
|
|
1090
|
-
"text": "ElementDefinitionContext"
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
"name": "definition",
|
|
1095
|
-
"type": {
|
|
1096
|
-
"text": "FoundationElementDefinition"
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
]
|
|
1100
|
-
}
|
|
1101
|
-
],
|
|
1102
|
-
"exports": [
|
|
1103
|
-
{
|
|
1104
|
-
"kind": "js",
|
|
1105
|
-
"name": "zeroAnchorTemplate",
|
|
1106
|
-
"declaration": {
|
|
1107
|
-
"name": "zeroAnchorTemplate",
|
|
1108
|
-
"module": "src/anchor/anchor.template.ts"
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
]
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"kind": "javascript-module",
|
|
1115
|
-
"path": "src/anchor/anchor.ts",
|
|
1116
|
-
"declarations": [
|
|
1117
|
-
{
|
|
1118
|
-
"kind": "class",
|
|
1119
|
-
"description": "",
|
|
1120
|
-
"name": "Anchor",
|
|
1121
|
-
"superclass": {
|
|
1122
|
-
"name": "FoundationAnchor",
|
|
1123
|
-
"package": "@genesislcap/foundation-ui"
|
|
1124
|
-
},
|
|
1125
|
-
"tagName": "%%prefix%%-anchor",
|
|
1126
|
-
"customElement": true
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"kind": "variable",
|
|
1130
|
-
"name": "zeroAnchor"
|
|
1131
|
-
}
|
|
1132
|
-
],
|
|
1133
|
-
"exports": [
|
|
1134
|
-
{
|
|
1135
|
-
"kind": "js",
|
|
1136
|
-
"name": "Anchor",
|
|
1137
|
-
"declaration": {
|
|
1138
|
-
"name": "Anchor",
|
|
1139
|
-
"module": "src/anchor/anchor.ts"
|
|
1140
|
-
}
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"kind": "js",
|
|
1144
|
-
"name": "zeroAnchor",
|
|
1145
|
-
"declaration": {
|
|
1146
|
-
"name": "zeroAnchor",
|
|
1147
|
-
"module": "src/anchor/anchor.ts"
|
|
1148
|
-
}
|
|
1149
|
-
}
|
|
1150
|
-
]
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"kind": "javascript-module",
|
|
1154
|
-
"path": "src/anchor/index.ts",
|
|
1155
|
-
"declarations": [],
|
|
1156
|
-
"exports": [
|
|
1157
|
-
{
|
|
1158
|
-
"kind": "js",
|
|
1159
|
-
"name": "*",
|
|
1160
|
-
"declaration": {
|
|
1161
|
-
"name": "*",
|
|
1162
|
-
"package": "./anchor"
|
|
1163
|
-
}
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
"kind": "js",
|
|
1167
|
-
"name": "*",
|
|
1168
|
-
"declaration": {
|
|
1169
|
-
"name": "*",
|
|
1170
|
-
"package": "./anchor.styles"
|
|
1171
|
-
}
|
|
1172
|
-
},
|
|
1173
|
-
{
|
|
1174
|
-
"kind": "js",
|
|
1175
|
-
"name": "*",
|
|
1176
|
-
"declaration": {
|
|
1177
|
-
"name": "*",
|
|
1178
|
-
"package": "./anchor.template"
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
]
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"kind": "javascript-module",
|
|
1185
|
-
"path": "src/_config/index.ts",
|
|
1186
|
-
"declarations": [],
|
|
1187
|
-
"exports": [
|
|
1188
|
-
{
|
|
1189
|
-
"kind": "js",
|
|
1190
|
-
"name": "*",
|
|
1191
|
-
"declaration": {
|
|
1192
|
-
"name": "*",
|
|
1193
|
-
"package": "./styles"
|
|
1194
|
-
}
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"kind": "js",
|
|
1198
|
-
"name": "*",
|
|
1199
|
-
"declaration": {
|
|
1200
|
-
"name": "*",
|
|
1201
|
-
"package": "./tokens"
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"kind": "js",
|
|
1206
|
-
"name": "*",
|
|
1207
|
-
"declaration": {
|
|
1208
|
-
"name": "*",
|
|
1209
|
-
"package": "./values"
|
|
1210
|
-
}
|
|
1211
|
-
}
|
|
1212
|
-
]
|
|
1213
|
-
},
|
|
1214
1214
|
{
|
|
1215
1215
|
"kind": "javascript-module",
|
|
1216
1216
|
"path": "src/badge/badge.stories.ts",
|
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.24.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "genx build",
|
|
15
15
|
"build-storybook": "genx clean storybook-static && storybook build",
|
|
16
|
-
"build:rollup": "
|
|
17
|
-
"build:rollup:stats": "
|
|
16
|
+
"build:rollup": "genx build -b rollup",
|
|
17
|
+
"build:rollup:stats": "genx analyze -b rollup",
|
|
18
18
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
19
19
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
20
20
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
21
21
|
"clean": "genx clean",
|
|
22
22
|
"dev": "npm run dev:tsc",
|
|
23
|
-
"dev:rollup": "
|
|
23
|
+
"dev:rollup": "genx dev -b rollup",
|
|
24
24
|
"dev:tsc": "genx dev",
|
|
25
25
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
26
26
|
"serve": "genx serve",
|
|
@@ -29,15 +29,10 @@
|
|
|
29
29
|
"test": "echo \"Error: no test specified\""
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@
|
|
33
|
-
"@genesislcap/genx": "14.23.1-alpha-57f25e5.0",
|
|
32
|
+
"@genesislcap/genx": "^14.24.0",
|
|
34
33
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
35
34
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
36
35
|
"@playwright/test": "^1.18.1",
|
|
37
|
-
"@rollup/plugin-commonjs": "^21.0.1",
|
|
38
|
-
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
39
|
-
"@rollup/plugin-terser": "^0.4.0",
|
|
40
|
-
"@rollup/plugin-typescript": "^8.3.0",
|
|
41
36
|
"@storybook/addon-essentials": "^7.0.0",
|
|
42
37
|
"@storybook/addon-links": "^7.0.0",
|
|
43
38
|
"@storybook/addons": "^7.0.0",
|
|
@@ -68,13 +63,6 @@
|
|
|
68
63
|
"postcss-import": "^14.0.0",
|
|
69
64
|
"postcss-loader": "^6.2.1",
|
|
70
65
|
"postcss-preset-env": "^7.0.1",
|
|
71
|
-
"rollup": "^2.7.6",
|
|
72
|
-
"rollup-plugin-copy": "^3.4.0",
|
|
73
|
-
"rollup-plugin-filesize": "^9.1.2",
|
|
74
|
-
"rollup-plugin-lit-css": "^3.2.1",
|
|
75
|
-
"rollup-plugin-styles": "^4.0.0",
|
|
76
|
-
"rollup-plugin-transform-tagged-template": "^0.0.3",
|
|
77
|
-
"rollup-plugin-visualizer": "^5.6.0",
|
|
78
66
|
"sass": "^1.49.7",
|
|
79
67
|
"storybook": "^7.0.0",
|
|
80
68
|
"terser-webpack-plugin": "^5.3.1",
|
|
@@ -92,9 +80,9 @@
|
|
|
92
80
|
"webpack-merge": "^5.7.3"
|
|
93
81
|
},
|
|
94
82
|
"dependencies": {
|
|
95
|
-
"@genesislcap/foundation-comms": "14.
|
|
96
|
-
"@genesislcap/foundation-ui": "14.
|
|
97
|
-
"@genesislcap/foundation-utils": "14.
|
|
83
|
+
"@genesislcap/foundation-comms": "^14.24.0",
|
|
84
|
+
"@genesislcap/foundation-ui": "^14.24.0",
|
|
85
|
+
"@genesislcap/foundation-utils": "^14.24.0",
|
|
98
86
|
"@microsoft/fast-colors": "^5.1.4",
|
|
99
87
|
"@microsoft/fast-components": "^2.21.3",
|
|
100
88
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -102,10 +90,14 @@
|
|
|
102
90
|
"@microsoft/fast-web-utilities": "^5.0.2",
|
|
103
91
|
"tslib": "^2.3.1"
|
|
104
92
|
},
|
|
105
|
-
"repository":
|
|
93
|
+
"repository": {
|
|
94
|
+
"type": "git",
|
|
95
|
+
"url": "git+https://github.com/genesislcap/foundation-ui.git",
|
|
96
|
+
"directory": "packages/foundation/foundation-ds/foundation-zero"
|
|
97
|
+
},
|
|
106
98
|
"publishConfig": {
|
|
107
99
|
"access": "public"
|
|
108
100
|
},
|
|
109
101
|
"customElements": "dist/custom-elements.json",
|
|
110
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "94a3b388d39d65f0376bb347238a4151b3cfdd09"
|
|
111
103
|
}
|