@genesislcap/foundation-ui 14.320.0 → 14.320.1-alpha-4df1e9d.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +213 -213
  2. package/package.json +18 -18
@@ -1255,6 +1255,219 @@
1255
1255
  }
1256
1256
  ]
1257
1257
  },
1258
+ {
1259
+ "kind": "javascript-module",
1260
+ "path": "src/accordion/accordion.styles.ts",
1261
+ "declarations": [
1262
+ {
1263
+ "kind": "function",
1264
+ "name": "foundationAccordionStyles",
1265
+ "return": {
1266
+ "type": {
1267
+ "text": "ElementStyles"
1268
+ }
1269
+ },
1270
+ "parameters": [
1271
+ {
1272
+ "name": "context",
1273
+ "type": {
1274
+ "text": "ElementDefinitionContext"
1275
+ }
1276
+ },
1277
+ {
1278
+ "name": "definition",
1279
+ "type": {
1280
+ "text": "FoundationElementDefinition"
1281
+ }
1282
+ }
1283
+ ]
1284
+ }
1285
+ ],
1286
+ "exports": [
1287
+ {
1288
+ "kind": "js",
1289
+ "name": "foundationAccordionStyles",
1290
+ "declaration": {
1291
+ "name": "foundationAccordionStyles",
1292
+ "module": "src/accordion/accordion.styles.ts"
1293
+ }
1294
+ }
1295
+ ]
1296
+ },
1297
+ {
1298
+ "kind": "javascript-module",
1299
+ "path": "src/accordion/accordion.template.ts",
1300
+ "declarations": [
1301
+ {
1302
+ "kind": "function",
1303
+ "name": "foundationAccordionTemplate",
1304
+ "return": {
1305
+ "type": {
1306
+ "text": "ViewTemplate<Accordion>"
1307
+ }
1308
+ },
1309
+ "parameters": [
1310
+ {
1311
+ "name": "context",
1312
+ "type": {
1313
+ "text": "ElementDefinitionContext"
1314
+ }
1315
+ },
1316
+ {
1317
+ "name": "definition",
1318
+ "type": {
1319
+ "text": "FoundationElementDefinition"
1320
+ }
1321
+ }
1322
+ ]
1323
+ }
1324
+ ],
1325
+ "exports": [
1326
+ {
1327
+ "kind": "js",
1328
+ "name": "foundationAccordionTemplate",
1329
+ "declaration": {
1330
+ "name": "foundationAccordionTemplate",
1331
+ "module": "src/accordion/accordion.template.ts"
1332
+ }
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "kind": "javascript-module",
1338
+ "path": "src/accordion/accordion.ts",
1339
+ "declarations": [
1340
+ {
1341
+ "kind": "class",
1342
+ "description": "",
1343
+ "name": "Accordion",
1344
+ "superclass": {
1345
+ "name": "FASTAccordion",
1346
+ "package": "@microsoft/fast-foundation"
1347
+ },
1348
+ "tagName": "%%prefix%%-accordion",
1349
+ "customElement": true
1350
+ },
1351
+ {
1352
+ "kind": "variable",
1353
+ "name": "foundationAccordionShadowOptions",
1354
+ "type": {
1355
+ "text": "ShadowRootInit"
1356
+ },
1357
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1358
+ },
1359
+ {
1360
+ "kind": "variable",
1361
+ "name": "defaultAccordionConfig",
1362
+ "type": {
1363
+ "text": "object"
1364
+ },
1365
+ "default": "{}"
1366
+ },
1367
+ {
1368
+ "kind": "variable",
1369
+ "name": "foundationAccordion",
1370
+ "description": "The Foundation Accordion",
1371
+ "privacy": "public"
1372
+ }
1373
+ ],
1374
+ "exports": [
1375
+ {
1376
+ "kind": "js",
1377
+ "name": "Accordion",
1378
+ "declaration": {
1379
+ "name": "Accordion",
1380
+ "module": "src/accordion/accordion.ts"
1381
+ }
1382
+ },
1383
+ {
1384
+ "kind": "js",
1385
+ "name": "foundationAccordionShadowOptions",
1386
+ "declaration": {
1387
+ "name": "foundationAccordionShadowOptions",
1388
+ "module": "src/accordion/accordion.ts"
1389
+ }
1390
+ },
1391
+ {
1392
+ "kind": "js",
1393
+ "name": "defaultAccordionConfig",
1394
+ "declaration": {
1395
+ "name": "defaultAccordionConfig",
1396
+ "module": "src/accordion/accordion.ts"
1397
+ }
1398
+ },
1399
+ {
1400
+ "kind": "js",
1401
+ "name": "foundationAccordion",
1402
+ "declaration": {
1403
+ "name": "foundationAccordion",
1404
+ "module": "src/accordion/accordion.ts"
1405
+ }
1406
+ }
1407
+ ]
1408
+ },
1409
+ {
1410
+ "kind": "javascript-module",
1411
+ "path": "src/accordion/index.ts",
1412
+ "declarations": [],
1413
+ "exports": [
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./accordion.template"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./accordion.styles"
1428
+ }
1429
+ },
1430
+ {
1431
+ "kind": "js",
1432
+ "name": "*",
1433
+ "declaration": {
1434
+ "name": "*",
1435
+ "package": "./accordion"
1436
+ }
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "kind": "javascript-module",
1442
+ "path": "src/_config/index.ts",
1443
+ "declarations": [],
1444
+ "exports": [
1445
+ {
1446
+ "kind": "js",
1447
+ "name": "*",
1448
+ "declaration": {
1449
+ "name": "*",
1450
+ "package": "./styles"
1451
+ }
1452
+ },
1453
+ {
1454
+ "kind": "js",
1455
+ "name": "*",
1456
+ "declaration": {
1457
+ "name": "*",
1458
+ "package": "./tokens"
1459
+ }
1460
+ },
1461
+ {
1462
+ "kind": "js",
1463
+ "name": "*",
1464
+ "declaration": {
1465
+ "name": "*",
1466
+ "package": "./values"
1467
+ }
1468
+ }
1469
+ ]
1470
+ },
1258
1471
  {
1259
1472
  "kind": "javascript-module",
1260
1473
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1649,37 +1862,6 @@
1649
1862
  }
1650
1863
  ]
1651
1864
  },
1652
- {
1653
- "kind": "javascript-module",
1654
- "path": "src/_config/index.ts",
1655
- "declarations": [],
1656
- "exports": [
1657
- {
1658
- "kind": "js",
1659
- "name": "*",
1660
- "declaration": {
1661
- "name": "*",
1662
- "package": "./styles"
1663
- }
1664
- },
1665
- {
1666
- "kind": "js",
1667
- "name": "*",
1668
- "declaration": {
1669
- "name": "*",
1670
- "package": "./tokens"
1671
- }
1672
- },
1673
- {
1674
- "kind": "js",
1675
- "name": "*",
1676
- "declaration": {
1677
- "name": "*",
1678
- "package": "./values"
1679
- }
1680
- }
1681
- ]
1682
- },
1683
1865
  {
1684
1866
  "kind": "javascript-module",
1685
1867
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -4349,188 +4531,6 @@
4349
4531
  }
4350
4532
  ]
4351
4533
  },
4352
- {
4353
- "kind": "javascript-module",
4354
- "path": "src/accordion/accordion.styles.ts",
4355
- "declarations": [
4356
- {
4357
- "kind": "function",
4358
- "name": "foundationAccordionStyles",
4359
- "return": {
4360
- "type": {
4361
- "text": "ElementStyles"
4362
- }
4363
- },
4364
- "parameters": [
4365
- {
4366
- "name": "context",
4367
- "type": {
4368
- "text": "ElementDefinitionContext"
4369
- }
4370
- },
4371
- {
4372
- "name": "definition",
4373
- "type": {
4374
- "text": "FoundationElementDefinition"
4375
- }
4376
- }
4377
- ]
4378
- }
4379
- ],
4380
- "exports": [
4381
- {
4382
- "kind": "js",
4383
- "name": "foundationAccordionStyles",
4384
- "declaration": {
4385
- "name": "foundationAccordionStyles",
4386
- "module": "src/accordion/accordion.styles.ts"
4387
- }
4388
- }
4389
- ]
4390
- },
4391
- {
4392
- "kind": "javascript-module",
4393
- "path": "src/accordion/accordion.template.ts",
4394
- "declarations": [
4395
- {
4396
- "kind": "function",
4397
- "name": "foundationAccordionTemplate",
4398
- "return": {
4399
- "type": {
4400
- "text": "ViewTemplate<Accordion>"
4401
- }
4402
- },
4403
- "parameters": [
4404
- {
4405
- "name": "context",
4406
- "type": {
4407
- "text": "ElementDefinitionContext"
4408
- }
4409
- },
4410
- {
4411
- "name": "definition",
4412
- "type": {
4413
- "text": "FoundationElementDefinition"
4414
- }
4415
- }
4416
- ]
4417
- }
4418
- ],
4419
- "exports": [
4420
- {
4421
- "kind": "js",
4422
- "name": "foundationAccordionTemplate",
4423
- "declaration": {
4424
- "name": "foundationAccordionTemplate",
4425
- "module": "src/accordion/accordion.template.ts"
4426
- }
4427
- }
4428
- ]
4429
- },
4430
- {
4431
- "kind": "javascript-module",
4432
- "path": "src/accordion/accordion.ts",
4433
- "declarations": [
4434
- {
4435
- "kind": "class",
4436
- "description": "",
4437
- "name": "Accordion",
4438
- "superclass": {
4439
- "name": "FASTAccordion",
4440
- "package": "@microsoft/fast-foundation"
4441
- },
4442
- "tagName": "%%prefix%%-accordion",
4443
- "customElement": true
4444
- },
4445
- {
4446
- "kind": "variable",
4447
- "name": "foundationAccordionShadowOptions",
4448
- "type": {
4449
- "text": "ShadowRootInit"
4450
- },
4451
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4452
- },
4453
- {
4454
- "kind": "variable",
4455
- "name": "defaultAccordionConfig",
4456
- "type": {
4457
- "text": "object"
4458
- },
4459
- "default": "{}"
4460
- },
4461
- {
4462
- "kind": "variable",
4463
- "name": "foundationAccordion",
4464
- "description": "The Foundation Accordion",
4465
- "privacy": "public"
4466
- }
4467
- ],
4468
- "exports": [
4469
- {
4470
- "kind": "js",
4471
- "name": "Accordion",
4472
- "declaration": {
4473
- "name": "Accordion",
4474
- "module": "src/accordion/accordion.ts"
4475
- }
4476
- },
4477
- {
4478
- "kind": "js",
4479
- "name": "foundationAccordionShadowOptions",
4480
- "declaration": {
4481
- "name": "foundationAccordionShadowOptions",
4482
- "module": "src/accordion/accordion.ts"
4483
- }
4484
- },
4485
- {
4486
- "kind": "js",
4487
- "name": "defaultAccordionConfig",
4488
- "declaration": {
4489
- "name": "defaultAccordionConfig",
4490
- "module": "src/accordion/accordion.ts"
4491
- }
4492
- },
4493
- {
4494
- "kind": "js",
4495
- "name": "foundationAccordion",
4496
- "declaration": {
4497
- "name": "foundationAccordion",
4498
- "module": "src/accordion/accordion.ts"
4499
- }
4500
- }
4501
- ]
4502
- },
4503
- {
4504
- "kind": "javascript-module",
4505
- "path": "src/accordion/index.ts",
4506
- "declarations": [],
4507
- "exports": [
4508
- {
4509
- "kind": "js",
4510
- "name": "*",
4511
- "declaration": {
4512
- "name": "*",
4513
- "package": "./accordion.template"
4514
- }
4515
- },
4516
- {
4517
- "kind": "js",
4518
- "name": "*",
4519
- "declaration": {
4520
- "name": "*",
4521
- "package": "./accordion.styles"
4522
- }
4523
- },
4524
- {
4525
- "kind": "js",
4526
- "name": "*",
4527
- "declaration": {
4528
- "name": "*",
4529
- "package": "./accordion"
4530
- }
4531
- }
4532
- ]
4533
- },
4534
4534
  {
4535
4535
  "kind": "javascript-module",
4536
4536
  "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.320.0",
4
+ "version": "14.320.1-alpha-4df1e9d.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.320.0",
87
- "@genesislcap/genx": "14.320.0",
88
- "@genesislcap/rollup-builder": "14.320.0",
89
- "@genesislcap/ts-builder": "14.320.0",
90
- "@genesislcap/uvu-playwright-builder": "14.320.0",
91
- "@genesislcap/vite-builder": "14.320.0",
92
- "@genesislcap/webpack-builder": "14.320.0",
86
+ "@genesislcap/foundation-testing": "14.320.1-alpha-4df1e9d.0",
87
+ "@genesislcap/genx": "14.320.1-alpha-4df1e9d.0",
88
+ "@genesislcap/rollup-builder": "14.320.1-alpha-4df1e9d.0",
89
+ "@genesislcap/ts-builder": "14.320.1-alpha-4df1e9d.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.320.1-alpha-4df1e9d.0",
91
+ "@genesislcap/vite-builder": "14.320.1-alpha-4df1e9d.0",
92
+ "@genesislcap/webpack-builder": "14.320.1-alpha-4df1e9d.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.320.0",
102
- "@genesislcap/foundation-comms": "14.320.0",
103
- "@genesislcap/foundation-criteria": "14.320.0",
104
- "@genesislcap/foundation-errors": "14.320.0",
105
- "@genesislcap/foundation-events": "14.320.0",
106
- "@genesislcap/foundation-logger": "14.320.0",
107
- "@genesislcap/foundation-notifications": "14.320.0",
108
- "@genesislcap/foundation-user": "14.320.0",
109
- "@genesislcap/foundation-utils": "14.320.0",
101
+ "@genesislcap/expression-builder": "14.320.1-alpha-4df1e9d.0",
102
+ "@genesislcap/foundation-comms": "14.320.1-alpha-4df1e9d.0",
103
+ "@genesislcap/foundation-criteria": "14.320.1-alpha-4df1e9d.0",
104
+ "@genesislcap/foundation-errors": "14.320.1-alpha-4df1e9d.0",
105
+ "@genesislcap/foundation-events": "14.320.1-alpha-4df1e9d.0",
106
+ "@genesislcap/foundation-logger": "14.320.1-alpha-4df1e9d.0",
107
+ "@genesislcap/foundation-notifications": "14.320.1-alpha-4df1e9d.0",
108
+ "@genesislcap/foundation-user": "14.320.1-alpha-4df1e9d.0",
109
+ "@genesislcap/foundation-utils": "14.320.1-alpha-4df1e9d.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": "957aa7b2e81fa3c2915d5154be42c0500790127f"
131
+ "gitHead": "6ce8d86e2a7c584a30f1a5e2de10b22ff73a5c3d"
132
132
  }