@genesislcap/foundation-ui 14.212.0 → 14.213.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 +227 -227
- package/package.json +16 -16
|
@@ -817,6 +817,51 @@
|
|
|
817
817
|
}
|
|
818
818
|
]
|
|
819
819
|
},
|
|
820
|
+
{
|
|
821
|
+
"kind": "javascript-module",
|
|
822
|
+
"path": "src/_common/icons.ts",
|
|
823
|
+
"declarations": [
|
|
824
|
+
{
|
|
825
|
+
"kind": "function",
|
|
826
|
+
"name": "closeIcon",
|
|
827
|
+
"parameters": [
|
|
828
|
+
{
|
|
829
|
+
"name": "slot",
|
|
830
|
+
"default": "'start'"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"name": "fill",
|
|
834
|
+
"default": "'#879ba6'"
|
|
835
|
+
}
|
|
836
|
+
]
|
|
837
|
+
}
|
|
838
|
+
],
|
|
839
|
+
"exports": [
|
|
840
|
+
{
|
|
841
|
+
"kind": "js",
|
|
842
|
+
"name": "closeIcon",
|
|
843
|
+
"declaration": {
|
|
844
|
+
"name": "closeIcon",
|
|
845
|
+
"module": "src/_common/icons.ts"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
]
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"kind": "javascript-module",
|
|
852
|
+
"path": "src/_common/index.ts",
|
|
853
|
+
"declarations": [],
|
|
854
|
+
"exports": [
|
|
855
|
+
{
|
|
856
|
+
"kind": "js",
|
|
857
|
+
"name": "*",
|
|
858
|
+
"declaration": {
|
|
859
|
+
"name": "*",
|
|
860
|
+
"package": "./icons"
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
]
|
|
864
|
+
},
|
|
820
865
|
{
|
|
821
866
|
"kind": "javascript-module",
|
|
822
867
|
"path": "src/_config/index.ts",
|
|
@@ -1030,51 +1075,6 @@
|
|
|
1030
1075
|
}
|
|
1031
1076
|
]
|
|
1032
1077
|
},
|
|
1033
|
-
{
|
|
1034
|
-
"kind": "javascript-module",
|
|
1035
|
-
"path": "src/_common/icons.ts",
|
|
1036
|
-
"declarations": [
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "function",
|
|
1039
|
-
"name": "closeIcon",
|
|
1040
|
-
"parameters": [
|
|
1041
|
-
{
|
|
1042
|
-
"name": "slot",
|
|
1043
|
-
"default": "'start'"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"name": "fill",
|
|
1047
|
-
"default": "'#879ba6'"
|
|
1048
|
-
}
|
|
1049
|
-
]
|
|
1050
|
-
}
|
|
1051
|
-
],
|
|
1052
|
-
"exports": [
|
|
1053
|
-
{
|
|
1054
|
-
"kind": "js",
|
|
1055
|
-
"name": "closeIcon",
|
|
1056
|
-
"declaration": {
|
|
1057
|
-
"name": "closeIcon",
|
|
1058
|
-
"module": "src/_common/icons.ts"
|
|
1059
|
-
}
|
|
1060
|
-
}
|
|
1061
|
-
]
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"kind": "javascript-module",
|
|
1065
|
-
"path": "src/_common/index.ts",
|
|
1066
|
-
"declarations": [],
|
|
1067
|
-
"exports": [
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "js",
|
|
1070
|
-
"name": "*",
|
|
1071
|
-
"declaration": {
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"package": "./icons"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
1078
|
{
|
|
1079
1079
|
"kind": "javascript-module",
|
|
1080
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -27761,188 +27761,6 @@
|
|
|
27761
27761
|
}
|
|
27762
27762
|
]
|
|
27763
27763
|
},
|
|
27764
|
-
{
|
|
27765
|
-
"kind": "javascript-module",
|
|
27766
|
-
"path": "src/progress/index.ts",
|
|
27767
|
-
"declarations": [],
|
|
27768
|
-
"exports": [
|
|
27769
|
-
{
|
|
27770
|
-
"kind": "js",
|
|
27771
|
-
"name": "*",
|
|
27772
|
-
"declaration": {
|
|
27773
|
-
"name": "*",
|
|
27774
|
-
"package": "./progress.template"
|
|
27775
|
-
}
|
|
27776
|
-
},
|
|
27777
|
-
{
|
|
27778
|
-
"kind": "js",
|
|
27779
|
-
"name": "*",
|
|
27780
|
-
"declaration": {
|
|
27781
|
-
"name": "*",
|
|
27782
|
-
"package": "./progress.styles"
|
|
27783
|
-
}
|
|
27784
|
-
},
|
|
27785
|
-
{
|
|
27786
|
-
"kind": "js",
|
|
27787
|
-
"name": "*",
|
|
27788
|
-
"declaration": {
|
|
27789
|
-
"name": "*",
|
|
27790
|
-
"package": "./progress"
|
|
27791
|
-
}
|
|
27792
|
-
}
|
|
27793
|
-
]
|
|
27794
|
-
},
|
|
27795
|
-
{
|
|
27796
|
-
"kind": "javascript-module",
|
|
27797
|
-
"path": "src/progress/progress.styles.ts",
|
|
27798
|
-
"declarations": [
|
|
27799
|
-
{
|
|
27800
|
-
"kind": "function",
|
|
27801
|
-
"name": "foundationProgressStyles",
|
|
27802
|
-
"return": {
|
|
27803
|
-
"type": {
|
|
27804
|
-
"text": "ElementStyles"
|
|
27805
|
-
}
|
|
27806
|
-
},
|
|
27807
|
-
"parameters": [
|
|
27808
|
-
{
|
|
27809
|
-
"name": "context",
|
|
27810
|
-
"type": {
|
|
27811
|
-
"text": "ElementDefinitionContext"
|
|
27812
|
-
}
|
|
27813
|
-
},
|
|
27814
|
-
{
|
|
27815
|
-
"name": "definition",
|
|
27816
|
-
"type": {
|
|
27817
|
-
"text": "ProgressOptions"
|
|
27818
|
-
}
|
|
27819
|
-
}
|
|
27820
|
-
]
|
|
27821
|
-
}
|
|
27822
|
-
],
|
|
27823
|
-
"exports": [
|
|
27824
|
-
{
|
|
27825
|
-
"kind": "js",
|
|
27826
|
-
"name": "foundationProgressStyles",
|
|
27827
|
-
"declaration": {
|
|
27828
|
-
"name": "foundationProgressStyles",
|
|
27829
|
-
"module": "src/progress/progress.styles.ts"
|
|
27830
|
-
}
|
|
27831
|
-
}
|
|
27832
|
-
]
|
|
27833
|
-
},
|
|
27834
|
-
{
|
|
27835
|
-
"kind": "javascript-module",
|
|
27836
|
-
"path": "src/progress/progress.template.ts",
|
|
27837
|
-
"declarations": [
|
|
27838
|
-
{
|
|
27839
|
-
"kind": "function",
|
|
27840
|
-
"name": "foundationProgressTemplate",
|
|
27841
|
-
"return": {
|
|
27842
|
-
"type": {
|
|
27843
|
-
"text": "ViewTemplate<Progress>"
|
|
27844
|
-
}
|
|
27845
|
-
},
|
|
27846
|
-
"parameters": [
|
|
27847
|
-
{
|
|
27848
|
-
"name": "context",
|
|
27849
|
-
"type": {
|
|
27850
|
-
"text": "ElementDefinitionContext"
|
|
27851
|
-
}
|
|
27852
|
-
},
|
|
27853
|
-
{
|
|
27854
|
-
"name": "definition",
|
|
27855
|
-
"type": {
|
|
27856
|
-
"text": "ProgressOptions"
|
|
27857
|
-
}
|
|
27858
|
-
}
|
|
27859
|
-
]
|
|
27860
|
-
}
|
|
27861
|
-
],
|
|
27862
|
-
"exports": [
|
|
27863
|
-
{
|
|
27864
|
-
"kind": "js",
|
|
27865
|
-
"name": "foundationProgressTemplate",
|
|
27866
|
-
"declaration": {
|
|
27867
|
-
"name": "foundationProgressTemplate",
|
|
27868
|
-
"module": "src/progress/progress.template.ts"
|
|
27869
|
-
}
|
|
27870
|
-
}
|
|
27871
|
-
]
|
|
27872
|
-
},
|
|
27873
|
-
{
|
|
27874
|
-
"kind": "javascript-module",
|
|
27875
|
-
"path": "src/progress/progress.ts",
|
|
27876
|
-
"declarations": [
|
|
27877
|
-
{
|
|
27878
|
-
"kind": "class",
|
|
27879
|
-
"description": "",
|
|
27880
|
-
"name": "Progress",
|
|
27881
|
-
"superclass": {
|
|
27882
|
-
"name": "FASTProgress",
|
|
27883
|
-
"package": "@microsoft/fast-components"
|
|
27884
|
-
},
|
|
27885
|
-
"tagName": "%%prefix%%-progress",
|
|
27886
|
-
"customElement": true
|
|
27887
|
-
},
|
|
27888
|
-
{
|
|
27889
|
-
"kind": "variable",
|
|
27890
|
-
"name": "foundationProgressShadowOptions",
|
|
27891
|
-
"type": {
|
|
27892
|
-
"text": "ShadowRootInit"
|
|
27893
|
-
},
|
|
27894
|
-
"default": "undefined"
|
|
27895
|
-
},
|
|
27896
|
-
{
|
|
27897
|
-
"kind": "variable",
|
|
27898
|
-
"name": "defaultProgressConfig",
|
|
27899
|
-
"type": {
|
|
27900
|
-
"text": "object"
|
|
27901
|
-
},
|
|
27902
|
-
"default": "{\n indeterminateIndicator1: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n indeterminateIndicator2: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n}"
|
|
27903
|
-
},
|
|
27904
|
-
{
|
|
27905
|
-
"kind": "variable",
|
|
27906
|
-
"name": "foundationProgress",
|
|
27907
|
-
"description": "The Foundation Progress",
|
|
27908
|
-
"privacy": "public"
|
|
27909
|
-
}
|
|
27910
|
-
],
|
|
27911
|
-
"exports": [
|
|
27912
|
-
{
|
|
27913
|
-
"kind": "js",
|
|
27914
|
-
"name": "Progress",
|
|
27915
|
-
"declaration": {
|
|
27916
|
-
"name": "Progress",
|
|
27917
|
-
"module": "src/progress/progress.ts"
|
|
27918
|
-
}
|
|
27919
|
-
},
|
|
27920
|
-
{
|
|
27921
|
-
"kind": "js",
|
|
27922
|
-
"name": "foundationProgressShadowOptions",
|
|
27923
|
-
"declaration": {
|
|
27924
|
-
"name": "foundationProgressShadowOptions",
|
|
27925
|
-
"module": "src/progress/progress.ts"
|
|
27926
|
-
}
|
|
27927
|
-
},
|
|
27928
|
-
{
|
|
27929
|
-
"kind": "js",
|
|
27930
|
-
"name": "defaultProgressConfig",
|
|
27931
|
-
"declaration": {
|
|
27932
|
-
"name": "defaultProgressConfig",
|
|
27933
|
-
"module": "src/progress/progress.ts"
|
|
27934
|
-
}
|
|
27935
|
-
},
|
|
27936
|
-
{
|
|
27937
|
-
"kind": "js",
|
|
27938
|
-
"name": "foundationProgress",
|
|
27939
|
-
"declaration": {
|
|
27940
|
-
"name": "foundationProgress",
|
|
27941
|
-
"module": "src/progress/progress.ts"
|
|
27942
|
-
}
|
|
27943
|
-
}
|
|
27944
|
-
]
|
|
27945
|
-
},
|
|
27946
27764
|
{
|
|
27947
27765
|
"kind": "javascript-module",
|
|
27948
27766
|
"path": "src/popper/index.ts",
|
|
@@ -28299,6 +28117,188 @@
|
|
|
28299
28117
|
}
|
|
28300
28118
|
]
|
|
28301
28119
|
},
|
|
28120
|
+
{
|
|
28121
|
+
"kind": "javascript-module",
|
|
28122
|
+
"path": "src/progress/index.ts",
|
|
28123
|
+
"declarations": [],
|
|
28124
|
+
"exports": [
|
|
28125
|
+
{
|
|
28126
|
+
"kind": "js",
|
|
28127
|
+
"name": "*",
|
|
28128
|
+
"declaration": {
|
|
28129
|
+
"name": "*",
|
|
28130
|
+
"package": "./progress.template"
|
|
28131
|
+
}
|
|
28132
|
+
},
|
|
28133
|
+
{
|
|
28134
|
+
"kind": "js",
|
|
28135
|
+
"name": "*",
|
|
28136
|
+
"declaration": {
|
|
28137
|
+
"name": "*",
|
|
28138
|
+
"package": "./progress.styles"
|
|
28139
|
+
}
|
|
28140
|
+
},
|
|
28141
|
+
{
|
|
28142
|
+
"kind": "js",
|
|
28143
|
+
"name": "*",
|
|
28144
|
+
"declaration": {
|
|
28145
|
+
"name": "*",
|
|
28146
|
+
"package": "./progress"
|
|
28147
|
+
}
|
|
28148
|
+
}
|
|
28149
|
+
]
|
|
28150
|
+
},
|
|
28151
|
+
{
|
|
28152
|
+
"kind": "javascript-module",
|
|
28153
|
+
"path": "src/progress/progress.styles.ts",
|
|
28154
|
+
"declarations": [
|
|
28155
|
+
{
|
|
28156
|
+
"kind": "function",
|
|
28157
|
+
"name": "foundationProgressStyles",
|
|
28158
|
+
"return": {
|
|
28159
|
+
"type": {
|
|
28160
|
+
"text": "ElementStyles"
|
|
28161
|
+
}
|
|
28162
|
+
},
|
|
28163
|
+
"parameters": [
|
|
28164
|
+
{
|
|
28165
|
+
"name": "context",
|
|
28166
|
+
"type": {
|
|
28167
|
+
"text": "ElementDefinitionContext"
|
|
28168
|
+
}
|
|
28169
|
+
},
|
|
28170
|
+
{
|
|
28171
|
+
"name": "definition",
|
|
28172
|
+
"type": {
|
|
28173
|
+
"text": "ProgressOptions"
|
|
28174
|
+
}
|
|
28175
|
+
}
|
|
28176
|
+
]
|
|
28177
|
+
}
|
|
28178
|
+
],
|
|
28179
|
+
"exports": [
|
|
28180
|
+
{
|
|
28181
|
+
"kind": "js",
|
|
28182
|
+
"name": "foundationProgressStyles",
|
|
28183
|
+
"declaration": {
|
|
28184
|
+
"name": "foundationProgressStyles",
|
|
28185
|
+
"module": "src/progress/progress.styles.ts"
|
|
28186
|
+
}
|
|
28187
|
+
}
|
|
28188
|
+
]
|
|
28189
|
+
},
|
|
28190
|
+
{
|
|
28191
|
+
"kind": "javascript-module",
|
|
28192
|
+
"path": "src/progress/progress.template.ts",
|
|
28193
|
+
"declarations": [
|
|
28194
|
+
{
|
|
28195
|
+
"kind": "function",
|
|
28196
|
+
"name": "foundationProgressTemplate",
|
|
28197
|
+
"return": {
|
|
28198
|
+
"type": {
|
|
28199
|
+
"text": "ViewTemplate<Progress>"
|
|
28200
|
+
}
|
|
28201
|
+
},
|
|
28202
|
+
"parameters": [
|
|
28203
|
+
{
|
|
28204
|
+
"name": "context",
|
|
28205
|
+
"type": {
|
|
28206
|
+
"text": "ElementDefinitionContext"
|
|
28207
|
+
}
|
|
28208
|
+
},
|
|
28209
|
+
{
|
|
28210
|
+
"name": "definition",
|
|
28211
|
+
"type": {
|
|
28212
|
+
"text": "ProgressOptions"
|
|
28213
|
+
}
|
|
28214
|
+
}
|
|
28215
|
+
]
|
|
28216
|
+
}
|
|
28217
|
+
],
|
|
28218
|
+
"exports": [
|
|
28219
|
+
{
|
|
28220
|
+
"kind": "js",
|
|
28221
|
+
"name": "foundationProgressTemplate",
|
|
28222
|
+
"declaration": {
|
|
28223
|
+
"name": "foundationProgressTemplate",
|
|
28224
|
+
"module": "src/progress/progress.template.ts"
|
|
28225
|
+
}
|
|
28226
|
+
}
|
|
28227
|
+
]
|
|
28228
|
+
},
|
|
28229
|
+
{
|
|
28230
|
+
"kind": "javascript-module",
|
|
28231
|
+
"path": "src/progress/progress.ts",
|
|
28232
|
+
"declarations": [
|
|
28233
|
+
{
|
|
28234
|
+
"kind": "class",
|
|
28235
|
+
"description": "",
|
|
28236
|
+
"name": "Progress",
|
|
28237
|
+
"superclass": {
|
|
28238
|
+
"name": "FASTProgress",
|
|
28239
|
+
"package": "@microsoft/fast-components"
|
|
28240
|
+
},
|
|
28241
|
+
"tagName": "%%prefix%%-progress",
|
|
28242
|
+
"customElement": true
|
|
28243
|
+
},
|
|
28244
|
+
{
|
|
28245
|
+
"kind": "variable",
|
|
28246
|
+
"name": "foundationProgressShadowOptions",
|
|
28247
|
+
"type": {
|
|
28248
|
+
"text": "ShadowRootInit"
|
|
28249
|
+
},
|
|
28250
|
+
"default": "undefined"
|
|
28251
|
+
},
|
|
28252
|
+
{
|
|
28253
|
+
"kind": "variable",
|
|
28254
|
+
"name": "defaultProgressConfig",
|
|
28255
|
+
"type": {
|
|
28256
|
+
"text": "object"
|
|
28257
|
+
},
|
|
28258
|
+
"default": "{\n indeterminateIndicator1: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n indeterminateIndicator2: `<span class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\"></span>`,\n}"
|
|
28259
|
+
},
|
|
28260
|
+
{
|
|
28261
|
+
"kind": "variable",
|
|
28262
|
+
"name": "foundationProgress",
|
|
28263
|
+
"description": "The Foundation Progress",
|
|
28264
|
+
"privacy": "public"
|
|
28265
|
+
}
|
|
28266
|
+
],
|
|
28267
|
+
"exports": [
|
|
28268
|
+
{
|
|
28269
|
+
"kind": "js",
|
|
28270
|
+
"name": "Progress",
|
|
28271
|
+
"declaration": {
|
|
28272
|
+
"name": "Progress",
|
|
28273
|
+
"module": "src/progress/progress.ts"
|
|
28274
|
+
}
|
|
28275
|
+
},
|
|
28276
|
+
{
|
|
28277
|
+
"kind": "js",
|
|
28278
|
+
"name": "foundationProgressShadowOptions",
|
|
28279
|
+
"declaration": {
|
|
28280
|
+
"name": "foundationProgressShadowOptions",
|
|
28281
|
+
"module": "src/progress/progress.ts"
|
|
28282
|
+
}
|
|
28283
|
+
},
|
|
28284
|
+
{
|
|
28285
|
+
"kind": "js",
|
|
28286
|
+
"name": "defaultProgressConfig",
|
|
28287
|
+
"declaration": {
|
|
28288
|
+
"name": "defaultProgressConfig",
|
|
28289
|
+
"module": "src/progress/progress.ts"
|
|
28290
|
+
}
|
|
28291
|
+
},
|
|
28292
|
+
{
|
|
28293
|
+
"kind": "js",
|
|
28294
|
+
"name": "foundationProgress",
|
|
28295
|
+
"declaration": {
|
|
28296
|
+
"name": "foundationProgress",
|
|
28297
|
+
"module": "src/progress/progress.ts"
|
|
28298
|
+
}
|
|
28299
|
+
}
|
|
28300
|
+
]
|
|
28301
|
+
},
|
|
28302
28302
|
{
|
|
28303
28303
|
"kind": "javascript-module",
|
|
28304
28304
|
"path": "src/progress-ring/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.213.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@genesislcap/foundation-testing": "14.
|
|
87
|
-
"@genesislcap/genx": "14.
|
|
88
|
-
"@genesislcap/rollup-builder": "14.
|
|
89
|
-
"@genesislcap/ts-builder": "14.
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
91
|
-
"@genesislcap/vite-builder": "14.
|
|
92
|
-
"@genesislcap/webpack-builder": "14.
|
|
86
|
+
"@genesislcap/foundation-testing": "14.213.0",
|
|
87
|
+
"@genesislcap/genx": "14.213.0",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.213.0",
|
|
89
|
+
"@genesislcap/ts-builder": "14.213.0",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.213.0",
|
|
91
|
+
"@genesislcap/vite-builder": "14.213.0",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.213.0",
|
|
93
93
|
"copyfiles": "^2.4.1",
|
|
94
94
|
"rimraf": "^5.0.0",
|
|
95
95
|
"rxjs": "^7.5.4"
|
|
@@ -100,13 +100,13 @@
|
|
|
100
100
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
101
101
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
102
102
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
103
|
-
"@genesislcap/foundation-comms": "14.
|
|
104
|
-
"@genesislcap/foundation-criteria": "14.
|
|
105
|
-
"@genesislcap/foundation-errors": "14.
|
|
106
|
-
"@genesislcap/foundation-logger": "14.
|
|
107
|
-
"@genesislcap/foundation-notifications": "14.
|
|
108
|
-
"@genesislcap/foundation-user": "14.
|
|
109
|
-
"@genesislcap/foundation-utils": "14.
|
|
103
|
+
"@genesislcap/foundation-comms": "14.213.0",
|
|
104
|
+
"@genesislcap/foundation-criteria": "14.213.0",
|
|
105
|
+
"@genesislcap/foundation-errors": "14.213.0",
|
|
106
|
+
"@genesislcap/foundation-logger": "14.213.0",
|
|
107
|
+
"@genesislcap/foundation-notifications": "14.213.0",
|
|
108
|
+
"@genesislcap/foundation-user": "14.213.0",
|
|
109
|
+
"@genesislcap/foundation-utils": "14.213.0",
|
|
110
110
|
"@microsoft/fast-colors": "^5.3.1",
|
|
111
111
|
"@microsoft/fast-components": "^2.30.6",
|
|
112
112
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"access": "public"
|
|
129
129
|
},
|
|
130
130
|
"customElements": "dist/custom-elements.json",
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "70f38494437517fe4ccfca280abbed212b72a809"
|
|
132
132
|
}
|