@genesislcap/foundation-ui 14.370.1-alpha-d042199.0 → 14.370.1-alpha-fa13546.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 +213 -213
- package/package.json +18 -18
|
@@ -1263,188 +1263,6 @@
|
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
},
|
|
1266
|
-
{
|
|
1267
|
-
"kind": "javascript-module",
|
|
1268
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1269
|
-
"declarations": [
|
|
1270
|
-
{
|
|
1271
|
-
"kind": "function",
|
|
1272
|
-
"name": "foundationAccordionStyles",
|
|
1273
|
-
"return": {
|
|
1274
|
-
"type": {
|
|
1275
|
-
"text": "ElementStyles"
|
|
1276
|
-
}
|
|
1277
|
-
},
|
|
1278
|
-
"parameters": [
|
|
1279
|
-
{
|
|
1280
|
-
"name": "context",
|
|
1281
|
-
"type": {
|
|
1282
|
-
"text": "ElementDefinitionContext"
|
|
1283
|
-
}
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"name": "definition",
|
|
1287
|
-
"type": {
|
|
1288
|
-
"text": "FoundationElementDefinition"
|
|
1289
|
-
}
|
|
1290
|
-
}
|
|
1291
|
-
]
|
|
1292
|
-
}
|
|
1293
|
-
],
|
|
1294
|
-
"exports": [
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "js",
|
|
1297
|
-
"name": "foundationAccordionStyles",
|
|
1298
|
-
"declaration": {
|
|
1299
|
-
"name": "foundationAccordionStyles",
|
|
1300
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1301
|
-
}
|
|
1302
|
-
}
|
|
1303
|
-
]
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
"kind": "javascript-module",
|
|
1307
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1308
|
-
"declarations": [
|
|
1309
|
-
{
|
|
1310
|
-
"kind": "function",
|
|
1311
|
-
"name": "foundationAccordionTemplate",
|
|
1312
|
-
"return": {
|
|
1313
|
-
"type": {
|
|
1314
|
-
"text": "ViewTemplate<Accordion>"
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
"parameters": [
|
|
1318
|
-
{
|
|
1319
|
-
"name": "context",
|
|
1320
|
-
"type": {
|
|
1321
|
-
"text": "ElementDefinitionContext"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "definition",
|
|
1326
|
-
"type": {
|
|
1327
|
-
"text": "FoundationElementDefinition"
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
]
|
|
1331
|
-
}
|
|
1332
|
-
],
|
|
1333
|
-
"exports": [
|
|
1334
|
-
{
|
|
1335
|
-
"kind": "js",
|
|
1336
|
-
"name": "foundationAccordionTemplate",
|
|
1337
|
-
"declaration": {
|
|
1338
|
-
"name": "foundationAccordionTemplate",
|
|
1339
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1342
|
-
]
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"kind": "javascript-module",
|
|
1346
|
-
"path": "src/accordion/accordion.ts",
|
|
1347
|
-
"declarations": [
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "class",
|
|
1350
|
-
"description": "",
|
|
1351
|
-
"name": "Accordion",
|
|
1352
|
-
"superclass": {
|
|
1353
|
-
"name": "FASTAccordion",
|
|
1354
|
-
"package": "@microsoft/fast-foundation"
|
|
1355
|
-
},
|
|
1356
|
-
"tagName": "%%prefix%%-accordion",
|
|
1357
|
-
"customElement": true
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "variable",
|
|
1361
|
-
"name": "foundationAccordionShadowOptions",
|
|
1362
|
-
"type": {
|
|
1363
|
-
"text": "ShadowRootInit"
|
|
1364
|
-
},
|
|
1365
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "variable",
|
|
1369
|
-
"name": "defaultAccordionConfig",
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "object"
|
|
1372
|
-
},
|
|
1373
|
-
"default": "{}"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"kind": "variable",
|
|
1377
|
-
"name": "foundationAccordion",
|
|
1378
|
-
"description": "The Foundation Accordion",
|
|
1379
|
-
"privacy": "public"
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"exports": [
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "js",
|
|
1385
|
-
"name": "Accordion",
|
|
1386
|
-
"declaration": {
|
|
1387
|
-
"name": "Accordion",
|
|
1388
|
-
"module": "src/accordion/accordion.ts"
|
|
1389
|
-
}
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "js",
|
|
1393
|
-
"name": "foundationAccordionShadowOptions",
|
|
1394
|
-
"declaration": {
|
|
1395
|
-
"name": "foundationAccordionShadowOptions",
|
|
1396
|
-
"module": "src/accordion/accordion.ts"
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "js",
|
|
1401
|
-
"name": "defaultAccordionConfig",
|
|
1402
|
-
"declaration": {
|
|
1403
|
-
"name": "defaultAccordionConfig",
|
|
1404
|
-
"module": "src/accordion/accordion.ts"
|
|
1405
|
-
}
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"kind": "js",
|
|
1409
|
-
"name": "foundationAccordion",
|
|
1410
|
-
"declaration": {
|
|
1411
|
-
"name": "foundationAccordion",
|
|
1412
|
-
"module": "src/accordion/accordion.ts"
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1415
|
-
]
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"kind": "javascript-module",
|
|
1419
|
-
"path": "src/accordion/index.ts",
|
|
1420
|
-
"declarations": [],
|
|
1421
|
-
"exports": [
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "*",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "*",
|
|
1427
|
-
"package": "./accordion.template"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./accordion.styles"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "./accordion"
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
1266
|
{
|
|
1449
1267
|
"kind": "javascript-module",
|
|
1450
1268
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1839,37 +1657,6 @@
|
|
|
1839
1657
|
}
|
|
1840
1658
|
]
|
|
1841
1659
|
},
|
|
1842
|
-
{
|
|
1843
|
-
"kind": "javascript-module",
|
|
1844
|
-
"path": "src/_config/index.ts",
|
|
1845
|
-
"declarations": [],
|
|
1846
|
-
"exports": [
|
|
1847
|
-
{
|
|
1848
|
-
"kind": "js",
|
|
1849
|
-
"name": "*",
|
|
1850
|
-
"declaration": {
|
|
1851
|
-
"name": "*",
|
|
1852
|
-
"package": "./styles"
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
"kind": "js",
|
|
1857
|
-
"name": "*",
|
|
1858
|
-
"declaration": {
|
|
1859
|
-
"name": "*",
|
|
1860
|
-
"package": "./tokens"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
{
|
|
1864
|
-
"kind": "js",
|
|
1865
|
-
"name": "*",
|
|
1866
|
-
"declaration": {
|
|
1867
|
-
"name": "*",
|
|
1868
|
-
"package": "./values"
|
|
1869
|
-
}
|
|
1870
|
-
}
|
|
1871
|
-
]
|
|
1872
|
-
},
|
|
1873
1660
|
{
|
|
1874
1661
|
"kind": "javascript-module",
|
|
1875
1662
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -4539,6 +4326,219 @@
|
|
|
4539
4326
|
}
|
|
4540
4327
|
]
|
|
4541
4328
|
},
|
|
4329
|
+
{
|
|
4330
|
+
"kind": "javascript-module",
|
|
4331
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
4332
|
+
"declarations": [
|
|
4333
|
+
{
|
|
4334
|
+
"kind": "function",
|
|
4335
|
+
"name": "foundationAccordionStyles",
|
|
4336
|
+
"return": {
|
|
4337
|
+
"type": {
|
|
4338
|
+
"text": "ElementStyles"
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
"parameters": [
|
|
4342
|
+
{
|
|
4343
|
+
"name": "context",
|
|
4344
|
+
"type": {
|
|
4345
|
+
"text": "ElementDefinitionContext"
|
|
4346
|
+
}
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
"name": "definition",
|
|
4350
|
+
"type": {
|
|
4351
|
+
"text": "FoundationElementDefinition"
|
|
4352
|
+
}
|
|
4353
|
+
}
|
|
4354
|
+
]
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
"exports": [
|
|
4358
|
+
{
|
|
4359
|
+
"kind": "js",
|
|
4360
|
+
"name": "foundationAccordionStyles",
|
|
4361
|
+
"declaration": {
|
|
4362
|
+
"name": "foundationAccordionStyles",
|
|
4363
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
4364
|
+
}
|
|
4365
|
+
}
|
|
4366
|
+
]
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"kind": "javascript-module",
|
|
4370
|
+
"path": "src/accordion/accordion.template.ts",
|
|
4371
|
+
"declarations": [
|
|
4372
|
+
{
|
|
4373
|
+
"kind": "function",
|
|
4374
|
+
"name": "foundationAccordionTemplate",
|
|
4375
|
+
"return": {
|
|
4376
|
+
"type": {
|
|
4377
|
+
"text": "ViewTemplate<Accordion>"
|
|
4378
|
+
}
|
|
4379
|
+
},
|
|
4380
|
+
"parameters": [
|
|
4381
|
+
{
|
|
4382
|
+
"name": "context",
|
|
4383
|
+
"type": {
|
|
4384
|
+
"text": "ElementDefinitionContext"
|
|
4385
|
+
}
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "definition",
|
|
4389
|
+
"type": {
|
|
4390
|
+
"text": "FoundationElementDefinition"
|
|
4391
|
+
}
|
|
4392
|
+
}
|
|
4393
|
+
]
|
|
4394
|
+
}
|
|
4395
|
+
],
|
|
4396
|
+
"exports": [
|
|
4397
|
+
{
|
|
4398
|
+
"kind": "js",
|
|
4399
|
+
"name": "foundationAccordionTemplate",
|
|
4400
|
+
"declaration": {
|
|
4401
|
+
"name": "foundationAccordionTemplate",
|
|
4402
|
+
"module": "src/accordion/accordion.template.ts"
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
4405
|
+
]
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"kind": "javascript-module",
|
|
4409
|
+
"path": "src/accordion/accordion.ts",
|
|
4410
|
+
"declarations": [
|
|
4411
|
+
{
|
|
4412
|
+
"kind": "class",
|
|
4413
|
+
"description": "",
|
|
4414
|
+
"name": "Accordion",
|
|
4415
|
+
"superclass": {
|
|
4416
|
+
"name": "FASTAccordion",
|
|
4417
|
+
"package": "@microsoft/fast-foundation"
|
|
4418
|
+
},
|
|
4419
|
+
"tagName": "%%prefix%%-accordion",
|
|
4420
|
+
"customElement": true
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"kind": "variable",
|
|
4424
|
+
"name": "foundationAccordionShadowOptions",
|
|
4425
|
+
"type": {
|
|
4426
|
+
"text": "ShadowRootInit"
|
|
4427
|
+
},
|
|
4428
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"kind": "variable",
|
|
4432
|
+
"name": "defaultAccordionConfig",
|
|
4433
|
+
"type": {
|
|
4434
|
+
"text": "object"
|
|
4435
|
+
},
|
|
4436
|
+
"default": "{}"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"kind": "variable",
|
|
4440
|
+
"name": "foundationAccordion",
|
|
4441
|
+
"description": "The Foundation Accordion",
|
|
4442
|
+
"privacy": "public"
|
|
4443
|
+
}
|
|
4444
|
+
],
|
|
4445
|
+
"exports": [
|
|
4446
|
+
{
|
|
4447
|
+
"kind": "js",
|
|
4448
|
+
"name": "Accordion",
|
|
4449
|
+
"declaration": {
|
|
4450
|
+
"name": "Accordion",
|
|
4451
|
+
"module": "src/accordion/accordion.ts"
|
|
4452
|
+
}
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"kind": "js",
|
|
4456
|
+
"name": "foundationAccordionShadowOptions",
|
|
4457
|
+
"declaration": {
|
|
4458
|
+
"name": "foundationAccordionShadowOptions",
|
|
4459
|
+
"module": "src/accordion/accordion.ts"
|
|
4460
|
+
}
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"kind": "js",
|
|
4464
|
+
"name": "defaultAccordionConfig",
|
|
4465
|
+
"declaration": {
|
|
4466
|
+
"name": "defaultAccordionConfig",
|
|
4467
|
+
"module": "src/accordion/accordion.ts"
|
|
4468
|
+
}
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"kind": "js",
|
|
4472
|
+
"name": "foundationAccordion",
|
|
4473
|
+
"declaration": {
|
|
4474
|
+
"name": "foundationAccordion",
|
|
4475
|
+
"module": "src/accordion/accordion.ts"
|
|
4476
|
+
}
|
|
4477
|
+
}
|
|
4478
|
+
]
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"kind": "javascript-module",
|
|
4482
|
+
"path": "src/accordion/index.ts",
|
|
4483
|
+
"declarations": [],
|
|
4484
|
+
"exports": [
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "js",
|
|
4487
|
+
"name": "*",
|
|
4488
|
+
"declaration": {
|
|
4489
|
+
"name": "*",
|
|
4490
|
+
"package": "./accordion.template"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "js",
|
|
4495
|
+
"name": "*",
|
|
4496
|
+
"declaration": {
|
|
4497
|
+
"name": "*",
|
|
4498
|
+
"package": "./accordion.styles"
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"kind": "js",
|
|
4503
|
+
"name": "*",
|
|
4504
|
+
"declaration": {
|
|
4505
|
+
"name": "*",
|
|
4506
|
+
"package": "./accordion"
|
|
4507
|
+
}
|
|
4508
|
+
}
|
|
4509
|
+
]
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"kind": "javascript-module",
|
|
4513
|
+
"path": "src/_config/index.ts",
|
|
4514
|
+
"declarations": [],
|
|
4515
|
+
"exports": [
|
|
4516
|
+
{
|
|
4517
|
+
"kind": "js",
|
|
4518
|
+
"name": "*",
|
|
4519
|
+
"declaration": {
|
|
4520
|
+
"name": "*",
|
|
4521
|
+
"package": "./styles"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"kind": "js",
|
|
4526
|
+
"name": "*",
|
|
4527
|
+
"declaration": {
|
|
4528
|
+
"name": "*",
|
|
4529
|
+
"package": "./tokens"
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"kind": "js",
|
|
4534
|
+
"name": "*",
|
|
4535
|
+
"declaration": {
|
|
4536
|
+
"name": "*",
|
|
4537
|
+
"package": "./values"
|
|
4538
|
+
}
|
|
4539
|
+
}
|
|
4540
|
+
]
|
|
4541
|
+
},
|
|
4542
4542
|
{
|
|
4543
4543
|
"kind": "javascript-module",
|
|
4544
4544
|
"path": "src/avatar/avatar.styles.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.370.1-alpha-
|
|
4
|
+
"version": "14.370.1-alpha-fa13546.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.370.1-alpha-
|
|
87
|
-
"@genesislcap/genx": "14.370.1-alpha-
|
|
88
|
-
"@genesislcap/rollup-builder": "14.370.1-alpha-
|
|
89
|
-
"@genesislcap/ts-builder": "14.370.1-alpha-
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.370.1-alpha-
|
|
91
|
-
"@genesislcap/vite-builder": "14.370.1-alpha-
|
|
92
|
-
"@genesislcap/webpack-builder": "14.370.1-alpha-
|
|
86
|
+
"@genesislcap/foundation-testing": "14.370.1-alpha-fa13546.0",
|
|
87
|
+
"@genesislcap/genx": "14.370.1-alpha-fa13546.0",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.370.1-alpha-fa13546.0",
|
|
89
|
+
"@genesislcap/ts-builder": "14.370.1-alpha-fa13546.0",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.370.1-alpha-fa13546.0",
|
|
91
|
+
"@genesislcap/vite-builder": "14.370.1-alpha-fa13546.0",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.370.1-alpha-fa13546.0",
|
|
93
93
|
"copyfiles": "^2.4.1"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
99
99
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
100
100
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
101
|
-
"@genesislcap/expression-builder": "14.370.1-alpha-
|
|
102
|
-
"@genesislcap/foundation-comms": "14.370.1-alpha-
|
|
103
|
-
"@genesislcap/foundation-criteria": "14.370.1-alpha-
|
|
104
|
-
"@genesislcap/foundation-errors": "14.370.1-alpha-
|
|
105
|
-
"@genesislcap/foundation-events": "14.370.1-alpha-
|
|
106
|
-
"@genesislcap/foundation-logger": "14.370.1-alpha-
|
|
107
|
-
"@genesislcap/foundation-notifications": "14.370.1-alpha-
|
|
108
|
-
"@genesislcap/foundation-user": "14.370.1-alpha-
|
|
109
|
-
"@genesislcap/foundation-utils": "14.370.1-alpha-
|
|
101
|
+
"@genesislcap/expression-builder": "14.370.1-alpha-fa13546.0",
|
|
102
|
+
"@genesislcap/foundation-comms": "14.370.1-alpha-fa13546.0",
|
|
103
|
+
"@genesislcap/foundation-criteria": "14.370.1-alpha-fa13546.0",
|
|
104
|
+
"@genesislcap/foundation-errors": "14.370.1-alpha-fa13546.0",
|
|
105
|
+
"@genesislcap/foundation-events": "14.370.1-alpha-fa13546.0",
|
|
106
|
+
"@genesislcap/foundation-logger": "14.370.1-alpha-fa13546.0",
|
|
107
|
+
"@genesislcap/foundation-notifications": "14.370.1-alpha-fa13546.0",
|
|
108
|
+
"@genesislcap/foundation-user": "14.370.1-alpha-fa13546.0",
|
|
109
|
+
"@genesislcap/foundation-utils": "14.370.1-alpha-fa13546.0",
|
|
110
110
|
"@microsoft/fast-colors": "5.3.1",
|
|
111
111
|
"@microsoft/fast-components": "2.30.6",
|
|
112
112
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"access": "public"
|
|
129
129
|
},
|
|
130
130
|
"customElements": "dist/custom-elements.json",
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "563c0837d18d73bd4bad45e74e6809ab1922514c"
|
|
132
132
|
}
|