@genesislcap/foundation-ui 14.268.0 → 14.268.2

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 +186 -186
  2. package/package.json +18 -18
@@ -880,6 +880,37 @@
880
880
  }
881
881
  ]
882
882
  },
883
+ {
884
+ "kind": "javascript-module",
885
+ "path": "src/_config/index.ts",
886
+ "declarations": [],
887
+ "exports": [
888
+ {
889
+ "kind": "js",
890
+ "name": "*",
891
+ "declaration": {
892
+ "name": "*",
893
+ "package": "./styles"
894
+ }
895
+ },
896
+ {
897
+ "kind": "js",
898
+ "name": "*",
899
+ "declaration": {
900
+ "name": "*",
901
+ "package": "./tokens"
902
+ }
903
+ },
904
+ {
905
+ "kind": "js",
906
+ "name": "*",
907
+ "declaration": {
908
+ "name": "*",
909
+ "package": "./values"
910
+ }
911
+ }
912
+ ]
913
+ },
883
914
  {
884
915
  "kind": "javascript-module",
885
916
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1276,7 +1307,158 @@
1276
1307
  },
1277
1308
  {
1278
1309
  "kind": "javascript-module",
1279
- "path": "src/_config/index.ts",
1310
+ "path": "src/accordion/accordion.styles.ts",
1311
+ "declarations": [
1312
+ {
1313
+ "kind": "function",
1314
+ "name": "foundationAccordionStyles",
1315
+ "return": {
1316
+ "type": {
1317
+ "text": "ElementStyles"
1318
+ }
1319
+ },
1320
+ "parameters": [
1321
+ {
1322
+ "name": "context",
1323
+ "type": {
1324
+ "text": "ElementDefinitionContext"
1325
+ }
1326
+ },
1327
+ {
1328
+ "name": "definition",
1329
+ "type": {
1330
+ "text": "FoundationElementDefinition"
1331
+ }
1332
+ }
1333
+ ]
1334
+ }
1335
+ ],
1336
+ "exports": [
1337
+ {
1338
+ "kind": "js",
1339
+ "name": "foundationAccordionStyles",
1340
+ "declaration": {
1341
+ "name": "foundationAccordionStyles",
1342
+ "module": "src/accordion/accordion.styles.ts"
1343
+ }
1344
+ }
1345
+ ]
1346
+ },
1347
+ {
1348
+ "kind": "javascript-module",
1349
+ "path": "src/accordion/accordion.template.ts",
1350
+ "declarations": [
1351
+ {
1352
+ "kind": "function",
1353
+ "name": "foundationAccordionTemplate",
1354
+ "return": {
1355
+ "type": {
1356
+ "text": "ViewTemplate<Accordion>"
1357
+ }
1358
+ },
1359
+ "parameters": [
1360
+ {
1361
+ "name": "context",
1362
+ "type": {
1363
+ "text": "ElementDefinitionContext"
1364
+ }
1365
+ },
1366
+ {
1367
+ "name": "definition",
1368
+ "type": {
1369
+ "text": "FoundationElementDefinition"
1370
+ }
1371
+ }
1372
+ ]
1373
+ }
1374
+ ],
1375
+ "exports": [
1376
+ {
1377
+ "kind": "js",
1378
+ "name": "foundationAccordionTemplate",
1379
+ "declaration": {
1380
+ "name": "foundationAccordionTemplate",
1381
+ "module": "src/accordion/accordion.template.ts"
1382
+ }
1383
+ }
1384
+ ]
1385
+ },
1386
+ {
1387
+ "kind": "javascript-module",
1388
+ "path": "src/accordion/accordion.ts",
1389
+ "declarations": [
1390
+ {
1391
+ "kind": "class",
1392
+ "description": "",
1393
+ "name": "Accordion",
1394
+ "superclass": {
1395
+ "name": "FASTAccordion",
1396
+ "package": "@microsoft/fast-foundation"
1397
+ },
1398
+ "tagName": "%%prefix%%-accordion",
1399
+ "customElement": true
1400
+ },
1401
+ {
1402
+ "kind": "variable",
1403
+ "name": "foundationAccordionShadowOptions",
1404
+ "type": {
1405
+ "text": "ShadowRootInit"
1406
+ },
1407
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1408
+ },
1409
+ {
1410
+ "kind": "variable",
1411
+ "name": "defaultAccordionConfig",
1412
+ "type": {
1413
+ "text": "object"
1414
+ },
1415
+ "default": "{}"
1416
+ },
1417
+ {
1418
+ "kind": "variable",
1419
+ "name": "foundationAccordion",
1420
+ "description": "The Foundation Accordion",
1421
+ "privacy": "public"
1422
+ }
1423
+ ],
1424
+ "exports": [
1425
+ {
1426
+ "kind": "js",
1427
+ "name": "Accordion",
1428
+ "declaration": {
1429
+ "name": "Accordion",
1430
+ "module": "src/accordion/accordion.ts"
1431
+ }
1432
+ },
1433
+ {
1434
+ "kind": "js",
1435
+ "name": "foundationAccordionShadowOptions",
1436
+ "declaration": {
1437
+ "name": "foundationAccordionShadowOptions",
1438
+ "module": "src/accordion/accordion.ts"
1439
+ }
1440
+ },
1441
+ {
1442
+ "kind": "js",
1443
+ "name": "defaultAccordionConfig",
1444
+ "declaration": {
1445
+ "name": "defaultAccordionConfig",
1446
+ "module": "src/accordion/accordion.ts"
1447
+ }
1448
+ },
1449
+ {
1450
+ "kind": "js",
1451
+ "name": "foundationAccordion",
1452
+ "declaration": {
1453
+ "name": "foundationAccordion",
1454
+ "module": "src/accordion/accordion.ts"
1455
+ }
1456
+ }
1457
+ ]
1458
+ },
1459
+ {
1460
+ "kind": "javascript-module",
1461
+ "path": "src/accordion/index.ts",
1280
1462
  "declarations": [],
1281
1463
  "exports": [
1282
1464
  {
@@ -1284,7 +1466,7 @@
1284
1466
  "name": "*",
1285
1467
  "declaration": {
1286
1468
  "name": "*",
1287
- "package": "./styles"
1469
+ "package": "./accordion.template"
1288
1470
  }
1289
1471
  },
1290
1472
  {
@@ -1292,7 +1474,7 @@
1292
1474
  "name": "*",
1293
1475
  "declaration": {
1294
1476
  "name": "*",
1295
- "package": "./tokens"
1477
+ "package": "./accordion.styles"
1296
1478
  }
1297
1479
  },
1298
1480
  {
@@ -1300,7 +1482,7 @@
1300
1482
  "name": "*",
1301
1483
  "declaration": {
1302
1484
  "name": "*",
1303
- "package": "./values"
1485
+ "package": "./accordion"
1304
1486
  }
1305
1487
  }
1306
1488
  ]
@@ -2384,188 +2566,6 @@
2384
2566
  }
2385
2567
  ]
2386
2568
  },
2387
- {
2388
- "kind": "javascript-module",
2389
- "path": "src/accordion/accordion.styles.ts",
2390
- "declarations": [
2391
- {
2392
- "kind": "function",
2393
- "name": "foundationAccordionStyles",
2394
- "return": {
2395
- "type": {
2396
- "text": "ElementStyles"
2397
- }
2398
- },
2399
- "parameters": [
2400
- {
2401
- "name": "context",
2402
- "type": {
2403
- "text": "ElementDefinitionContext"
2404
- }
2405
- },
2406
- {
2407
- "name": "definition",
2408
- "type": {
2409
- "text": "FoundationElementDefinition"
2410
- }
2411
- }
2412
- ]
2413
- }
2414
- ],
2415
- "exports": [
2416
- {
2417
- "kind": "js",
2418
- "name": "foundationAccordionStyles",
2419
- "declaration": {
2420
- "name": "foundationAccordionStyles",
2421
- "module": "src/accordion/accordion.styles.ts"
2422
- }
2423
- }
2424
- ]
2425
- },
2426
- {
2427
- "kind": "javascript-module",
2428
- "path": "src/accordion/accordion.template.ts",
2429
- "declarations": [
2430
- {
2431
- "kind": "function",
2432
- "name": "foundationAccordionTemplate",
2433
- "return": {
2434
- "type": {
2435
- "text": "ViewTemplate<Accordion>"
2436
- }
2437
- },
2438
- "parameters": [
2439
- {
2440
- "name": "context",
2441
- "type": {
2442
- "text": "ElementDefinitionContext"
2443
- }
2444
- },
2445
- {
2446
- "name": "definition",
2447
- "type": {
2448
- "text": "FoundationElementDefinition"
2449
- }
2450
- }
2451
- ]
2452
- }
2453
- ],
2454
- "exports": [
2455
- {
2456
- "kind": "js",
2457
- "name": "foundationAccordionTemplate",
2458
- "declaration": {
2459
- "name": "foundationAccordionTemplate",
2460
- "module": "src/accordion/accordion.template.ts"
2461
- }
2462
- }
2463
- ]
2464
- },
2465
- {
2466
- "kind": "javascript-module",
2467
- "path": "src/accordion/accordion.ts",
2468
- "declarations": [
2469
- {
2470
- "kind": "class",
2471
- "description": "",
2472
- "name": "Accordion",
2473
- "superclass": {
2474
- "name": "FASTAccordion",
2475
- "package": "@microsoft/fast-foundation"
2476
- },
2477
- "tagName": "%%prefix%%-accordion",
2478
- "customElement": true
2479
- },
2480
- {
2481
- "kind": "variable",
2482
- "name": "foundationAccordionShadowOptions",
2483
- "type": {
2484
- "text": "ShadowRootInit"
2485
- },
2486
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2487
- },
2488
- {
2489
- "kind": "variable",
2490
- "name": "defaultAccordionConfig",
2491
- "type": {
2492
- "text": "object"
2493
- },
2494
- "default": "{}"
2495
- },
2496
- {
2497
- "kind": "variable",
2498
- "name": "foundationAccordion",
2499
- "description": "The Foundation Accordion",
2500
- "privacy": "public"
2501
- }
2502
- ],
2503
- "exports": [
2504
- {
2505
- "kind": "js",
2506
- "name": "Accordion",
2507
- "declaration": {
2508
- "name": "Accordion",
2509
- "module": "src/accordion/accordion.ts"
2510
- }
2511
- },
2512
- {
2513
- "kind": "js",
2514
- "name": "foundationAccordionShadowOptions",
2515
- "declaration": {
2516
- "name": "foundationAccordionShadowOptions",
2517
- "module": "src/accordion/accordion.ts"
2518
- }
2519
- },
2520
- {
2521
- "kind": "js",
2522
- "name": "defaultAccordionConfig",
2523
- "declaration": {
2524
- "name": "defaultAccordionConfig",
2525
- "module": "src/accordion/accordion.ts"
2526
- }
2527
- },
2528
- {
2529
- "kind": "js",
2530
- "name": "foundationAccordion",
2531
- "declaration": {
2532
- "name": "foundationAccordion",
2533
- "module": "src/accordion/accordion.ts"
2534
- }
2535
- }
2536
- ]
2537
- },
2538
- {
2539
- "kind": "javascript-module",
2540
- "path": "src/accordion/index.ts",
2541
- "declarations": [],
2542
- "exports": [
2543
- {
2544
- "kind": "js",
2545
- "name": "*",
2546
- "declaration": {
2547
- "name": "*",
2548
- "package": "./accordion.template"
2549
- }
2550
- },
2551
- {
2552
- "kind": "js",
2553
- "name": "*",
2554
- "declaration": {
2555
- "name": "*",
2556
- "package": "./accordion.styles"
2557
- }
2558
- },
2559
- {
2560
- "kind": "js",
2561
- "name": "*",
2562
- "declaration": {
2563
- "name": "*",
2564
- "package": "./accordion"
2565
- }
2566
- }
2567
- ]
2568
- },
2569
2569
  {
2570
2570
  "kind": "javascript-module",
2571
2571
  "path": "src/anchored-region/anchor-region.template.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.268.0",
4
+ "version": "14.268.2",
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.268.0",
87
- "@genesislcap/genx": "14.268.0",
88
- "@genesislcap/rollup-builder": "14.268.0",
89
- "@genesislcap/ts-builder": "14.268.0",
90
- "@genesislcap/uvu-playwright-builder": "14.268.0",
91
- "@genesislcap/vite-builder": "14.268.0",
92
- "@genesislcap/webpack-builder": "14.268.0",
86
+ "@genesislcap/foundation-testing": "14.268.2",
87
+ "@genesislcap/genx": "14.268.2",
88
+ "@genesislcap/rollup-builder": "14.268.2",
89
+ "@genesislcap/ts-builder": "14.268.2",
90
+ "@genesislcap/uvu-playwright-builder": "14.268.2",
91
+ "@genesislcap/vite-builder": "14.268.2",
92
+ "@genesislcap/webpack-builder": "14.268.2",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,15 +100,15 @@
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/expression-builder": "14.268.0",
104
- "@genesislcap/foundation-comms": "14.268.0",
105
- "@genesislcap/foundation-criteria": "14.268.0",
106
- "@genesislcap/foundation-errors": "14.268.0",
107
- "@genesislcap/foundation-events": "14.268.0",
108
- "@genesislcap/foundation-logger": "14.268.0",
109
- "@genesislcap/foundation-notifications": "14.268.0",
110
- "@genesislcap/foundation-user": "14.268.0",
111
- "@genesislcap/foundation-utils": "14.268.0",
103
+ "@genesislcap/expression-builder": "14.268.2",
104
+ "@genesislcap/foundation-comms": "14.268.2",
105
+ "@genesislcap/foundation-criteria": "14.268.2",
106
+ "@genesislcap/foundation-errors": "14.268.2",
107
+ "@genesislcap/foundation-events": "14.268.2",
108
+ "@genesislcap/foundation-logger": "14.268.2",
109
+ "@genesislcap/foundation-notifications": "14.268.2",
110
+ "@genesislcap/foundation-user": "14.268.2",
111
+ "@genesislcap/foundation-utils": "14.268.2",
112
112
  "@microsoft/fast-colors": "5.3.1",
113
113
  "@microsoft/fast-components": "2.30.6",
114
114
  "@microsoft/fast-element": "1.14.0",
@@ -130,5 +130,5 @@
130
130
  "access": "public"
131
131
  },
132
132
  "customElements": "dist/custom-elements.json",
133
- "gitHead": "4164f4fe44a1227a63273130da7af630b40fd49a"
133
+ "gitHead": "90c3d2bb1f8c4b73942b7bd73cc447a98d0ad2c6"
134
134
  }