@genesislcap/foundation-utils 14.397.2 → 14.399.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 +230 -230
- package/package.json +11 -11
|
@@ -391,82 +391,6 @@
|
|
|
391
391
|
}
|
|
392
392
|
]
|
|
393
393
|
},
|
|
394
|
-
{
|
|
395
|
-
"kind": "javascript-module",
|
|
396
|
-
"path": "src/directives/index.ts",
|
|
397
|
-
"declarations": [],
|
|
398
|
-
"exports": [
|
|
399
|
-
{
|
|
400
|
-
"kind": "js",
|
|
401
|
-
"name": "*",
|
|
402
|
-
"declaration": {
|
|
403
|
-
"name": "*",
|
|
404
|
-
"package": "./sync"
|
|
405
|
-
}
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
"kind": "js",
|
|
409
|
-
"name": "*",
|
|
410
|
-
"declaration": {
|
|
411
|
-
"name": "*",
|
|
412
|
-
"package": "./when-else"
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
]
|
|
416
|
-
},
|
|
417
|
-
{
|
|
418
|
-
"kind": "javascript-module",
|
|
419
|
-
"path": "src/decorators/index.ts",
|
|
420
|
-
"declarations": [],
|
|
421
|
-
"exports": [
|
|
422
|
-
{
|
|
423
|
-
"kind": "js",
|
|
424
|
-
"name": "*",
|
|
425
|
-
"declaration": {
|
|
426
|
-
"name": "*",
|
|
427
|
-
"package": "./renderOnChange"
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
]
|
|
431
|
-
},
|
|
432
|
-
{
|
|
433
|
-
"kind": "javascript-module",
|
|
434
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
435
|
-
"declarations": [
|
|
436
|
-
{
|
|
437
|
-
"kind": "function",
|
|
438
|
-
"name": "renderOnChange",
|
|
439
|
-
"parameters": [
|
|
440
|
-
{
|
|
441
|
-
"name": "target",
|
|
442
|
-
"type": {
|
|
443
|
-
"text": "FASTElement & { render(): void }"
|
|
444
|
-
},
|
|
445
|
-
"description": "The target to define the property change handler on."
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"name": "name",
|
|
449
|
-
"type": {
|
|
450
|
-
"text": "string"
|
|
451
|
-
},
|
|
452
|
-
"description": "The property name."
|
|
453
|
-
}
|
|
454
|
-
],
|
|
455
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
456
|
-
"privacy": "public"
|
|
457
|
-
}
|
|
458
|
-
],
|
|
459
|
-
"exports": [
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "renderOnChange",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "renderOnChange",
|
|
465
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
394
|
{
|
|
471
395
|
"kind": "javascript-module",
|
|
472
396
|
"path": "src/design-system/design-system.ts",
|
|
@@ -587,6 +511,59 @@
|
|
|
587
511
|
}
|
|
588
512
|
]
|
|
589
513
|
},
|
|
514
|
+
{
|
|
515
|
+
"kind": "javascript-module",
|
|
516
|
+
"path": "src/decorators/index.ts",
|
|
517
|
+
"declarations": [],
|
|
518
|
+
"exports": [
|
|
519
|
+
{
|
|
520
|
+
"kind": "js",
|
|
521
|
+
"name": "*",
|
|
522
|
+
"declaration": {
|
|
523
|
+
"name": "*",
|
|
524
|
+
"package": "./renderOnChange"
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"kind": "javascript-module",
|
|
531
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
532
|
+
"declarations": [
|
|
533
|
+
{
|
|
534
|
+
"kind": "function",
|
|
535
|
+
"name": "renderOnChange",
|
|
536
|
+
"parameters": [
|
|
537
|
+
{
|
|
538
|
+
"name": "target",
|
|
539
|
+
"type": {
|
|
540
|
+
"text": "FASTElement & { render(): void }"
|
|
541
|
+
},
|
|
542
|
+
"description": "The target to define the property change handler on."
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "name",
|
|
546
|
+
"type": {
|
|
547
|
+
"text": "string"
|
|
548
|
+
},
|
|
549
|
+
"description": "The property name."
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
553
|
+
"privacy": "public"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"exports": [
|
|
557
|
+
{
|
|
558
|
+
"kind": "js",
|
|
559
|
+
"name": "renderOnChange",
|
|
560
|
+
"declaration": {
|
|
561
|
+
"name": "renderOnChange",
|
|
562
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
},
|
|
590
567
|
{
|
|
591
568
|
"kind": "javascript-module",
|
|
592
569
|
"path": "src/encoding/index.ts",
|
|
@@ -1276,6 +1253,29 @@
|
|
|
1276
1253
|
}
|
|
1277
1254
|
]
|
|
1278
1255
|
},
|
|
1256
|
+
{
|
|
1257
|
+
"kind": "javascript-module",
|
|
1258
|
+
"path": "src/directives/index.ts",
|
|
1259
|
+
"declarations": [],
|
|
1260
|
+
"exports": [
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "js",
|
|
1263
|
+
"name": "*",
|
|
1264
|
+
"declaration": {
|
|
1265
|
+
"name": "*",
|
|
1266
|
+
"package": "./sync"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"kind": "js",
|
|
1271
|
+
"name": "*",
|
|
1272
|
+
"declaration": {
|
|
1273
|
+
"name": "*",
|
|
1274
|
+
"package": "./when-else"
|
|
1275
|
+
}
|
|
1276
|
+
}
|
|
1277
|
+
]
|
|
1278
|
+
},
|
|
1279
1279
|
{
|
|
1280
1280
|
"kind": "javascript-module",
|
|
1281
1281
|
"path": "src/feature-flags/featureFlags.ts",
|
|
@@ -4143,160 +4143,6 @@
|
|
|
4143
4143
|
}
|
|
4144
4144
|
]
|
|
4145
4145
|
},
|
|
4146
|
-
{
|
|
4147
|
-
"kind": "javascript-module",
|
|
4148
|
-
"path": "src/directives/sync/index.ts",
|
|
4149
|
-
"declarations": [],
|
|
4150
|
-
"exports": [
|
|
4151
|
-
{
|
|
4152
|
-
"kind": "js",
|
|
4153
|
-
"name": "*",
|
|
4154
|
-
"declaration": {
|
|
4155
|
-
"name": "*",
|
|
4156
|
-
"package": "./sync"
|
|
4157
|
-
}
|
|
4158
|
-
}
|
|
4159
|
-
]
|
|
4160
|
-
},
|
|
4161
|
-
{
|
|
4162
|
-
"kind": "javascript-module",
|
|
4163
|
-
"path": "src/directives/sync/sync.ts",
|
|
4164
|
-
"declarations": [
|
|
4165
|
-
{
|
|
4166
|
-
"kind": "variable",
|
|
4167
|
-
"name": "defaultEventMap",
|
|
4168
|
-
"type": {
|
|
4169
|
-
"text": "Map<string, EventName>"
|
|
4170
|
-
},
|
|
4171
|
-
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
4172
|
-
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
4173
|
-
"privacy": "public"
|
|
4174
|
-
},
|
|
4175
|
-
{
|
|
4176
|
-
"kind": "function",
|
|
4177
|
-
"name": "sync",
|
|
4178
|
-
"return": {
|
|
4179
|
-
"type": {
|
|
4180
|
-
"text": "CaptureType<TSource>"
|
|
4181
|
-
}
|
|
4182
|
-
},
|
|
4183
|
-
"parameters": [
|
|
4184
|
-
{
|
|
4185
|
-
"name": "binding",
|
|
4186
|
-
"type": {
|
|
4187
|
-
"text": "Binding<TSource, TReturn>"
|
|
4188
|
-
}
|
|
4189
|
-
},
|
|
4190
|
-
{
|
|
4191
|
-
"name": "conversionType",
|
|
4192
|
-
"default": "'string'",
|
|
4193
|
-
"type": {
|
|
4194
|
-
"text": "ConversionType"
|
|
4195
|
-
}
|
|
4196
|
-
},
|
|
4197
|
-
{
|
|
4198
|
-
"name": "eventName",
|
|
4199
|
-
"default": "'default'",
|
|
4200
|
-
"type": {
|
|
4201
|
-
"text": "EventName"
|
|
4202
|
-
}
|
|
4203
|
-
},
|
|
4204
|
-
{
|
|
4205
|
-
"name": "keyAttr",
|
|
4206
|
-
"optional": true,
|
|
4207
|
-
"type": {
|
|
4208
|
-
"text": "string"
|
|
4209
|
-
}
|
|
4210
|
-
}
|
|
4211
|
-
],
|
|
4212
|
-
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
4213
|
-
"privacy": "public"
|
|
4214
|
-
}
|
|
4215
|
-
],
|
|
4216
|
-
"exports": [
|
|
4217
|
-
{
|
|
4218
|
-
"kind": "js",
|
|
4219
|
-
"name": "defaultEventMap",
|
|
4220
|
-
"declaration": {
|
|
4221
|
-
"name": "defaultEventMap",
|
|
4222
|
-
"module": "src/directives/sync/sync.ts"
|
|
4223
|
-
}
|
|
4224
|
-
},
|
|
4225
|
-
{
|
|
4226
|
-
"kind": "js",
|
|
4227
|
-
"name": "sync",
|
|
4228
|
-
"declaration": {
|
|
4229
|
-
"name": "sync",
|
|
4230
|
-
"module": "src/directives/sync/sync.ts"
|
|
4231
|
-
}
|
|
4232
|
-
}
|
|
4233
|
-
]
|
|
4234
|
-
},
|
|
4235
|
-
{
|
|
4236
|
-
"kind": "javascript-module",
|
|
4237
|
-
"path": "src/directives/when-else/index.ts",
|
|
4238
|
-
"declarations": [],
|
|
4239
|
-
"exports": [
|
|
4240
|
-
{
|
|
4241
|
-
"kind": "js",
|
|
4242
|
-
"name": "*",
|
|
4243
|
-
"declaration": {
|
|
4244
|
-
"name": "*",
|
|
4245
|
-
"package": "./when-else"
|
|
4246
|
-
}
|
|
4247
|
-
}
|
|
4248
|
-
]
|
|
4249
|
-
},
|
|
4250
|
-
{
|
|
4251
|
-
"kind": "javascript-module",
|
|
4252
|
-
"path": "src/directives/when-else/when-else.ts",
|
|
4253
|
-
"declarations": [
|
|
4254
|
-
{
|
|
4255
|
-
"kind": "function",
|
|
4256
|
-
"name": "whenElse",
|
|
4257
|
-
"return": {
|
|
4258
|
-
"type": {
|
|
4259
|
-
"text": "CaptureType<TSource>"
|
|
4260
|
-
}
|
|
4261
|
-
},
|
|
4262
|
-
"parameters": [
|
|
4263
|
-
{
|
|
4264
|
-
"name": "binding",
|
|
4265
|
-
"type": {
|
|
4266
|
-
"text": "Binding<TSource, TReturn>"
|
|
4267
|
-
},
|
|
4268
|
-
"description": "The condition to test for rendering."
|
|
4269
|
-
},
|
|
4270
|
-
{
|
|
4271
|
-
"name": "trueTemplateOrTemplateBinding",
|
|
4272
|
-
"type": {
|
|
4273
|
-
"text": "WhenTemplate<TSource>"
|
|
4274
|
-
},
|
|
4275
|
-
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
4276
|
-
},
|
|
4277
|
-
{
|
|
4278
|
-
"name": "falseTemplateOrTemplateBinding",
|
|
4279
|
-
"type": {
|
|
4280
|
-
"text": "WhenTemplate<TSource>"
|
|
4281
|
-
},
|
|
4282
|
-
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
4283
|
-
}
|
|
4284
|
-
],
|
|
4285
|
-
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
4286
|
-
"privacy": "public"
|
|
4287
|
-
}
|
|
4288
|
-
],
|
|
4289
|
-
"exports": [
|
|
4290
|
-
{
|
|
4291
|
-
"kind": "js",
|
|
4292
|
-
"name": "whenElse",
|
|
4293
|
-
"declaration": {
|
|
4294
|
-
"name": "whenElse",
|
|
4295
|
-
"module": "src/directives/when-else/when-else.ts"
|
|
4296
|
-
}
|
|
4297
|
-
}
|
|
4298
|
-
]
|
|
4299
|
-
},
|
|
4300
4146
|
{
|
|
4301
4147
|
"kind": "javascript-module",
|
|
4302
4148
|
"path": "src/encoding/base64/decode.ts",
|
|
@@ -4451,6 +4297,160 @@
|
|
|
4451
4297
|
}
|
|
4452
4298
|
]
|
|
4453
4299
|
},
|
|
4300
|
+
{
|
|
4301
|
+
"kind": "javascript-module",
|
|
4302
|
+
"path": "src/directives/sync/index.ts",
|
|
4303
|
+
"declarations": [],
|
|
4304
|
+
"exports": [
|
|
4305
|
+
{
|
|
4306
|
+
"kind": "js",
|
|
4307
|
+
"name": "*",
|
|
4308
|
+
"declaration": {
|
|
4309
|
+
"name": "*",
|
|
4310
|
+
"package": "./sync"
|
|
4311
|
+
}
|
|
4312
|
+
}
|
|
4313
|
+
]
|
|
4314
|
+
},
|
|
4315
|
+
{
|
|
4316
|
+
"kind": "javascript-module",
|
|
4317
|
+
"path": "src/directives/sync/sync.ts",
|
|
4318
|
+
"declarations": [
|
|
4319
|
+
{
|
|
4320
|
+
"kind": "variable",
|
|
4321
|
+
"name": "defaultEventMap",
|
|
4322
|
+
"type": {
|
|
4323
|
+
"text": "Map<string, EventName>"
|
|
4324
|
+
},
|
|
4325
|
+
"default": "new Map([\n ['FAST-TEXT-AREA', 'input'],\n ['FAST-TEXT-FIELD', 'input'],\n ['FOUNDATION-TEXT-AREA', 'input'],\n ['FOUNDATION-TEXT-FIELD', 'input'],\n ['INPUT', 'input'],\n ['ZERO-TEXT-FIELD', 'input'],\n])",
|
|
4326
|
+
"description": "A map that associates specific HTML element tags with their corresponding default event names.",
|
|
4327
|
+
"privacy": "public"
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"kind": "function",
|
|
4331
|
+
"name": "sync",
|
|
4332
|
+
"return": {
|
|
4333
|
+
"type": {
|
|
4334
|
+
"text": "CaptureType<TSource>"
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
"parameters": [
|
|
4338
|
+
{
|
|
4339
|
+
"name": "binding",
|
|
4340
|
+
"type": {
|
|
4341
|
+
"text": "Binding<TSource, TReturn>"
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"name": "conversionType",
|
|
4346
|
+
"default": "'string'",
|
|
4347
|
+
"type": {
|
|
4348
|
+
"text": "ConversionType"
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "eventName",
|
|
4353
|
+
"default": "'default'",
|
|
4354
|
+
"type": {
|
|
4355
|
+
"text": "EventName"
|
|
4356
|
+
}
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "keyAttr",
|
|
4360
|
+
"optional": true,
|
|
4361
|
+
"type": {
|
|
4362
|
+
"text": "string"
|
|
4363
|
+
}
|
|
4364
|
+
}
|
|
4365
|
+
],
|
|
4366
|
+
"description": "Creates a synchronization directive that binds a data source to an HTML element,",
|
|
4367
|
+
"privacy": "public"
|
|
4368
|
+
}
|
|
4369
|
+
],
|
|
4370
|
+
"exports": [
|
|
4371
|
+
{
|
|
4372
|
+
"kind": "js",
|
|
4373
|
+
"name": "defaultEventMap",
|
|
4374
|
+
"declaration": {
|
|
4375
|
+
"name": "defaultEventMap",
|
|
4376
|
+
"module": "src/directives/sync/sync.ts"
|
|
4377
|
+
}
|
|
4378
|
+
},
|
|
4379
|
+
{
|
|
4380
|
+
"kind": "js",
|
|
4381
|
+
"name": "sync",
|
|
4382
|
+
"declaration": {
|
|
4383
|
+
"name": "sync",
|
|
4384
|
+
"module": "src/directives/sync/sync.ts"
|
|
4385
|
+
}
|
|
4386
|
+
}
|
|
4387
|
+
]
|
|
4388
|
+
},
|
|
4389
|
+
{
|
|
4390
|
+
"kind": "javascript-module",
|
|
4391
|
+
"path": "src/directives/when-else/index.ts",
|
|
4392
|
+
"declarations": [],
|
|
4393
|
+
"exports": [
|
|
4394
|
+
{
|
|
4395
|
+
"kind": "js",
|
|
4396
|
+
"name": "*",
|
|
4397
|
+
"declaration": {
|
|
4398
|
+
"name": "*",
|
|
4399
|
+
"package": "./when-else"
|
|
4400
|
+
}
|
|
4401
|
+
}
|
|
4402
|
+
]
|
|
4403
|
+
},
|
|
4404
|
+
{
|
|
4405
|
+
"kind": "javascript-module",
|
|
4406
|
+
"path": "src/directives/when-else/when-else.ts",
|
|
4407
|
+
"declarations": [
|
|
4408
|
+
{
|
|
4409
|
+
"kind": "function",
|
|
4410
|
+
"name": "whenElse",
|
|
4411
|
+
"return": {
|
|
4412
|
+
"type": {
|
|
4413
|
+
"text": "CaptureType<TSource>"
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
"parameters": [
|
|
4417
|
+
{
|
|
4418
|
+
"name": "binding",
|
|
4419
|
+
"type": {
|
|
4420
|
+
"text": "Binding<TSource, TReturn>"
|
|
4421
|
+
},
|
|
4422
|
+
"description": "The condition to test for rendering."
|
|
4423
|
+
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "trueTemplateOrTemplateBinding",
|
|
4426
|
+
"type": {
|
|
4427
|
+
"text": "WhenTemplate<TSource>"
|
|
4428
|
+
},
|
|
4429
|
+
"description": "The template or a binding that gets the template to render when the condition is true."
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "falseTemplateOrTemplateBinding",
|
|
4433
|
+
"type": {
|
|
4434
|
+
"text": "WhenTemplate<TSource>"
|
|
4435
|
+
},
|
|
4436
|
+
"description": "The template or a binding that gets the template to render when the condition is false."
|
|
4437
|
+
}
|
|
4438
|
+
],
|
|
4439
|
+
"description": "Directive that allows supplying an \"else\" template to the traditional https://www.fast.design/docs/api/fast-element.when/#when-function directive",
|
|
4440
|
+
"privacy": "public"
|
|
4441
|
+
}
|
|
4442
|
+
],
|
|
4443
|
+
"exports": [
|
|
4444
|
+
{
|
|
4445
|
+
"kind": "js",
|
|
4446
|
+
"name": "whenElse",
|
|
4447
|
+
"declaration": {
|
|
4448
|
+
"name": "whenElse",
|
|
4449
|
+
"module": "src/directives/when-else/when-else.ts"
|
|
4450
|
+
}
|
|
4451
|
+
}
|
|
4452
|
+
]
|
|
4453
|
+
},
|
|
4454
4454
|
{
|
|
4455
4455
|
"kind": "javascript-module",
|
|
4456
4456
|
"path": "src/mappers/dto/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.399.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@genesislcap/foundation-testing": "14.
|
|
33
|
-
"@genesislcap/genx": "14.
|
|
34
|
-
"@genesislcap/rollup-builder": "14.
|
|
35
|
-
"@genesislcap/ts-builder": "14.
|
|
36
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
37
|
-
"@genesislcap/vite-builder": "14.
|
|
38
|
-
"@genesislcap/webpack-builder": "14.
|
|
32
|
+
"@genesislcap/foundation-testing": "14.399.0",
|
|
33
|
+
"@genesislcap/genx": "14.399.0",
|
|
34
|
+
"@genesislcap/rollup-builder": "14.399.0",
|
|
35
|
+
"@genesislcap/ts-builder": "14.399.0",
|
|
36
|
+
"@genesislcap/uvu-playwright-builder": "14.399.0",
|
|
37
|
+
"@genesislcap/vite-builder": "14.399.0",
|
|
38
|
+
"@genesislcap/webpack-builder": "14.399.0",
|
|
39
39
|
"@types/json-schema": "^7.0.11"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@genesislcap/expression-builder": "14.
|
|
43
|
-
"@genesislcap/foundation-logger": "14.
|
|
42
|
+
"@genesislcap/expression-builder": "14.399.0",
|
|
43
|
+
"@genesislcap/foundation-logger": "14.399.0",
|
|
44
44
|
"@microsoft/fast-components": "2.30.6",
|
|
45
45
|
"@microsoft/fast-element": "1.14.0",
|
|
46
46
|
"@microsoft/fast-foundation": "2.50.0",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
60
|
"customElements": "dist/custom-elements.json",
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "e356bc87abc6cd0a5d6e7a493ecd74dcf544d49c"
|
|
62
62
|
}
|