@genesislcap/foundation-ui 14.206.0 → 14.206.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.
@@ -1256,37 +1256,6 @@
1256
1256
  }
1257
1257
  ]
1258
1258
  },
1259
- {
1260
- "kind": "javascript-module",
1261
- "path": "src/_config/index.ts",
1262
- "declarations": [],
1263
- "exports": [
1264
- {
1265
- "kind": "js",
1266
- "name": "*",
1267
- "declaration": {
1268
- "name": "*",
1269
- "package": "./styles"
1270
- }
1271
- },
1272
- {
1273
- "kind": "js",
1274
- "name": "*",
1275
- "declaration": {
1276
- "name": "*",
1277
- "package": "./tokens"
1278
- }
1279
- },
1280
- {
1281
- "kind": "js",
1282
- "name": "*",
1283
- "declaration": {
1284
- "name": "*",
1285
- "package": "./values"
1286
- }
1287
- }
1288
- ]
1289
- },
1290
1259
  {
1291
1260
  "kind": "javascript-module",
1292
1261
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1846,6 +1815,37 @@
1846
1815
  }
1847
1816
  ]
1848
1817
  },
1818
+ {
1819
+ "kind": "javascript-module",
1820
+ "path": "src/_config/index.ts",
1821
+ "declarations": [],
1822
+ "exports": [
1823
+ {
1824
+ "kind": "js",
1825
+ "name": "*",
1826
+ "declaration": {
1827
+ "name": "*",
1828
+ "package": "./styles"
1829
+ }
1830
+ },
1831
+ {
1832
+ "kind": "js",
1833
+ "name": "*",
1834
+ "declaration": {
1835
+ "name": "*",
1836
+ "package": "./tokens"
1837
+ }
1838
+ },
1839
+ {
1840
+ "kind": "js",
1841
+ "name": "*",
1842
+ "declaration": {
1843
+ "name": "*",
1844
+ "package": "./values"
1845
+ }
1846
+ }
1847
+ ]
1848
+ },
1849
1849
  {
1850
1850
  "kind": "javascript-module",
1851
1851
  "path": "src/anchor/anchor.styles.ts",
@@ -2366,6 +2366,188 @@
2366
2366
  }
2367
2367
  ]
2368
2368
  },
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
+ },
2369
2551
  {
2370
2552
  "kind": "javascript-module",
2371
2553
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -3956,188 +4138,6 @@
3956
4138
  }
3957
4139
  ]
3958
4140
  },
3959
- {
3960
- "kind": "javascript-module",
3961
- "path": "src/accordion/accordion.styles.ts",
3962
- "declarations": [
3963
- {
3964
- "kind": "function",
3965
- "name": "foundationAccordionStyles",
3966
- "return": {
3967
- "type": {
3968
- "text": "ElementStyles"
3969
- }
3970
- },
3971
- "parameters": [
3972
- {
3973
- "name": "context",
3974
- "type": {
3975
- "text": "ElementDefinitionContext"
3976
- }
3977
- },
3978
- {
3979
- "name": "definition",
3980
- "type": {
3981
- "text": "FoundationElementDefinition"
3982
- }
3983
- }
3984
- ]
3985
- }
3986
- ],
3987
- "exports": [
3988
- {
3989
- "kind": "js",
3990
- "name": "foundationAccordionStyles",
3991
- "declaration": {
3992
- "name": "foundationAccordionStyles",
3993
- "module": "src/accordion/accordion.styles.ts"
3994
- }
3995
- }
3996
- ]
3997
- },
3998
- {
3999
- "kind": "javascript-module",
4000
- "path": "src/accordion/accordion.template.ts",
4001
- "declarations": [
4002
- {
4003
- "kind": "function",
4004
- "name": "foundationAccordionTemplate",
4005
- "return": {
4006
- "type": {
4007
- "text": "ViewTemplate<Accordion>"
4008
- }
4009
- },
4010
- "parameters": [
4011
- {
4012
- "name": "context",
4013
- "type": {
4014
- "text": "ElementDefinitionContext"
4015
- }
4016
- },
4017
- {
4018
- "name": "definition",
4019
- "type": {
4020
- "text": "FoundationElementDefinition"
4021
- }
4022
- }
4023
- ]
4024
- }
4025
- ],
4026
- "exports": [
4027
- {
4028
- "kind": "js",
4029
- "name": "foundationAccordionTemplate",
4030
- "declaration": {
4031
- "name": "foundationAccordionTemplate",
4032
- "module": "src/accordion/accordion.template.ts"
4033
- }
4034
- }
4035
- ]
4036
- },
4037
- {
4038
- "kind": "javascript-module",
4039
- "path": "src/accordion/accordion.ts",
4040
- "declarations": [
4041
- {
4042
- "kind": "class",
4043
- "description": "",
4044
- "name": "Accordion",
4045
- "superclass": {
4046
- "name": "FASTAccordion",
4047
- "package": "@microsoft/fast-foundation"
4048
- },
4049
- "tagName": "%%prefix%%-accordion",
4050
- "customElement": true
4051
- },
4052
- {
4053
- "kind": "variable",
4054
- "name": "foundationAccordionShadowOptions",
4055
- "type": {
4056
- "text": "ShadowRootInit"
4057
- },
4058
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4059
- },
4060
- {
4061
- "kind": "variable",
4062
- "name": "defaultAccordionConfig",
4063
- "type": {
4064
- "text": "object"
4065
- },
4066
- "default": "{}"
4067
- },
4068
- {
4069
- "kind": "variable",
4070
- "name": "foundationAccordion",
4071
- "description": "The Foundation Accordion",
4072
- "privacy": "public"
4073
- }
4074
- ],
4075
- "exports": [
4076
- {
4077
- "kind": "js",
4078
- "name": "Accordion",
4079
- "declaration": {
4080
- "name": "Accordion",
4081
- "module": "src/accordion/accordion.ts"
4082
- }
4083
- },
4084
- {
4085
- "kind": "js",
4086
- "name": "foundationAccordionShadowOptions",
4087
- "declaration": {
4088
- "name": "foundationAccordionShadowOptions",
4089
- "module": "src/accordion/accordion.ts"
4090
- }
4091
- },
4092
- {
4093
- "kind": "js",
4094
- "name": "defaultAccordionConfig",
4095
- "declaration": {
4096
- "name": "defaultAccordionConfig",
4097
- "module": "src/accordion/accordion.ts"
4098
- }
4099
- },
4100
- {
4101
- "kind": "js",
4102
- "name": "foundationAccordion",
4103
- "declaration": {
4104
- "name": "foundationAccordion",
4105
- "module": "src/accordion/accordion.ts"
4106
- }
4107
- }
4108
- ]
4109
- },
4110
- {
4111
- "kind": "javascript-module",
4112
- "path": "src/accordion/index.ts",
4113
- "declarations": [],
4114
- "exports": [
4115
- {
4116
- "kind": "js",
4117
- "name": "*",
4118
- "declaration": {
4119
- "name": "*",
4120
- "package": "./accordion.template"
4121
- }
4122
- },
4123
- {
4124
- "kind": "js",
4125
- "name": "*",
4126
- "declaration": {
4127
- "name": "*",
4128
- "package": "./accordion.styles"
4129
- }
4130
- },
4131
- {
4132
- "kind": "js",
4133
- "name": "*",
4134
- "declaration": {
4135
- "name": "*",
4136
- "package": "./accordion"
4137
- }
4138
- }
4139
- ]
4140
- },
4141
4141
  {
4142
4142
  "kind": "javascript-module",
4143
4143
  "path": "src/avatar/avatar.styles.ts",
@@ -6798,301 +6798,6 @@
6798
6798
  }
6799
6799
  ]
6800
6800
  },
6801
- {
6802
- "kind": "javascript-module",
6803
- "path": "src/card/card.styles.ts",
6804
- "declarations": [
6805
- {
6806
- "kind": "function",
6807
- "name": "foundationCardStyles",
6808
- "return": {
6809
- "type": {
6810
- "text": "ElementStyles"
6811
- }
6812
- },
6813
- "parameters": [
6814
- {
6815
- "name": "context",
6816
- "type": {
6817
- "text": "ElementDefinitionContext"
6818
- }
6819
- },
6820
- {
6821
- "name": "definition",
6822
- "type": {
6823
- "text": "FoundationElementDefinition"
6824
- }
6825
- }
6826
- ]
6827
- }
6828
- ],
6829
- "exports": [
6830
- {
6831
- "kind": "js",
6832
- "name": "foundationCardStyles",
6833
- "declaration": {
6834
- "name": "foundationCardStyles",
6835
- "module": "src/card/card.styles.ts"
6836
- }
6837
- }
6838
- ]
6839
- },
6840
- {
6841
- "kind": "javascript-module",
6842
- "path": "src/card/card.template.ts",
6843
- "declarations": [
6844
- {
6845
- "kind": "function",
6846
- "name": "foundationCardTemplate",
6847
- "return": {
6848
- "type": {
6849
- "text": "ViewTemplate<Card>"
6850
- }
6851
- },
6852
- "parameters": [
6853
- {
6854
- "name": "context",
6855
- "type": {
6856
- "text": "ElementDefinitionContext"
6857
- }
6858
- },
6859
- {
6860
- "name": "definition",
6861
- "type": {
6862
- "text": "FoundationElementDefinition"
6863
- }
6864
- }
6865
- ]
6866
- }
6867
- ],
6868
- "exports": [
6869
- {
6870
- "kind": "js",
6871
- "name": "foundationCardTemplate",
6872
- "declaration": {
6873
- "name": "foundationCardTemplate",
6874
- "module": "src/card/card.template.ts"
6875
- }
6876
- }
6877
- ]
6878
- },
6879
- {
6880
- "kind": "javascript-module",
6881
- "path": "src/card/card.ts",
6882
- "declarations": [
6883
- {
6884
- "kind": "class",
6885
- "description": "",
6886
- "name": "Card",
6887
- "superclass": {
6888
- "name": "FASTCard",
6889
- "package": "@microsoft/fast-components"
6890
- },
6891
- "tagName": "%%prefix%%-card",
6892
- "customElement": true,
6893
- "members": [
6894
- {
6895
- "kind": "field",
6896
- "name": "_presentation",
6897
- "type": {
6898
- "text": "ComponentPresentation | null | undefined"
6899
- },
6900
- "privacy": "private",
6901
- "default": "void 0",
6902
- "inheritedFrom": {
6903
- "name": "FoundationElement",
6904
- "module": "src/foundation-element/foundation-element.ts"
6905
- }
6906
- },
6907
- {
6908
- "kind": "field",
6909
- "name": "$presentation",
6910
- "type": {
6911
- "text": "ComponentPresentation | null"
6912
- },
6913
- "privacy": "public",
6914
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
6915
- "inheritedFrom": {
6916
- "name": "FoundationElement",
6917
- "module": "src/foundation-element/foundation-element.ts"
6918
- }
6919
- },
6920
- {
6921
- "kind": "field",
6922
- "name": "template",
6923
- "type": {
6924
- "text": "ElementViewTemplate | void | null"
6925
- },
6926
- "privacy": "public",
6927
- "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.",
6928
- "inheritedFrom": {
6929
- "name": "FoundationElement",
6930
- "module": "src/foundation-element/foundation-element.ts"
6931
- }
6932
- },
6933
- {
6934
- "kind": "method",
6935
- "name": "templateChanged",
6936
- "privacy": "protected",
6937
- "return": {
6938
- "type": {
6939
- "text": "void"
6940
- }
6941
- },
6942
- "inheritedFrom": {
6943
- "name": "FoundationElement",
6944
- "module": "src/foundation-element/foundation-element.ts"
6945
- }
6946
- },
6947
- {
6948
- "kind": "field",
6949
- "name": "styles",
6950
- "type": {
6951
- "text": "ElementStyles | void | null"
6952
- },
6953
- "privacy": "public",
6954
- "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.",
6955
- "inheritedFrom": {
6956
- "name": "FoundationElement",
6957
- "module": "src/foundation-element/foundation-element.ts"
6958
- }
6959
- },
6960
- {
6961
- "kind": "method",
6962
- "name": "stylesChanged",
6963
- "privacy": "protected",
6964
- "return": {
6965
- "type": {
6966
- "text": "void"
6967
- }
6968
- },
6969
- "inheritedFrom": {
6970
- "name": "FoundationElement",
6971
- "module": "src/foundation-element/foundation-element.ts"
6972
- }
6973
- },
6974
- {
6975
- "kind": "method",
6976
- "name": "compose",
6977
- "privacy": "public",
6978
- "static": true,
6979
- "return": {
6980
- "type": {
6981
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6982
- }
6983
- },
6984
- "parameters": [
6985
- {
6986
- "name": "this",
6987
- "type": {
6988
- "text": "K"
6989
- }
6990
- },
6991
- {
6992
- "name": "elementDefinition",
6993
- "type": {
6994
- "text": "T"
6995
- },
6996
- "description": "The definition of the element to create the registry\nfunction for."
6997
- }
6998
- ],
6999
- "description": "Defines an element registry function with a set of element definition defaults.",
7000
- "inheritedFrom": {
7001
- "name": "FoundationElement",
7002
- "module": "src/foundation-element/foundation-element.ts"
7003
- }
7004
- }
7005
- ]
7006
- },
7007
- {
7008
- "kind": "variable",
7009
- "name": "foundationCardShadowOptions",
7010
- "type": {
7011
- "text": "ShadowRootInit"
7012
- },
7013
- "default": "undefined"
7014
- },
7015
- {
7016
- "kind": "variable",
7017
- "name": "defaultCardConfig",
7018
- "type": {
7019
- "text": "object"
7020
- },
7021
- "default": "{}"
7022
- },
7023
- {
7024
- "kind": "variable",
7025
- "name": "foundationCard",
7026
- "description": "The Foundation Card",
7027
- "privacy": "public"
7028
- }
7029
- ],
7030
- "exports": [
7031
- {
7032
- "kind": "js",
7033
- "name": "Card",
7034
- "declaration": {
7035
- "name": "Card",
7036
- "module": "src/card/card.ts"
7037
- }
7038
- },
7039
- {
7040
- "kind": "js",
7041
- "name": "foundationCardShadowOptions",
7042
- "declaration": {
7043
- "name": "foundationCardShadowOptions",
7044
- "module": "src/card/card.ts"
7045
- }
7046
- },
7047
- {
7048
- "kind": "js",
7049
- "name": "defaultCardConfig",
7050
- "declaration": {
7051
- "name": "defaultCardConfig",
7052
- "module": "src/card/card.ts"
7053
- }
7054
- },
7055
- {
7056
- "kind": "js",
7057
- "name": "foundationCard",
7058
- "declaration": {
7059
- "name": "foundationCard",
7060
- "module": "src/card/card.ts"
7061
- }
7062
- }
7063
- ]
7064
- },
7065
- {
7066
- "kind": "javascript-module",
7067
- "path": "src/card/index.ts",
7068
- "declarations": [],
7069
- "exports": [
7070
- {
7071
- "kind": "js",
7072
- "name": "*",
7073
- "declaration": {
7074
- "name": "*",
7075
- "package": "./card.template"
7076
- }
7077
- },
7078
- {
7079
- "kind": "js",
7080
- "name": "*",
7081
- "declaration": {
7082
- "name": "*",
7083
- "package": "./card.styles"
7084
- }
7085
- },
7086
- {
7087
- "kind": "js",
7088
- "name": "*",
7089
- "declaration": {
7090
- "name": "*",
7091
- "package": "./card"
7092
- }
7093
- }
7094
- ]
7095
- },
7096
6801
  {
7097
6802
  "kind": "javascript-module",
7098
6803
  "path": "src/calendar/calendar.styles.ts",
@@ -7945,6 +7650,301 @@
7945
7650
  }
7946
7651
  ]
7947
7652
  },
7653
+ {
7654
+ "kind": "javascript-module",
7655
+ "path": "src/card/card.styles.ts",
7656
+ "declarations": [
7657
+ {
7658
+ "kind": "function",
7659
+ "name": "foundationCardStyles",
7660
+ "return": {
7661
+ "type": {
7662
+ "text": "ElementStyles"
7663
+ }
7664
+ },
7665
+ "parameters": [
7666
+ {
7667
+ "name": "context",
7668
+ "type": {
7669
+ "text": "ElementDefinitionContext"
7670
+ }
7671
+ },
7672
+ {
7673
+ "name": "definition",
7674
+ "type": {
7675
+ "text": "FoundationElementDefinition"
7676
+ }
7677
+ }
7678
+ ]
7679
+ }
7680
+ ],
7681
+ "exports": [
7682
+ {
7683
+ "kind": "js",
7684
+ "name": "foundationCardStyles",
7685
+ "declaration": {
7686
+ "name": "foundationCardStyles",
7687
+ "module": "src/card/card.styles.ts"
7688
+ }
7689
+ }
7690
+ ]
7691
+ },
7692
+ {
7693
+ "kind": "javascript-module",
7694
+ "path": "src/card/card.template.ts",
7695
+ "declarations": [
7696
+ {
7697
+ "kind": "function",
7698
+ "name": "foundationCardTemplate",
7699
+ "return": {
7700
+ "type": {
7701
+ "text": "ViewTemplate<Card>"
7702
+ }
7703
+ },
7704
+ "parameters": [
7705
+ {
7706
+ "name": "context",
7707
+ "type": {
7708
+ "text": "ElementDefinitionContext"
7709
+ }
7710
+ },
7711
+ {
7712
+ "name": "definition",
7713
+ "type": {
7714
+ "text": "FoundationElementDefinition"
7715
+ }
7716
+ }
7717
+ ]
7718
+ }
7719
+ ],
7720
+ "exports": [
7721
+ {
7722
+ "kind": "js",
7723
+ "name": "foundationCardTemplate",
7724
+ "declaration": {
7725
+ "name": "foundationCardTemplate",
7726
+ "module": "src/card/card.template.ts"
7727
+ }
7728
+ }
7729
+ ]
7730
+ },
7731
+ {
7732
+ "kind": "javascript-module",
7733
+ "path": "src/card/card.ts",
7734
+ "declarations": [
7735
+ {
7736
+ "kind": "class",
7737
+ "description": "",
7738
+ "name": "Card",
7739
+ "superclass": {
7740
+ "name": "FASTCard",
7741
+ "package": "@microsoft/fast-components"
7742
+ },
7743
+ "tagName": "%%prefix%%-card",
7744
+ "customElement": true,
7745
+ "members": [
7746
+ {
7747
+ "kind": "field",
7748
+ "name": "_presentation",
7749
+ "type": {
7750
+ "text": "ComponentPresentation | null | undefined"
7751
+ },
7752
+ "privacy": "private",
7753
+ "default": "void 0",
7754
+ "inheritedFrom": {
7755
+ "name": "FoundationElement",
7756
+ "module": "src/foundation-element/foundation-element.ts"
7757
+ }
7758
+ },
7759
+ {
7760
+ "kind": "field",
7761
+ "name": "$presentation",
7762
+ "type": {
7763
+ "text": "ComponentPresentation | null"
7764
+ },
7765
+ "privacy": "public",
7766
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7767
+ "inheritedFrom": {
7768
+ "name": "FoundationElement",
7769
+ "module": "src/foundation-element/foundation-element.ts"
7770
+ }
7771
+ },
7772
+ {
7773
+ "kind": "field",
7774
+ "name": "template",
7775
+ "type": {
7776
+ "text": "ElementViewTemplate | void | null"
7777
+ },
7778
+ "privacy": "public",
7779
+ "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.",
7780
+ "inheritedFrom": {
7781
+ "name": "FoundationElement",
7782
+ "module": "src/foundation-element/foundation-element.ts"
7783
+ }
7784
+ },
7785
+ {
7786
+ "kind": "method",
7787
+ "name": "templateChanged",
7788
+ "privacy": "protected",
7789
+ "return": {
7790
+ "type": {
7791
+ "text": "void"
7792
+ }
7793
+ },
7794
+ "inheritedFrom": {
7795
+ "name": "FoundationElement",
7796
+ "module": "src/foundation-element/foundation-element.ts"
7797
+ }
7798
+ },
7799
+ {
7800
+ "kind": "field",
7801
+ "name": "styles",
7802
+ "type": {
7803
+ "text": "ElementStyles | void | null"
7804
+ },
7805
+ "privacy": "public",
7806
+ "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.",
7807
+ "inheritedFrom": {
7808
+ "name": "FoundationElement",
7809
+ "module": "src/foundation-element/foundation-element.ts"
7810
+ }
7811
+ },
7812
+ {
7813
+ "kind": "method",
7814
+ "name": "stylesChanged",
7815
+ "privacy": "protected",
7816
+ "return": {
7817
+ "type": {
7818
+ "text": "void"
7819
+ }
7820
+ },
7821
+ "inheritedFrom": {
7822
+ "name": "FoundationElement",
7823
+ "module": "src/foundation-element/foundation-element.ts"
7824
+ }
7825
+ },
7826
+ {
7827
+ "kind": "method",
7828
+ "name": "compose",
7829
+ "privacy": "public",
7830
+ "static": true,
7831
+ "return": {
7832
+ "type": {
7833
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7834
+ }
7835
+ },
7836
+ "parameters": [
7837
+ {
7838
+ "name": "this",
7839
+ "type": {
7840
+ "text": "K"
7841
+ }
7842
+ },
7843
+ {
7844
+ "name": "elementDefinition",
7845
+ "type": {
7846
+ "text": "T"
7847
+ },
7848
+ "description": "The definition of the element to create the registry\nfunction for."
7849
+ }
7850
+ ],
7851
+ "description": "Defines an element registry function with a set of element definition defaults.",
7852
+ "inheritedFrom": {
7853
+ "name": "FoundationElement",
7854
+ "module": "src/foundation-element/foundation-element.ts"
7855
+ }
7856
+ }
7857
+ ]
7858
+ },
7859
+ {
7860
+ "kind": "variable",
7861
+ "name": "foundationCardShadowOptions",
7862
+ "type": {
7863
+ "text": "ShadowRootInit"
7864
+ },
7865
+ "default": "undefined"
7866
+ },
7867
+ {
7868
+ "kind": "variable",
7869
+ "name": "defaultCardConfig",
7870
+ "type": {
7871
+ "text": "object"
7872
+ },
7873
+ "default": "{}"
7874
+ },
7875
+ {
7876
+ "kind": "variable",
7877
+ "name": "foundationCard",
7878
+ "description": "The Foundation Card",
7879
+ "privacy": "public"
7880
+ }
7881
+ ],
7882
+ "exports": [
7883
+ {
7884
+ "kind": "js",
7885
+ "name": "Card",
7886
+ "declaration": {
7887
+ "name": "Card",
7888
+ "module": "src/card/card.ts"
7889
+ }
7890
+ },
7891
+ {
7892
+ "kind": "js",
7893
+ "name": "foundationCardShadowOptions",
7894
+ "declaration": {
7895
+ "name": "foundationCardShadowOptions",
7896
+ "module": "src/card/card.ts"
7897
+ }
7898
+ },
7899
+ {
7900
+ "kind": "js",
7901
+ "name": "defaultCardConfig",
7902
+ "declaration": {
7903
+ "name": "defaultCardConfig",
7904
+ "module": "src/card/card.ts"
7905
+ }
7906
+ },
7907
+ {
7908
+ "kind": "js",
7909
+ "name": "foundationCard",
7910
+ "declaration": {
7911
+ "name": "foundationCard",
7912
+ "module": "src/card/card.ts"
7913
+ }
7914
+ }
7915
+ ]
7916
+ },
7917
+ {
7918
+ "kind": "javascript-module",
7919
+ "path": "src/card/index.ts",
7920
+ "declarations": [],
7921
+ "exports": [
7922
+ {
7923
+ "kind": "js",
7924
+ "name": "*",
7925
+ "declaration": {
7926
+ "name": "*",
7927
+ "package": "./card.template"
7928
+ }
7929
+ },
7930
+ {
7931
+ "kind": "js",
7932
+ "name": "*",
7933
+ "declaration": {
7934
+ "name": "*",
7935
+ "package": "./card.styles"
7936
+ }
7937
+ },
7938
+ {
7939
+ "kind": "js",
7940
+ "name": "*",
7941
+ "declaration": {
7942
+ "name": "*",
7943
+ "package": "./card"
7944
+ }
7945
+ }
7946
+ ]
7947
+ },
7948
7948
  {
7949
7949
  "kind": "javascript-module",
7950
7950
  "path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
@@ -14472,11 +14472,11 @@
14472
14472
  },
14473
14473
  {
14474
14474
  "kind": "javascript-module",
14475
- "path": "src/divider/divider.styles.ts",
14475
+ "path": "src/disclosure/disclosure.styles.ts",
14476
14476
  "declarations": [
14477
14477
  {
14478
14478
  "kind": "function",
14479
- "name": "foundationDividerStyles",
14479
+ "name": "foundationDisclosureStyles",
14480
14480
  "return": {
14481
14481
  "type": {
14482
14482
  "text": "ElementStyles"
@@ -14501,24 +14501,24 @@
14501
14501
  "exports": [
14502
14502
  {
14503
14503
  "kind": "js",
14504
- "name": "foundationDividerStyles",
14504
+ "name": "foundationDisclosureStyles",
14505
14505
  "declaration": {
14506
- "name": "foundationDividerStyles",
14507
- "module": "src/divider/divider.styles.ts"
14506
+ "name": "foundationDisclosureStyles",
14507
+ "module": "src/disclosure/disclosure.styles.ts"
14508
14508
  }
14509
14509
  }
14510
14510
  ]
14511
14511
  },
14512
14512
  {
14513
14513
  "kind": "javascript-module",
14514
- "path": "src/divider/divider.template.ts",
14514
+ "path": "src/disclosure/disclosure.template.ts",
14515
14515
  "declarations": [
14516
14516
  {
14517
14517
  "kind": "function",
14518
- "name": "foundationDividerTemplate",
14518
+ "name": "foundationDisclosureTemplate",
14519
14519
  "return": {
14520
14520
  "type": {
14521
- "text": "ViewTemplate<Divider>"
14521
+ "text": "ViewTemplate<Disclosure>"
14522
14522
  }
14523
14523
  },
14524
14524
  "parameters": [
@@ -14540,32 +14540,32 @@
14540
14540
  "exports": [
14541
14541
  {
14542
14542
  "kind": "js",
14543
- "name": "foundationDividerTemplate",
14543
+ "name": "foundationDisclosureTemplate",
14544
14544
  "declaration": {
14545
- "name": "foundationDividerTemplate",
14546
- "module": "src/divider/divider.template.ts"
14545
+ "name": "foundationDisclosureTemplate",
14546
+ "module": "src/disclosure/disclosure.template.ts"
14547
14547
  }
14548
14548
  }
14549
14549
  ]
14550
14550
  },
14551
14551
  {
14552
14552
  "kind": "javascript-module",
14553
- "path": "src/divider/divider.ts",
14553
+ "path": "src/disclosure/disclosure.ts",
14554
14554
  "declarations": [
14555
14555
  {
14556
14556
  "kind": "class",
14557
14557
  "description": "",
14558
- "name": "Divider",
14558
+ "name": "Disclosure",
14559
14559
  "superclass": {
14560
- "name": "FASTDivider",
14560
+ "name": "FASTDisclosure",
14561
14561
  "package": "@microsoft/fast-foundation"
14562
14562
  },
14563
- "tagName": "%%prefix%%-divider",
14563
+ "tagName": "%%prefix%%-disclosure",
14564
14564
  "customElement": true
14565
14565
  },
14566
14566
  {
14567
14567
  "kind": "variable",
14568
- "name": "foundationDividerShadowOptions",
14568
+ "name": "foundationDisclosureShadowOptions",
14569
14569
  "type": {
14570
14570
  "text": "ShadowRootInit"
14571
14571
  },
@@ -14573,7 +14573,7 @@
14573
14573
  },
14574
14574
  {
14575
14575
  "kind": "variable",
14576
- "name": "defaultDividerConfig",
14576
+ "name": "defaultDisclosureConfig",
14577
14577
  "type": {
14578
14578
  "text": "object"
14579
14579
  },
@@ -14581,49 +14581,49 @@
14581
14581
  },
14582
14582
  {
14583
14583
  "kind": "variable",
14584
- "name": "foundationDivider",
14585
- "description": "The Foundation Divider",
14584
+ "name": "foundationDisclosure",
14585
+ "description": "The Foundation Disclosure",
14586
14586
  "privacy": "public"
14587
14587
  }
14588
14588
  ],
14589
14589
  "exports": [
14590
14590
  {
14591
14591
  "kind": "js",
14592
- "name": "Divider",
14592
+ "name": "Disclosure",
14593
14593
  "declaration": {
14594
- "name": "Divider",
14595
- "module": "src/divider/divider.ts"
14594
+ "name": "Disclosure",
14595
+ "module": "src/disclosure/disclosure.ts"
14596
14596
  }
14597
14597
  },
14598
14598
  {
14599
14599
  "kind": "js",
14600
- "name": "foundationDividerShadowOptions",
14600
+ "name": "foundationDisclosureShadowOptions",
14601
14601
  "declaration": {
14602
- "name": "foundationDividerShadowOptions",
14603
- "module": "src/divider/divider.ts"
14602
+ "name": "foundationDisclosureShadowOptions",
14603
+ "module": "src/disclosure/disclosure.ts"
14604
14604
  }
14605
14605
  },
14606
14606
  {
14607
14607
  "kind": "js",
14608
- "name": "defaultDividerConfig",
14608
+ "name": "defaultDisclosureConfig",
14609
14609
  "declaration": {
14610
- "name": "defaultDividerConfig",
14611
- "module": "src/divider/divider.ts"
14610
+ "name": "defaultDisclosureConfig",
14611
+ "module": "src/disclosure/disclosure.ts"
14612
14612
  }
14613
14613
  },
14614
14614
  {
14615
14615
  "kind": "js",
14616
- "name": "foundationDivider",
14616
+ "name": "foundationDisclosure",
14617
14617
  "declaration": {
14618
- "name": "foundationDivider",
14619
- "module": "src/divider/divider.ts"
14618
+ "name": "foundationDisclosure",
14619
+ "module": "src/disclosure/disclosure.ts"
14620
14620
  }
14621
14621
  }
14622
14622
  ]
14623
14623
  },
14624
14624
  {
14625
14625
  "kind": "javascript-module",
14626
- "path": "src/divider/index.ts",
14626
+ "path": "src/disclosure/index.ts",
14627
14627
  "declarations": [],
14628
14628
  "exports": [
14629
14629
  {
@@ -14631,7 +14631,7 @@
14631
14631
  "name": "*",
14632
14632
  "declaration": {
14633
14633
  "name": "*",
14634
- "package": "./divider.template"
14634
+ "package": "./disclosure.template"
14635
14635
  }
14636
14636
  },
14637
14637
  {
@@ -14639,7 +14639,7 @@
14639
14639
  "name": "*",
14640
14640
  "declaration": {
14641
14641
  "name": "*",
14642
- "package": "./divider.styles"
14642
+ "package": "./disclosure.styles"
14643
14643
  }
14644
14644
  },
14645
14645
  {
@@ -14647,18 +14647,18 @@
14647
14647
  "name": "*",
14648
14648
  "declaration": {
14649
14649
  "name": "*",
14650
- "package": "./divider"
14650
+ "package": "./disclosure"
14651
14651
  }
14652
14652
  }
14653
14653
  ]
14654
14654
  },
14655
14655
  {
14656
14656
  "kind": "javascript-module",
14657
- "path": "src/disclosure/disclosure.styles.ts",
14657
+ "path": "src/divider/divider.styles.ts",
14658
14658
  "declarations": [
14659
14659
  {
14660
14660
  "kind": "function",
14661
- "name": "foundationDisclosureStyles",
14661
+ "name": "foundationDividerStyles",
14662
14662
  "return": {
14663
14663
  "type": {
14664
14664
  "text": "ElementStyles"
@@ -14683,24 +14683,24 @@
14683
14683
  "exports": [
14684
14684
  {
14685
14685
  "kind": "js",
14686
- "name": "foundationDisclosureStyles",
14686
+ "name": "foundationDividerStyles",
14687
14687
  "declaration": {
14688
- "name": "foundationDisclosureStyles",
14689
- "module": "src/disclosure/disclosure.styles.ts"
14688
+ "name": "foundationDividerStyles",
14689
+ "module": "src/divider/divider.styles.ts"
14690
14690
  }
14691
14691
  }
14692
14692
  ]
14693
14693
  },
14694
14694
  {
14695
14695
  "kind": "javascript-module",
14696
- "path": "src/disclosure/disclosure.template.ts",
14696
+ "path": "src/divider/divider.template.ts",
14697
14697
  "declarations": [
14698
14698
  {
14699
14699
  "kind": "function",
14700
- "name": "foundationDisclosureTemplate",
14700
+ "name": "foundationDividerTemplate",
14701
14701
  "return": {
14702
14702
  "type": {
14703
- "text": "ViewTemplate<Disclosure>"
14703
+ "text": "ViewTemplate<Divider>"
14704
14704
  }
14705
14705
  },
14706
14706
  "parameters": [
@@ -14722,32 +14722,32 @@
14722
14722
  "exports": [
14723
14723
  {
14724
14724
  "kind": "js",
14725
- "name": "foundationDisclosureTemplate",
14725
+ "name": "foundationDividerTemplate",
14726
14726
  "declaration": {
14727
- "name": "foundationDisclosureTemplate",
14728
- "module": "src/disclosure/disclosure.template.ts"
14727
+ "name": "foundationDividerTemplate",
14728
+ "module": "src/divider/divider.template.ts"
14729
14729
  }
14730
14730
  }
14731
14731
  ]
14732
14732
  },
14733
14733
  {
14734
14734
  "kind": "javascript-module",
14735
- "path": "src/disclosure/disclosure.ts",
14735
+ "path": "src/divider/divider.ts",
14736
14736
  "declarations": [
14737
14737
  {
14738
14738
  "kind": "class",
14739
14739
  "description": "",
14740
- "name": "Disclosure",
14740
+ "name": "Divider",
14741
14741
  "superclass": {
14742
- "name": "FASTDisclosure",
14742
+ "name": "FASTDivider",
14743
14743
  "package": "@microsoft/fast-foundation"
14744
14744
  },
14745
- "tagName": "%%prefix%%-disclosure",
14745
+ "tagName": "%%prefix%%-divider",
14746
14746
  "customElement": true
14747
14747
  },
14748
14748
  {
14749
14749
  "kind": "variable",
14750
- "name": "foundationDisclosureShadowOptions",
14750
+ "name": "foundationDividerShadowOptions",
14751
14751
  "type": {
14752
14752
  "text": "ShadowRootInit"
14753
14753
  },
@@ -14755,7 +14755,7 @@
14755
14755
  },
14756
14756
  {
14757
14757
  "kind": "variable",
14758
- "name": "defaultDisclosureConfig",
14758
+ "name": "defaultDividerConfig",
14759
14759
  "type": {
14760
14760
  "text": "object"
14761
14761
  },
@@ -14763,49 +14763,49 @@
14763
14763
  },
14764
14764
  {
14765
14765
  "kind": "variable",
14766
- "name": "foundationDisclosure",
14767
- "description": "The Foundation Disclosure",
14766
+ "name": "foundationDivider",
14767
+ "description": "The Foundation Divider",
14768
14768
  "privacy": "public"
14769
14769
  }
14770
14770
  ],
14771
14771
  "exports": [
14772
14772
  {
14773
14773
  "kind": "js",
14774
- "name": "Disclosure",
14774
+ "name": "Divider",
14775
14775
  "declaration": {
14776
- "name": "Disclosure",
14777
- "module": "src/disclosure/disclosure.ts"
14776
+ "name": "Divider",
14777
+ "module": "src/divider/divider.ts"
14778
14778
  }
14779
14779
  },
14780
14780
  {
14781
14781
  "kind": "js",
14782
- "name": "foundationDisclosureShadowOptions",
14782
+ "name": "foundationDividerShadowOptions",
14783
14783
  "declaration": {
14784
- "name": "foundationDisclosureShadowOptions",
14785
- "module": "src/disclosure/disclosure.ts"
14784
+ "name": "foundationDividerShadowOptions",
14785
+ "module": "src/divider/divider.ts"
14786
14786
  }
14787
14787
  },
14788
14788
  {
14789
14789
  "kind": "js",
14790
- "name": "defaultDisclosureConfig",
14790
+ "name": "defaultDividerConfig",
14791
14791
  "declaration": {
14792
- "name": "defaultDisclosureConfig",
14793
- "module": "src/disclosure/disclosure.ts"
14792
+ "name": "defaultDividerConfig",
14793
+ "module": "src/divider/divider.ts"
14794
14794
  }
14795
14795
  },
14796
14796
  {
14797
14797
  "kind": "js",
14798
- "name": "foundationDisclosure",
14798
+ "name": "foundationDivider",
14799
14799
  "declaration": {
14800
- "name": "foundationDisclosure",
14801
- "module": "src/disclosure/disclosure.ts"
14800
+ "name": "foundationDivider",
14801
+ "module": "src/divider/divider.ts"
14802
14802
  }
14803
14803
  }
14804
14804
  ]
14805
14805
  },
14806
14806
  {
14807
14807
  "kind": "javascript-module",
14808
- "path": "src/disclosure/index.ts",
14808
+ "path": "src/divider/index.ts",
14809
14809
  "declarations": [],
14810
14810
  "exports": [
14811
14811
  {
@@ -14813,7 +14813,7 @@
14813
14813
  "name": "*",
14814
14814
  "declaration": {
14815
14815
  "name": "*",
14816
- "package": "./disclosure.template"
14816
+ "package": "./divider.template"
14817
14817
  }
14818
14818
  },
14819
14819
  {
@@ -14821,7 +14821,7 @@
14821
14821
  "name": "*",
14822
14822
  "declaration": {
14823
14823
  "name": "*",
14824
- "package": "./disclosure.styles"
14824
+ "package": "./divider.styles"
14825
14825
  }
14826
14826
  },
14827
14827
  {
@@ -14829,7 +14829,7 @@
14829
14829
  "name": "*",
14830
14830
  "declaration": {
14831
14831
  "name": "*",
14832
- "package": "./disclosure"
14832
+ "package": "./divider"
14833
14833
  }
14834
14834
  }
14835
14835
  ]
@@ -38798,7 +38798,7 @@
38798
38798
  },
38799
38799
  {
38800
38800
  "kind": "javascript-module",
38801
- "path": "src/toolbar/index.ts",
38801
+ "path": "src/toast/index.ts",
38802
38802
  "declarations": [],
38803
38803
  "exports": [
38804
38804
  {
@@ -38806,7 +38806,7 @@
38806
38806
  "name": "*",
38807
38807
  "declaration": {
38808
38808
  "name": "*",
38809
- "package": "./toolbar.template"
38809
+ "package": "./toast.styles"
38810
38810
  }
38811
38811
  },
38812
38812
  {
@@ -38814,7 +38814,7 @@
38814
38814
  "name": "*",
38815
38815
  "declaration": {
38816
38816
  "name": "*",
38817
- "package": "./toolbar.styles"
38817
+ "package": "./toast.template"
38818
38818
  }
38819
38819
  },
38820
38820
  {
@@ -38822,192 +38822,121 @@
38822
38822
  "name": "*",
38823
38823
  "declaration": {
38824
38824
  "name": "*",
38825
- "package": "./toolbar"
38825
+ "package": "./toast"
38826
38826
  }
38827
38827
  }
38828
38828
  ]
38829
38829
  },
38830
38830
  {
38831
38831
  "kind": "javascript-module",
38832
- "path": "src/toolbar/toolbar.styles.ts",
38832
+ "path": "src/toast/toast.styles.ts",
38833
38833
  "declarations": [
38834
38834
  {
38835
- "kind": "function",
38836
- "name": "foundationToolbarStyles",
38837
- "return": {
38838
- "type": {
38839
- "text": "ElementStyles"
38840
- }
38835
+ "kind": "variable",
38836
+ "name": "foundationToastStyles",
38837
+ "type": {
38838
+ "text": "ElementStyles"
38841
38839
  },
38842
- "parameters": [
38843
- {
38844
- "name": "context",
38845
- "type": {
38846
- "text": "ElementDefinitionContext"
38847
- }
38848
- },
38849
- {
38850
- "name": "definition",
38851
- "type": {
38852
- "text": "FoundationElementDefinition"
38853
- }
38854
- }
38855
- ]
38840
+ "default": "css`\n @keyframes append-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n :host {\n --toast-min-width: 356px;\n --toast-min-height: 128px;\n --toast-max-width: 356px;\n --toast-max-height: 272px;\n }\n\n .toast {\n animation: append-animate 0.3s linear;\n max-width: var(--toast-max-width);\n min-width: var(--toast-min-width);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n display: flex;\n position: relative;\n flex-direction: row;\n padding: 8px 8px 8px 15px;\n margin: 5px;\n }\n\n .toast-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .toast::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 5px;\n height: calc(100% - 10px);\n width: 4px;\n border-radius: 2px;\n background-color: red;\n }\n\n .content-wrapper {\n height: fit-content;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .bottom {\n width: 70%;\n }\n\n .top {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n\n .content {\n width: 85%;\n font-size: 12px;\n overflow-wrap: break-word;\n }\n\n .date {\n color: var(--neutral-foreground-hint);\n font-size: 12px;\n margin: 0 0 5px;\n }\n\n .close-icon svg {\n cursor: pointer;\n }\n`"
38856
38841
  }
38857
38842
  ],
38858
38843
  "exports": [
38859
38844
  {
38860
38845
  "kind": "js",
38861
- "name": "foundationToolbarStyles",
38846
+ "name": "foundationToastStyles",
38862
38847
  "declaration": {
38863
- "name": "foundationToolbarStyles",
38864
- "module": "src/toolbar/toolbar.styles.ts"
38848
+ "name": "foundationToastStyles",
38849
+ "module": "src/toast/toast.styles.ts"
38865
38850
  }
38866
38851
  }
38867
38852
  ]
38868
38853
  },
38869
38854
  {
38870
38855
  "kind": "javascript-module",
38871
- "path": "src/toolbar/toolbar.template.ts",
38856
+ "path": "src/toast/toast.template.ts",
38872
38857
  "declarations": [
38873
38858
  {
38874
- "kind": "function",
38875
- "name": "foundationToolbarTemplate",
38876
- "return": {
38877
- "type": {
38878
- "text": "ViewTemplate<Toolbar>"
38879
- }
38859
+ "kind": "variable",
38860
+ "name": "foundationToastTemplate",
38861
+ "type": {
38862
+ "text": "ViewTemplate<Toast>"
38880
38863
  },
38881
- "parameters": [
38882
- {
38883
- "name": "context",
38884
- "type": {
38885
- "text": "ElementDefinitionContext"
38886
- }
38887
- },
38888
- {
38889
- "name": "definition",
38890
- "type": {
38891
- "text": "FoundationElementDefinition"
38892
- }
38893
- }
38894
- ]
38864
+ "default": "html`\n <div role=\"alert\" aria-live=\"polite\" class=\"toast ${(x) => x.deleteAnimation}\" ${ref('toast')}>\n <div class=\"content-wrapper\">\n <div part=\"top\" class=\"top\">\n <slot name=\"top\"></slot>\n <div class=\"close-icon\" @click=${(x) => x.close()}>${closeIcon()}</div>\n </div>\n <div part=\"content\" class=\"content\">\n <slot name=\"content\"></slot>\n </div>\n <div part=\"date\" class=\"date\">\n <slot name=\"date\"></slot>\n </div>\n <div part=\"bottom\" class=\"bottom\">\n <slot name=\"bottom\"></slot>\n </div>\n </div>\n </div>\n`"
38895
38865
  }
38896
38866
  ],
38897
38867
  "exports": [
38898
38868
  {
38899
38869
  "kind": "js",
38900
- "name": "foundationToolbarTemplate",
38870
+ "name": "foundationToastTemplate",
38901
38871
  "declaration": {
38902
- "name": "foundationToolbarTemplate",
38903
- "module": "src/toolbar/toolbar.template.ts"
38872
+ "name": "foundationToastTemplate",
38873
+ "module": "src/toast/toast.template.ts"
38904
38874
  }
38905
38875
  }
38906
38876
  ]
38907
38877
  },
38908
38878
  {
38909
38879
  "kind": "javascript-module",
38910
- "path": "src/toolbar/toolbar.ts",
38880
+ "path": "src/toast/toast.ts",
38911
38881
  "declarations": [
38882
+ {
38883
+ "kind": "variable",
38884
+ "name": "foundationToastShadowOptions",
38885
+ "type": {
38886
+ "text": "ShadowRootInit"
38887
+ },
38888
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
38889
+ },
38890
+ {
38891
+ "kind": "variable",
38892
+ "name": "defaultToastConfig",
38893
+ "type": {
38894
+ "text": "object"
38895
+ },
38896
+ "default": "{}"
38897
+ },
38912
38898
  {
38913
38899
  "kind": "class",
38914
38900
  "description": "",
38915
- "name": "Toolbar",
38916
- "superclass": {
38917
- "name": "FASTToolbar",
38918
- "package": "@microsoft/fast-components"
38919
- },
38920
- "tagName": "%%prefix%%-toolbar",
38921
- "customElement": true,
38922
- "attributes": [
38923
- {
38924
- "name": "orientation",
38925
- "type": {
38926
- "text": "Orientation"
38927
- },
38928
- "description": "The orientation of the toolbar.",
38929
- "fieldName": "orientation",
38930
- "inheritedFrom": {
38931
- "name": "Toolbar",
38932
- "module": "src/toolbar/toolbar.ts"
38933
- }
38934
- }
38935
- ],
38901
+ "name": "Toast",
38936
38902
  "members": [
38937
38903
  {
38938
38904
  "kind": "field",
38939
- "name": "activeIndex",
38940
- "inheritedFrom": {
38941
- "name": "Toolbar",
38942
- "module": "src/toolbar/toolbar.ts"
38943
- }
38905
+ "name": "toast",
38906
+ "type": {
38907
+ "text": "HTMLElement"
38908
+ },
38909
+ "privacy": "public"
38944
38910
  },
38945
38911
  {
38946
38912
  "kind": "field",
38947
- "name": "orientation",
38913
+ "name": "deleteAnimation",
38948
38914
  "type": {
38949
- "text": "Orientation"
38915
+ "text": "string"
38950
38916
  },
38951
- "privacy": "public",
38952
- "description": "The orientation of the toolbar.",
38953
- "inheritedFrom": {
38954
- "name": "Toolbar",
38955
- "module": "src/toolbar/toolbar.ts"
38956
- }
38917
+ "default": "''"
38957
38918
  },
38958
38919
  {
38959
- "kind": "method",
38960
- "name": "slottedItemsChanged",
38961
- "privacy": "protected",
38962
- "return": {
38963
- "type": {
38964
- "text": "void"
38965
- }
38920
+ "kind": "field",
38921
+ "name": "closeTimeout",
38922
+ "type": {
38923
+ "text": "number"
38966
38924
  },
38967
- "inheritedFrom": {
38968
- "name": "Toolbar",
38969
- "module": "src/toolbar/toolbar.ts"
38970
- }
38925
+ "default": "10000"
38971
38926
  },
38972
38927
  {
38973
38928
  "kind": "field",
38974
- "name": "childItems",
38929
+ "name": "autoClose",
38975
38930
  "type": {
38976
- "text": "Element[]"
38931
+ "text": "boolean"
38977
38932
  },
38978
- "privacy": "public",
38979
- "inheritedFrom": {
38980
- "name": "Toolbar",
38981
- "module": "src/toolbar/toolbar.ts"
38982
- }
38933
+ "default": "false"
38983
38934
  },
38984
38935
  {
38985
38936
  "kind": "method",
38986
- "name": "childItemsChanged",
38987
- "privacy": "protected",
38988
- "return": {
38989
- "type": {
38990
- "text": "void"
38991
- }
38992
- },
38993
- "parameters": [
38994
- {
38995
- "name": "prev",
38996
- "type": {
38997
- "text": "undefined | Element[]"
38998
- }
38999
- },
39000
- {
39001
- "name": "next",
39002
- "type": {
39003
- "text": "Element[]"
39004
- }
39005
- }
39006
- ],
39007
- "inheritedFrom": {
39008
- "name": "Toolbar",
39009
- "module": "src/toolbar/toolbar.ts"
39010
- }
38937
+ "name": "close",
38938
+ "privacy": "public",
38939
+ "description": "Remove the toast from display."
39011
38940
  },
39012
38941
  {
39013
38942
  "kind": "field",
@@ -39120,69 +39049,77 @@
39120
39049
  "module": "src/foundation-element/foundation-element.ts"
39121
39050
  }
39122
39051
  }
39123
- ]
39124
- },
39125
- {
39126
- "kind": "variable",
39127
- "name": "foundationToolbarShadowOptions",
39128
- "type": {
39129
- "text": "ShadowRootInit"
39130
- },
39131
- "default": "undefined"
39132
- },
39133
- {
39134
- "kind": "variable",
39135
- "name": "defaultToolbarConfig",
39136
- "type": {
39137
- "text": "object"
39052
+ ],
39053
+ "attributes": [
39054
+ {
39055
+ "name": "close-timeout",
39056
+ "type": {
39057
+ "text": "number"
39058
+ },
39059
+ "default": "10000",
39060
+ "fieldName": "closeTimeout"
39061
+ },
39062
+ {
39063
+ "name": "auto-close",
39064
+ "type": {
39065
+ "text": "boolean"
39066
+ },
39067
+ "default": "false",
39068
+ "fieldName": "autoClose"
39069
+ }
39070
+ ],
39071
+ "superclass": {
39072
+ "name": "FoundationElement",
39073
+ "package": "@microsoft/fast-foundation"
39138
39074
  },
39139
- "default": "{}"
39075
+ "tagName": "%%prefix%%-toast",
39076
+ "customElement": true
39140
39077
  },
39141
39078
  {
39142
39079
  "kind": "variable",
39143
- "name": "foundationToolbar",
39144
- "description": "The Foundation Toolbar",
39080
+ "name": "foundationToast",
39081
+ "description": "The Foundation Toast",
39145
39082
  "privacy": "public"
39146
39083
  }
39147
39084
  ],
39148
39085
  "exports": [
39149
39086
  {
39150
39087
  "kind": "js",
39151
- "name": "Toolbar",
39088
+ "name": "foundationToastShadowOptions",
39152
39089
  "declaration": {
39153
- "name": "Toolbar",
39154
- "module": "src/toolbar/toolbar.ts"
39090
+ "name": "foundationToastShadowOptions",
39091
+ "module": "src/toast/toast.ts"
39155
39092
  }
39156
39093
  },
39157
39094
  {
39158
39095
  "kind": "js",
39159
- "name": "foundationToolbarShadowOptions",
39096
+ "name": "defaultToastConfig",
39160
39097
  "declaration": {
39161
- "name": "foundationToolbarShadowOptions",
39162
- "module": "src/toolbar/toolbar.ts"
39098
+ "name": "defaultToastConfig",
39099
+ "module": "src/toast/toast.ts"
39163
39100
  }
39164
39101
  },
39165
39102
  {
39166
39103
  "kind": "js",
39167
- "name": "defaultToolbarConfig",
39104
+ "name": "Toast",
39168
39105
  "declaration": {
39169
- "name": "defaultToolbarConfig",
39170
- "module": "src/toolbar/toolbar.ts"
39106
+ "name": "Toast",
39107
+ "module": "src/toast/toast.ts"
39171
39108
  }
39172
39109
  },
39173
39110
  {
39174
39111
  "kind": "js",
39175
- "name": "foundationToolbar",
39112
+ "name": "foundationToast",
39176
39113
  "declaration": {
39177
- "name": "foundationToolbar",
39178
- "module": "src/toolbar/toolbar.ts"
39114
+ "name": "foundationToast",
39115
+ "module": "src/toast/toast.ts"
39179
39116
  }
39180
39117
  }
39181
39118
  ]
39182
39119
  },
39183
39120
  {
39184
39121
  "kind": "javascript-module",
39185
- "path": "src/toast/index.ts",
39122
+ "path": "src/toolbar/index.ts",
39186
39123
  "declarations": [],
39187
39124
  "exports": [
39188
39125
  {
@@ -39190,7 +39127,7 @@
39190
39127
  "name": "*",
39191
39128
  "declaration": {
39192
39129
  "name": "*",
39193
- "package": "./toast.styles"
39130
+ "package": "./toolbar.template"
39194
39131
  }
39195
39132
  },
39196
39133
  {
@@ -39198,7 +39135,7 @@
39198
39135
  "name": "*",
39199
39136
  "declaration": {
39200
39137
  "name": "*",
39201
- "package": "./toast.template"
39138
+ "package": "./toolbar.styles"
39202
39139
  }
39203
39140
  },
39204
39141
  {
@@ -39206,121 +39143,192 @@
39206
39143
  "name": "*",
39207
39144
  "declaration": {
39208
39145
  "name": "*",
39209
- "package": "./toast"
39146
+ "package": "./toolbar"
39210
39147
  }
39211
39148
  }
39212
39149
  ]
39213
39150
  },
39214
39151
  {
39215
39152
  "kind": "javascript-module",
39216
- "path": "src/toast/toast.styles.ts",
39153
+ "path": "src/toolbar/toolbar.styles.ts",
39217
39154
  "declarations": [
39218
39155
  {
39219
- "kind": "variable",
39220
- "name": "foundationToastStyles",
39221
- "type": {
39222
- "text": "ElementStyles"
39156
+ "kind": "function",
39157
+ "name": "foundationToolbarStyles",
39158
+ "return": {
39159
+ "type": {
39160
+ "text": "ElementStyles"
39161
+ }
39223
39162
  },
39224
- "default": "css`\n @keyframes append-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n :host {\n --toast-min-width: 356px;\n --toast-min-height: 128px;\n --toast-max-width: 356px;\n --toast-max-height: 272px;\n }\n\n .toast {\n animation: append-animate 0.3s linear;\n max-width: var(--toast-max-width);\n min-width: var(--toast-min-width);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n display: flex;\n position: relative;\n flex-direction: row;\n padding: 8px 8px 8px 15px;\n margin: 5px;\n }\n\n .toast-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .toast::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 5px;\n height: calc(100% - 10px);\n width: 4px;\n border-radius: 2px;\n background-color: red;\n }\n\n .content-wrapper {\n height: fit-content;\n width: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .bottom {\n width: 70%;\n }\n\n .top {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n\n .content {\n width: 85%;\n font-size: 12px;\n overflow-wrap: break-word;\n }\n\n .date {\n color: var(--neutral-foreground-hint);\n font-size: 12px;\n margin: 0 0 5px;\n }\n\n .close-icon svg {\n cursor: pointer;\n }\n`"
39163
+ "parameters": [
39164
+ {
39165
+ "name": "context",
39166
+ "type": {
39167
+ "text": "ElementDefinitionContext"
39168
+ }
39169
+ },
39170
+ {
39171
+ "name": "definition",
39172
+ "type": {
39173
+ "text": "FoundationElementDefinition"
39174
+ }
39175
+ }
39176
+ ]
39225
39177
  }
39226
39178
  ],
39227
39179
  "exports": [
39228
39180
  {
39229
39181
  "kind": "js",
39230
- "name": "foundationToastStyles",
39182
+ "name": "foundationToolbarStyles",
39231
39183
  "declaration": {
39232
- "name": "foundationToastStyles",
39233
- "module": "src/toast/toast.styles.ts"
39184
+ "name": "foundationToolbarStyles",
39185
+ "module": "src/toolbar/toolbar.styles.ts"
39234
39186
  }
39235
39187
  }
39236
39188
  ]
39237
39189
  },
39238
39190
  {
39239
39191
  "kind": "javascript-module",
39240
- "path": "src/toast/toast.template.ts",
39192
+ "path": "src/toolbar/toolbar.template.ts",
39241
39193
  "declarations": [
39242
39194
  {
39243
- "kind": "variable",
39244
- "name": "foundationToastTemplate",
39245
- "type": {
39246
- "text": "ViewTemplate<Toast>"
39195
+ "kind": "function",
39196
+ "name": "foundationToolbarTemplate",
39197
+ "return": {
39198
+ "type": {
39199
+ "text": "ViewTemplate<Toolbar>"
39200
+ }
39247
39201
  },
39248
- "default": "html`\n <div role=\"alert\" aria-live=\"polite\" class=\"toast ${(x) => x.deleteAnimation}\" ${ref('toast')}>\n <div class=\"content-wrapper\">\n <div part=\"top\" class=\"top\">\n <slot name=\"top\"></slot>\n <div class=\"close-icon\" @click=${(x) => x.close()}>${closeIcon()}</div>\n </div>\n <div part=\"content\" class=\"content\">\n <slot name=\"content\"></slot>\n </div>\n <div part=\"date\" class=\"date\">\n <slot name=\"date\"></slot>\n </div>\n <div part=\"bottom\" class=\"bottom\">\n <slot name=\"bottom\"></slot>\n </div>\n </div>\n </div>\n`"
39202
+ "parameters": [
39203
+ {
39204
+ "name": "context",
39205
+ "type": {
39206
+ "text": "ElementDefinitionContext"
39207
+ }
39208
+ },
39209
+ {
39210
+ "name": "definition",
39211
+ "type": {
39212
+ "text": "FoundationElementDefinition"
39213
+ }
39214
+ }
39215
+ ]
39249
39216
  }
39250
39217
  ],
39251
39218
  "exports": [
39252
39219
  {
39253
39220
  "kind": "js",
39254
- "name": "foundationToastTemplate",
39221
+ "name": "foundationToolbarTemplate",
39255
39222
  "declaration": {
39256
- "name": "foundationToastTemplate",
39257
- "module": "src/toast/toast.template.ts"
39223
+ "name": "foundationToolbarTemplate",
39224
+ "module": "src/toolbar/toolbar.template.ts"
39258
39225
  }
39259
39226
  }
39260
39227
  ]
39261
39228
  },
39262
39229
  {
39263
39230
  "kind": "javascript-module",
39264
- "path": "src/toast/toast.ts",
39231
+ "path": "src/toolbar/toolbar.ts",
39265
39232
  "declarations": [
39266
- {
39267
- "kind": "variable",
39268
- "name": "foundationToastShadowOptions",
39269
- "type": {
39270
- "text": "ShadowRootInit"
39271
- },
39272
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
39273
- },
39274
- {
39275
- "kind": "variable",
39276
- "name": "defaultToastConfig",
39277
- "type": {
39278
- "text": "object"
39279
- },
39280
- "default": "{}"
39281
- },
39282
39233
  {
39283
39234
  "kind": "class",
39284
39235
  "description": "",
39285
- "name": "Toast",
39286
- "members": [
39236
+ "name": "Toolbar",
39237
+ "superclass": {
39238
+ "name": "FASTToolbar",
39239
+ "package": "@microsoft/fast-components"
39240
+ },
39241
+ "tagName": "%%prefix%%-toolbar",
39242
+ "customElement": true,
39243
+ "attributes": [
39287
39244
  {
39288
- "kind": "field",
39289
- "name": "toast",
39245
+ "name": "orientation",
39290
39246
  "type": {
39291
- "text": "HTMLElement"
39247
+ "text": "Orientation"
39292
39248
  },
39293
- "privacy": "public"
39249
+ "description": "The orientation of the toolbar.",
39250
+ "fieldName": "orientation",
39251
+ "inheritedFrom": {
39252
+ "name": "Toolbar",
39253
+ "module": "src/toolbar/toolbar.ts"
39254
+ }
39255
+ }
39256
+ ],
39257
+ "members": [
39258
+ {
39259
+ "kind": "field",
39260
+ "name": "activeIndex",
39261
+ "inheritedFrom": {
39262
+ "name": "Toolbar",
39263
+ "module": "src/toolbar/toolbar.ts"
39264
+ }
39294
39265
  },
39295
39266
  {
39296
39267
  "kind": "field",
39297
- "name": "deleteAnimation",
39268
+ "name": "orientation",
39298
39269
  "type": {
39299
- "text": "string"
39270
+ "text": "Orientation"
39300
39271
  },
39301
- "default": "''"
39272
+ "privacy": "public",
39273
+ "description": "The orientation of the toolbar.",
39274
+ "inheritedFrom": {
39275
+ "name": "Toolbar",
39276
+ "module": "src/toolbar/toolbar.ts"
39277
+ }
39302
39278
  },
39303
39279
  {
39304
- "kind": "field",
39305
- "name": "closeTimeout",
39306
- "type": {
39307
- "text": "number"
39280
+ "kind": "method",
39281
+ "name": "slottedItemsChanged",
39282
+ "privacy": "protected",
39283
+ "return": {
39284
+ "type": {
39285
+ "text": "void"
39286
+ }
39308
39287
  },
39309
- "default": "10000"
39288
+ "inheritedFrom": {
39289
+ "name": "Toolbar",
39290
+ "module": "src/toolbar/toolbar.ts"
39291
+ }
39310
39292
  },
39311
39293
  {
39312
39294
  "kind": "field",
39313
- "name": "autoClose",
39295
+ "name": "childItems",
39314
39296
  "type": {
39315
- "text": "boolean"
39297
+ "text": "Element[]"
39316
39298
  },
39317
- "default": "false"
39299
+ "privacy": "public",
39300
+ "inheritedFrom": {
39301
+ "name": "Toolbar",
39302
+ "module": "src/toolbar/toolbar.ts"
39303
+ }
39318
39304
  },
39319
39305
  {
39320
39306
  "kind": "method",
39321
- "name": "close",
39322
- "privacy": "public",
39323
- "description": "Remove the toast from display."
39307
+ "name": "childItemsChanged",
39308
+ "privacy": "protected",
39309
+ "return": {
39310
+ "type": {
39311
+ "text": "void"
39312
+ }
39313
+ },
39314
+ "parameters": [
39315
+ {
39316
+ "name": "prev",
39317
+ "type": {
39318
+ "text": "undefined | Element[]"
39319
+ }
39320
+ },
39321
+ {
39322
+ "name": "next",
39323
+ "type": {
39324
+ "text": "Element[]"
39325
+ }
39326
+ }
39327
+ ],
39328
+ "inheritedFrom": {
39329
+ "name": "Toolbar",
39330
+ "module": "src/toolbar/toolbar.ts"
39331
+ }
39324
39332
  },
39325
39333
  {
39326
39334
  "kind": "field",
@@ -39433,70 +39441,62 @@
39433
39441
  "module": "src/foundation-element/foundation-element.ts"
39434
39442
  }
39435
39443
  }
39436
- ],
39437
- "attributes": [
39438
- {
39439
- "name": "close-timeout",
39440
- "type": {
39441
- "text": "number"
39442
- },
39443
- "default": "10000",
39444
- "fieldName": "closeTimeout"
39445
- },
39446
- {
39447
- "name": "auto-close",
39448
- "type": {
39449
- "text": "boolean"
39450
- },
39451
- "default": "false",
39452
- "fieldName": "autoClose"
39453
- }
39454
- ],
39455
- "superclass": {
39456
- "name": "FoundationElement",
39457
- "package": "@microsoft/fast-foundation"
39444
+ ]
39445
+ },
39446
+ {
39447
+ "kind": "variable",
39448
+ "name": "foundationToolbarShadowOptions",
39449
+ "type": {
39450
+ "text": "ShadowRootInit"
39458
39451
  },
39459
- "tagName": "%%prefix%%-toast",
39460
- "customElement": true
39452
+ "default": "undefined"
39461
39453
  },
39462
39454
  {
39463
39455
  "kind": "variable",
39464
- "name": "foundationToast",
39465
- "description": "The Foundation Toast",
39456
+ "name": "defaultToolbarConfig",
39457
+ "type": {
39458
+ "text": "object"
39459
+ },
39460
+ "default": "{}"
39461
+ },
39462
+ {
39463
+ "kind": "variable",
39464
+ "name": "foundationToolbar",
39465
+ "description": "The Foundation Toolbar",
39466
39466
  "privacy": "public"
39467
39467
  }
39468
39468
  ],
39469
39469
  "exports": [
39470
39470
  {
39471
39471
  "kind": "js",
39472
- "name": "foundationToastShadowOptions",
39472
+ "name": "Toolbar",
39473
39473
  "declaration": {
39474
- "name": "foundationToastShadowOptions",
39475
- "module": "src/toast/toast.ts"
39474
+ "name": "Toolbar",
39475
+ "module": "src/toolbar/toolbar.ts"
39476
39476
  }
39477
39477
  },
39478
39478
  {
39479
39479
  "kind": "js",
39480
- "name": "defaultToastConfig",
39480
+ "name": "foundationToolbarShadowOptions",
39481
39481
  "declaration": {
39482
- "name": "defaultToastConfig",
39483
- "module": "src/toast/toast.ts"
39482
+ "name": "foundationToolbarShadowOptions",
39483
+ "module": "src/toolbar/toolbar.ts"
39484
39484
  }
39485
39485
  },
39486
39486
  {
39487
39487
  "kind": "js",
39488
- "name": "Toast",
39488
+ "name": "defaultToolbarConfig",
39489
39489
  "declaration": {
39490
- "name": "Toast",
39491
- "module": "src/toast/toast.ts"
39490
+ "name": "defaultToolbarConfig",
39491
+ "module": "src/toolbar/toolbar.ts"
39492
39492
  }
39493
39493
  },
39494
39494
  {
39495
39495
  "kind": "js",
39496
- "name": "foundationToast",
39496
+ "name": "foundationToolbar",
39497
39497
  "declaration": {
39498
- "name": "foundationToast",
39499
- "module": "src/toast/toast.ts"
39498
+ "name": "foundationToolbar",
39499
+ "module": "src/toolbar/toolbar.ts"
39500
39500
  }
39501
39501
  }
39502
39502
  ]