@genesislcap/foundation-ui 14.397.1 → 14.397.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 +552 -552
  2. package/package.json +18 -18
@@ -1304,11 +1304,11 @@
1304
1304
  },
1305
1305
  {
1306
1306
  "kind": "javascript-module",
1307
- "path": "src/accordion/accordion.styles.ts",
1307
+ "path": "src/accordion-item/accordion-item.styles.ts",
1308
1308
  "declarations": [
1309
1309
  {
1310
1310
  "kind": "function",
1311
- "name": "foundationAccordionStyles",
1311
+ "name": "foundationAccordionItemStyles",
1312
1312
  "return": {
1313
1313
  "type": {
1314
1314
  "text": "ElementStyles"
@@ -1333,24 +1333,24 @@
1333
1333
  "exports": [
1334
1334
  {
1335
1335
  "kind": "js",
1336
- "name": "foundationAccordionStyles",
1336
+ "name": "foundationAccordionItemStyles",
1337
1337
  "declaration": {
1338
- "name": "foundationAccordionStyles",
1339
- "module": "src/accordion/accordion.styles.ts"
1338
+ "name": "foundationAccordionItemStyles",
1339
+ "module": "src/accordion-item/accordion-item.styles.ts"
1340
1340
  }
1341
1341
  }
1342
1342
  ]
1343
1343
  },
1344
1344
  {
1345
1345
  "kind": "javascript-module",
1346
- "path": "src/accordion/accordion.template.ts",
1346
+ "path": "src/accordion-item/accordion-item.template.ts",
1347
1347
  "declarations": [
1348
1348
  {
1349
1349
  "kind": "function",
1350
- "name": "foundationAccordionTemplate",
1350
+ "name": "foundationAccordionItemTemplate",
1351
1351
  "return": {
1352
1352
  "type": {
1353
- "text": "ViewTemplate<Accordion>"
1353
+ "text": "ViewTemplate<AccordionItem>"
1354
1354
  }
1355
1355
  },
1356
1356
  "parameters": [
@@ -1372,32 +1372,244 @@
1372
1372
  "exports": [
1373
1373
  {
1374
1374
  "kind": "js",
1375
- "name": "foundationAccordionTemplate",
1375
+ "name": "foundationAccordionItemTemplate",
1376
1376
  "declaration": {
1377
- "name": "foundationAccordionTemplate",
1378
- "module": "src/accordion/accordion.template.ts"
1377
+ "name": "foundationAccordionItemTemplate",
1378
+ "module": "src/accordion-item/accordion-item.template.ts"
1379
1379
  }
1380
1380
  }
1381
1381
  ]
1382
1382
  },
1383
1383
  {
1384
1384
  "kind": "javascript-module",
1385
- "path": "src/accordion/accordion.ts",
1385
+ "path": "src/accordion-item/accordion-item.ts",
1386
1386
  "declarations": [
1387
1387
  {
1388
1388
  "kind": "class",
1389
1389
  "description": "",
1390
- "name": "Accordion",
1390
+ "name": "AccordionItem",
1391
1391
  "superclass": {
1392
- "name": "FASTAccordion",
1393
- "package": "@microsoft/fast-foundation"
1392
+ "name": "FASTAccordionItem",
1393
+ "package": "@microsoft/fast-components"
1394
1394
  },
1395
- "tagName": "%%prefix%%-accordion",
1396
- "customElement": true
1395
+ "tagName": "%%prefix%%-accordion-item",
1396
+ "customElement": true,
1397
+ "attributes": [
1398
+ {
1399
+ "name": "heading-level",
1400
+ "type": {
1401
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1402
+ },
1403
+ "default": "2",
1404
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1405
+ "fieldName": "headinglevel",
1406
+ "inheritedFrom": {
1407
+ "name": "AccordionItem",
1408
+ "module": "src/accordion-item/accordion-item.ts"
1409
+ }
1410
+ },
1411
+ {
1412
+ "type": {
1413
+ "text": "boolean"
1414
+ },
1415
+ "default": "false",
1416
+ "description": "Expands or collapses the item.",
1417
+ "fieldName": "expanded",
1418
+ "inheritedFrom": {
1419
+ "name": "AccordionItem",
1420
+ "module": "src/accordion-item/accordion-item.ts"
1421
+ }
1422
+ },
1423
+ {
1424
+ "name": "id",
1425
+ "type": {
1426
+ "text": "string"
1427
+ },
1428
+ "description": "The item ID",
1429
+ "fieldName": "id",
1430
+ "inheritedFrom": {
1431
+ "name": "AccordionItem",
1432
+ "module": "src/accordion-item/accordion-item.ts"
1433
+ }
1434
+ }
1435
+ ],
1436
+ "members": [
1437
+ {
1438
+ "kind": "field",
1439
+ "name": "headinglevel",
1440
+ "type": {
1441
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
1442
+ },
1443
+ "privacy": "public",
1444
+ "default": "2",
1445
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1446
+ "inheritedFrom": {
1447
+ "name": "AccordionItem",
1448
+ "module": "src/accordion-item/accordion-item.ts"
1449
+ }
1450
+ },
1451
+ {
1452
+ "kind": "field",
1453
+ "name": "expanded",
1454
+ "type": {
1455
+ "text": "boolean"
1456
+ },
1457
+ "privacy": "public",
1458
+ "default": "false",
1459
+ "description": "Expands or collapses the item.",
1460
+ "inheritedFrom": {
1461
+ "name": "AccordionItem",
1462
+ "module": "src/accordion-item/accordion-item.ts"
1463
+ }
1464
+ },
1465
+ {
1466
+ "kind": "field",
1467
+ "name": "id",
1468
+ "type": {
1469
+ "text": "string"
1470
+ },
1471
+ "privacy": "public",
1472
+ "description": "The item ID",
1473
+ "inheritedFrom": {
1474
+ "name": "AccordionItem",
1475
+ "module": "src/accordion-item/accordion-item.ts"
1476
+ }
1477
+ },
1478
+ {
1479
+ "kind": "field",
1480
+ "name": "change",
1481
+ "privacy": "private",
1482
+ "inheritedFrom": {
1483
+ "name": "AccordionItem",
1484
+ "module": "src/accordion-item/accordion-item.ts"
1485
+ }
1486
+ },
1487
+ {
1488
+ "kind": "field",
1489
+ "name": "_presentation",
1490
+ "type": {
1491
+ "text": "ComponentPresentation | null | undefined"
1492
+ },
1493
+ "privacy": "private",
1494
+ "default": "void 0",
1495
+ "inheritedFrom": {
1496
+ "name": "FoundationElement",
1497
+ "module": "src/foundation-element/foundation-element.ts"
1498
+ }
1499
+ },
1500
+ {
1501
+ "kind": "field",
1502
+ "name": "$presentation",
1503
+ "type": {
1504
+ "text": "ComponentPresentation | null"
1505
+ },
1506
+ "privacy": "public",
1507
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1508
+ "inheritedFrom": {
1509
+ "name": "FoundationElement",
1510
+ "module": "src/foundation-element/foundation-element.ts"
1511
+ }
1512
+ },
1513
+ {
1514
+ "kind": "field",
1515
+ "name": "template",
1516
+ "type": {
1517
+ "text": "ElementViewTemplate | void | null"
1518
+ },
1519
+ "privacy": "public",
1520
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1521
+ "inheritedFrom": {
1522
+ "name": "FoundationElement",
1523
+ "module": "src/foundation-element/foundation-element.ts"
1524
+ }
1525
+ },
1526
+ {
1527
+ "kind": "method",
1528
+ "name": "templateChanged",
1529
+ "privacy": "protected",
1530
+ "return": {
1531
+ "type": {
1532
+ "text": "void"
1533
+ }
1534
+ },
1535
+ "inheritedFrom": {
1536
+ "name": "FoundationElement",
1537
+ "module": "src/foundation-element/foundation-element.ts"
1538
+ }
1539
+ },
1540
+ {
1541
+ "kind": "field",
1542
+ "name": "styles",
1543
+ "type": {
1544
+ "text": "ElementStyles | void | null"
1545
+ },
1546
+ "privacy": "public",
1547
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1548
+ "inheritedFrom": {
1549
+ "name": "FoundationElement",
1550
+ "module": "src/foundation-element/foundation-element.ts"
1551
+ }
1552
+ },
1553
+ {
1554
+ "kind": "method",
1555
+ "name": "stylesChanged",
1556
+ "privacy": "protected",
1557
+ "return": {
1558
+ "type": {
1559
+ "text": "void"
1560
+ }
1561
+ },
1562
+ "inheritedFrom": {
1563
+ "name": "FoundationElement",
1564
+ "module": "src/foundation-element/foundation-element.ts"
1565
+ }
1566
+ },
1567
+ {
1568
+ "kind": "method",
1569
+ "name": "compose",
1570
+ "privacy": "public",
1571
+ "static": true,
1572
+ "return": {
1573
+ "type": {
1574
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1575
+ }
1576
+ },
1577
+ "parameters": [
1578
+ {
1579
+ "name": "this",
1580
+ "type": {
1581
+ "text": "K"
1582
+ }
1583
+ },
1584
+ {
1585
+ "name": "elementDefinition",
1586
+ "type": {
1587
+ "text": "T"
1588
+ },
1589
+ "description": "The definition of the element to create the registry\nfunction for."
1590
+ }
1591
+ ],
1592
+ "description": "Defines an element registry function with a set of element definition defaults.",
1593
+ "inheritedFrom": {
1594
+ "name": "FoundationElement",
1595
+ "module": "src/foundation-element/foundation-element.ts"
1596
+ }
1597
+ }
1598
+ ],
1599
+ "events": [
1600
+ {
1601
+ "description": "Fires a custom 'change' event when the button is invoked",
1602
+ "name": "change",
1603
+ "inheritedFrom": {
1604
+ "name": "AccordionItem",
1605
+ "module": "src/accordion-item/accordion-item.ts"
1606
+ }
1607
+ }
1608
+ ]
1397
1609
  },
1398
1610
  {
1399
1611
  "kind": "variable",
1400
- "name": "foundationAccordionShadowOptions",
1612
+ "name": "foundationAccordionItemShadowOptions",
1401
1613
  "type": {
1402
1614
  "text": "ShadowRootInit"
1403
1615
  },
@@ -1405,57 +1617,57 @@
1405
1617
  },
1406
1618
  {
1407
1619
  "kind": "variable",
1408
- "name": "defaultAccordionConfig",
1620
+ "name": "defaultAccordionItemConfig",
1409
1621
  "type": {
1410
1622
  "text": "object"
1411
1623
  },
1412
- "default": "{}"
1624
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1413
1625
  },
1414
1626
  {
1415
1627
  "kind": "variable",
1416
- "name": "foundationAccordion",
1417
- "description": "The Foundation Accordion",
1628
+ "name": "foundationAccordionItem",
1629
+ "description": "The Foundation Accordion Item",
1418
1630
  "privacy": "public"
1419
1631
  }
1420
1632
  ],
1421
1633
  "exports": [
1422
1634
  {
1423
1635
  "kind": "js",
1424
- "name": "Accordion",
1636
+ "name": "AccordionItem",
1425
1637
  "declaration": {
1426
- "name": "Accordion",
1427
- "module": "src/accordion/accordion.ts"
1638
+ "name": "AccordionItem",
1639
+ "module": "src/accordion-item/accordion-item.ts"
1428
1640
  }
1429
1641
  },
1430
1642
  {
1431
1643
  "kind": "js",
1432
- "name": "foundationAccordionShadowOptions",
1644
+ "name": "foundationAccordionItemShadowOptions",
1433
1645
  "declaration": {
1434
- "name": "foundationAccordionShadowOptions",
1435
- "module": "src/accordion/accordion.ts"
1646
+ "name": "foundationAccordionItemShadowOptions",
1647
+ "module": "src/accordion-item/accordion-item.ts"
1436
1648
  }
1437
1649
  },
1438
1650
  {
1439
1651
  "kind": "js",
1440
- "name": "defaultAccordionConfig",
1652
+ "name": "defaultAccordionItemConfig",
1441
1653
  "declaration": {
1442
- "name": "defaultAccordionConfig",
1443
- "module": "src/accordion/accordion.ts"
1654
+ "name": "defaultAccordionItemConfig",
1655
+ "module": "src/accordion-item/accordion-item.ts"
1444
1656
  }
1445
1657
  },
1446
1658
  {
1447
1659
  "kind": "js",
1448
- "name": "foundationAccordion",
1660
+ "name": "foundationAccordionItem",
1449
1661
  "declaration": {
1450
- "name": "foundationAccordion",
1451
- "module": "src/accordion/accordion.ts"
1662
+ "name": "foundationAccordionItem",
1663
+ "module": "src/accordion-item/accordion-item.ts"
1452
1664
  }
1453
1665
  }
1454
1666
  ]
1455
1667
  },
1456
1668
  {
1457
1669
  "kind": "javascript-module",
1458
- "path": "src/accordion/index.ts",
1670
+ "path": "src/accordion-item/index.ts",
1459
1671
  "declarations": [],
1460
1672
  "exports": [
1461
1673
  {
@@ -1463,7 +1675,7 @@
1463
1675
  "name": "*",
1464
1676
  "declaration": {
1465
1677
  "name": "*",
1466
- "package": "./accordion.template"
1678
+ "package": "./accordion-item.template"
1467
1679
  }
1468
1680
  },
1469
1681
  {
@@ -1471,7 +1683,7 @@
1471
1683
  "name": "*",
1472
1684
  "declaration": {
1473
1685
  "name": "*",
1474
- "package": "./accordion.styles"
1686
+ "package": "./accordion-item.styles"
1475
1687
  }
1476
1688
  },
1477
1689
  {
@@ -1479,7 +1691,7 @@
1479
1691
  "name": "*",
1480
1692
  "declaration": {
1481
1693
  "name": "*",
1482
- "package": "./accordion"
1694
+ "package": "./accordion-item"
1483
1695
  }
1484
1696
  }
1485
1697
  ]
@@ -2043,6 +2255,188 @@
2043
2255
  }
2044
2256
  ]
2045
2257
  },
2258
+ {
2259
+ "kind": "javascript-module",
2260
+ "path": "src/accordion/accordion.styles.ts",
2261
+ "declarations": [
2262
+ {
2263
+ "kind": "function",
2264
+ "name": "foundationAccordionStyles",
2265
+ "return": {
2266
+ "type": {
2267
+ "text": "ElementStyles"
2268
+ }
2269
+ },
2270
+ "parameters": [
2271
+ {
2272
+ "name": "context",
2273
+ "type": {
2274
+ "text": "ElementDefinitionContext"
2275
+ }
2276
+ },
2277
+ {
2278
+ "name": "definition",
2279
+ "type": {
2280
+ "text": "FoundationElementDefinition"
2281
+ }
2282
+ }
2283
+ ]
2284
+ }
2285
+ ],
2286
+ "exports": [
2287
+ {
2288
+ "kind": "js",
2289
+ "name": "foundationAccordionStyles",
2290
+ "declaration": {
2291
+ "name": "foundationAccordionStyles",
2292
+ "module": "src/accordion/accordion.styles.ts"
2293
+ }
2294
+ }
2295
+ ]
2296
+ },
2297
+ {
2298
+ "kind": "javascript-module",
2299
+ "path": "src/accordion/accordion.template.ts",
2300
+ "declarations": [
2301
+ {
2302
+ "kind": "function",
2303
+ "name": "foundationAccordionTemplate",
2304
+ "return": {
2305
+ "type": {
2306
+ "text": "ViewTemplate<Accordion>"
2307
+ }
2308
+ },
2309
+ "parameters": [
2310
+ {
2311
+ "name": "context",
2312
+ "type": {
2313
+ "text": "ElementDefinitionContext"
2314
+ }
2315
+ },
2316
+ {
2317
+ "name": "definition",
2318
+ "type": {
2319
+ "text": "FoundationElementDefinition"
2320
+ }
2321
+ }
2322
+ ]
2323
+ }
2324
+ ],
2325
+ "exports": [
2326
+ {
2327
+ "kind": "js",
2328
+ "name": "foundationAccordionTemplate",
2329
+ "declaration": {
2330
+ "name": "foundationAccordionTemplate",
2331
+ "module": "src/accordion/accordion.template.ts"
2332
+ }
2333
+ }
2334
+ ]
2335
+ },
2336
+ {
2337
+ "kind": "javascript-module",
2338
+ "path": "src/accordion/accordion.ts",
2339
+ "declarations": [
2340
+ {
2341
+ "kind": "class",
2342
+ "description": "",
2343
+ "name": "Accordion",
2344
+ "superclass": {
2345
+ "name": "FASTAccordion",
2346
+ "package": "@microsoft/fast-foundation"
2347
+ },
2348
+ "tagName": "%%prefix%%-accordion",
2349
+ "customElement": true
2350
+ },
2351
+ {
2352
+ "kind": "variable",
2353
+ "name": "foundationAccordionShadowOptions",
2354
+ "type": {
2355
+ "text": "ShadowRootInit"
2356
+ },
2357
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2358
+ },
2359
+ {
2360
+ "kind": "variable",
2361
+ "name": "defaultAccordionConfig",
2362
+ "type": {
2363
+ "text": "object"
2364
+ },
2365
+ "default": "{}"
2366
+ },
2367
+ {
2368
+ "kind": "variable",
2369
+ "name": "foundationAccordion",
2370
+ "description": "The Foundation Accordion",
2371
+ "privacy": "public"
2372
+ }
2373
+ ],
2374
+ "exports": [
2375
+ {
2376
+ "kind": "js",
2377
+ "name": "Accordion",
2378
+ "declaration": {
2379
+ "name": "Accordion",
2380
+ "module": "src/accordion/accordion.ts"
2381
+ }
2382
+ },
2383
+ {
2384
+ "kind": "js",
2385
+ "name": "foundationAccordionShadowOptions",
2386
+ "declaration": {
2387
+ "name": "foundationAccordionShadowOptions",
2388
+ "module": "src/accordion/accordion.ts"
2389
+ }
2390
+ },
2391
+ {
2392
+ "kind": "js",
2393
+ "name": "defaultAccordionConfig",
2394
+ "declaration": {
2395
+ "name": "defaultAccordionConfig",
2396
+ "module": "src/accordion/accordion.ts"
2397
+ }
2398
+ },
2399
+ {
2400
+ "kind": "js",
2401
+ "name": "foundationAccordion",
2402
+ "declaration": {
2403
+ "name": "foundationAccordion",
2404
+ "module": "src/accordion/accordion.ts"
2405
+ }
2406
+ }
2407
+ ]
2408
+ },
2409
+ {
2410
+ "kind": "javascript-module",
2411
+ "path": "src/accordion/index.ts",
2412
+ "declarations": [],
2413
+ "exports": [
2414
+ {
2415
+ "kind": "js",
2416
+ "name": "*",
2417
+ "declaration": {
2418
+ "name": "*",
2419
+ "package": "./accordion.template"
2420
+ }
2421
+ },
2422
+ {
2423
+ "kind": "js",
2424
+ "name": "*",
2425
+ "declaration": {
2426
+ "name": "*",
2427
+ "package": "./accordion.styles"
2428
+ }
2429
+ },
2430
+ {
2431
+ "kind": "js",
2432
+ "name": "*",
2433
+ "declaration": {
2434
+ "name": "*",
2435
+ "package": "./accordion"
2436
+ }
2437
+ }
2438
+ ]
2439
+ },
2046
2440
  {
2047
2441
  "kind": "javascript-module",
2048
2442
  "path": "src/anchor/anchor.styles.ts",
@@ -2198,551 +2592,167 @@
2198
2592
  },
2199
2593
  {
2200
2594
  "name": "rel",
2201
- "type": {
2202
- "text": "string"
2203
- },
2204
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2205
- "fieldName": "rel",
2206
- "inheritedFrom": {
2207
- "name": "Anchor",
2208
- "module": "src/anchor/anchor.ts"
2209
- }
2210
- },
2211
- {
2212
- "name": "target",
2213
- "type": {
2214
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2215
- },
2216
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2217
- "fieldName": "target",
2218
- "inheritedFrom": {
2219
- "name": "Anchor",
2220
- "module": "src/anchor/anchor.ts"
2221
- }
2222
- },
2223
- {
2224
- "name": "type",
2225
- "type": {
2226
- "text": "string"
2227
- },
2228
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2229
- "fieldName": "type",
2230
- "inheritedFrom": {
2231
- "name": "Anchor",
2232
- "module": "src/anchor/anchor.ts"
2233
- }
2234
- }
2235
- ],
2236
- "members": [
2237
- {
2238
- "kind": "field",
2239
- "name": "download",
2240
- "type": {
2241
- "text": "string"
2242
- },
2243
- "privacy": "public",
2244
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2245
- "inheritedFrom": {
2246
- "name": "Anchor",
2247
- "module": "src/anchor/anchor.ts"
2248
- }
2249
- },
2250
- {
2251
- "kind": "field",
2252
- "name": "href",
2253
- "type": {
2254
- "text": "string"
2255
- },
2256
- "privacy": "public",
2257
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2258
- "inheritedFrom": {
2259
- "name": "Anchor",
2260
- "module": "src/anchor/anchor.ts"
2261
- }
2262
- },
2263
- {
2264
- "kind": "field",
2265
- "name": "hreflang",
2266
- "type": {
2267
- "text": "string"
2268
- },
2269
- "privacy": "public",
2270
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2271
- "inheritedFrom": {
2272
- "name": "Anchor",
2273
- "module": "src/anchor/anchor.ts"
2274
- }
2275
- },
2276
- {
2277
- "kind": "field",
2278
- "name": "ping",
2279
- "type": {
2280
- "text": "string"
2281
- },
2282
- "privacy": "public",
2283
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2284
- "inheritedFrom": {
2285
- "name": "Anchor",
2286
- "module": "src/anchor/anchor.ts"
2287
- }
2288
- },
2289
- {
2290
- "kind": "field",
2291
- "name": "referrerpolicy",
2292
- "type": {
2293
- "text": "string"
2294
- },
2295
- "privacy": "public",
2296
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2297
- "inheritedFrom": {
2298
- "name": "Anchor",
2299
- "module": "src/anchor/anchor.ts"
2300
- }
2301
- },
2302
- {
2303
- "kind": "field",
2304
- "name": "rel",
2305
- "type": {
2306
- "text": "string"
2307
- },
2308
- "privacy": "public",
2309
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2310
- "inheritedFrom": {
2311
- "name": "Anchor",
2312
- "module": "src/anchor/anchor.ts"
2313
- }
2314
- },
2315
- {
2316
- "kind": "field",
2317
- "name": "target",
2318
- "type": {
2319
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2320
- },
2321
- "privacy": "public",
2322
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2323
- "inheritedFrom": {
2324
- "name": "Anchor",
2325
- "module": "src/anchor/anchor.ts"
2326
- }
2327
- },
2328
- {
2329
- "kind": "field",
2330
- "name": "type",
2331
- "type": {
2332
- "text": "string"
2333
- },
2334
- "privacy": "public",
2335
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2336
- "inheritedFrom": {
2337
- "name": "Anchor",
2338
- "module": "src/anchor/anchor.ts"
2339
- }
2340
- },
2341
- {
2342
- "kind": "field",
2343
- "name": "control",
2344
- "type": {
2345
- "text": "HTMLAnchorElement | undefined"
2346
- },
2347
- "privacy": "public",
2348
- "description": "References the root element",
2349
- "inheritedFrom": {
2350
- "name": "Anchor",
2351
- "module": "src/anchor/anchor.ts"
2352
- }
2353
- },
2354
- {
2355
- "kind": "field",
2356
- "name": "handleUnsupportedDelegatesFocus",
2357
- "privacy": "private",
2358
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2359
- "inheritedFrom": {
2360
- "name": "Anchor",
2361
- "module": "src/anchor/anchor.ts"
2362
- }
2363
- },
2364
- {
2365
- "kind": "field",
2366
- "name": "_presentation",
2367
- "type": {
2368
- "text": "ComponentPresentation | null | undefined"
2369
- },
2370
- "privacy": "private",
2371
- "default": "void 0",
2372
- "inheritedFrom": {
2373
- "name": "FoundationElement",
2374
- "module": "src/foundation-element/foundation-element.ts"
2375
- }
2376
- },
2377
- {
2378
- "kind": "field",
2379
- "name": "$presentation",
2380
- "type": {
2381
- "text": "ComponentPresentation | null"
2382
- },
2383
- "privacy": "public",
2384
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2385
- "inheritedFrom": {
2386
- "name": "FoundationElement",
2387
- "module": "src/foundation-element/foundation-element.ts"
2388
- }
2389
- },
2390
- {
2391
- "kind": "field",
2392
- "name": "template",
2393
- "type": {
2394
- "text": "ElementViewTemplate | void | null"
2395
- },
2396
- "privacy": "public",
2397
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2398
- "inheritedFrom": {
2399
- "name": "FoundationElement",
2400
- "module": "src/foundation-element/foundation-element.ts"
2401
- }
2402
- },
2403
- {
2404
- "kind": "method",
2405
- "name": "templateChanged",
2406
- "privacy": "protected",
2407
- "return": {
2408
- "type": {
2409
- "text": "void"
2410
- }
2411
- },
2412
- "inheritedFrom": {
2413
- "name": "FoundationElement",
2414
- "module": "src/foundation-element/foundation-element.ts"
2415
- }
2416
- },
2417
- {
2418
- "kind": "field",
2419
- "name": "styles",
2420
- "type": {
2421
- "text": "ElementStyles | void | null"
2422
- },
2423
- "privacy": "public",
2424
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2425
- "inheritedFrom": {
2426
- "name": "FoundationElement",
2427
- "module": "src/foundation-element/foundation-element.ts"
2428
- }
2429
- },
2430
- {
2431
- "kind": "method",
2432
- "name": "stylesChanged",
2433
- "privacy": "protected",
2434
- "return": {
2435
- "type": {
2436
- "text": "void"
2437
- }
2438
- },
2439
- "inheritedFrom": {
2440
- "name": "FoundationElement",
2441
- "module": "src/foundation-element/foundation-element.ts"
2442
- }
2443
- },
2444
- {
2445
- "kind": "method",
2446
- "name": "compose",
2447
- "privacy": "public",
2448
- "static": true,
2449
- "return": {
2450
- "type": {
2451
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2452
- }
2453
- },
2454
- "parameters": [
2455
- {
2456
- "name": "this",
2457
- "type": {
2458
- "text": "K"
2459
- }
2460
- },
2461
- {
2462
- "name": "elementDefinition",
2463
- "type": {
2464
- "text": "T"
2465
- },
2466
- "description": "The definition of the element to create the registry\nfunction for."
2467
- }
2468
- ],
2469
- "description": "Defines an element registry function with a set of element definition defaults.",
2470
- "inheritedFrom": {
2471
- "name": "FoundationElement",
2472
- "module": "src/foundation-element/foundation-element.ts"
2473
- }
2474
- }
2475
- ]
2476
- },
2477
- {
2478
- "kind": "variable",
2479
- "name": "foundationAnchorShadowOptions",
2480
- "type": {
2481
- "text": "ShadowRootInit"
2482
- },
2483
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2484
- },
2485
- {
2486
- "kind": "variable",
2487
- "name": "defaultAnchorConfig",
2488
- "type": {
2489
- "text": "object"
2490
- },
2491
- "default": "{}"
2492
- },
2493
- {
2494
- "kind": "variable",
2495
- "name": "foundationAnchor",
2496
- "description": "The Foundation Anchor",
2497
- "privacy": "public"
2498
- }
2499
- ],
2500
- "exports": [
2501
- {
2502
- "kind": "js",
2503
- "name": "Anchor",
2504
- "declaration": {
2505
- "name": "Anchor",
2506
- "module": "src/anchor/anchor.ts"
2507
- }
2508
- },
2509
- {
2510
- "kind": "js",
2511
- "name": "foundationAnchorShadowOptions",
2512
- "declaration": {
2513
- "name": "foundationAnchorShadowOptions",
2514
- "module": "src/anchor/anchor.ts"
2515
- }
2516
- },
2517
- {
2518
- "kind": "js",
2519
- "name": "defaultAnchorConfig",
2520
- "declaration": {
2521
- "name": "defaultAnchorConfig",
2522
- "module": "src/anchor/anchor.ts"
2523
- }
2524
- },
2525
- {
2526
- "kind": "js",
2527
- "name": "foundationAnchor",
2528
- "declaration": {
2529
- "name": "foundationAnchor",
2530
- "module": "src/anchor/anchor.ts"
2531
- }
2532
- }
2533
- ]
2534
- },
2535
- {
2536
- "kind": "javascript-module",
2537
- "path": "src/anchor/index.ts",
2538
- "declarations": [],
2539
- "exports": [
2540
- {
2541
- "kind": "js",
2542
- "name": "*",
2543
- "declaration": {
2544
- "name": "*",
2545
- "package": "./anchor.template"
2546
- }
2547
- },
2548
- {
2549
- "kind": "js",
2550
- "name": "*",
2551
- "declaration": {
2552
- "name": "*",
2553
- "package": "./anchor.styles"
2554
- }
2555
- },
2556
- {
2557
- "kind": "js",
2558
- "name": "*",
2559
- "declaration": {
2560
- "name": "*",
2561
- "package": "./anchor"
2562
- }
2563
- }
2564
- ]
2565
- },
2566
- {
2567
- "kind": "javascript-module",
2568
- "path": "src/accordion-item/accordion-item.styles.ts",
2569
- "declarations": [
2570
- {
2571
- "kind": "function",
2572
- "name": "foundationAccordionItemStyles",
2573
- "return": {
2574
- "type": {
2575
- "text": "ElementStyles"
2576
- }
2577
- },
2578
- "parameters": [
2595
+ "type": {
2596
+ "text": "string"
2597
+ },
2598
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2599
+ "fieldName": "rel",
2600
+ "inheritedFrom": {
2601
+ "name": "Anchor",
2602
+ "module": "src/anchor/anchor.ts"
2603
+ }
2604
+ },
2579
2605
  {
2580
- "name": "context",
2606
+ "name": "target",
2581
2607
  "type": {
2582
- "text": "ElementDefinitionContext"
2608
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2609
+ },
2610
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2611
+ "fieldName": "target",
2612
+ "inheritedFrom": {
2613
+ "name": "Anchor",
2614
+ "module": "src/anchor/anchor.ts"
2583
2615
  }
2584
2616
  },
2585
2617
  {
2586
- "name": "definition",
2618
+ "name": "type",
2587
2619
  "type": {
2588
- "text": "FoundationElementDefinition"
2620
+ "text": "string"
2621
+ },
2622
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2623
+ "fieldName": "type",
2624
+ "inheritedFrom": {
2625
+ "name": "Anchor",
2626
+ "module": "src/anchor/anchor.ts"
2589
2627
  }
2590
2628
  }
2591
- ]
2592
- }
2593
- ],
2594
- "exports": [
2595
- {
2596
- "kind": "js",
2597
- "name": "foundationAccordionItemStyles",
2598
- "declaration": {
2599
- "name": "foundationAccordionItemStyles",
2600
- "module": "src/accordion-item/accordion-item.styles.ts"
2601
- }
2602
- }
2603
- ]
2604
- },
2605
- {
2606
- "kind": "javascript-module",
2607
- "path": "src/accordion-item/accordion-item.template.ts",
2608
- "declarations": [
2609
- {
2610
- "kind": "function",
2611
- "name": "foundationAccordionItemTemplate",
2612
- "return": {
2613
- "type": {
2614
- "text": "ViewTemplate<AccordionItem>"
2615
- }
2616
- },
2617
- "parameters": [
2629
+ ],
2630
+ "members": [
2618
2631
  {
2619
- "name": "context",
2632
+ "kind": "field",
2633
+ "name": "download",
2620
2634
  "type": {
2621
- "text": "ElementDefinitionContext"
2635
+ "text": "string"
2636
+ },
2637
+ "privacy": "public",
2638
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2639
+ "inheritedFrom": {
2640
+ "name": "Anchor",
2641
+ "module": "src/anchor/anchor.ts"
2622
2642
  }
2623
2643
  },
2624
2644
  {
2625
- "name": "definition",
2645
+ "kind": "field",
2646
+ "name": "href",
2626
2647
  "type": {
2627
- "text": "FoundationElementDefinition"
2648
+ "text": "string"
2649
+ },
2650
+ "privacy": "public",
2651
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2652
+ "inheritedFrom": {
2653
+ "name": "Anchor",
2654
+ "module": "src/anchor/anchor.ts"
2628
2655
  }
2629
- }
2630
- ]
2631
- }
2632
- ],
2633
- "exports": [
2634
- {
2635
- "kind": "js",
2636
- "name": "foundationAccordionItemTemplate",
2637
- "declaration": {
2638
- "name": "foundationAccordionItemTemplate",
2639
- "module": "src/accordion-item/accordion-item.template.ts"
2640
- }
2641
- }
2642
- ]
2643
- },
2644
- {
2645
- "kind": "javascript-module",
2646
- "path": "src/accordion-item/accordion-item.ts",
2647
- "declarations": [
2648
- {
2649
- "kind": "class",
2650
- "description": "",
2651
- "name": "AccordionItem",
2652
- "superclass": {
2653
- "name": "FASTAccordionItem",
2654
- "package": "@microsoft/fast-components"
2655
- },
2656
- "tagName": "%%prefix%%-accordion-item",
2657
- "customElement": true,
2658
- "attributes": [
2656
+ },
2659
2657
  {
2660
- "name": "heading-level",
2658
+ "kind": "field",
2659
+ "name": "hreflang",
2661
2660
  "type": {
2662
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2661
+ "text": "string"
2663
2662
  },
2664
- "default": "2",
2665
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2666
- "fieldName": "headinglevel",
2663
+ "privacy": "public",
2664
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2667
2665
  "inheritedFrom": {
2668
- "name": "AccordionItem",
2669
- "module": "src/accordion-item/accordion-item.ts"
2666
+ "name": "Anchor",
2667
+ "module": "src/anchor/anchor.ts"
2670
2668
  }
2671
2669
  },
2672
2670
  {
2671
+ "kind": "field",
2672
+ "name": "ping",
2673
2673
  "type": {
2674
- "text": "boolean"
2674
+ "text": "string"
2675
2675
  },
2676
- "default": "false",
2677
- "description": "Expands or collapses the item.",
2678
- "fieldName": "expanded",
2676
+ "privacy": "public",
2677
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2679
2678
  "inheritedFrom": {
2680
- "name": "AccordionItem",
2681
- "module": "src/accordion-item/accordion-item.ts"
2679
+ "name": "Anchor",
2680
+ "module": "src/anchor/anchor.ts"
2682
2681
  }
2683
2682
  },
2684
2683
  {
2685
- "name": "id",
2684
+ "kind": "field",
2685
+ "name": "referrerpolicy",
2686
2686
  "type": {
2687
2687
  "text": "string"
2688
2688
  },
2689
- "description": "The item ID",
2690
- "fieldName": "id",
2689
+ "privacy": "public",
2690
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2691
2691
  "inheritedFrom": {
2692
- "name": "AccordionItem",
2693
- "module": "src/accordion-item/accordion-item.ts"
2692
+ "name": "Anchor",
2693
+ "module": "src/anchor/anchor.ts"
2694
2694
  }
2695
- }
2696
- ],
2697
- "members": [
2695
+ },
2698
2696
  {
2699
2697
  "kind": "field",
2700
- "name": "headinglevel",
2698
+ "name": "rel",
2701
2699
  "type": {
2702
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2700
+ "text": "string"
2703
2701
  },
2704
2702
  "privacy": "public",
2705
- "default": "2",
2706
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2703
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2707
2704
  "inheritedFrom": {
2708
- "name": "AccordionItem",
2709
- "module": "src/accordion-item/accordion-item.ts"
2705
+ "name": "Anchor",
2706
+ "module": "src/anchor/anchor.ts"
2710
2707
  }
2711
2708
  },
2712
2709
  {
2713
2710
  "kind": "field",
2714
- "name": "expanded",
2711
+ "name": "target",
2715
2712
  "type": {
2716
- "text": "boolean"
2713
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2717
2714
  },
2718
2715
  "privacy": "public",
2719
- "default": "false",
2720
- "description": "Expands or collapses the item.",
2716
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2721
2717
  "inheritedFrom": {
2722
- "name": "AccordionItem",
2723
- "module": "src/accordion-item/accordion-item.ts"
2718
+ "name": "Anchor",
2719
+ "module": "src/anchor/anchor.ts"
2724
2720
  }
2725
2721
  },
2726
2722
  {
2727
2723
  "kind": "field",
2728
- "name": "id",
2724
+ "name": "type",
2729
2725
  "type": {
2730
2726
  "text": "string"
2731
2727
  },
2732
2728
  "privacy": "public",
2733
- "description": "The item ID",
2729
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2734
2730
  "inheritedFrom": {
2735
- "name": "AccordionItem",
2736
- "module": "src/accordion-item/accordion-item.ts"
2731
+ "name": "Anchor",
2732
+ "module": "src/anchor/anchor.ts"
2737
2733
  }
2738
2734
  },
2739
2735
  {
2740
2736
  "kind": "field",
2741
- "name": "change",
2737
+ "name": "control",
2738
+ "type": {
2739
+ "text": "HTMLAnchorElement | undefined"
2740
+ },
2741
+ "privacy": "public",
2742
+ "description": "References the root element",
2743
+ "inheritedFrom": {
2744
+ "name": "Anchor",
2745
+ "module": "src/anchor/anchor.ts"
2746
+ }
2747
+ },
2748
+ {
2749
+ "kind": "field",
2750
+ "name": "handleUnsupportedDelegatesFocus",
2742
2751
  "privacy": "private",
2752
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2743
2753
  "inheritedFrom": {
2744
- "name": "AccordionItem",
2745
- "module": "src/accordion-item/accordion-item.ts"
2754
+ "name": "Anchor",
2755
+ "module": "src/anchor/anchor.ts"
2746
2756
  }
2747
2757
  },
2748
2758
  {
@@ -2856,21 +2866,11 @@
2856
2866
  "module": "src/foundation-element/foundation-element.ts"
2857
2867
  }
2858
2868
  }
2859
- ],
2860
- "events": [
2861
- {
2862
- "description": "Fires a custom 'change' event when the button is invoked",
2863
- "name": "change",
2864
- "inheritedFrom": {
2865
- "name": "AccordionItem",
2866
- "module": "src/accordion-item/accordion-item.ts"
2867
- }
2868
- }
2869
2869
  ]
2870
2870
  },
2871
2871
  {
2872
2872
  "kind": "variable",
2873
- "name": "foundationAccordionItemShadowOptions",
2873
+ "name": "foundationAnchorShadowOptions",
2874
2874
  "type": {
2875
2875
  "text": "ShadowRootInit"
2876
2876
  },
@@ -2878,57 +2878,57 @@
2878
2878
  },
2879
2879
  {
2880
2880
  "kind": "variable",
2881
- "name": "defaultAccordionItemConfig",
2881
+ "name": "defaultAnchorConfig",
2882
2882
  "type": {
2883
2883
  "text": "object"
2884
2884
  },
2885
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
2885
+ "default": "{}"
2886
2886
  },
2887
2887
  {
2888
2888
  "kind": "variable",
2889
- "name": "foundationAccordionItem",
2890
- "description": "The Foundation Accordion Item",
2889
+ "name": "foundationAnchor",
2890
+ "description": "The Foundation Anchor",
2891
2891
  "privacy": "public"
2892
2892
  }
2893
2893
  ],
2894
2894
  "exports": [
2895
2895
  {
2896
2896
  "kind": "js",
2897
- "name": "AccordionItem",
2897
+ "name": "Anchor",
2898
2898
  "declaration": {
2899
- "name": "AccordionItem",
2900
- "module": "src/accordion-item/accordion-item.ts"
2899
+ "name": "Anchor",
2900
+ "module": "src/anchor/anchor.ts"
2901
2901
  }
2902
2902
  },
2903
2903
  {
2904
2904
  "kind": "js",
2905
- "name": "foundationAccordionItemShadowOptions",
2905
+ "name": "foundationAnchorShadowOptions",
2906
2906
  "declaration": {
2907
- "name": "foundationAccordionItemShadowOptions",
2908
- "module": "src/accordion-item/accordion-item.ts"
2907
+ "name": "foundationAnchorShadowOptions",
2908
+ "module": "src/anchor/anchor.ts"
2909
2909
  }
2910
2910
  },
2911
2911
  {
2912
2912
  "kind": "js",
2913
- "name": "defaultAccordionItemConfig",
2913
+ "name": "defaultAnchorConfig",
2914
2914
  "declaration": {
2915
- "name": "defaultAccordionItemConfig",
2916
- "module": "src/accordion-item/accordion-item.ts"
2915
+ "name": "defaultAnchorConfig",
2916
+ "module": "src/anchor/anchor.ts"
2917
2917
  }
2918
2918
  },
2919
2919
  {
2920
2920
  "kind": "js",
2921
- "name": "foundationAccordionItem",
2921
+ "name": "foundationAnchor",
2922
2922
  "declaration": {
2923
- "name": "foundationAccordionItem",
2924
- "module": "src/accordion-item/accordion-item.ts"
2923
+ "name": "foundationAnchor",
2924
+ "module": "src/anchor/anchor.ts"
2925
2925
  }
2926
2926
  }
2927
2927
  ]
2928
2928
  },
2929
2929
  {
2930
2930
  "kind": "javascript-module",
2931
- "path": "src/accordion-item/index.ts",
2931
+ "path": "src/anchor/index.ts",
2932
2932
  "declarations": [],
2933
2933
  "exports": [
2934
2934
  {
@@ -2936,7 +2936,7 @@
2936
2936
  "name": "*",
2937
2937
  "declaration": {
2938
2938
  "name": "*",
2939
- "package": "./accordion-item.template"
2939
+ "package": "./anchor.template"
2940
2940
  }
2941
2941
  },
2942
2942
  {
@@ -2944,7 +2944,7 @@
2944
2944
  "name": "*",
2945
2945
  "declaration": {
2946
2946
  "name": "*",
2947
- "package": "./accordion-item.styles"
2947
+ "package": "./anchor.styles"
2948
2948
  }
2949
2949
  },
2950
2950
  {
@@ -2952,7 +2952,7 @@
2952
2952
  "name": "*",
2953
2953
  "declaration": {
2954
2954
  "name": "*",
2955
- "package": "./accordion-item"
2955
+ "package": "./anchor"
2956
2956
  }
2957
2957
  }
2958
2958
  ]