@genesislcap/foundation-ui 14.180.0 → 14.180.1-GENC-376.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +637 -637
  2. package/package.json +16 -16
@@ -862,6 +862,219 @@
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
+ },
896
+ {
897
+ "kind": "javascript-module",
898
+ "path": "src/accordion/accordion.styles.ts",
899
+ "declarations": [
900
+ {
901
+ "kind": "function",
902
+ "name": "foundationAccordionStyles",
903
+ "return": {
904
+ "type": {
905
+ "text": "ElementStyles"
906
+ }
907
+ },
908
+ "parameters": [
909
+ {
910
+ "name": "context",
911
+ "type": {
912
+ "text": "ElementDefinitionContext"
913
+ }
914
+ },
915
+ {
916
+ "name": "definition",
917
+ "type": {
918
+ "text": "FoundationElementDefinition"
919
+ }
920
+ }
921
+ ]
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "foundationAccordionStyles",
928
+ "declaration": {
929
+ "name": "foundationAccordionStyles",
930
+ "module": "src/accordion/accordion.styles.ts"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "kind": "javascript-module",
937
+ "path": "src/accordion/accordion.template.ts",
938
+ "declarations": [
939
+ {
940
+ "kind": "function",
941
+ "name": "foundationAccordionTemplate",
942
+ "return": {
943
+ "type": {
944
+ "text": "ViewTemplate<Accordion>"
945
+ }
946
+ },
947
+ "parameters": [
948
+ {
949
+ "name": "context",
950
+ "type": {
951
+ "text": "ElementDefinitionContext"
952
+ }
953
+ },
954
+ {
955
+ "name": "definition",
956
+ "type": {
957
+ "text": "FoundationElementDefinition"
958
+ }
959
+ }
960
+ ]
961
+ }
962
+ ],
963
+ "exports": [
964
+ {
965
+ "kind": "js",
966
+ "name": "foundationAccordionTemplate",
967
+ "declaration": {
968
+ "name": "foundationAccordionTemplate",
969
+ "module": "src/accordion/accordion.template.ts"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/accordion/accordion.ts",
977
+ "declarations": [
978
+ {
979
+ "kind": "class",
980
+ "description": "",
981
+ "name": "Accordion",
982
+ "superclass": {
983
+ "name": "FASTAccordion",
984
+ "package": "@microsoft/fast-foundation"
985
+ },
986
+ "tagName": "%%prefix%%-accordion",
987
+ "customElement": true
988
+ },
989
+ {
990
+ "kind": "variable",
991
+ "name": "foundationAccordionShadowOptions",
992
+ "type": {
993
+ "text": "ShadowRootInit"
994
+ },
995
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
+ },
997
+ {
998
+ "kind": "variable",
999
+ "name": "defaultAccordionConfig",
1000
+ "type": {
1001
+ "text": "object"
1002
+ },
1003
+ "default": "{}"
1004
+ },
1005
+ {
1006
+ "kind": "variable",
1007
+ "name": "foundationAccordion",
1008
+ "description": "The Foundation Accordion",
1009
+ "privacy": "public"
1010
+ }
1011
+ ],
1012
+ "exports": [
1013
+ {
1014
+ "kind": "js",
1015
+ "name": "Accordion",
1016
+ "declaration": {
1017
+ "name": "Accordion",
1018
+ "module": "src/accordion/accordion.ts"
1019
+ }
1020
+ },
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "foundationAccordionShadowOptions",
1024
+ "declaration": {
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "module": "src/accordion/accordion.ts"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "defaultAccordionConfig",
1032
+ "declaration": {
1033
+ "name": "defaultAccordionConfig",
1034
+ "module": "src/accordion/accordion.ts"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "foundationAccordion",
1040
+ "declaration": {
1041
+ "name": "foundationAccordion",
1042
+ "module": "src/accordion/accordion.ts"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/accordion/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./accordion.template"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./accordion.styles"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./accordion"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
865
1078
  {
866
1079
  "kind": "javascript-module",
867
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1815,37 +2028,6 @@
1815
2028
  }
1816
2029
  ]
1817
2030
  },
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
2031
  {
1850
2032
  "kind": "javascript-module",
1851
2033
  "path": "src/anchor/anchor.styles.ts",
@@ -2368,14 +2550,14 @@
2368
2550
  },
2369
2551
  {
2370
2552
  "kind": "javascript-module",
2371
- "path": "src/accordion/accordion.styles.ts",
2553
+ "path": "src/anchored-region/anchor-region.template.ts",
2372
2554
  "declarations": [
2373
2555
  {
2374
2556
  "kind": "function",
2375
- "name": "foundationAccordionStyles",
2557
+ "name": "foundationAnchoredRegionTemplate",
2376
2558
  "return": {
2377
2559
  "type": {
2378
- "text": "ElementStyles"
2560
+ "text": "ViewTemplate<AnchoredRegion>"
2379
2561
  }
2380
2562
  },
2381
2563
  "parameters": [
@@ -2397,192 +2579,10 @@
2397
2579
  "exports": [
2398
2580
  {
2399
2581
  "kind": "js",
2400
- "name": "foundationAccordionStyles",
2582
+ "name": "foundationAnchoredRegionTemplate",
2401
2583
  "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
- {
2552
- "kind": "javascript-module",
2553
- "path": "src/anchored-region/anchor-region.template.ts",
2554
- "declarations": [
2555
- {
2556
- "kind": "function",
2557
- "name": "foundationAnchoredRegionTemplate",
2558
- "return": {
2559
- "type": {
2560
- "text": "ViewTemplate<AnchoredRegion>"
2561
- }
2562
- },
2563
- "parameters": [
2564
- {
2565
- "name": "context",
2566
- "type": {
2567
- "text": "ElementDefinitionContext"
2568
- }
2569
- },
2570
- {
2571
- "name": "definition",
2572
- "type": {
2573
- "text": "FoundationElementDefinition"
2574
- }
2575
- }
2576
- ]
2577
- }
2578
- ],
2579
- "exports": [
2580
- {
2581
- "kind": "js",
2582
- "name": "foundationAnchoredRegionTemplate",
2583
- "declaration": {
2584
- "name": "foundationAnchoredRegionTemplate",
2585
- "module": "src/anchored-region/anchor-region.template.ts"
2584
+ "name": "foundationAnchoredRegionTemplate",
2585
+ "module": "src/anchored-region/anchor-region.template.ts"
2586
2586
  }
2587
2587
  }
2588
2588
  ]
@@ -7652,363 +7652,68 @@
7652
7652
  },
7653
7653
  {
7654
7654
  "kind": "javascript-module",
7655
- "path": "src/card/card.styles.ts",
7655
+ "path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
7656
7656
  "declarations": [
7657
7657
  {
7658
- "kind": "function",
7659
- "name": "foundationCardStyles",
7660
- "return": {
7661
- "type": {
7662
- "text": "ElementStyles"
7663
- }
7658
+ "kind": "variable",
7659
+ "name": "optionsMaxheight",
7660
+ "type": {
7661
+ "text": "number"
7664
7662
  },
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
- ]
7663
+ "default": "450"
7664
+ },
7665
+ {
7666
+ "kind": "variable",
7667
+ "name": "categorizedMultiselectStyles",
7668
+ "default": "css`\n .root {\n position: relative;\n width: 100%;\n min-width: 250px;\n }\n\n .control-button {\n display: flex;\n justify-content: center;\n min-width: 31px;\n width: 31px;\n height: 31px;\n margin-left: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: end;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n .control:hover .control-button,\n .control:hover .label {\n color: var(--neutral-foreground-rest);\n }\n\n button {\n pointer-events: none;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n padding: calc((var(--design-unit) + 3) * 2px) calc((var(--design-unit) + 3) * 1px);\n border: 1px solid rgba(46 51 57 / 100%);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n span {\n border-bottom: calc(var(--stroke-width) * 1px) solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 2) * 2px) calc((var(--design-unit) + 3) * 1px);\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n color: var(--neutral-foreground-hint);\n }\n\n .multiselect-checkbox {\n min-width: fit-content;\n flex-direction: row-reverse;\n justify-content: space-between;\n align-items: flex-start;\n border-bottom: 1px solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 3) * 1px) calc((var(--design-unit) + 3) * 1px)\n calc((var(--design-unit) + 3) * 1px) 0;\n margin: 0;\n }\n\n .multiselect-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n .multiselect-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n }\n\n .multiselect-checkbox::part(control) {\n min-width: calc(\n (\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 +\n var(--design-unit)\n ) * 1px\n );\n }\n\n .checkbox-container .multiselect-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .description {\n text-wrap: wrap;\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n margin: calc((var(--design-unit) + 3) * 1px) 0;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: rgb(46 48 53);\n border: 3px solid rgb(31 33 38);\n }\n\n .visible {\n visibility: visible;\n max-height: ${optionsMaxheight.toString()}px;\n }\n`"
7679
7669
  }
7680
7670
  ],
7681
7671
  "exports": [
7682
7672
  {
7683
7673
  "kind": "js",
7684
- "name": "foundationCardStyles",
7674
+ "name": "optionsMaxheight",
7685
7675
  "declaration": {
7686
- "name": "foundationCardStyles",
7687
- "module": "src/card/card.styles.ts"
7676
+ "name": "optionsMaxheight",
7677
+ "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7678
+ }
7679
+ },
7680
+ {
7681
+ "kind": "js",
7682
+ "name": "categorizedMultiselectStyles",
7683
+ "declaration": {
7684
+ "name": "categorizedMultiselectStyles",
7685
+ "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7688
7686
  }
7689
7687
  }
7690
7688
  ]
7691
7689
  },
7692
7690
  {
7693
7691
  "kind": "javascript-module",
7694
- "path": "src/card/card.template.ts",
7692
+ "path": "src/categorized-multiselect/categorized-multiselect.template.ts",
7695
7693
  "declarations": [
7696
7694
  {
7697
7695
  "kind": "function",
7698
- "name": "foundationCardTemplate",
7699
- "return": {
7700
- "type": {
7701
- "text": "ViewTemplate<Card>"
7702
- }
7703
- },
7696
+ "name": "getPrefixedCategorizedMultiselect",
7704
7697
  "parameters": [
7705
7698
  {
7706
- "name": "context",
7707
- "type": {
7708
- "text": "ElementDefinitionContext"
7709
- }
7710
- },
7711
- {
7712
- "name": "definition",
7699
+ "name": "prefix",
7700
+ "default": "'foundation'",
7713
7701
  "type": {
7714
- "text": "FoundationElementDefinition"
7702
+ "text": "string"
7715
7703
  }
7716
7704
  }
7717
7705
  ]
7706
+ },
7707
+ {
7708
+ "kind": "variable",
7709
+ "name": "categorizedMultiselectTemplate",
7710
+ "default": "html<CategorizedMultiselect>`\n ${getPrefixedCategorizedMultiselect()}\n`"
7718
7711
  }
7719
7712
  ],
7720
7713
  "exports": [
7721
7714
  {
7722
7715
  "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
- {
7949
- "kind": "javascript-module",
7950
- "path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
7951
- "declarations": [
7952
- {
7953
- "kind": "variable",
7954
- "name": "optionsMaxheight",
7955
- "type": {
7956
- "text": "number"
7957
- },
7958
- "default": "450"
7959
- },
7960
- {
7961
- "kind": "variable",
7962
- "name": "categorizedMultiselectStyles",
7963
- "default": "css`\n .root {\n position: relative;\n width: 100%;\n min-width: 250px;\n }\n\n .control-button {\n display: flex;\n justify-content: center;\n min-width: 31px;\n width: 31px;\n height: 31px;\n margin-left: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: end;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n .control:hover .control-button,\n .control:hover .label {\n color: var(--neutral-foreground-rest);\n }\n\n button {\n pointer-events: none;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n padding: calc((var(--design-unit) + 3) * 2px) calc((var(--design-unit) + 3) * 1px);\n border: 1px solid rgba(46 51 57 / 100%);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n span {\n border-bottom: calc(var(--stroke-width) * 1px) solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 2) * 2px) calc((var(--design-unit) + 3) * 1px);\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n color: var(--neutral-foreground-hint);\n }\n\n .multiselect-checkbox {\n min-width: fit-content;\n flex-direction: row-reverse;\n justify-content: space-between;\n align-items: flex-start;\n border-bottom: 1px solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 3) * 1px) calc((var(--design-unit) + 3) * 1px)\n calc((var(--design-unit) + 3) * 1px) 0;\n margin: 0;\n }\n\n .multiselect-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n .multiselect-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n }\n\n .multiselect-checkbox::part(control) {\n min-width: calc(\n (\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 +\n var(--design-unit)\n ) * 1px\n );\n }\n\n .checkbox-container .multiselect-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .description {\n text-wrap: wrap;\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n margin: calc((var(--design-unit) + 3) * 1px) 0;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: rgb(46 48 53);\n border: 3px solid rgb(31 33 38);\n }\n\n .visible {\n visibility: visible;\n max-height: ${optionsMaxheight.toString()}px;\n }\n`"
7964
- }
7965
- ],
7966
- "exports": [
7967
- {
7968
- "kind": "js",
7969
- "name": "optionsMaxheight",
7970
- "declaration": {
7971
- "name": "optionsMaxheight",
7972
- "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7973
- }
7974
- },
7975
- {
7976
- "kind": "js",
7977
- "name": "categorizedMultiselectStyles",
7978
- "declaration": {
7979
- "name": "categorizedMultiselectStyles",
7980
- "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7981
- }
7982
- }
7983
- ]
7984
- },
7985
- {
7986
- "kind": "javascript-module",
7987
- "path": "src/categorized-multiselect/categorized-multiselect.template.ts",
7988
- "declarations": [
7989
- {
7990
- "kind": "function",
7991
- "name": "getPrefixedCategorizedMultiselect",
7992
- "parameters": [
7993
- {
7994
- "name": "prefix",
7995
- "default": "'foundation'",
7996
- "type": {
7997
- "text": "string"
7998
- }
7999
- }
8000
- ]
8001
- },
8002
- {
8003
- "kind": "variable",
8004
- "name": "categorizedMultiselectTemplate",
8005
- "default": "html<CategorizedMultiselect>`\n ${getPrefixedCategorizedMultiselect()}\n`"
8006
- }
8007
- ],
8008
- "exports": [
8009
- {
8010
- "kind": "js",
8011
- "name": "getPrefixedCategorizedMultiselect",
7716
+ "name": "getPrefixedCategorizedMultiselect",
8012
7717
  "declaration": {
8013
7718
  "name": "getPrefixedCategorizedMultiselect",
8014
7719
  "module": "src/categorized-multiselect/categorized-multiselect.template.ts"
@@ -8254,46 +7959,361 @@
8254
7959
  ]
8255
7960
  },
8256
7961
  {
8257
- "kind": "method",
8258
- "name": "selectCheckboxOne",
8259
- "parameters": [
8260
- {
8261
- "name": "normalizedOption",
8262
- "type": {
8263
- "text": "CategorizedMultiselectOption"
8264
- }
8265
- }
8266
- ]
7962
+ "kind": "method",
7963
+ "name": "selectCheckboxOne",
7964
+ "parameters": [
7965
+ {
7966
+ "name": "normalizedOption",
7967
+ "type": {
7968
+ "text": "CategorizedMultiselectOption"
7969
+ }
7970
+ }
7971
+ ]
7972
+ },
7973
+ {
7974
+ "kind": "method",
7975
+ "name": "setFilter"
7976
+ },
7977
+ {
7978
+ "kind": "method",
7979
+ "name": "changeHandler",
7980
+ "parameters": [
7981
+ {
7982
+ "name": "event",
7983
+ "type": {
7984
+ "text": "Event"
7985
+ }
7986
+ }
7987
+ ]
7988
+ },
7989
+ {
7990
+ "kind": "method",
7991
+ "name": "handleClickOutside",
7992
+ "privacy": "private",
7993
+ "parameters": [
7994
+ {
7995
+ "name": "event",
7996
+ "type": {
7997
+ "text": "MouseEvent"
7998
+ }
7999
+ }
8000
+ ]
8001
+ },
8002
+ {
8003
+ "kind": "field",
8004
+ "name": "_presentation",
8005
+ "type": {
8006
+ "text": "ComponentPresentation | null | undefined"
8007
+ },
8008
+ "privacy": "private",
8009
+ "default": "void 0",
8010
+ "inheritedFrom": {
8011
+ "name": "FoundationElement",
8012
+ "module": "src/foundation-element/foundation-element.ts"
8013
+ }
8014
+ },
8015
+ {
8016
+ "kind": "field",
8017
+ "name": "$presentation",
8018
+ "type": {
8019
+ "text": "ComponentPresentation | null"
8020
+ },
8021
+ "privacy": "public",
8022
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8023
+ "inheritedFrom": {
8024
+ "name": "FoundationElement",
8025
+ "module": "src/foundation-element/foundation-element.ts"
8026
+ }
8027
+ },
8028
+ {
8029
+ "kind": "field",
8030
+ "name": "template",
8031
+ "type": {
8032
+ "text": "ElementViewTemplate | void | null"
8033
+ },
8034
+ "privacy": "public",
8035
+ "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.",
8036
+ "inheritedFrom": {
8037
+ "name": "FoundationElement",
8038
+ "module": "src/foundation-element/foundation-element.ts"
8039
+ }
8040
+ },
8041
+ {
8042
+ "kind": "method",
8043
+ "name": "templateChanged",
8044
+ "privacy": "protected",
8045
+ "return": {
8046
+ "type": {
8047
+ "text": "void"
8048
+ }
8049
+ },
8050
+ "inheritedFrom": {
8051
+ "name": "FoundationElement",
8052
+ "module": "src/foundation-element/foundation-element.ts"
8053
+ }
8054
+ },
8055
+ {
8056
+ "kind": "field",
8057
+ "name": "styles",
8058
+ "type": {
8059
+ "text": "ElementStyles | void | null"
8060
+ },
8061
+ "privacy": "public",
8062
+ "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.",
8063
+ "inheritedFrom": {
8064
+ "name": "FoundationElement",
8065
+ "module": "src/foundation-element/foundation-element.ts"
8066
+ }
8067
+ },
8068
+ {
8069
+ "kind": "method",
8070
+ "name": "stylesChanged",
8071
+ "privacy": "protected",
8072
+ "return": {
8073
+ "type": {
8074
+ "text": "void"
8075
+ }
8076
+ },
8077
+ "inheritedFrom": {
8078
+ "name": "FoundationElement",
8079
+ "module": "src/foundation-element/foundation-element.ts"
8080
+ }
8081
+ },
8082
+ {
8083
+ "kind": "method",
8084
+ "name": "compose",
8085
+ "privacy": "public",
8086
+ "static": true,
8087
+ "return": {
8088
+ "type": {
8089
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8090
+ }
8091
+ },
8092
+ "parameters": [
8093
+ {
8094
+ "name": "this",
8095
+ "type": {
8096
+ "text": "K"
8097
+ }
8098
+ },
8099
+ {
8100
+ "name": "elementDefinition",
8101
+ "type": {
8102
+ "text": "T"
8103
+ },
8104
+ "description": "The definition of the element to create the registry\nfunction for."
8105
+ }
8106
+ ],
8107
+ "description": "Defines an element registry function with a set of element definition defaults.",
8108
+ "inheritedFrom": {
8109
+ "name": "FoundationElement",
8110
+ "module": "src/foundation-element/foundation-element.ts"
8111
+ }
8112
+ }
8113
+ ],
8114
+ "attributes": [
8115
+ {
8116
+ "name": "name",
8117
+ "type": {
8118
+ "text": "string"
8119
+ },
8120
+ "default": "''",
8121
+ "fieldName": "name"
8122
+ },
8123
+ {
8124
+ "name": "auto-position",
8125
+ "type": {
8126
+ "text": "boolean"
8127
+ },
8128
+ "default": "true",
8129
+ "fieldName": "autoPosition"
8130
+ },
8131
+ {
8132
+ "type": {
8133
+ "text": "boolean"
8134
+ },
8135
+ "default": "true",
8136
+ "fieldName": "search"
8137
+ },
8138
+ {
8139
+ "type": {
8140
+ "text": "boolean"
8141
+ },
8142
+ "default": "false",
8143
+ "fieldName": "disabled"
8144
+ }
8145
+ ],
8146
+ "superclass": {
8147
+ "name": "FoundationElement",
8148
+ "package": "@microsoft/fast-foundation"
8149
+ },
8150
+ "tagName": "%%prefix%%-categorized-multiselect",
8151
+ "customElement": true
8152
+ },
8153
+ {
8154
+ "kind": "variable",
8155
+ "name": "foundationCategorizedMultiselect"
8156
+ }
8157
+ ],
8158
+ "exports": [
8159
+ {
8160
+ "kind": "js",
8161
+ "name": "foundationCategorizedMultiselectShadowOptions",
8162
+ "declaration": {
8163
+ "name": "foundationCategorizedMultiselectShadowOptions",
8164
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8165
+ }
8166
+ },
8167
+ {
8168
+ "kind": "js",
8169
+ "name": "defaultCategorizedMultiselectConfig",
8170
+ "declaration": {
8171
+ "name": "defaultCategorizedMultiselectConfig",
8172
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8173
+ }
8174
+ },
8175
+ {
8176
+ "kind": "js",
8177
+ "name": "CategorizedMultiselect",
8178
+ "declaration": {
8179
+ "name": "CategorizedMultiselect",
8180
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8181
+ }
8182
+ },
8183
+ {
8184
+ "kind": "js",
8185
+ "name": "foundationCategorizedMultiselect",
8186
+ "declaration": {
8187
+ "name": "foundationCategorizedMultiselect",
8188
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8189
+ }
8190
+ }
8191
+ ]
8192
+ },
8193
+ {
8194
+ "kind": "javascript-module",
8195
+ "path": "src/categorized-multiselect/index.ts",
8196
+ "declarations": [],
8197
+ "exports": [
8198
+ {
8199
+ "kind": "js",
8200
+ "name": "*",
8201
+ "declaration": {
8202
+ "name": "*",
8203
+ "package": "./categorized-multiselect"
8204
+ }
8205
+ },
8206
+ {
8207
+ "kind": "js",
8208
+ "name": "*",
8209
+ "declaration": {
8210
+ "name": "*",
8211
+ "package": "./categorized-multiselect.styles"
8212
+ }
8213
+ },
8214
+ {
8215
+ "kind": "js",
8216
+ "name": "*",
8217
+ "declaration": {
8218
+ "name": "*",
8219
+ "package": "./categorized-multiselect.template"
8220
+ }
8221
+ }
8222
+ ]
8223
+ },
8224
+ {
8225
+ "kind": "javascript-module",
8226
+ "path": "src/card/card.styles.ts",
8227
+ "declarations": [
8228
+ {
8229
+ "kind": "function",
8230
+ "name": "foundationCardStyles",
8231
+ "return": {
8232
+ "type": {
8233
+ "text": "ElementStyles"
8234
+ }
8235
+ },
8236
+ "parameters": [
8237
+ {
8238
+ "name": "context",
8239
+ "type": {
8240
+ "text": "ElementDefinitionContext"
8241
+ }
8267
8242
  },
8268
8243
  {
8269
- "kind": "method",
8270
- "name": "setFilter"
8271
- },
8244
+ "name": "definition",
8245
+ "type": {
8246
+ "text": "FoundationElementDefinition"
8247
+ }
8248
+ }
8249
+ ]
8250
+ }
8251
+ ],
8252
+ "exports": [
8253
+ {
8254
+ "kind": "js",
8255
+ "name": "foundationCardStyles",
8256
+ "declaration": {
8257
+ "name": "foundationCardStyles",
8258
+ "module": "src/card/card.styles.ts"
8259
+ }
8260
+ }
8261
+ ]
8262
+ },
8263
+ {
8264
+ "kind": "javascript-module",
8265
+ "path": "src/card/card.template.ts",
8266
+ "declarations": [
8267
+ {
8268
+ "kind": "function",
8269
+ "name": "foundationCardTemplate",
8270
+ "return": {
8271
+ "type": {
8272
+ "text": "ViewTemplate<Card>"
8273
+ }
8274
+ },
8275
+ "parameters": [
8272
8276
  {
8273
- "kind": "method",
8274
- "name": "changeHandler",
8275
- "parameters": [
8276
- {
8277
- "name": "event",
8278
- "type": {
8279
- "text": "Event"
8280
- }
8281
- }
8282
- ]
8277
+ "name": "context",
8278
+ "type": {
8279
+ "text": "ElementDefinitionContext"
8280
+ }
8283
8281
  },
8284
8282
  {
8285
- "kind": "method",
8286
- "name": "handleClickOutside",
8287
- "privacy": "private",
8288
- "parameters": [
8289
- {
8290
- "name": "event",
8291
- "type": {
8292
- "text": "MouseEvent"
8293
- }
8294
- }
8295
- ]
8296
- },
8283
+ "name": "definition",
8284
+ "type": {
8285
+ "text": "FoundationElementDefinition"
8286
+ }
8287
+ }
8288
+ ]
8289
+ }
8290
+ ],
8291
+ "exports": [
8292
+ {
8293
+ "kind": "js",
8294
+ "name": "foundationCardTemplate",
8295
+ "declaration": {
8296
+ "name": "foundationCardTemplate",
8297
+ "module": "src/card/card.template.ts"
8298
+ }
8299
+ }
8300
+ ]
8301
+ },
8302
+ {
8303
+ "kind": "javascript-module",
8304
+ "path": "src/card/card.ts",
8305
+ "declarations": [
8306
+ {
8307
+ "kind": "class",
8308
+ "description": "",
8309
+ "name": "Card",
8310
+ "superclass": {
8311
+ "name": "FASTCard",
8312
+ "package": "@microsoft/fast-components"
8313
+ },
8314
+ "tagName": "%%prefix%%-card",
8315
+ "customElement": true,
8316
+ "members": [
8297
8317
  {
8298
8318
  "kind": "field",
8299
8319
  "name": "_presentation",
@@ -8405,89 +8425,69 @@
8405
8425
  "module": "src/foundation-element/foundation-element.ts"
8406
8426
  }
8407
8427
  }
8408
- ],
8409
- "attributes": [
8410
- {
8411
- "name": "name",
8412
- "type": {
8413
- "text": "string"
8414
- },
8415
- "default": "''",
8416
- "fieldName": "name"
8417
- },
8418
- {
8419
- "name": "auto-position",
8420
- "type": {
8421
- "text": "boolean"
8422
- },
8423
- "default": "true",
8424
- "fieldName": "autoPosition"
8425
- },
8426
- {
8427
- "type": {
8428
- "text": "boolean"
8429
- },
8430
- "default": "true",
8431
- "fieldName": "search"
8432
- },
8433
- {
8434
- "type": {
8435
- "text": "boolean"
8436
- },
8437
- "default": "false",
8438
- "fieldName": "disabled"
8439
- }
8440
- ],
8441
- "superclass": {
8442
- "name": "FoundationElement",
8443
- "package": "@microsoft/fast-foundation"
8428
+ ]
8429
+ },
8430
+ {
8431
+ "kind": "variable",
8432
+ "name": "foundationCardShadowOptions",
8433
+ "type": {
8434
+ "text": "ShadowRootInit"
8444
8435
  },
8445
- "tagName": "%%prefix%%-categorized-multiselect",
8446
- "customElement": true
8436
+ "default": "undefined"
8447
8437
  },
8448
8438
  {
8449
8439
  "kind": "variable",
8450
- "name": "foundationCategorizedMultiselect"
8440
+ "name": "defaultCardConfig",
8441
+ "type": {
8442
+ "text": "object"
8443
+ },
8444
+ "default": "{}"
8445
+ },
8446
+ {
8447
+ "kind": "variable",
8448
+ "name": "foundationCard",
8449
+ "description": "The Foundation Card",
8450
+ "privacy": "public"
8451
8451
  }
8452
8452
  ],
8453
8453
  "exports": [
8454
8454
  {
8455
8455
  "kind": "js",
8456
- "name": "foundationCategorizedMultiselectShadowOptions",
8456
+ "name": "Card",
8457
8457
  "declaration": {
8458
- "name": "foundationCategorizedMultiselectShadowOptions",
8459
- "module": "src/categorized-multiselect/categorized-multiselect.ts"
8458
+ "name": "Card",
8459
+ "module": "src/card/card.ts"
8460
8460
  }
8461
8461
  },
8462
8462
  {
8463
8463
  "kind": "js",
8464
- "name": "defaultCategorizedMultiselectConfig",
8464
+ "name": "foundationCardShadowOptions",
8465
8465
  "declaration": {
8466
- "name": "defaultCategorizedMultiselectConfig",
8467
- "module": "src/categorized-multiselect/categorized-multiselect.ts"
8466
+ "name": "foundationCardShadowOptions",
8467
+ "module": "src/card/card.ts"
8468
8468
  }
8469
8469
  },
8470
8470
  {
8471
8471
  "kind": "js",
8472
- "name": "CategorizedMultiselect",
8472
+ "name": "defaultCardConfig",
8473
8473
  "declaration": {
8474
- "name": "CategorizedMultiselect",
8475
- "module": "src/categorized-multiselect/categorized-multiselect.ts"
8474
+ "name": "defaultCardConfig",
8475
+ "module": "src/card/card.ts"
8476
8476
  }
8477
8477
  },
8478
8478
  {
8479
8479
  "kind": "js",
8480
- "name": "foundationCategorizedMultiselect",
8480
+ "name": "foundationCard",
8481
8481
  "declaration": {
8482
- "name": "foundationCategorizedMultiselect",
8483
- "module": "src/categorized-multiselect/categorized-multiselect.ts"
8482
+ "name": "foundationCard",
8483
+ "module": "src/card/card.ts"
8484
8484
  }
8485
8485
  }
8486
8486
  ]
8487
8487
  },
8488
8488
  {
8489
8489
  "kind": "javascript-module",
8490
- "path": "src/categorized-multiselect/index.ts",
8490
+ "path": "src/card/index.ts",
8491
8491
  "declarations": [],
8492
8492
  "exports": [
8493
8493
  {
@@ -8495,7 +8495,7 @@
8495
8495
  "name": "*",
8496
8496
  "declaration": {
8497
8497
  "name": "*",
8498
- "package": "./categorized-multiselect"
8498
+ "package": "./card.template"
8499
8499
  }
8500
8500
  },
8501
8501
  {
@@ -8503,7 +8503,7 @@
8503
8503
  "name": "*",
8504
8504
  "declaration": {
8505
8505
  "name": "*",
8506
- "package": "./categorized-multiselect.styles"
8506
+ "package": "./card.styles"
8507
8507
  }
8508
8508
  },
8509
8509
  {
@@ -8511,7 +8511,7 @@
8511
8511
  "name": "*",
8512
8512
  "declaration": {
8513
8513
  "name": "*",
8514
- "package": "./categorized-multiselect.template"
8514
+ "package": "./card"
8515
8515
  }
8516
8516
  }
8517
8517
  ]