@genesislcap/foundation-ui 14.197.1 → 14.198.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.
@@ -862,6 +862,37 @@
862
862
  }
863
863
  ]
864
864
  },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/_config/index.ts",
868
+ "declarations": [],
869
+ "exports": [
870
+ {
871
+ "kind": "js",
872
+ "name": "*",
873
+ "declaration": {
874
+ "name": "*",
875
+ "package": "./styles"
876
+ }
877
+ },
878
+ {
879
+ "kind": "js",
880
+ "name": "*",
881
+ "declaration": {
882
+ "name": "*",
883
+ "package": "./tokens"
884
+ }
885
+ },
886
+ {
887
+ "kind": "js",
888
+ "name": "*",
889
+ "declaration": {
890
+ "name": "*",
891
+ "package": "./values"
892
+ }
893
+ }
894
+ ]
895
+ },
865
896
  {
866
897
  "kind": "javascript-module",
867
898
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1258,7 +1289,158 @@
1258
1289
  },
1259
1290
  {
1260
1291
  "kind": "javascript-module",
1261
- "path": "src/_config/index.ts",
1292
+ "path": "src/accordion/accordion.styles.ts",
1293
+ "declarations": [
1294
+ {
1295
+ "kind": "function",
1296
+ "name": "foundationAccordionStyles",
1297
+ "return": {
1298
+ "type": {
1299
+ "text": "ElementStyles"
1300
+ }
1301
+ },
1302
+ "parameters": [
1303
+ {
1304
+ "name": "context",
1305
+ "type": {
1306
+ "text": "ElementDefinitionContext"
1307
+ }
1308
+ },
1309
+ {
1310
+ "name": "definition",
1311
+ "type": {
1312
+ "text": "FoundationElementDefinition"
1313
+ }
1314
+ }
1315
+ ]
1316
+ }
1317
+ ],
1318
+ "exports": [
1319
+ {
1320
+ "kind": "js",
1321
+ "name": "foundationAccordionStyles",
1322
+ "declaration": {
1323
+ "name": "foundationAccordionStyles",
1324
+ "module": "src/accordion/accordion.styles.ts"
1325
+ }
1326
+ }
1327
+ ]
1328
+ },
1329
+ {
1330
+ "kind": "javascript-module",
1331
+ "path": "src/accordion/accordion.template.ts",
1332
+ "declarations": [
1333
+ {
1334
+ "kind": "function",
1335
+ "name": "foundationAccordionTemplate",
1336
+ "return": {
1337
+ "type": {
1338
+ "text": "ViewTemplate<Accordion>"
1339
+ }
1340
+ },
1341
+ "parameters": [
1342
+ {
1343
+ "name": "context",
1344
+ "type": {
1345
+ "text": "ElementDefinitionContext"
1346
+ }
1347
+ },
1348
+ {
1349
+ "name": "definition",
1350
+ "type": {
1351
+ "text": "FoundationElementDefinition"
1352
+ }
1353
+ }
1354
+ ]
1355
+ }
1356
+ ],
1357
+ "exports": [
1358
+ {
1359
+ "kind": "js",
1360
+ "name": "foundationAccordionTemplate",
1361
+ "declaration": {
1362
+ "name": "foundationAccordionTemplate",
1363
+ "module": "src/accordion/accordion.template.ts"
1364
+ }
1365
+ }
1366
+ ]
1367
+ },
1368
+ {
1369
+ "kind": "javascript-module",
1370
+ "path": "src/accordion/accordion.ts",
1371
+ "declarations": [
1372
+ {
1373
+ "kind": "class",
1374
+ "description": "",
1375
+ "name": "Accordion",
1376
+ "superclass": {
1377
+ "name": "FASTAccordion",
1378
+ "package": "@microsoft/fast-foundation"
1379
+ },
1380
+ "tagName": "%%prefix%%-accordion",
1381
+ "customElement": true
1382
+ },
1383
+ {
1384
+ "kind": "variable",
1385
+ "name": "foundationAccordionShadowOptions",
1386
+ "type": {
1387
+ "text": "ShadowRootInit"
1388
+ },
1389
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1390
+ },
1391
+ {
1392
+ "kind": "variable",
1393
+ "name": "defaultAccordionConfig",
1394
+ "type": {
1395
+ "text": "object"
1396
+ },
1397
+ "default": "{}"
1398
+ },
1399
+ {
1400
+ "kind": "variable",
1401
+ "name": "foundationAccordion",
1402
+ "description": "The Foundation Accordion",
1403
+ "privacy": "public"
1404
+ }
1405
+ ],
1406
+ "exports": [
1407
+ {
1408
+ "kind": "js",
1409
+ "name": "Accordion",
1410
+ "declaration": {
1411
+ "name": "Accordion",
1412
+ "module": "src/accordion/accordion.ts"
1413
+ }
1414
+ },
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "foundationAccordionShadowOptions",
1418
+ "declaration": {
1419
+ "name": "foundationAccordionShadowOptions",
1420
+ "module": "src/accordion/accordion.ts"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "defaultAccordionConfig",
1426
+ "declaration": {
1427
+ "name": "defaultAccordionConfig",
1428
+ "module": "src/accordion/accordion.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "foundationAccordion",
1434
+ "declaration": {
1435
+ "name": "foundationAccordion",
1436
+ "module": "src/accordion/accordion.ts"
1437
+ }
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "kind": "javascript-module",
1443
+ "path": "src/accordion/index.ts",
1262
1444
  "declarations": [],
1263
1445
  "exports": [
1264
1446
  {
@@ -1266,7 +1448,7 @@
1266
1448
  "name": "*",
1267
1449
  "declaration": {
1268
1450
  "name": "*",
1269
- "package": "./styles"
1451
+ "package": "./accordion.template"
1270
1452
  }
1271
1453
  },
1272
1454
  {
@@ -1274,7 +1456,7 @@
1274
1456
  "name": "*",
1275
1457
  "declaration": {
1276
1458
  "name": "*",
1277
- "package": "./tokens"
1459
+ "package": "./accordion.styles"
1278
1460
  }
1279
1461
  },
1280
1462
  {
@@ -1282,7 +1464,7 @@
1282
1464
  "name": "*",
1283
1465
  "declaration": {
1284
1466
  "name": "*",
1285
- "package": "./values"
1467
+ "package": "./accordion"
1286
1468
  }
1287
1469
  }
1288
1470
  ]
@@ -2366,188 +2548,6 @@
2366
2548
  }
2367
2549
  ]
2368
2550
  },
2369
- {
2370
- "kind": "javascript-module",
2371
- "path": "src/accordion/accordion.styles.ts",
2372
- "declarations": [
2373
- {
2374
- "kind": "function",
2375
- "name": "foundationAccordionStyles",
2376
- "return": {
2377
- "type": {
2378
- "text": "ElementStyles"
2379
- }
2380
- },
2381
- "parameters": [
2382
- {
2383
- "name": "context",
2384
- "type": {
2385
- "text": "ElementDefinitionContext"
2386
- }
2387
- },
2388
- {
2389
- "name": "definition",
2390
- "type": {
2391
- "text": "FoundationElementDefinition"
2392
- }
2393
- }
2394
- ]
2395
- }
2396
- ],
2397
- "exports": [
2398
- {
2399
- "kind": "js",
2400
- "name": "foundationAccordionStyles",
2401
- "declaration": {
2402
- "name": "foundationAccordionStyles",
2403
- "module": "src/accordion/accordion.styles.ts"
2404
- }
2405
- }
2406
- ]
2407
- },
2408
- {
2409
- "kind": "javascript-module",
2410
- "path": "src/accordion/accordion.template.ts",
2411
- "declarations": [
2412
- {
2413
- "kind": "function",
2414
- "name": "foundationAccordionTemplate",
2415
- "return": {
2416
- "type": {
2417
- "text": "ViewTemplate<Accordion>"
2418
- }
2419
- },
2420
- "parameters": [
2421
- {
2422
- "name": "context",
2423
- "type": {
2424
- "text": "ElementDefinitionContext"
2425
- }
2426
- },
2427
- {
2428
- "name": "definition",
2429
- "type": {
2430
- "text": "FoundationElementDefinition"
2431
- }
2432
- }
2433
- ]
2434
- }
2435
- ],
2436
- "exports": [
2437
- {
2438
- "kind": "js",
2439
- "name": "foundationAccordionTemplate",
2440
- "declaration": {
2441
- "name": "foundationAccordionTemplate",
2442
- "module": "src/accordion/accordion.template.ts"
2443
- }
2444
- }
2445
- ]
2446
- },
2447
- {
2448
- "kind": "javascript-module",
2449
- "path": "src/accordion/accordion.ts",
2450
- "declarations": [
2451
- {
2452
- "kind": "class",
2453
- "description": "",
2454
- "name": "Accordion",
2455
- "superclass": {
2456
- "name": "FASTAccordion",
2457
- "package": "@microsoft/fast-foundation"
2458
- },
2459
- "tagName": "%%prefix%%-accordion",
2460
- "customElement": true
2461
- },
2462
- {
2463
- "kind": "variable",
2464
- "name": "foundationAccordionShadowOptions",
2465
- "type": {
2466
- "text": "ShadowRootInit"
2467
- },
2468
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2469
- },
2470
- {
2471
- "kind": "variable",
2472
- "name": "defaultAccordionConfig",
2473
- "type": {
2474
- "text": "object"
2475
- },
2476
- "default": "{}"
2477
- },
2478
- {
2479
- "kind": "variable",
2480
- "name": "foundationAccordion",
2481
- "description": "The Foundation Accordion",
2482
- "privacy": "public"
2483
- }
2484
- ],
2485
- "exports": [
2486
- {
2487
- "kind": "js",
2488
- "name": "Accordion",
2489
- "declaration": {
2490
- "name": "Accordion",
2491
- "module": "src/accordion/accordion.ts"
2492
- }
2493
- },
2494
- {
2495
- "kind": "js",
2496
- "name": "foundationAccordionShadowOptions",
2497
- "declaration": {
2498
- "name": "foundationAccordionShadowOptions",
2499
- "module": "src/accordion/accordion.ts"
2500
- }
2501
- },
2502
- {
2503
- "kind": "js",
2504
- "name": "defaultAccordionConfig",
2505
- "declaration": {
2506
- "name": "defaultAccordionConfig",
2507
- "module": "src/accordion/accordion.ts"
2508
- }
2509
- },
2510
- {
2511
- "kind": "js",
2512
- "name": "foundationAccordion",
2513
- "declaration": {
2514
- "name": "foundationAccordion",
2515
- "module": "src/accordion/accordion.ts"
2516
- }
2517
- }
2518
- ]
2519
- },
2520
- {
2521
- "kind": "javascript-module",
2522
- "path": "src/accordion/index.ts",
2523
- "declarations": [],
2524
- "exports": [
2525
- {
2526
- "kind": "js",
2527
- "name": "*",
2528
- "declaration": {
2529
- "name": "*",
2530
- "package": "./accordion.template"
2531
- }
2532
- },
2533
- {
2534
- "kind": "js",
2535
- "name": "*",
2536
- "declaration": {
2537
- "name": "*",
2538
- "package": "./accordion.styles"
2539
- }
2540
- },
2541
- {
2542
- "kind": "js",
2543
- "name": "*",
2544
- "declaration": {
2545
- "name": "*",
2546
- "package": "./accordion"
2547
- }
2548
- }
2549
- ]
2550
- },
2551
2551
  {
2552
2552
  "kind": "javascript-module",
2553
2553
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -29428,7 +29428,7 @@
29428
29428
  {
29429
29429
  "name": "routes",
29430
29430
  "type": {
29431
- "text": "FoundationRoute[]"
29431
+ "text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
29432
29432
  }
29433
29433
  },
29434
29434
  {
@@ -31630,404 +31630,6 @@
31630
31630
  }
31631
31631
  ]
31632
31632
  },
31633
- {
31634
- "kind": "javascript-module",
31635
- "path": "src/skeleton/index.ts",
31636
- "declarations": [],
31637
- "exports": [
31638
- {
31639
- "kind": "js",
31640
- "name": "*",
31641
- "declaration": {
31642
- "name": "*",
31643
- "package": "./skeleton.template"
31644
- }
31645
- },
31646
- {
31647
- "kind": "js",
31648
- "name": "*",
31649
- "declaration": {
31650
- "name": "*",
31651
- "package": "./skeleton.styles"
31652
- }
31653
- },
31654
- {
31655
- "kind": "js",
31656
- "name": "*",
31657
- "declaration": {
31658
- "name": "*",
31659
- "package": "./skeleton"
31660
- }
31661
- }
31662
- ]
31663
- },
31664
- {
31665
- "kind": "javascript-module",
31666
- "path": "src/skeleton/skeleton.styles.ts",
31667
- "declarations": [
31668
- {
31669
- "kind": "function",
31670
- "name": "foundationSkeletonStyles",
31671
- "return": {
31672
- "type": {
31673
- "text": "ElementStyles"
31674
- }
31675
- },
31676
- "parameters": [
31677
- {
31678
- "name": "context",
31679
- "type": {
31680
- "text": "ElementDefinitionContext"
31681
- }
31682
- },
31683
- {
31684
- "name": "definition",
31685
- "type": {
31686
- "text": "FoundationElementDefinition"
31687
- }
31688
- }
31689
- ]
31690
- }
31691
- ],
31692
- "exports": [
31693
- {
31694
- "kind": "js",
31695
- "name": "foundationSkeletonStyles",
31696
- "declaration": {
31697
- "name": "foundationSkeletonStyles",
31698
- "module": "src/skeleton/skeleton.styles.ts"
31699
- }
31700
- }
31701
- ]
31702
- },
31703
- {
31704
- "kind": "javascript-module",
31705
- "path": "src/skeleton/skeleton.template.ts",
31706
- "declarations": [
31707
- {
31708
- "kind": "function",
31709
- "name": "foundationSkeletonTemplate",
31710
- "return": {
31711
- "type": {
31712
- "text": "ViewTemplate<Skeleton>"
31713
- }
31714
- },
31715
- "parameters": [
31716
- {
31717
- "name": "context",
31718
- "type": {
31719
- "text": "ElementDefinitionContext"
31720
- }
31721
- },
31722
- {
31723
- "name": "definition",
31724
- "type": {
31725
- "text": "FoundationElementDefinition"
31726
- }
31727
- }
31728
- ]
31729
- }
31730
- ],
31731
- "exports": [
31732
- {
31733
- "kind": "js",
31734
- "name": "foundationSkeletonTemplate",
31735
- "declaration": {
31736
- "name": "foundationSkeletonTemplate",
31737
- "module": "src/skeleton/skeleton.template.ts"
31738
- }
31739
- }
31740
- ]
31741
- },
31742
- {
31743
- "kind": "javascript-module",
31744
- "path": "src/skeleton/skeleton.ts",
31745
- "declarations": [
31746
- {
31747
- "kind": "class",
31748
- "description": "",
31749
- "name": "Skeleton",
31750
- "superclass": {
31751
- "name": "FASTSkeleton",
31752
- "package": "@microsoft/fast-components"
31753
- },
31754
- "tagName": "%%prefix%%-skeleton",
31755
- "customElement": true,
31756
- "attributes": [
31757
- {
31758
- "name": "fill",
31759
- "type": {
31760
- "text": "string"
31761
- },
31762
- "description": "Indicates the Skeleton should have a filled style.",
31763
- "fieldName": "fill",
31764
- "inheritedFrom": {
31765
- "name": "Skeleton",
31766
- "module": "src/skeleton/skeleton.ts"
31767
- }
31768
- },
31769
- {
31770
- "name": "shape",
31771
- "type": {
31772
- "text": "SkeletonShape"
31773
- },
31774
- "default": "\"rect\"",
31775
- "description": "Indicates what the shape of the Skeleton should be.",
31776
- "fieldName": "shape",
31777
- "inheritedFrom": {
31778
- "name": "Skeleton",
31779
- "module": "src/skeleton/skeleton.ts"
31780
- }
31781
- },
31782
- {
31783
- "name": "pattern",
31784
- "type": {
31785
- "text": "string"
31786
- },
31787
- "description": "Indicates that the component can accept a pattern URL.",
31788
- "fieldName": "pattern",
31789
- "inheritedFrom": {
31790
- "name": "Skeleton",
31791
- "module": "src/skeleton/skeleton.ts"
31792
- }
31793
- },
31794
- {
31795
- "type": {
31796
- "text": "boolean"
31797
- },
31798
- "description": "Indicates that the component has an activated shimmer effect",
31799
- "fieldName": "shimmer",
31800
- "inheritedFrom": {
31801
- "name": "Skeleton",
31802
- "module": "src/skeleton/skeleton.ts"
31803
- }
31804
- }
31805
- ],
31806
- "members": [
31807
- {
31808
- "kind": "field",
31809
- "name": "fill",
31810
- "type": {
31811
- "text": "string"
31812
- },
31813
- "privacy": "public",
31814
- "description": "Indicates the Skeleton should have a filled style.",
31815
- "inheritedFrom": {
31816
- "name": "Skeleton",
31817
- "module": "src/skeleton/skeleton.ts"
31818
- }
31819
- },
31820
- {
31821
- "kind": "field",
31822
- "name": "shape",
31823
- "type": {
31824
- "text": "SkeletonShape"
31825
- },
31826
- "privacy": "public",
31827
- "default": "\"rect\"",
31828
- "description": "Indicates what the shape of the Skeleton should be.",
31829
- "inheritedFrom": {
31830
- "name": "Skeleton",
31831
- "module": "src/skeleton/skeleton.ts"
31832
- }
31833
- },
31834
- {
31835
- "kind": "field",
31836
- "name": "pattern",
31837
- "type": {
31838
- "text": "string"
31839
- },
31840
- "privacy": "public",
31841
- "description": "Indicates that the component can accept a pattern URL.",
31842
- "inheritedFrom": {
31843
- "name": "Skeleton",
31844
- "module": "src/skeleton/skeleton.ts"
31845
- }
31846
- },
31847
- {
31848
- "kind": "field",
31849
- "name": "shimmer",
31850
- "type": {
31851
- "text": "boolean"
31852
- },
31853
- "privacy": "public",
31854
- "description": "Indicates that the component has an activated shimmer effect",
31855
- "inheritedFrom": {
31856
- "name": "Skeleton",
31857
- "module": "src/skeleton/skeleton.ts"
31858
- }
31859
- },
31860
- {
31861
- "kind": "field",
31862
- "name": "_presentation",
31863
- "type": {
31864
- "text": "ComponentPresentation | null | undefined"
31865
- },
31866
- "privacy": "private",
31867
- "default": "void 0",
31868
- "inheritedFrom": {
31869
- "name": "FoundationElement",
31870
- "module": "src/foundation-element/foundation-element.ts"
31871
- }
31872
- },
31873
- {
31874
- "kind": "field",
31875
- "name": "$presentation",
31876
- "type": {
31877
- "text": "ComponentPresentation | null"
31878
- },
31879
- "privacy": "public",
31880
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
31881
- "inheritedFrom": {
31882
- "name": "FoundationElement",
31883
- "module": "src/foundation-element/foundation-element.ts"
31884
- }
31885
- },
31886
- {
31887
- "kind": "field",
31888
- "name": "template",
31889
- "type": {
31890
- "text": "ElementViewTemplate | void | null"
31891
- },
31892
- "privacy": "public",
31893
- "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.",
31894
- "inheritedFrom": {
31895
- "name": "FoundationElement",
31896
- "module": "src/foundation-element/foundation-element.ts"
31897
- }
31898
- },
31899
- {
31900
- "kind": "method",
31901
- "name": "templateChanged",
31902
- "privacy": "protected",
31903
- "return": {
31904
- "type": {
31905
- "text": "void"
31906
- }
31907
- },
31908
- "inheritedFrom": {
31909
- "name": "FoundationElement",
31910
- "module": "src/foundation-element/foundation-element.ts"
31911
- }
31912
- },
31913
- {
31914
- "kind": "field",
31915
- "name": "styles",
31916
- "type": {
31917
- "text": "ElementStyles | void | null"
31918
- },
31919
- "privacy": "public",
31920
- "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.",
31921
- "inheritedFrom": {
31922
- "name": "FoundationElement",
31923
- "module": "src/foundation-element/foundation-element.ts"
31924
- }
31925
- },
31926
- {
31927
- "kind": "method",
31928
- "name": "stylesChanged",
31929
- "privacy": "protected",
31930
- "return": {
31931
- "type": {
31932
- "text": "void"
31933
- }
31934
- },
31935
- "inheritedFrom": {
31936
- "name": "FoundationElement",
31937
- "module": "src/foundation-element/foundation-element.ts"
31938
- }
31939
- },
31940
- {
31941
- "kind": "method",
31942
- "name": "compose",
31943
- "privacy": "public",
31944
- "static": true,
31945
- "return": {
31946
- "type": {
31947
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
31948
- }
31949
- },
31950
- "parameters": [
31951
- {
31952
- "name": "this",
31953
- "type": {
31954
- "text": "K"
31955
- }
31956
- },
31957
- {
31958
- "name": "elementDefinition",
31959
- "type": {
31960
- "text": "T"
31961
- },
31962
- "description": "The definition of the element to create the registry\nfunction for."
31963
- }
31964
- ],
31965
- "description": "Defines an element registry function with a set of element definition defaults.",
31966
- "inheritedFrom": {
31967
- "name": "FoundationElement",
31968
- "module": "src/foundation-element/foundation-element.ts"
31969
- }
31970
- }
31971
- ]
31972
- },
31973
- {
31974
- "kind": "variable",
31975
- "name": "foundationSkeletonShadowOptions",
31976
- "type": {
31977
- "text": "ShadowRootInit"
31978
- },
31979
- "default": "undefined"
31980
- },
31981
- {
31982
- "kind": "variable",
31983
- "name": "defaultSkeletonConfig",
31984
- "type": {
31985
- "text": "object"
31986
- },
31987
- "default": "{}"
31988
- },
31989
- {
31990
- "kind": "variable",
31991
- "name": "foundationSkeleton",
31992
- "description": "The Foundation Skeleton",
31993
- "privacy": "public"
31994
- }
31995
- ],
31996
- "exports": [
31997
- {
31998
- "kind": "js",
31999
- "name": "Skeleton",
32000
- "declaration": {
32001
- "name": "Skeleton",
32002
- "module": "src/skeleton/skeleton.ts"
32003
- }
32004
- },
32005
- {
32006
- "kind": "js",
32007
- "name": "foundationSkeletonShadowOptions",
32008
- "declaration": {
32009
- "name": "foundationSkeletonShadowOptions",
32010
- "module": "src/skeleton/skeleton.ts"
32011
- }
32012
- },
32013
- {
32014
- "kind": "js",
32015
- "name": "defaultSkeletonConfig",
32016
- "declaration": {
32017
- "name": "defaultSkeletonConfig",
32018
- "module": "src/skeleton/skeleton.ts"
32019
- }
32020
- },
32021
- {
32022
- "kind": "js",
32023
- "name": "foundationSkeleton",
32024
- "declaration": {
32025
- "name": "foundationSkeleton",
32026
- "module": "src/skeleton/skeleton.ts"
32027
- }
32028
- }
32029
- ]
32030
- },
32031
31633
  {
32032
31634
  "kind": "javascript-module",
32033
31635
  "path": "src/select/index.ts",
@@ -32663,6 +32265,404 @@
32663
32265
  }
32664
32266
  ]
32665
32267
  },
32268
+ {
32269
+ "kind": "javascript-module",
32270
+ "path": "src/skeleton/index.ts",
32271
+ "declarations": [],
32272
+ "exports": [
32273
+ {
32274
+ "kind": "js",
32275
+ "name": "*",
32276
+ "declaration": {
32277
+ "name": "*",
32278
+ "package": "./skeleton.template"
32279
+ }
32280
+ },
32281
+ {
32282
+ "kind": "js",
32283
+ "name": "*",
32284
+ "declaration": {
32285
+ "name": "*",
32286
+ "package": "./skeleton.styles"
32287
+ }
32288
+ },
32289
+ {
32290
+ "kind": "js",
32291
+ "name": "*",
32292
+ "declaration": {
32293
+ "name": "*",
32294
+ "package": "./skeleton"
32295
+ }
32296
+ }
32297
+ ]
32298
+ },
32299
+ {
32300
+ "kind": "javascript-module",
32301
+ "path": "src/skeleton/skeleton.styles.ts",
32302
+ "declarations": [
32303
+ {
32304
+ "kind": "function",
32305
+ "name": "foundationSkeletonStyles",
32306
+ "return": {
32307
+ "type": {
32308
+ "text": "ElementStyles"
32309
+ }
32310
+ },
32311
+ "parameters": [
32312
+ {
32313
+ "name": "context",
32314
+ "type": {
32315
+ "text": "ElementDefinitionContext"
32316
+ }
32317
+ },
32318
+ {
32319
+ "name": "definition",
32320
+ "type": {
32321
+ "text": "FoundationElementDefinition"
32322
+ }
32323
+ }
32324
+ ]
32325
+ }
32326
+ ],
32327
+ "exports": [
32328
+ {
32329
+ "kind": "js",
32330
+ "name": "foundationSkeletonStyles",
32331
+ "declaration": {
32332
+ "name": "foundationSkeletonStyles",
32333
+ "module": "src/skeleton/skeleton.styles.ts"
32334
+ }
32335
+ }
32336
+ ]
32337
+ },
32338
+ {
32339
+ "kind": "javascript-module",
32340
+ "path": "src/skeleton/skeleton.template.ts",
32341
+ "declarations": [
32342
+ {
32343
+ "kind": "function",
32344
+ "name": "foundationSkeletonTemplate",
32345
+ "return": {
32346
+ "type": {
32347
+ "text": "ViewTemplate<Skeleton>"
32348
+ }
32349
+ },
32350
+ "parameters": [
32351
+ {
32352
+ "name": "context",
32353
+ "type": {
32354
+ "text": "ElementDefinitionContext"
32355
+ }
32356
+ },
32357
+ {
32358
+ "name": "definition",
32359
+ "type": {
32360
+ "text": "FoundationElementDefinition"
32361
+ }
32362
+ }
32363
+ ]
32364
+ }
32365
+ ],
32366
+ "exports": [
32367
+ {
32368
+ "kind": "js",
32369
+ "name": "foundationSkeletonTemplate",
32370
+ "declaration": {
32371
+ "name": "foundationSkeletonTemplate",
32372
+ "module": "src/skeleton/skeleton.template.ts"
32373
+ }
32374
+ }
32375
+ ]
32376
+ },
32377
+ {
32378
+ "kind": "javascript-module",
32379
+ "path": "src/skeleton/skeleton.ts",
32380
+ "declarations": [
32381
+ {
32382
+ "kind": "class",
32383
+ "description": "",
32384
+ "name": "Skeleton",
32385
+ "superclass": {
32386
+ "name": "FASTSkeleton",
32387
+ "package": "@microsoft/fast-components"
32388
+ },
32389
+ "tagName": "%%prefix%%-skeleton",
32390
+ "customElement": true,
32391
+ "attributes": [
32392
+ {
32393
+ "name": "fill",
32394
+ "type": {
32395
+ "text": "string"
32396
+ },
32397
+ "description": "Indicates the Skeleton should have a filled style.",
32398
+ "fieldName": "fill",
32399
+ "inheritedFrom": {
32400
+ "name": "Skeleton",
32401
+ "module": "src/skeleton/skeleton.ts"
32402
+ }
32403
+ },
32404
+ {
32405
+ "name": "shape",
32406
+ "type": {
32407
+ "text": "SkeletonShape"
32408
+ },
32409
+ "default": "\"rect\"",
32410
+ "description": "Indicates what the shape of the Skeleton should be.",
32411
+ "fieldName": "shape",
32412
+ "inheritedFrom": {
32413
+ "name": "Skeleton",
32414
+ "module": "src/skeleton/skeleton.ts"
32415
+ }
32416
+ },
32417
+ {
32418
+ "name": "pattern",
32419
+ "type": {
32420
+ "text": "string"
32421
+ },
32422
+ "description": "Indicates that the component can accept a pattern URL.",
32423
+ "fieldName": "pattern",
32424
+ "inheritedFrom": {
32425
+ "name": "Skeleton",
32426
+ "module": "src/skeleton/skeleton.ts"
32427
+ }
32428
+ },
32429
+ {
32430
+ "type": {
32431
+ "text": "boolean"
32432
+ },
32433
+ "description": "Indicates that the component has an activated shimmer effect",
32434
+ "fieldName": "shimmer",
32435
+ "inheritedFrom": {
32436
+ "name": "Skeleton",
32437
+ "module": "src/skeleton/skeleton.ts"
32438
+ }
32439
+ }
32440
+ ],
32441
+ "members": [
32442
+ {
32443
+ "kind": "field",
32444
+ "name": "fill",
32445
+ "type": {
32446
+ "text": "string"
32447
+ },
32448
+ "privacy": "public",
32449
+ "description": "Indicates the Skeleton should have a filled style.",
32450
+ "inheritedFrom": {
32451
+ "name": "Skeleton",
32452
+ "module": "src/skeleton/skeleton.ts"
32453
+ }
32454
+ },
32455
+ {
32456
+ "kind": "field",
32457
+ "name": "shape",
32458
+ "type": {
32459
+ "text": "SkeletonShape"
32460
+ },
32461
+ "privacy": "public",
32462
+ "default": "\"rect\"",
32463
+ "description": "Indicates what the shape of the Skeleton should be.",
32464
+ "inheritedFrom": {
32465
+ "name": "Skeleton",
32466
+ "module": "src/skeleton/skeleton.ts"
32467
+ }
32468
+ },
32469
+ {
32470
+ "kind": "field",
32471
+ "name": "pattern",
32472
+ "type": {
32473
+ "text": "string"
32474
+ },
32475
+ "privacy": "public",
32476
+ "description": "Indicates that the component can accept a pattern URL.",
32477
+ "inheritedFrom": {
32478
+ "name": "Skeleton",
32479
+ "module": "src/skeleton/skeleton.ts"
32480
+ }
32481
+ },
32482
+ {
32483
+ "kind": "field",
32484
+ "name": "shimmer",
32485
+ "type": {
32486
+ "text": "boolean"
32487
+ },
32488
+ "privacy": "public",
32489
+ "description": "Indicates that the component has an activated shimmer effect",
32490
+ "inheritedFrom": {
32491
+ "name": "Skeleton",
32492
+ "module": "src/skeleton/skeleton.ts"
32493
+ }
32494
+ },
32495
+ {
32496
+ "kind": "field",
32497
+ "name": "_presentation",
32498
+ "type": {
32499
+ "text": "ComponentPresentation | null | undefined"
32500
+ },
32501
+ "privacy": "private",
32502
+ "default": "void 0",
32503
+ "inheritedFrom": {
32504
+ "name": "FoundationElement",
32505
+ "module": "src/foundation-element/foundation-element.ts"
32506
+ }
32507
+ },
32508
+ {
32509
+ "kind": "field",
32510
+ "name": "$presentation",
32511
+ "type": {
32512
+ "text": "ComponentPresentation | null"
32513
+ },
32514
+ "privacy": "public",
32515
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
32516
+ "inheritedFrom": {
32517
+ "name": "FoundationElement",
32518
+ "module": "src/foundation-element/foundation-element.ts"
32519
+ }
32520
+ },
32521
+ {
32522
+ "kind": "field",
32523
+ "name": "template",
32524
+ "type": {
32525
+ "text": "ElementViewTemplate | void | null"
32526
+ },
32527
+ "privacy": "public",
32528
+ "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.",
32529
+ "inheritedFrom": {
32530
+ "name": "FoundationElement",
32531
+ "module": "src/foundation-element/foundation-element.ts"
32532
+ }
32533
+ },
32534
+ {
32535
+ "kind": "method",
32536
+ "name": "templateChanged",
32537
+ "privacy": "protected",
32538
+ "return": {
32539
+ "type": {
32540
+ "text": "void"
32541
+ }
32542
+ },
32543
+ "inheritedFrom": {
32544
+ "name": "FoundationElement",
32545
+ "module": "src/foundation-element/foundation-element.ts"
32546
+ }
32547
+ },
32548
+ {
32549
+ "kind": "field",
32550
+ "name": "styles",
32551
+ "type": {
32552
+ "text": "ElementStyles | void | null"
32553
+ },
32554
+ "privacy": "public",
32555
+ "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.",
32556
+ "inheritedFrom": {
32557
+ "name": "FoundationElement",
32558
+ "module": "src/foundation-element/foundation-element.ts"
32559
+ }
32560
+ },
32561
+ {
32562
+ "kind": "method",
32563
+ "name": "stylesChanged",
32564
+ "privacy": "protected",
32565
+ "return": {
32566
+ "type": {
32567
+ "text": "void"
32568
+ }
32569
+ },
32570
+ "inheritedFrom": {
32571
+ "name": "FoundationElement",
32572
+ "module": "src/foundation-element/foundation-element.ts"
32573
+ }
32574
+ },
32575
+ {
32576
+ "kind": "method",
32577
+ "name": "compose",
32578
+ "privacy": "public",
32579
+ "static": true,
32580
+ "return": {
32581
+ "type": {
32582
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
32583
+ }
32584
+ },
32585
+ "parameters": [
32586
+ {
32587
+ "name": "this",
32588
+ "type": {
32589
+ "text": "K"
32590
+ }
32591
+ },
32592
+ {
32593
+ "name": "elementDefinition",
32594
+ "type": {
32595
+ "text": "T"
32596
+ },
32597
+ "description": "The definition of the element to create the registry\nfunction for."
32598
+ }
32599
+ ],
32600
+ "description": "Defines an element registry function with a set of element definition defaults.",
32601
+ "inheritedFrom": {
32602
+ "name": "FoundationElement",
32603
+ "module": "src/foundation-element/foundation-element.ts"
32604
+ }
32605
+ }
32606
+ ]
32607
+ },
32608
+ {
32609
+ "kind": "variable",
32610
+ "name": "foundationSkeletonShadowOptions",
32611
+ "type": {
32612
+ "text": "ShadowRootInit"
32613
+ },
32614
+ "default": "undefined"
32615
+ },
32616
+ {
32617
+ "kind": "variable",
32618
+ "name": "defaultSkeletonConfig",
32619
+ "type": {
32620
+ "text": "object"
32621
+ },
32622
+ "default": "{}"
32623
+ },
32624
+ {
32625
+ "kind": "variable",
32626
+ "name": "foundationSkeleton",
32627
+ "description": "The Foundation Skeleton",
32628
+ "privacy": "public"
32629
+ }
32630
+ ],
32631
+ "exports": [
32632
+ {
32633
+ "kind": "js",
32634
+ "name": "Skeleton",
32635
+ "declaration": {
32636
+ "name": "Skeleton",
32637
+ "module": "src/skeleton/skeleton.ts"
32638
+ }
32639
+ },
32640
+ {
32641
+ "kind": "js",
32642
+ "name": "foundationSkeletonShadowOptions",
32643
+ "declaration": {
32644
+ "name": "foundationSkeletonShadowOptions",
32645
+ "module": "src/skeleton/skeleton.ts"
32646
+ }
32647
+ },
32648
+ {
32649
+ "kind": "js",
32650
+ "name": "defaultSkeletonConfig",
32651
+ "declaration": {
32652
+ "name": "defaultSkeletonConfig",
32653
+ "module": "src/skeleton/skeleton.ts"
32654
+ }
32655
+ },
32656
+ {
32657
+ "kind": "js",
32658
+ "name": "foundationSkeleton",
32659
+ "declaration": {
32660
+ "name": "foundationSkeleton",
32661
+ "module": "src/skeleton/skeleton.ts"
32662
+ }
32663
+ }
32664
+ ]
32665
+ },
32666
32666
  {
32667
32667
  "kind": "javascript-module",
32668
32668
  "path": "src/slider/index.ts",
@@ -36107,7 +36107,7 @@
36107
36107
  },
36108
36108
  {
36109
36109
  "kind": "javascript-module",
36110
- "path": "src/tab-panel/index.ts",
36110
+ "path": "src/tab/index.ts",
36111
36111
  "declarations": [],
36112
36112
  "exports": [
36113
36113
  {
@@ -36115,7 +36115,7 @@
36115
36115
  "name": "*",
36116
36116
  "declaration": {
36117
36117
  "name": "*",
36118
- "package": "./tab-panel.template"
36118
+ "package": "./tab.template"
36119
36119
  }
36120
36120
  },
36121
36121
  {
@@ -36123,7 +36123,7 @@
36123
36123
  "name": "*",
36124
36124
  "declaration": {
36125
36125
  "name": "*",
36126
- "package": "./tab-panel.styles"
36126
+ "package": "./tab.styles"
36127
36127
  }
36128
36128
  },
36129
36129
  {
@@ -36131,18 +36131,18 @@
36131
36131
  "name": "*",
36132
36132
  "declaration": {
36133
36133
  "name": "*",
36134
- "package": "./tab-panel"
36134
+ "package": "./tab"
36135
36135
  }
36136
36136
  }
36137
36137
  ]
36138
36138
  },
36139
36139
  {
36140
36140
  "kind": "javascript-module",
36141
- "path": "src/tab-panel/tab-panel.styles.ts",
36141
+ "path": "src/tab/tab.styles.ts",
36142
36142
  "declarations": [
36143
36143
  {
36144
36144
  "kind": "function",
36145
- "name": "foundationTabPanelStyles",
36145
+ "name": "foundationTabStyles",
36146
36146
  "return": {
36147
36147
  "type": {
36148
36148
  "text": "ElementStyles"
@@ -36167,24 +36167,24 @@
36167
36167
  "exports": [
36168
36168
  {
36169
36169
  "kind": "js",
36170
- "name": "foundationTabPanelStyles",
36170
+ "name": "foundationTabStyles",
36171
36171
  "declaration": {
36172
- "name": "foundationTabPanelStyles",
36173
- "module": "src/tab-panel/tab-panel.styles.ts"
36172
+ "name": "foundationTabStyles",
36173
+ "module": "src/tab/tab.styles.ts"
36174
36174
  }
36175
36175
  }
36176
36176
  ]
36177
36177
  },
36178
36178
  {
36179
36179
  "kind": "javascript-module",
36180
- "path": "src/tab-panel/tab-panel.template.ts",
36180
+ "path": "src/tab/tab.template.ts",
36181
36181
  "declarations": [
36182
36182
  {
36183
36183
  "kind": "function",
36184
- "name": "foundationTabPanelTemplate",
36184
+ "name": "foundationTabTemplate",
36185
36185
  "return": {
36186
36186
  "type": {
36187
- "text": "ViewTemplate<TabPanel>"
36187
+ "text": "ViewTemplate<Tab>"
36188
36188
  }
36189
36189
  },
36190
36190
  "parameters": [
@@ -36206,29 +36206,55 @@
36206
36206
  "exports": [
36207
36207
  {
36208
36208
  "kind": "js",
36209
- "name": "foundationTabPanelTemplate",
36209
+ "name": "foundationTabTemplate",
36210
36210
  "declaration": {
36211
- "name": "foundationTabPanelTemplate",
36212
- "module": "src/tab-panel/tab-panel.template.ts"
36211
+ "name": "foundationTabTemplate",
36212
+ "module": "src/tab/tab.template.ts"
36213
36213
  }
36214
36214
  }
36215
36215
  ]
36216
36216
  },
36217
36217
  {
36218
36218
  "kind": "javascript-module",
36219
- "path": "src/tab-panel/tab-panel.ts",
36219
+ "path": "src/tab/tab.ts",
36220
36220
  "declarations": [
36221
36221
  {
36222
36222
  "kind": "class",
36223
36223
  "description": "",
36224
- "name": "TabPanel",
36224
+ "name": "Tab",
36225
36225
  "superclass": {
36226
- "name": "FASTTabPanel",
36226
+ "name": "FASTTab",
36227
36227
  "package": "@microsoft/fast-components"
36228
36228
  },
36229
- "tagName": "%%prefix%%-tab-panel",
36229
+ "tagName": "%%prefix%%-tab",
36230
36230
  "customElement": true,
36231
+ "attributes": [
36232
+ {
36233
+ "type": {
36234
+ "text": "boolean"
36235
+ },
36236
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
36237
+ "fieldName": "disabled",
36238
+ "inheritedFrom": {
36239
+ "name": "Tab",
36240
+ "module": "src/tab/tab.ts"
36241
+ }
36242
+ }
36243
+ ],
36231
36244
  "members": [
36245
+ {
36246
+ "kind": "field",
36247
+ "name": "disabled",
36248
+ "type": {
36249
+ "text": "boolean"
36250
+ },
36251
+ "privacy": "public",
36252
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
36253
+ "inheritedFrom": {
36254
+ "name": "Tab",
36255
+ "module": "src/tab/tab.ts"
36256
+ }
36257
+ },
36232
36258
  {
36233
36259
  "kind": "field",
36234
36260
  "name": "_presentation",
@@ -36344,7 +36370,7 @@
36344
36370
  },
36345
36371
  {
36346
36372
  "kind": "variable",
36347
- "name": "foundationTabPanelShadowOptions",
36373
+ "name": "foundationTabShadowOptions",
36348
36374
  "type": {
36349
36375
  "text": "ShadowRootInit"
36350
36376
  },
@@ -36352,7 +36378,7 @@
36352
36378
  },
36353
36379
  {
36354
36380
  "kind": "variable",
36355
- "name": "defaultTabPanelConfig",
36381
+ "name": "defaultTabConfig",
36356
36382
  "type": {
36357
36383
  "text": "object"
36358
36384
  },
@@ -36360,49 +36386,49 @@
36360
36386
  },
36361
36387
  {
36362
36388
  "kind": "variable",
36363
- "name": "foundationTabPanel",
36364
- "description": "The Foundation Tab Panel",
36389
+ "name": "foundationTab",
36390
+ "description": "The Foundation Tab",
36365
36391
  "privacy": "public"
36366
36392
  }
36367
36393
  ],
36368
36394
  "exports": [
36369
36395
  {
36370
36396
  "kind": "js",
36371
- "name": "TabPanel",
36397
+ "name": "Tab",
36372
36398
  "declaration": {
36373
- "name": "TabPanel",
36374
- "module": "src/tab-panel/tab-panel.ts"
36399
+ "name": "Tab",
36400
+ "module": "src/tab/tab.ts"
36375
36401
  }
36376
36402
  },
36377
36403
  {
36378
36404
  "kind": "js",
36379
- "name": "foundationTabPanelShadowOptions",
36405
+ "name": "foundationTabShadowOptions",
36380
36406
  "declaration": {
36381
- "name": "foundationTabPanelShadowOptions",
36382
- "module": "src/tab-panel/tab-panel.ts"
36407
+ "name": "foundationTabShadowOptions",
36408
+ "module": "src/tab/tab.ts"
36383
36409
  }
36384
36410
  },
36385
36411
  {
36386
36412
  "kind": "js",
36387
- "name": "defaultTabPanelConfig",
36413
+ "name": "defaultTabConfig",
36388
36414
  "declaration": {
36389
- "name": "defaultTabPanelConfig",
36390
- "module": "src/tab-panel/tab-panel.ts"
36415
+ "name": "defaultTabConfig",
36416
+ "module": "src/tab/tab.ts"
36391
36417
  }
36392
36418
  },
36393
36419
  {
36394
36420
  "kind": "js",
36395
- "name": "foundationTabPanel",
36421
+ "name": "foundationTab",
36396
36422
  "declaration": {
36397
- "name": "foundationTabPanel",
36398
- "module": "src/tab-panel/tab-panel.ts"
36423
+ "name": "foundationTab",
36424
+ "module": "src/tab/tab.ts"
36399
36425
  }
36400
36426
  }
36401
36427
  ]
36402
36428
  },
36403
36429
  {
36404
36430
  "kind": "javascript-module",
36405
- "path": "src/tab/index.ts",
36431
+ "path": "src/tab-panel/index.ts",
36406
36432
  "declarations": [],
36407
36433
  "exports": [
36408
36434
  {
@@ -36410,7 +36436,7 @@
36410
36436
  "name": "*",
36411
36437
  "declaration": {
36412
36438
  "name": "*",
36413
- "package": "./tab.template"
36439
+ "package": "./tab-panel.template"
36414
36440
  }
36415
36441
  },
36416
36442
  {
@@ -36418,7 +36444,7 @@
36418
36444
  "name": "*",
36419
36445
  "declaration": {
36420
36446
  "name": "*",
36421
- "package": "./tab.styles"
36447
+ "package": "./tab-panel.styles"
36422
36448
  }
36423
36449
  },
36424
36450
  {
@@ -36426,18 +36452,18 @@
36426
36452
  "name": "*",
36427
36453
  "declaration": {
36428
36454
  "name": "*",
36429
- "package": "./tab"
36455
+ "package": "./tab-panel"
36430
36456
  }
36431
36457
  }
36432
36458
  ]
36433
36459
  },
36434
36460
  {
36435
36461
  "kind": "javascript-module",
36436
- "path": "src/tab/tab.styles.ts",
36462
+ "path": "src/tab-panel/tab-panel.styles.ts",
36437
36463
  "declarations": [
36438
36464
  {
36439
36465
  "kind": "function",
36440
- "name": "foundationTabStyles",
36466
+ "name": "foundationTabPanelStyles",
36441
36467
  "return": {
36442
36468
  "type": {
36443
36469
  "text": "ElementStyles"
@@ -36462,24 +36488,24 @@
36462
36488
  "exports": [
36463
36489
  {
36464
36490
  "kind": "js",
36465
- "name": "foundationTabStyles",
36491
+ "name": "foundationTabPanelStyles",
36466
36492
  "declaration": {
36467
- "name": "foundationTabStyles",
36468
- "module": "src/tab/tab.styles.ts"
36493
+ "name": "foundationTabPanelStyles",
36494
+ "module": "src/tab-panel/tab-panel.styles.ts"
36469
36495
  }
36470
36496
  }
36471
36497
  ]
36472
36498
  },
36473
36499
  {
36474
36500
  "kind": "javascript-module",
36475
- "path": "src/tab/tab.template.ts",
36501
+ "path": "src/tab-panel/tab-panel.template.ts",
36476
36502
  "declarations": [
36477
36503
  {
36478
36504
  "kind": "function",
36479
- "name": "foundationTabTemplate",
36505
+ "name": "foundationTabPanelTemplate",
36480
36506
  "return": {
36481
36507
  "type": {
36482
- "text": "ViewTemplate<Tab>"
36508
+ "text": "ViewTemplate<TabPanel>"
36483
36509
  }
36484
36510
  },
36485
36511
  "parameters": [
@@ -36501,55 +36527,29 @@
36501
36527
  "exports": [
36502
36528
  {
36503
36529
  "kind": "js",
36504
- "name": "foundationTabTemplate",
36530
+ "name": "foundationTabPanelTemplate",
36505
36531
  "declaration": {
36506
- "name": "foundationTabTemplate",
36507
- "module": "src/tab/tab.template.ts"
36532
+ "name": "foundationTabPanelTemplate",
36533
+ "module": "src/tab-panel/tab-panel.template.ts"
36508
36534
  }
36509
36535
  }
36510
36536
  ]
36511
36537
  },
36512
36538
  {
36513
36539
  "kind": "javascript-module",
36514
- "path": "src/tab/tab.ts",
36540
+ "path": "src/tab-panel/tab-panel.ts",
36515
36541
  "declarations": [
36516
36542
  {
36517
36543
  "kind": "class",
36518
36544
  "description": "",
36519
- "name": "Tab",
36545
+ "name": "TabPanel",
36520
36546
  "superclass": {
36521
- "name": "FASTTab",
36547
+ "name": "FASTTabPanel",
36522
36548
  "package": "@microsoft/fast-components"
36523
36549
  },
36524
- "tagName": "%%prefix%%-tab",
36550
+ "tagName": "%%prefix%%-tab-panel",
36525
36551
  "customElement": true,
36526
- "attributes": [
36527
- {
36528
- "type": {
36529
- "text": "boolean"
36530
- },
36531
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
36532
- "fieldName": "disabled",
36533
- "inheritedFrom": {
36534
- "name": "Tab",
36535
- "module": "src/tab/tab.ts"
36536
- }
36537
- }
36538
- ],
36539
36552
  "members": [
36540
- {
36541
- "kind": "field",
36542
- "name": "disabled",
36543
- "type": {
36544
- "text": "boolean"
36545
- },
36546
- "privacy": "public",
36547
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
36548
- "inheritedFrom": {
36549
- "name": "Tab",
36550
- "module": "src/tab/tab.ts"
36551
- }
36552
- },
36553
36553
  {
36554
36554
  "kind": "field",
36555
36555
  "name": "_presentation",
@@ -36665,7 +36665,7 @@
36665
36665
  },
36666
36666
  {
36667
36667
  "kind": "variable",
36668
- "name": "foundationTabShadowOptions",
36668
+ "name": "foundationTabPanelShadowOptions",
36669
36669
  "type": {
36670
36670
  "text": "ShadowRootInit"
36671
36671
  },
@@ -36673,7 +36673,7 @@
36673
36673
  },
36674
36674
  {
36675
36675
  "kind": "variable",
36676
- "name": "defaultTabConfig",
36676
+ "name": "defaultTabPanelConfig",
36677
36677
  "type": {
36678
36678
  "text": "object"
36679
36679
  },
@@ -36681,42 +36681,42 @@
36681
36681
  },
36682
36682
  {
36683
36683
  "kind": "variable",
36684
- "name": "foundationTab",
36685
- "description": "The Foundation Tab",
36684
+ "name": "foundationTabPanel",
36685
+ "description": "The Foundation Tab Panel",
36686
36686
  "privacy": "public"
36687
36687
  }
36688
36688
  ],
36689
36689
  "exports": [
36690
36690
  {
36691
36691
  "kind": "js",
36692
- "name": "Tab",
36692
+ "name": "TabPanel",
36693
36693
  "declaration": {
36694
- "name": "Tab",
36695
- "module": "src/tab/tab.ts"
36694
+ "name": "TabPanel",
36695
+ "module": "src/tab-panel/tab-panel.ts"
36696
36696
  }
36697
36697
  },
36698
36698
  {
36699
36699
  "kind": "js",
36700
- "name": "foundationTabShadowOptions",
36700
+ "name": "foundationTabPanelShadowOptions",
36701
36701
  "declaration": {
36702
- "name": "foundationTabShadowOptions",
36703
- "module": "src/tab/tab.ts"
36702
+ "name": "foundationTabPanelShadowOptions",
36703
+ "module": "src/tab-panel/tab-panel.ts"
36704
36704
  }
36705
36705
  },
36706
36706
  {
36707
36707
  "kind": "js",
36708
- "name": "defaultTabConfig",
36708
+ "name": "defaultTabPanelConfig",
36709
36709
  "declaration": {
36710
- "name": "defaultTabConfig",
36711
- "module": "src/tab/tab.ts"
36710
+ "name": "defaultTabPanelConfig",
36711
+ "module": "src/tab-panel/tab-panel.ts"
36712
36712
  }
36713
36713
  },
36714
36714
  {
36715
36715
  "kind": "js",
36716
- "name": "foundationTab",
36716
+ "name": "foundationTabPanel",
36717
36717
  "declaration": {
36718
- "name": "foundationTab",
36719
- "module": "src/tab/tab.ts"
36718
+ "name": "foundationTabPanel",
36719
+ "module": "src/tab-panel/tab-panel.ts"
36720
36720
  }
36721
36721
  }
36722
36722
  ]