@genesislcap/foundation-ui 14.194.5 → 14.194.7

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 +1231 -1231
  2. package/package.json +16 -16
@@ -817,6 +817,264 @@
817
817
  }
818
818
  ]
819
819
  },
820
+ {
821
+ "kind": "javascript-module",
822
+ "path": "src/_common/icons.ts",
823
+ "declarations": [
824
+ {
825
+ "kind": "function",
826
+ "name": "closeIcon",
827
+ "parameters": [
828
+ {
829
+ "name": "slot",
830
+ "default": "'start'"
831
+ },
832
+ {
833
+ "name": "fill",
834
+ "default": "'#879ba6'"
835
+ }
836
+ ]
837
+ }
838
+ ],
839
+ "exports": [
840
+ {
841
+ "kind": "js",
842
+ "name": "closeIcon",
843
+ "declaration": {
844
+ "name": "closeIcon",
845
+ "module": "src/_common/icons.ts"
846
+ }
847
+ }
848
+ ]
849
+ },
850
+ {
851
+ "kind": "javascript-module",
852
+ "path": "src/_common/index.ts",
853
+ "declarations": [],
854
+ "exports": [
855
+ {
856
+ "kind": "js",
857
+ "name": "*",
858
+ "declaration": {
859
+ "name": "*",
860
+ "package": "./icons"
861
+ }
862
+ }
863
+ ]
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
+ },
820
1078
  {
821
1079
  "kind": "javascript-module",
822
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1211,37 +1469,6 @@
1211
1469
  }
1212
1470
  ]
1213
1471
  },
1214
- {
1215
- "kind": "javascript-module",
1216
- "path": "src/_config/index.ts",
1217
- "declarations": [],
1218
- "exports": [
1219
- {
1220
- "kind": "js",
1221
- "name": "*",
1222
- "declaration": {
1223
- "name": "*",
1224
- "package": "./styles"
1225
- }
1226
- },
1227
- {
1228
- "kind": "js",
1229
- "name": "*",
1230
- "declaration": {
1231
- "name": "*",
1232
- "package": "./tokens"
1233
- }
1234
- },
1235
- {
1236
- "kind": "js",
1237
- "name": "*",
1238
- "declaration": {
1239
- "name": "*",
1240
- "package": "./values"
1241
- }
1242
- }
1243
- ]
1244
- },
1245
1472
  {
1246
1473
  "kind": "javascript-module",
1247
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1801,233 +2028,6 @@
1801
2028
  }
1802
2029
  ]
1803
2030
  },
1804
- {
1805
- "kind": "javascript-module",
1806
- "path": "src/_common/icons.ts",
1807
- "declarations": [
1808
- {
1809
- "kind": "function",
1810
- "name": "closeIcon",
1811
- "parameters": [
1812
- {
1813
- "name": "slot",
1814
- "default": "'start'"
1815
- },
1816
- {
1817
- "name": "fill",
1818
- "default": "'#879ba6'"
1819
- }
1820
- ]
1821
- }
1822
- ],
1823
- "exports": [
1824
- {
1825
- "kind": "js",
1826
- "name": "closeIcon",
1827
- "declaration": {
1828
- "name": "closeIcon",
1829
- "module": "src/_common/icons.ts"
1830
- }
1831
- }
1832
- ]
1833
- },
1834
- {
1835
- "kind": "javascript-module",
1836
- "path": "src/_common/index.ts",
1837
- "declarations": [],
1838
- "exports": [
1839
- {
1840
- "kind": "js",
1841
- "name": "*",
1842
- "declaration": {
1843
- "name": "*",
1844
- "package": "./icons"
1845
- }
1846
- }
1847
- ]
1848
- },
1849
- {
1850
- "kind": "javascript-module",
1851
- "path": "src/accordion/accordion.styles.ts",
1852
- "declarations": [
1853
- {
1854
- "kind": "function",
1855
- "name": "foundationAccordionStyles",
1856
- "return": {
1857
- "type": {
1858
- "text": "ElementStyles"
1859
- }
1860
- },
1861
- "parameters": [
1862
- {
1863
- "name": "context",
1864
- "type": {
1865
- "text": "ElementDefinitionContext"
1866
- }
1867
- },
1868
- {
1869
- "name": "definition",
1870
- "type": {
1871
- "text": "FoundationElementDefinition"
1872
- }
1873
- }
1874
- ]
1875
- }
1876
- ],
1877
- "exports": [
1878
- {
1879
- "kind": "js",
1880
- "name": "foundationAccordionStyles",
1881
- "declaration": {
1882
- "name": "foundationAccordionStyles",
1883
- "module": "src/accordion/accordion.styles.ts"
1884
- }
1885
- }
1886
- ]
1887
- },
1888
- {
1889
- "kind": "javascript-module",
1890
- "path": "src/accordion/accordion.template.ts",
1891
- "declarations": [
1892
- {
1893
- "kind": "function",
1894
- "name": "foundationAccordionTemplate",
1895
- "return": {
1896
- "type": {
1897
- "text": "ViewTemplate<Accordion>"
1898
- }
1899
- },
1900
- "parameters": [
1901
- {
1902
- "name": "context",
1903
- "type": {
1904
- "text": "ElementDefinitionContext"
1905
- }
1906
- },
1907
- {
1908
- "name": "definition",
1909
- "type": {
1910
- "text": "FoundationElementDefinition"
1911
- }
1912
- }
1913
- ]
1914
- }
1915
- ],
1916
- "exports": [
1917
- {
1918
- "kind": "js",
1919
- "name": "foundationAccordionTemplate",
1920
- "declaration": {
1921
- "name": "foundationAccordionTemplate",
1922
- "module": "src/accordion/accordion.template.ts"
1923
- }
1924
- }
1925
- ]
1926
- },
1927
- {
1928
- "kind": "javascript-module",
1929
- "path": "src/accordion/accordion.ts",
1930
- "declarations": [
1931
- {
1932
- "kind": "class",
1933
- "description": "",
1934
- "name": "Accordion",
1935
- "superclass": {
1936
- "name": "FASTAccordion",
1937
- "package": "@microsoft/fast-foundation"
1938
- },
1939
- "tagName": "%%prefix%%-accordion",
1940
- "customElement": true
1941
- },
1942
- {
1943
- "kind": "variable",
1944
- "name": "foundationAccordionShadowOptions",
1945
- "type": {
1946
- "text": "ShadowRootInit"
1947
- },
1948
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1949
- },
1950
- {
1951
- "kind": "variable",
1952
- "name": "defaultAccordionConfig",
1953
- "type": {
1954
- "text": "object"
1955
- },
1956
- "default": "{}"
1957
- },
1958
- {
1959
- "kind": "variable",
1960
- "name": "foundationAccordion",
1961
- "description": "The Foundation Accordion",
1962
- "privacy": "public"
1963
- }
1964
- ],
1965
- "exports": [
1966
- {
1967
- "kind": "js",
1968
- "name": "Accordion",
1969
- "declaration": {
1970
- "name": "Accordion",
1971
- "module": "src/accordion/accordion.ts"
1972
- }
1973
- },
1974
- {
1975
- "kind": "js",
1976
- "name": "foundationAccordionShadowOptions",
1977
- "declaration": {
1978
- "name": "foundationAccordionShadowOptions",
1979
- "module": "src/accordion/accordion.ts"
1980
- }
1981
- },
1982
- {
1983
- "kind": "js",
1984
- "name": "defaultAccordionConfig",
1985
- "declaration": {
1986
- "name": "defaultAccordionConfig",
1987
- "module": "src/accordion/accordion.ts"
1988
- }
1989
- },
1990
- {
1991
- "kind": "js",
1992
- "name": "foundationAccordion",
1993
- "declaration": {
1994
- "name": "foundationAccordion",
1995
- "module": "src/accordion/accordion.ts"
1996
- }
1997
- }
1998
- ]
1999
- },
2000
- {
2001
- "kind": "javascript-module",
2002
- "path": "src/accordion/index.ts",
2003
- "declarations": [],
2004
- "exports": [
2005
- {
2006
- "kind": "js",
2007
- "name": "*",
2008
- "declaration": {
2009
- "name": "*",
2010
- "package": "./accordion.template"
2011
- }
2012
- },
2013
- {
2014
- "kind": "js",
2015
- "name": "*",
2016
- "declaration": {
2017
- "name": "*",
2018
- "package": "./accordion.styles"
2019
- }
2020
- },
2021
- {
2022
- "kind": "js",
2023
- "name": "*",
2024
- "declaration": {
2025
- "name": "*",
2026
- "package": "./accordion"
2027
- }
2028
- }
2029
- ]
2030
- },
2031
2031
  {
2032
2032
  "kind": "javascript-module",
2033
2033
  "path": "src/anchor/anchor.styles.ts",
@@ -9332,6 +9332,327 @@
9332
9332
  }
9333
9333
  ]
9334
9334
  },
9335
+ {
9336
+ "kind": "javascript-module",
9337
+ "path": "src/connection-indicator/connection-indicator.styles.ts",
9338
+ "declarations": [
9339
+ {
9340
+ "kind": "function",
9341
+ "name": "foundationConnectionIndicatorStyles",
9342
+ "return": {
9343
+ "type": {
9344
+ "text": "ElementStyles"
9345
+ }
9346
+ },
9347
+ "parameters": [
9348
+ {
9349
+ "name": "context",
9350
+ "type": {
9351
+ "text": "ElementDefinitionContext"
9352
+ }
9353
+ },
9354
+ {
9355
+ "name": "definition",
9356
+ "type": {
9357
+ "text": "FoundationElementDefinition"
9358
+ }
9359
+ }
9360
+ ]
9361
+ }
9362
+ ],
9363
+ "exports": [
9364
+ {
9365
+ "kind": "js",
9366
+ "name": "foundationConnectionIndicatorStyles",
9367
+ "declaration": {
9368
+ "name": "foundationConnectionIndicatorStyles",
9369
+ "module": "src/connection-indicator/connection-indicator.styles.ts"
9370
+ }
9371
+ }
9372
+ ]
9373
+ },
9374
+ {
9375
+ "kind": "javascript-module",
9376
+ "path": "src/connection-indicator/connection-indicator.template.ts",
9377
+ "declarations": [
9378
+ {
9379
+ "kind": "variable",
9380
+ "name": "foundationConnectionIndicatorTemplate",
9381
+ "type": {
9382
+ "text": "ViewTemplate"
9383
+ },
9384
+ "default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
9385
+ }
9386
+ ],
9387
+ "exports": [
9388
+ {
9389
+ "kind": "js",
9390
+ "name": "foundationConnectionIndicatorTemplate",
9391
+ "declaration": {
9392
+ "name": "foundationConnectionIndicatorTemplate",
9393
+ "module": "src/connection-indicator/connection-indicator.template.ts"
9394
+ }
9395
+ }
9396
+ ]
9397
+ },
9398
+ {
9399
+ "kind": "javascript-module",
9400
+ "path": "src/connection-indicator/connection-indicator.ts",
9401
+ "declarations": [
9402
+ {
9403
+ "kind": "class",
9404
+ "description": "",
9405
+ "name": "ConnectionIndicator",
9406
+ "members": [
9407
+ {
9408
+ "kind": "field",
9409
+ "name": "connect",
9410
+ "type": {
9411
+ "text": "Connect"
9412
+ }
9413
+ },
9414
+ {
9415
+ "kind": "field",
9416
+ "name": "session",
9417
+ "type": {
9418
+ "text": "Session"
9419
+ }
9420
+ },
9421
+ {
9422
+ "kind": "field",
9423
+ "name": "showLabel",
9424
+ "type": {
9425
+ "text": "boolean"
9426
+ },
9427
+ "default": "false"
9428
+ },
9429
+ {
9430
+ "kind": "field",
9431
+ "name": "label",
9432
+ "type": {
9433
+ "text": "string"
9434
+ },
9435
+ "default": "'disconnected'"
9436
+ },
9437
+ {
9438
+ "kind": "field",
9439
+ "name": "colour",
9440
+ "type": {
9441
+ "text": "'red' | 'green'"
9442
+ },
9443
+ "default": "'red'"
9444
+ },
9445
+ {
9446
+ "kind": "field",
9447
+ "name": "subscription",
9448
+ "type": {
9449
+ "text": "Subscription"
9450
+ },
9451
+ "privacy": "private"
9452
+ },
9453
+ {
9454
+ "kind": "method",
9455
+ "name": "getLabel",
9456
+ "return": {
9457
+ "type": {
9458
+ "text": "string"
9459
+ }
9460
+ },
9461
+ "parameters": [
9462
+ {
9463
+ "name": "connected",
9464
+ "type": {
9465
+ "text": "boolean"
9466
+ }
9467
+ }
9468
+ ]
9469
+ },
9470
+ {
9471
+ "kind": "field",
9472
+ "name": "_presentation",
9473
+ "type": {
9474
+ "text": "ComponentPresentation | null | undefined"
9475
+ },
9476
+ "privacy": "private",
9477
+ "default": "void 0",
9478
+ "inheritedFrom": {
9479
+ "name": "FoundationElement",
9480
+ "module": "src/foundation-element/foundation-element.ts"
9481
+ }
9482
+ },
9483
+ {
9484
+ "kind": "field",
9485
+ "name": "$presentation",
9486
+ "type": {
9487
+ "text": "ComponentPresentation | null"
9488
+ },
9489
+ "privacy": "public",
9490
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9491
+ "inheritedFrom": {
9492
+ "name": "FoundationElement",
9493
+ "module": "src/foundation-element/foundation-element.ts"
9494
+ }
9495
+ },
9496
+ {
9497
+ "kind": "field",
9498
+ "name": "template",
9499
+ "type": {
9500
+ "text": "ElementViewTemplate | void | null"
9501
+ },
9502
+ "privacy": "public",
9503
+ "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.",
9504
+ "inheritedFrom": {
9505
+ "name": "FoundationElement",
9506
+ "module": "src/foundation-element/foundation-element.ts"
9507
+ }
9508
+ },
9509
+ {
9510
+ "kind": "method",
9511
+ "name": "templateChanged",
9512
+ "privacy": "protected",
9513
+ "return": {
9514
+ "type": {
9515
+ "text": "void"
9516
+ }
9517
+ },
9518
+ "inheritedFrom": {
9519
+ "name": "FoundationElement",
9520
+ "module": "src/foundation-element/foundation-element.ts"
9521
+ }
9522
+ },
9523
+ {
9524
+ "kind": "field",
9525
+ "name": "styles",
9526
+ "type": {
9527
+ "text": "ElementStyles | void | null"
9528
+ },
9529
+ "privacy": "public",
9530
+ "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.",
9531
+ "inheritedFrom": {
9532
+ "name": "FoundationElement",
9533
+ "module": "src/foundation-element/foundation-element.ts"
9534
+ }
9535
+ },
9536
+ {
9537
+ "kind": "method",
9538
+ "name": "stylesChanged",
9539
+ "privacy": "protected",
9540
+ "return": {
9541
+ "type": {
9542
+ "text": "void"
9543
+ }
9544
+ },
9545
+ "inheritedFrom": {
9546
+ "name": "FoundationElement",
9547
+ "module": "src/foundation-element/foundation-element.ts"
9548
+ }
9549
+ },
9550
+ {
9551
+ "kind": "method",
9552
+ "name": "compose",
9553
+ "privacy": "public",
9554
+ "static": true,
9555
+ "return": {
9556
+ "type": {
9557
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
9558
+ }
9559
+ },
9560
+ "parameters": [
9561
+ {
9562
+ "name": "this",
9563
+ "type": {
9564
+ "text": "K"
9565
+ }
9566
+ },
9567
+ {
9568
+ "name": "elementDefinition",
9569
+ "type": {
9570
+ "text": "T"
9571
+ },
9572
+ "description": "The definition of the element to create the registry\nfunction for."
9573
+ }
9574
+ ],
9575
+ "description": "Defines an element registry function with a set of element definition defaults.",
9576
+ "inheritedFrom": {
9577
+ "name": "FoundationElement",
9578
+ "module": "src/foundation-element/foundation-element.ts"
9579
+ }
9580
+ }
9581
+ ],
9582
+ "attributes": [
9583
+ {
9584
+ "name": "show-label",
9585
+ "type": {
9586
+ "text": "boolean"
9587
+ },
9588
+ "default": "false",
9589
+ "fieldName": "showLabel"
9590
+ }
9591
+ ],
9592
+ "superclass": {
9593
+ "name": "FoundationElement",
9594
+ "package": "@microsoft/fast-foundation"
9595
+ },
9596
+ "tagName": "%%prefix%%-connection-indicator",
9597
+ "customElement": true
9598
+ },
9599
+ {
9600
+ "kind": "variable",
9601
+ "name": "foundationConnectionIndicator",
9602
+ "description": "The Connection Indicator",
9603
+ "privacy": "public"
9604
+ }
9605
+ ],
9606
+ "exports": [
9607
+ {
9608
+ "kind": "js",
9609
+ "name": "ConnectionIndicator",
9610
+ "declaration": {
9611
+ "name": "ConnectionIndicator",
9612
+ "module": "src/connection-indicator/connection-indicator.ts"
9613
+ }
9614
+ },
9615
+ {
9616
+ "kind": "js",
9617
+ "name": "foundationConnectionIndicator",
9618
+ "declaration": {
9619
+ "name": "foundationConnectionIndicator",
9620
+ "module": "src/connection-indicator/connection-indicator.ts"
9621
+ }
9622
+ }
9623
+ ]
9624
+ },
9625
+ {
9626
+ "kind": "javascript-module",
9627
+ "path": "src/connection-indicator/index.ts",
9628
+ "declarations": [],
9629
+ "exports": [
9630
+ {
9631
+ "kind": "js",
9632
+ "name": "*",
9633
+ "declaration": {
9634
+ "name": "*",
9635
+ "package": "./connection-indicator"
9636
+ }
9637
+ },
9638
+ {
9639
+ "kind": "js",
9640
+ "name": "*",
9641
+ "declaration": {
9642
+ "name": "*",
9643
+ "package": "./connection-indicator.styles"
9644
+ }
9645
+ },
9646
+ {
9647
+ "kind": "js",
9648
+ "name": "*",
9649
+ "declaration": {
9650
+ "name": "*",
9651
+ "package": "./connection-indicator.template"
9652
+ }
9653
+ }
9654
+ ]
9655
+ },
9335
9656
  {
9336
9657
  "kind": "javascript-module",
9337
9658
  "path": "src/data-grid/data-grid.styles.ts",
@@ -10154,327 +10475,6 @@
10154
10475
  }
10155
10476
  ]
10156
10477
  },
10157
- {
10158
- "kind": "javascript-module",
10159
- "path": "src/connection-indicator/connection-indicator.styles.ts",
10160
- "declarations": [
10161
- {
10162
- "kind": "function",
10163
- "name": "foundationConnectionIndicatorStyles",
10164
- "return": {
10165
- "type": {
10166
- "text": "ElementStyles"
10167
- }
10168
- },
10169
- "parameters": [
10170
- {
10171
- "name": "context",
10172
- "type": {
10173
- "text": "ElementDefinitionContext"
10174
- }
10175
- },
10176
- {
10177
- "name": "definition",
10178
- "type": {
10179
- "text": "FoundationElementDefinition"
10180
- }
10181
- }
10182
- ]
10183
- }
10184
- ],
10185
- "exports": [
10186
- {
10187
- "kind": "js",
10188
- "name": "foundationConnectionIndicatorStyles",
10189
- "declaration": {
10190
- "name": "foundationConnectionIndicatorStyles",
10191
- "module": "src/connection-indicator/connection-indicator.styles.ts"
10192
- }
10193
- }
10194
- ]
10195
- },
10196
- {
10197
- "kind": "javascript-module",
10198
- "path": "src/connection-indicator/connection-indicator.template.ts",
10199
- "declarations": [
10200
- {
10201
- "kind": "variable",
10202
- "name": "foundationConnectionIndicatorTemplate",
10203
- "type": {
10204
- "text": "ViewTemplate"
10205
- },
10206
- "default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
10207
- }
10208
- ],
10209
- "exports": [
10210
- {
10211
- "kind": "js",
10212
- "name": "foundationConnectionIndicatorTemplate",
10213
- "declaration": {
10214
- "name": "foundationConnectionIndicatorTemplate",
10215
- "module": "src/connection-indicator/connection-indicator.template.ts"
10216
- }
10217
- }
10218
- ]
10219
- },
10220
- {
10221
- "kind": "javascript-module",
10222
- "path": "src/connection-indicator/connection-indicator.ts",
10223
- "declarations": [
10224
- {
10225
- "kind": "class",
10226
- "description": "",
10227
- "name": "ConnectionIndicator",
10228
- "members": [
10229
- {
10230
- "kind": "field",
10231
- "name": "connect",
10232
- "type": {
10233
- "text": "Connect"
10234
- }
10235
- },
10236
- {
10237
- "kind": "field",
10238
- "name": "session",
10239
- "type": {
10240
- "text": "Session"
10241
- }
10242
- },
10243
- {
10244
- "kind": "field",
10245
- "name": "showLabel",
10246
- "type": {
10247
- "text": "boolean"
10248
- },
10249
- "default": "false"
10250
- },
10251
- {
10252
- "kind": "field",
10253
- "name": "label",
10254
- "type": {
10255
- "text": "string"
10256
- },
10257
- "default": "'disconnected'"
10258
- },
10259
- {
10260
- "kind": "field",
10261
- "name": "colour",
10262
- "type": {
10263
- "text": "'red' | 'green'"
10264
- },
10265
- "default": "'red'"
10266
- },
10267
- {
10268
- "kind": "field",
10269
- "name": "subscription",
10270
- "type": {
10271
- "text": "Subscription"
10272
- },
10273
- "privacy": "private"
10274
- },
10275
- {
10276
- "kind": "method",
10277
- "name": "getLabel",
10278
- "return": {
10279
- "type": {
10280
- "text": "string"
10281
- }
10282
- },
10283
- "parameters": [
10284
- {
10285
- "name": "connected",
10286
- "type": {
10287
- "text": "boolean"
10288
- }
10289
- }
10290
- ]
10291
- },
10292
- {
10293
- "kind": "field",
10294
- "name": "_presentation",
10295
- "type": {
10296
- "text": "ComponentPresentation | null | undefined"
10297
- },
10298
- "privacy": "private",
10299
- "default": "void 0",
10300
- "inheritedFrom": {
10301
- "name": "FoundationElement",
10302
- "module": "src/foundation-element/foundation-element.ts"
10303
- }
10304
- },
10305
- {
10306
- "kind": "field",
10307
- "name": "$presentation",
10308
- "type": {
10309
- "text": "ComponentPresentation | null"
10310
- },
10311
- "privacy": "public",
10312
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
10313
- "inheritedFrom": {
10314
- "name": "FoundationElement",
10315
- "module": "src/foundation-element/foundation-element.ts"
10316
- }
10317
- },
10318
- {
10319
- "kind": "field",
10320
- "name": "template",
10321
- "type": {
10322
- "text": "ElementViewTemplate | void | null"
10323
- },
10324
- "privacy": "public",
10325
- "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.",
10326
- "inheritedFrom": {
10327
- "name": "FoundationElement",
10328
- "module": "src/foundation-element/foundation-element.ts"
10329
- }
10330
- },
10331
- {
10332
- "kind": "method",
10333
- "name": "templateChanged",
10334
- "privacy": "protected",
10335
- "return": {
10336
- "type": {
10337
- "text": "void"
10338
- }
10339
- },
10340
- "inheritedFrom": {
10341
- "name": "FoundationElement",
10342
- "module": "src/foundation-element/foundation-element.ts"
10343
- }
10344
- },
10345
- {
10346
- "kind": "field",
10347
- "name": "styles",
10348
- "type": {
10349
- "text": "ElementStyles | void | null"
10350
- },
10351
- "privacy": "public",
10352
- "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.",
10353
- "inheritedFrom": {
10354
- "name": "FoundationElement",
10355
- "module": "src/foundation-element/foundation-element.ts"
10356
- }
10357
- },
10358
- {
10359
- "kind": "method",
10360
- "name": "stylesChanged",
10361
- "privacy": "protected",
10362
- "return": {
10363
- "type": {
10364
- "text": "void"
10365
- }
10366
- },
10367
- "inheritedFrom": {
10368
- "name": "FoundationElement",
10369
- "module": "src/foundation-element/foundation-element.ts"
10370
- }
10371
- },
10372
- {
10373
- "kind": "method",
10374
- "name": "compose",
10375
- "privacy": "public",
10376
- "static": true,
10377
- "return": {
10378
- "type": {
10379
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
10380
- }
10381
- },
10382
- "parameters": [
10383
- {
10384
- "name": "this",
10385
- "type": {
10386
- "text": "K"
10387
- }
10388
- },
10389
- {
10390
- "name": "elementDefinition",
10391
- "type": {
10392
- "text": "T"
10393
- },
10394
- "description": "The definition of the element to create the registry\nfunction for."
10395
- }
10396
- ],
10397
- "description": "Defines an element registry function with a set of element definition defaults.",
10398
- "inheritedFrom": {
10399
- "name": "FoundationElement",
10400
- "module": "src/foundation-element/foundation-element.ts"
10401
- }
10402
- }
10403
- ],
10404
- "attributes": [
10405
- {
10406
- "name": "show-label",
10407
- "type": {
10408
- "text": "boolean"
10409
- },
10410
- "default": "false",
10411
- "fieldName": "showLabel"
10412
- }
10413
- ],
10414
- "superclass": {
10415
- "name": "FoundationElement",
10416
- "package": "@microsoft/fast-foundation"
10417
- },
10418
- "tagName": "%%prefix%%-connection-indicator",
10419
- "customElement": true
10420
- },
10421
- {
10422
- "kind": "variable",
10423
- "name": "foundationConnectionIndicator",
10424
- "description": "The Connection Indicator",
10425
- "privacy": "public"
10426
- }
10427
- ],
10428
- "exports": [
10429
- {
10430
- "kind": "js",
10431
- "name": "ConnectionIndicator",
10432
- "declaration": {
10433
- "name": "ConnectionIndicator",
10434
- "module": "src/connection-indicator/connection-indicator.ts"
10435
- }
10436
- },
10437
- {
10438
- "kind": "js",
10439
- "name": "foundationConnectionIndicator",
10440
- "declaration": {
10441
- "name": "foundationConnectionIndicator",
10442
- "module": "src/connection-indicator/connection-indicator.ts"
10443
- }
10444
- }
10445
- ]
10446
- },
10447
- {
10448
- "kind": "javascript-module",
10449
- "path": "src/connection-indicator/index.ts",
10450
- "declarations": [],
10451
- "exports": [
10452
- {
10453
- "kind": "js",
10454
- "name": "*",
10455
- "declaration": {
10456
- "name": "*",
10457
- "package": "./connection-indicator"
10458
- }
10459
- },
10460
- {
10461
- "kind": "js",
10462
- "name": "*",
10463
- "declaration": {
10464
- "name": "*",
10465
- "package": "./connection-indicator.styles"
10466
- }
10467
- },
10468
- {
10469
- "kind": "js",
10470
- "name": "*",
10471
- "declaration": {
10472
- "name": "*",
10473
- "package": "./connection-indicator.template"
10474
- }
10475
- }
10476
- ]
10477
- },
10478
10478
  {
10479
10479
  "kind": "javascript-module",
10480
10480
  "path": "src/data-grid-cell/data-grid-cell.styles.ts",
@@ -12451,330 +12451,6 @@
12451
12451
  }
12452
12452
  ]
12453
12453
  },
12454
- {
12455
- "kind": "javascript-module",
12456
- "path": "src/design-system-provider/design-system-provider.styles.ts",
12457
- "declarations": [
12458
- {
12459
- "kind": "function",
12460
- "name": "designSystemProviderStyles",
12461
- "parameters": [
12462
- {
12463
- "name": "context",
12464
- "type": {
12465
- "text": "ElementDefinitionContext"
12466
- }
12467
- }
12468
- ]
12469
- }
12470
- ],
12471
- "exports": [
12472
- {
12473
- "kind": "js",
12474
- "name": "designSystemProviderStyles",
12475
- "declaration": {
12476
- "name": "designSystemProviderStyles",
12477
- "module": "src/design-system-provider/design-system-provider.styles.ts"
12478
- }
12479
- }
12480
- ]
12481
- },
12482
- {
12483
- "kind": "javascript-module",
12484
- "path": "src/design-system-provider/design-system-provider.ts",
12485
- "declarations": [
12486
- {
12487
- "kind": "class",
12488
- "description": "The Foundation Design System Provider",
12489
- "name": "FoundationDesignSystemProvider",
12490
- "members": [
12491
- {
12492
- "kind": "field",
12493
- "name": "cardFillColor",
12494
- "type": {
12495
- "text": "Swatch"
12496
- },
12497
- "privacy": "public"
12498
- },
12499
- {
12500
- "kind": "field",
12501
- "name": "cardForegroundColor",
12502
- "type": {
12503
- "text": "Swatch"
12504
- },
12505
- "privacy": "public"
12506
- }
12507
- ],
12508
- "attributes": [
12509
- {
12510
- "name": "card-fill-color",
12511
- "type": {
12512
- "text": "Swatch"
12513
- },
12514
- "fieldName": "cardFillColor"
12515
- },
12516
- {
12517
- "name": "card-foreground-color",
12518
- "type": {
12519
- "text": "Swatch"
12520
- },
12521
- "fieldName": "cardForegroundColor"
12522
- }
12523
- ],
12524
- "superclass": {
12525
- "name": "FASTDesignSystemProvider",
12526
- "package": "@microsoft/fast-components"
12527
- },
12528
- "tagName": "%%prefix%%-design-system-provider",
12529
- "customElement": true
12530
- },
12531
- {
12532
- "kind": "variable",
12533
- "name": "foundationDesignSystemProvider",
12534
- "description": "The Foundation Design System Provider composed element",
12535
- "privacy": "public"
12536
- }
12537
- ],
12538
- "exports": [
12539
- {
12540
- "kind": "js",
12541
- "name": "FoundationDesignSystemProvider",
12542
- "declaration": {
12543
- "name": "FoundationDesignSystemProvider",
12544
- "module": "src/design-system-provider/design-system-provider.ts"
12545
- }
12546
- },
12547
- {
12548
- "kind": "js",
12549
- "name": "foundationDesignSystemProvider",
12550
- "declaration": {
12551
- "name": "foundationDesignSystemProvider",
12552
- "module": "src/design-system-provider/design-system-provider.ts"
12553
- }
12554
- }
12555
- ]
12556
- },
12557
- {
12558
- "kind": "javascript-module",
12559
- "path": "src/design-system-provider/design-system-provider.utils.ts",
12560
- "declarations": [
12561
- {
12562
- "kind": "function",
12563
- "name": "provideTokens",
12564
- "parameters": [
12565
- {
12566
- "name": "tokens"
12567
- },
12568
- {
12569
- "name": "values"
12570
- },
12571
- {
12572
- "name": "element",
12573
- "optional": true,
12574
- "type": {
12575
- "text": "HTMLElement"
12576
- }
12577
- }
12578
- ]
12579
- },
12580
- {
12581
- "kind": "function",
12582
- "name": "designToken",
12583
- "parameters": [
12584
- {
12585
- "name": "token",
12586
- "type": {
12587
- "text": "DesignToken<T>"
12588
- }
12589
- }
12590
- ]
12591
- },
12592
- {
12593
- "kind": "variable",
12594
- "name": "swatchConverter",
12595
- "type": {
12596
- "text": "ValueConverter"
12597
- },
12598
- "default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
12599
- },
12600
- {
12601
- "kind": "function",
12602
- "name": "paletteFromHex",
12603
- "parameters": [
12604
- {
12605
- "name": "hexColor",
12606
- "type": {
12607
- "text": "string"
12608
- }
12609
- }
12610
- ]
12611
- },
12612
- {
12613
- "kind": "function",
12614
- "name": "getDefaultConfig",
12615
- "parameters": [
12616
- {
12617
- "name": "definition",
12618
- "type": {
12619
- "text": "Partial<FoundationElementDefinition>"
12620
- }
12621
- },
12622
- {
12623
- "name": "exclusions",
12624
- "default": "defaultExclusions"
12625
- }
12626
- ]
12627
- },
12628
- {
12629
- "kind": "function",
12630
- "name": "getExports",
12631
- "parameters": [
12632
- {
12633
- "name": "registrationFunction"
12634
- }
12635
- ]
12636
- },
12637
- {
12638
- "kind": "function",
12639
- "name": "getTypeRampValue",
12640
- "parameters": [
12641
- {
12642
- "name": "baseTypeRamp",
12643
- "type": {
12644
- "text": "string"
12645
- }
12646
- },
12647
- {
12648
- "name": "value",
12649
- "type": {
12650
- "text": "number"
12651
- }
12652
- }
12653
- ]
12654
- },
12655
- {
12656
- "kind": "function",
12657
- "name": "configureDesignSystem",
12658
- "parameters": [
12659
- {
12660
- "name": "provider",
12661
- "type": {
12662
- "text": "HTMLElement"
12663
- }
12664
- },
12665
- {
12666
- "name": "config",
12667
- "type": {
12668
- "text": "DesignTokensConfig"
12669
- }
12670
- }
12671
- ]
12672
- }
12673
- ],
12674
- "exports": [
12675
- {
12676
- "kind": "js",
12677
- "name": "provideTokens",
12678
- "declaration": {
12679
- "name": "provideTokens",
12680
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12681
- }
12682
- },
12683
- {
12684
- "kind": "js",
12685
- "name": "designToken",
12686
- "declaration": {
12687
- "name": "designToken",
12688
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12689
- }
12690
- },
12691
- {
12692
- "kind": "js",
12693
- "name": "swatchConverter",
12694
- "declaration": {
12695
- "name": "swatchConverter",
12696
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12697
- }
12698
- },
12699
- {
12700
- "kind": "js",
12701
- "name": "paletteFromHex",
12702
- "declaration": {
12703
- "name": "paletteFromHex",
12704
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12705
- }
12706
- },
12707
- {
12708
- "kind": "js",
12709
- "name": "getDefaultConfig",
12710
- "declaration": {
12711
- "name": "getDefaultConfig",
12712
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12713
- }
12714
- },
12715
- {
12716
- "kind": "js",
12717
- "name": "getExports",
12718
- "declaration": {
12719
- "name": "getExports",
12720
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12721
- }
12722
- },
12723
- {
12724
- "kind": "js",
12725
- "name": "getTypeRampValue",
12726
- "declaration": {
12727
- "name": "getTypeRampValue",
12728
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12729
- }
12730
- },
12731
- {
12732
- "kind": "js",
12733
- "name": "configureDesignSystem",
12734
- "declaration": {
12735
- "name": "configureDesignSystem",
12736
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12737
- }
12738
- }
12739
- ]
12740
- },
12741
- {
12742
- "kind": "javascript-module",
12743
- "path": "src/design-system-provider/index.ts",
12744
- "declarations": [],
12745
- "exports": [
12746
- {
12747
- "kind": "js",
12748
- "name": "*",
12749
- "declaration": {
12750
- "name": "*",
12751
- "package": "./design-system-provider.utils"
12752
- }
12753
- },
12754
- {
12755
- "kind": "js",
12756
- "name": "*",
12757
- "declaration": {
12758
- "name": "*",
12759
- "package": "./design-system-provider"
12760
- }
12761
- },
12762
- {
12763
- "kind": "js",
12764
- "name": "*",
12765
- "declaration": {
12766
- "name": "*",
12767
- "package": "./types"
12768
- }
12769
- }
12770
- ]
12771
- },
12772
- {
12773
- "kind": "javascript-module",
12774
- "path": "src/design-system-provider/types.ts",
12775
- "declarations": [],
12776
- "exports": []
12777
- },
12778
12454
  {
12779
12455
  "kind": "javascript-module",
12780
12456
  "path": "src/date-picker/calendar.ts",
@@ -13721,6 +13397,330 @@
13721
13397
  }
13722
13398
  ]
13723
13399
  },
13400
+ {
13401
+ "kind": "javascript-module",
13402
+ "path": "src/design-system-provider/design-system-provider.styles.ts",
13403
+ "declarations": [
13404
+ {
13405
+ "kind": "function",
13406
+ "name": "designSystemProviderStyles",
13407
+ "parameters": [
13408
+ {
13409
+ "name": "context",
13410
+ "type": {
13411
+ "text": "ElementDefinitionContext"
13412
+ }
13413
+ }
13414
+ ]
13415
+ }
13416
+ ],
13417
+ "exports": [
13418
+ {
13419
+ "kind": "js",
13420
+ "name": "designSystemProviderStyles",
13421
+ "declaration": {
13422
+ "name": "designSystemProviderStyles",
13423
+ "module": "src/design-system-provider/design-system-provider.styles.ts"
13424
+ }
13425
+ }
13426
+ ]
13427
+ },
13428
+ {
13429
+ "kind": "javascript-module",
13430
+ "path": "src/design-system-provider/design-system-provider.ts",
13431
+ "declarations": [
13432
+ {
13433
+ "kind": "class",
13434
+ "description": "The Foundation Design System Provider",
13435
+ "name": "FoundationDesignSystemProvider",
13436
+ "members": [
13437
+ {
13438
+ "kind": "field",
13439
+ "name": "cardFillColor",
13440
+ "type": {
13441
+ "text": "Swatch"
13442
+ },
13443
+ "privacy": "public"
13444
+ },
13445
+ {
13446
+ "kind": "field",
13447
+ "name": "cardForegroundColor",
13448
+ "type": {
13449
+ "text": "Swatch"
13450
+ },
13451
+ "privacy": "public"
13452
+ }
13453
+ ],
13454
+ "attributes": [
13455
+ {
13456
+ "name": "card-fill-color",
13457
+ "type": {
13458
+ "text": "Swatch"
13459
+ },
13460
+ "fieldName": "cardFillColor"
13461
+ },
13462
+ {
13463
+ "name": "card-foreground-color",
13464
+ "type": {
13465
+ "text": "Swatch"
13466
+ },
13467
+ "fieldName": "cardForegroundColor"
13468
+ }
13469
+ ],
13470
+ "superclass": {
13471
+ "name": "FASTDesignSystemProvider",
13472
+ "package": "@microsoft/fast-components"
13473
+ },
13474
+ "tagName": "%%prefix%%-design-system-provider",
13475
+ "customElement": true
13476
+ },
13477
+ {
13478
+ "kind": "variable",
13479
+ "name": "foundationDesignSystemProvider",
13480
+ "description": "The Foundation Design System Provider composed element",
13481
+ "privacy": "public"
13482
+ }
13483
+ ],
13484
+ "exports": [
13485
+ {
13486
+ "kind": "js",
13487
+ "name": "FoundationDesignSystemProvider",
13488
+ "declaration": {
13489
+ "name": "FoundationDesignSystemProvider",
13490
+ "module": "src/design-system-provider/design-system-provider.ts"
13491
+ }
13492
+ },
13493
+ {
13494
+ "kind": "js",
13495
+ "name": "foundationDesignSystemProvider",
13496
+ "declaration": {
13497
+ "name": "foundationDesignSystemProvider",
13498
+ "module": "src/design-system-provider/design-system-provider.ts"
13499
+ }
13500
+ }
13501
+ ]
13502
+ },
13503
+ {
13504
+ "kind": "javascript-module",
13505
+ "path": "src/design-system-provider/design-system-provider.utils.ts",
13506
+ "declarations": [
13507
+ {
13508
+ "kind": "function",
13509
+ "name": "provideTokens",
13510
+ "parameters": [
13511
+ {
13512
+ "name": "tokens"
13513
+ },
13514
+ {
13515
+ "name": "values"
13516
+ },
13517
+ {
13518
+ "name": "element",
13519
+ "optional": true,
13520
+ "type": {
13521
+ "text": "HTMLElement"
13522
+ }
13523
+ }
13524
+ ]
13525
+ },
13526
+ {
13527
+ "kind": "function",
13528
+ "name": "designToken",
13529
+ "parameters": [
13530
+ {
13531
+ "name": "token",
13532
+ "type": {
13533
+ "text": "DesignToken<T>"
13534
+ }
13535
+ }
13536
+ ]
13537
+ },
13538
+ {
13539
+ "kind": "variable",
13540
+ "name": "swatchConverter",
13541
+ "type": {
13542
+ "text": "ValueConverter"
13543
+ },
13544
+ "default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
13545
+ },
13546
+ {
13547
+ "kind": "function",
13548
+ "name": "paletteFromHex",
13549
+ "parameters": [
13550
+ {
13551
+ "name": "hexColor",
13552
+ "type": {
13553
+ "text": "string"
13554
+ }
13555
+ }
13556
+ ]
13557
+ },
13558
+ {
13559
+ "kind": "function",
13560
+ "name": "getDefaultConfig",
13561
+ "parameters": [
13562
+ {
13563
+ "name": "definition",
13564
+ "type": {
13565
+ "text": "Partial<FoundationElementDefinition>"
13566
+ }
13567
+ },
13568
+ {
13569
+ "name": "exclusions",
13570
+ "default": "defaultExclusions"
13571
+ }
13572
+ ]
13573
+ },
13574
+ {
13575
+ "kind": "function",
13576
+ "name": "getExports",
13577
+ "parameters": [
13578
+ {
13579
+ "name": "registrationFunction"
13580
+ }
13581
+ ]
13582
+ },
13583
+ {
13584
+ "kind": "function",
13585
+ "name": "getTypeRampValue",
13586
+ "parameters": [
13587
+ {
13588
+ "name": "baseTypeRamp",
13589
+ "type": {
13590
+ "text": "string"
13591
+ }
13592
+ },
13593
+ {
13594
+ "name": "value",
13595
+ "type": {
13596
+ "text": "number"
13597
+ }
13598
+ }
13599
+ ]
13600
+ },
13601
+ {
13602
+ "kind": "function",
13603
+ "name": "configureDesignSystem",
13604
+ "parameters": [
13605
+ {
13606
+ "name": "provider",
13607
+ "type": {
13608
+ "text": "HTMLElement"
13609
+ }
13610
+ },
13611
+ {
13612
+ "name": "config",
13613
+ "type": {
13614
+ "text": "DesignTokensConfig"
13615
+ }
13616
+ }
13617
+ ]
13618
+ }
13619
+ ],
13620
+ "exports": [
13621
+ {
13622
+ "kind": "js",
13623
+ "name": "provideTokens",
13624
+ "declaration": {
13625
+ "name": "provideTokens",
13626
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13627
+ }
13628
+ },
13629
+ {
13630
+ "kind": "js",
13631
+ "name": "designToken",
13632
+ "declaration": {
13633
+ "name": "designToken",
13634
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13635
+ }
13636
+ },
13637
+ {
13638
+ "kind": "js",
13639
+ "name": "swatchConverter",
13640
+ "declaration": {
13641
+ "name": "swatchConverter",
13642
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13643
+ }
13644
+ },
13645
+ {
13646
+ "kind": "js",
13647
+ "name": "paletteFromHex",
13648
+ "declaration": {
13649
+ "name": "paletteFromHex",
13650
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13651
+ }
13652
+ },
13653
+ {
13654
+ "kind": "js",
13655
+ "name": "getDefaultConfig",
13656
+ "declaration": {
13657
+ "name": "getDefaultConfig",
13658
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13659
+ }
13660
+ },
13661
+ {
13662
+ "kind": "js",
13663
+ "name": "getExports",
13664
+ "declaration": {
13665
+ "name": "getExports",
13666
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13667
+ }
13668
+ },
13669
+ {
13670
+ "kind": "js",
13671
+ "name": "getTypeRampValue",
13672
+ "declaration": {
13673
+ "name": "getTypeRampValue",
13674
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13675
+ }
13676
+ },
13677
+ {
13678
+ "kind": "js",
13679
+ "name": "configureDesignSystem",
13680
+ "declaration": {
13681
+ "name": "configureDesignSystem",
13682
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13683
+ }
13684
+ }
13685
+ ]
13686
+ },
13687
+ {
13688
+ "kind": "javascript-module",
13689
+ "path": "src/design-system-provider/index.ts",
13690
+ "declarations": [],
13691
+ "exports": [
13692
+ {
13693
+ "kind": "js",
13694
+ "name": "*",
13695
+ "declaration": {
13696
+ "name": "*",
13697
+ "package": "./design-system-provider.utils"
13698
+ }
13699
+ },
13700
+ {
13701
+ "kind": "js",
13702
+ "name": "*",
13703
+ "declaration": {
13704
+ "name": "*",
13705
+ "package": "./design-system-provider"
13706
+ }
13707
+ },
13708
+ {
13709
+ "kind": "js",
13710
+ "name": "*",
13711
+ "declaration": {
13712
+ "name": "*",
13713
+ "package": "./types"
13714
+ }
13715
+ }
13716
+ ]
13717
+ },
13718
+ {
13719
+ "kind": "javascript-module",
13720
+ "path": "src/design-system-provider/types.ts",
13721
+ "declarations": [],
13722
+ "exports": []
13723
+ },
13724
13724
  {
13725
13725
  "kind": "javascript-module",
13726
13726
  "path": "src/dialog/dialog.styles.ts",
@@ -17499,285 +17499,6 @@
17499
17499
  }
17500
17500
  ]
17501
17501
  },
17502
- {
17503
- "kind": "javascript-module",
17504
- "path": "src/flex-layout/flex-layout.styles.ts",
17505
- "declarations": [
17506
- {
17507
- "kind": "variable",
17508
- "name": "foundationFlexLayoutStyles",
17509
- "type": {
17510
- "text": "ElementStyles"
17511
- },
17512
- "default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
17513
- }
17514
- ],
17515
- "exports": [
17516
- {
17517
- "kind": "js",
17518
- "name": "foundationFlexLayoutStyles",
17519
- "declaration": {
17520
- "name": "foundationFlexLayoutStyles",
17521
- "module": "src/flex-layout/flex-layout.styles.ts"
17522
- }
17523
- }
17524
- ]
17525
- },
17526
- {
17527
- "kind": "javascript-module",
17528
- "path": "src/flex-layout/flex-layout.template.ts",
17529
- "declarations": [
17530
- {
17531
- "kind": "variable",
17532
- "name": "foundationFlexLayoutTemplate",
17533
- "type": {
17534
- "text": "ViewTemplate<FlexLayout>"
17535
- },
17536
- "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
17537
- }
17538
- ],
17539
- "exports": [
17540
- {
17541
- "kind": "js",
17542
- "name": "foundationFlexLayoutTemplate",
17543
- "declaration": {
17544
- "name": "foundationFlexLayoutTemplate",
17545
- "module": "src/flex-layout/flex-layout.template.ts"
17546
- }
17547
- }
17548
- ]
17549
- },
17550
- {
17551
- "kind": "javascript-module",
17552
- "path": "src/flex-layout/flex-layout.ts",
17553
- "declarations": [
17554
- {
17555
- "kind": "variable",
17556
- "name": "foundationFlexLayoutShadowOptions",
17557
- "type": {
17558
- "text": "ShadowRootInit"
17559
- },
17560
- "default": "undefined"
17561
- },
17562
- {
17563
- "kind": "variable",
17564
- "name": "defaultFlexLayoutConfig",
17565
- "type": {
17566
- "text": "object"
17567
- },
17568
- "default": "{}"
17569
- },
17570
- {
17571
- "kind": "class",
17572
- "description": "",
17573
- "name": "FlexLayout",
17574
- "superclass": {
17575
- "name": "FoundationElement",
17576
- "package": "@microsoft/fast-foundation"
17577
- },
17578
- "tagName": "%%prefix%%-flex-layout",
17579
- "customElement": true,
17580
- "members": [
17581
- {
17582
- "kind": "field",
17583
- "name": "_presentation",
17584
- "type": {
17585
- "text": "ComponentPresentation | null | undefined"
17586
- },
17587
- "privacy": "private",
17588
- "default": "void 0",
17589
- "inheritedFrom": {
17590
- "name": "FoundationElement",
17591
- "module": "src/foundation-element/foundation-element.ts"
17592
- }
17593
- },
17594
- {
17595
- "kind": "field",
17596
- "name": "$presentation",
17597
- "type": {
17598
- "text": "ComponentPresentation | null"
17599
- },
17600
- "privacy": "public",
17601
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
17602
- "inheritedFrom": {
17603
- "name": "FoundationElement",
17604
- "module": "src/foundation-element/foundation-element.ts"
17605
- }
17606
- },
17607
- {
17608
- "kind": "field",
17609
- "name": "template",
17610
- "type": {
17611
- "text": "ElementViewTemplate | void | null"
17612
- },
17613
- "privacy": "public",
17614
- "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.",
17615
- "inheritedFrom": {
17616
- "name": "FoundationElement",
17617
- "module": "src/foundation-element/foundation-element.ts"
17618
- }
17619
- },
17620
- {
17621
- "kind": "method",
17622
- "name": "templateChanged",
17623
- "privacy": "protected",
17624
- "return": {
17625
- "type": {
17626
- "text": "void"
17627
- }
17628
- },
17629
- "inheritedFrom": {
17630
- "name": "FoundationElement",
17631
- "module": "src/foundation-element/foundation-element.ts"
17632
- }
17633
- },
17634
- {
17635
- "kind": "field",
17636
- "name": "styles",
17637
- "type": {
17638
- "text": "ElementStyles | void | null"
17639
- },
17640
- "privacy": "public",
17641
- "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.",
17642
- "inheritedFrom": {
17643
- "name": "FoundationElement",
17644
- "module": "src/foundation-element/foundation-element.ts"
17645
- }
17646
- },
17647
- {
17648
- "kind": "method",
17649
- "name": "stylesChanged",
17650
- "privacy": "protected",
17651
- "return": {
17652
- "type": {
17653
- "text": "void"
17654
- }
17655
- },
17656
- "inheritedFrom": {
17657
- "name": "FoundationElement",
17658
- "module": "src/foundation-element/foundation-element.ts"
17659
- }
17660
- },
17661
- {
17662
- "kind": "method",
17663
- "name": "compose",
17664
- "privacy": "public",
17665
- "static": true,
17666
- "return": {
17667
- "type": {
17668
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
17669
- }
17670
- },
17671
- "parameters": [
17672
- {
17673
- "name": "this",
17674
- "type": {
17675
- "text": "K"
17676
- }
17677
- },
17678
- {
17679
- "name": "elementDefinition",
17680
- "type": {
17681
- "text": "T"
17682
- },
17683
- "description": "The definition of the element to create the registry\nfunction for."
17684
- }
17685
- ],
17686
- "description": "Defines an element registry function with a set of element definition defaults.",
17687
- "inheritedFrom": {
17688
- "name": "FoundationElement",
17689
- "module": "src/foundation-element/foundation-element.ts"
17690
- }
17691
- }
17692
- ]
17693
- },
17694
- {
17695
- "kind": "variable",
17696
- "name": "foundationFlexLayout",
17697
- "description": "The Foundation Flex Layout",
17698
- "privacy": "public"
17699
- }
17700
- ],
17701
- "exports": [
17702
- {
17703
- "kind": "js",
17704
- "name": "foundationFlexLayoutShadowOptions",
17705
- "declaration": {
17706
- "name": "foundationFlexLayoutShadowOptions",
17707
- "module": "src/flex-layout/flex-layout.ts"
17708
- }
17709
- },
17710
- {
17711
- "kind": "js",
17712
- "name": "defaultFlexLayoutConfig",
17713
- "declaration": {
17714
- "name": "defaultFlexLayoutConfig",
17715
- "module": "src/flex-layout/flex-layout.ts"
17716
- }
17717
- },
17718
- {
17719
- "kind": "js",
17720
- "name": "FlexLayout",
17721
- "declaration": {
17722
- "name": "FlexLayout",
17723
- "module": "src/flex-layout/flex-layout.ts"
17724
- }
17725
- },
17726
- {
17727
- "kind": "js",
17728
- "name": "foundationFlexLayout",
17729
- "declaration": {
17730
- "name": "foundationFlexLayout",
17731
- "module": "src/flex-layout/flex-layout.ts"
17732
- }
17733
- }
17734
- ]
17735
- },
17736
- {
17737
- "kind": "javascript-module",
17738
- "path": "src/flex-layout/flex-layout.types.ts",
17739
- "declarations": [],
17740
- "exports": []
17741
- },
17742
- {
17743
- "kind": "javascript-module",
17744
- "path": "src/flex-layout/index.ts",
17745
- "declarations": [],
17746
- "exports": [
17747
- {
17748
- "kind": "js",
17749
- "name": "*",
17750
- "declaration": {
17751
- "name": "*",
17752
- "package": "./flex-layout.template"
17753
- }
17754
- },
17755
- {
17756
- "kind": "js",
17757
- "name": "*",
17758
- "declaration": {
17759
- "name": "*",
17760
- "package": "./flex-layout.styles"
17761
- }
17762
- },
17763
- {
17764
- "kind": "js",
17765
- "name": "*",
17766
- "declaration": {
17767
- "name": "*",
17768
- "package": "./flex-layout"
17769
- }
17770
- },
17771
- {
17772
- "kind": "js",
17773
- "name": "*",
17774
- "declaration": {
17775
- "name": "*",
17776
- "package": "./flex-layout.types"
17777
- }
17778
- }
17779
- ]
17780
- },
17781
17502
  {
17782
17503
  "kind": "javascript-module",
17783
17504
  "path": "src/filter-bar/filter-bar.styles.ts",
@@ -18269,6 +17990,285 @@
18269
17990
  }
18270
17991
  ]
18271
17992
  },
17993
+ {
17994
+ "kind": "javascript-module",
17995
+ "path": "src/flex-layout/flex-layout.styles.ts",
17996
+ "declarations": [
17997
+ {
17998
+ "kind": "variable",
17999
+ "name": "foundationFlexLayoutStyles",
18000
+ "type": {
18001
+ "text": "ElementStyles"
18002
+ },
18003
+ "default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
18004
+ }
18005
+ ],
18006
+ "exports": [
18007
+ {
18008
+ "kind": "js",
18009
+ "name": "foundationFlexLayoutStyles",
18010
+ "declaration": {
18011
+ "name": "foundationFlexLayoutStyles",
18012
+ "module": "src/flex-layout/flex-layout.styles.ts"
18013
+ }
18014
+ }
18015
+ ]
18016
+ },
18017
+ {
18018
+ "kind": "javascript-module",
18019
+ "path": "src/flex-layout/flex-layout.template.ts",
18020
+ "declarations": [
18021
+ {
18022
+ "kind": "variable",
18023
+ "name": "foundationFlexLayoutTemplate",
18024
+ "type": {
18025
+ "text": "ViewTemplate<FlexLayout>"
18026
+ },
18027
+ "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
18028
+ }
18029
+ ],
18030
+ "exports": [
18031
+ {
18032
+ "kind": "js",
18033
+ "name": "foundationFlexLayoutTemplate",
18034
+ "declaration": {
18035
+ "name": "foundationFlexLayoutTemplate",
18036
+ "module": "src/flex-layout/flex-layout.template.ts"
18037
+ }
18038
+ }
18039
+ ]
18040
+ },
18041
+ {
18042
+ "kind": "javascript-module",
18043
+ "path": "src/flex-layout/flex-layout.ts",
18044
+ "declarations": [
18045
+ {
18046
+ "kind": "variable",
18047
+ "name": "foundationFlexLayoutShadowOptions",
18048
+ "type": {
18049
+ "text": "ShadowRootInit"
18050
+ },
18051
+ "default": "undefined"
18052
+ },
18053
+ {
18054
+ "kind": "variable",
18055
+ "name": "defaultFlexLayoutConfig",
18056
+ "type": {
18057
+ "text": "object"
18058
+ },
18059
+ "default": "{}"
18060
+ },
18061
+ {
18062
+ "kind": "class",
18063
+ "description": "",
18064
+ "name": "FlexLayout",
18065
+ "superclass": {
18066
+ "name": "FoundationElement",
18067
+ "package": "@microsoft/fast-foundation"
18068
+ },
18069
+ "tagName": "%%prefix%%-flex-layout",
18070
+ "customElement": true,
18071
+ "members": [
18072
+ {
18073
+ "kind": "field",
18074
+ "name": "_presentation",
18075
+ "type": {
18076
+ "text": "ComponentPresentation | null | undefined"
18077
+ },
18078
+ "privacy": "private",
18079
+ "default": "void 0",
18080
+ "inheritedFrom": {
18081
+ "name": "FoundationElement",
18082
+ "module": "src/foundation-element/foundation-element.ts"
18083
+ }
18084
+ },
18085
+ {
18086
+ "kind": "field",
18087
+ "name": "$presentation",
18088
+ "type": {
18089
+ "text": "ComponentPresentation | null"
18090
+ },
18091
+ "privacy": "public",
18092
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
18093
+ "inheritedFrom": {
18094
+ "name": "FoundationElement",
18095
+ "module": "src/foundation-element/foundation-element.ts"
18096
+ }
18097
+ },
18098
+ {
18099
+ "kind": "field",
18100
+ "name": "template",
18101
+ "type": {
18102
+ "text": "ElementViewTemplate | void | null"
18103
+ },
18104
+ "privacy": "public",
18105
+ "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.",
18106
+ "inheritedFrom": {
18107
+ "name": "FoundationElement",
18108
+ "module": "src/foundation-element/foundation-element.ts"
18109
+ }
18110
+ },
18111
+ {
18112
+ "kind": "method",
18113
+ "name": "templateChanged",
18114
+ "privacy": "protected",
18115
+ "return": {
18116
+ "type": {
18117
+ "text": "void"
18118
+ }
18119
+ },
18120
+ "inheritedFrom": {
18121
+ "name": "FoundationElement",
18122
+ "module": "src/foundation-element/foundation-element.ts"
18123
+ }
18124
+ },
18125
+ {
18126
+ "kind": "field",
18127
+ "name": "styles",
18128
+ "type": {
18129
+ "text": "ElementStyles | void | null"
18130
+ },
18131
+ "privacy": "public",
18132
+ "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.",
18133
+ "inheritedFrom": {
18134
+ "name": "FoundationElement",
18135
+ "module": "src/foundation-element/foundation-element.ts"
18136
+ }
18137
+ },
18138
+ {
18139
+ "kind": "method",
18140
+ "name": "stylesChanged",
18141
+ "privacy": "protected",
18142
+ "return": {
18143
+ "type": {
18144
+ "text": "void"
18145
+ }
18146
+ },
18147
+ "inheritedFrom": {
18148
+ "name": "FoundationElement",
18149
+ "module": "src/foundation-element/foundation-element.ts"
18150
+ }
18151
+ },
18152
+ {
18153
+ "kind": "method",
18154
+ "name": "compose",
18155
+ "privacy": "public",
18156
+ "static": true,
18157
+ "return": {
18158
+ "type": {
18159
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
18160
+ }
18161
+ },
18162
+ "parameters": [
18163
+ {
18164
+ "name": "this",
18165
+ "type": {
18166
+ "text": "K"
18167
+ }
18168
+ },
18169
+ {
18170
+ "name": "elementDefinition",
18171
+ "type": {
18172
+ "text": "T"
18173
+ },
18174
+ "description": "The definition of the element to create the registry\nfunction for."
18175
+ }
18176
+ ],
18177
+ "description": "Defines an element registry function with a set of element definition defaults.",
18178
+ "inheritedFrom": {
18179
+ "name": "FoundationElement",
18180
+ "module": "src/foundation-element/foundation-element.ts"
18181
+ }
18182
+ }
18183
+ ]
18184
+ },
18185
+ {
18186
+ "kind": "variable",
18187
+ "name": "foundationFlexLayout",
18188
+ "description": "The Foundation Flex Layout",
18189
+ "privacy": "public"
18190
+ }
18191
+ ],
18192
+ "exports": [
18193
+ {
18194
+ "kind": "js",
18195
+ "name": "foundationFlexLayoutShadowOptions",
18196
+ "declaration": {
18197
+ "name": "foundationFlexLayoutShadowOptions",
18198
+ "module": "src/flex-layout/flex-layout.ts"
18199
+ }
18200
+ },
18201
+ {
18202
+ "kind": "js",
18203
+ "name": "defaultFlexLayoutConfig",
18204
+ "declaration": {
18205
+ "name": "defaultFlexLayoutConfig",
18206
+ "module": "src/flex-layout/flex-layout.ts"
18207
+ }
18208
+ },
18209
+ {
18210
+ "kind": "js",
18211
+ "name": "FlexLayout",
18212
+ "declaration": {
18213
+ "name": "FlexLayout",
18214
+ "module": "src/flex-layout/flex-layout.ts"
18215
+ }
18216
+ },
18217
+ {
18218
+ "kind": "js",
18219
+ "name": "foundationFlexLayout",
18220
+ "declaration": {
18221
+ "name": "foundationFlexLayout",
18222
+ "module": "src/flex-layout/flex-layout.ts"
18223
+ }
18224
+ }
18225
+ ]
18226
+ },
18227
+ {
18228
+ "kind": "javascript-module",
18229
+ "path": "src/flex-layout/flex-layout.types.ts",
18230
+ "declarations": [],
18231
+ "exports": []
18232
+ },
18233
+ {
18234
+ "kind": "javascript-module",
18235
+ "path": "src/flex-layout/index.ts",
18236
+ "declarations": [],
18237
+ "exports": [
18238
+ {
18239
+ "kind": "js",
18240
+ "name": "*",
18241
+ "declaration": {
18242
+ "name": "*",
18243
+ "package": "./flex-layout.template"
18244
+ }
18245
+ },
18246
+ {
18247
+ "kind": "js",
18248
+ "name": "*",
18249
+ "declaration": {
18250
+ "name": "*",
18251
+ "package": "./flex-layout.styles"
18252
+ }
18253
+ },
18254
+ {
18255
+ "kind": "js",
18256
+ "name": "*",
18257
+ "declaration": {
18258
+ "name": "*",
18259
+ "package": "./flex-layout"
18260
+ }
18261
+ },
18262
+ {
18263
+ "kind": "js",
18264
+ "name": "*",
18265
+ "declaration": {
18266
+ "name": "*",
18267
+ "package": "./flex-layout.types"
18268
+ }
18269
+ }
18270
+ ]
18271
+ },
18272
18272
  {
18273
18273
  "kind": "javascript-module",
18274
18274
  "path": "src/flipper/flipper.styles.ts",
@@ -44029,55 +44029,6 @@
44029
44029
  }
44030
44030
  ]
44031
44031
  },
44032
- {
44033
- "kind": "javascript-module",
44034
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44035
- "declarations": [
44036
- {
44037
- "kind": "function",
44038
- "name": "gridLayoutRWDStyles",
44039
- "return": {
44040
- "type": {
44041
- "text": "ElementStyles"
44042
- }
44043
- },
44044
- "parameters": [
44045
- {
44046
- "name": "breakPoint",
44047
- "optional": true,
44048
- "type": {
44049
- "text": "GridBreakPointType"
44050
- }
44051
- }
44052
- ]
44053
- }
44054
- ],
44055
- "exports": [
44056
- {
44057
- "kind": "js",
44058
- "name": "gridLayoutRWDStyles",
44059
- "declaration": {
44060
- "name": "gridLayoutRWDStyles",
44061
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44062
- }
44063
- }
44064
- ]
44065
- },
44066
- {
44067
- "kind": "javascript-module",
44068
- "path": "src/grid-layout/responsiveness/index.ts",
44069
- "declarations": [],
44070
- "exports": [
44071
- {
44072
- "kind": "js",
44073
- "name": "*",
44074
- "declaration": {
44075
- "name": "*",
44076
- "package": "./grid-layout-rwd.styles"
44077
- }
44078
- }
44079
- ]
44080
- },
44081
44032
  {
44082
44033
  "kind": "javascript-module",
44083
44034
  "path": "src/overlays/system-health/index.ts",
@@ -44650,6 +44601,55 @@
44650
44601
  }
44651
44602
  }
44652
44603
  ]
44604
+ },
44605
+ {
44606
+ "kind": "javascript-module",
44607
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
44608
+ "declarations": [
44609
+ {
44610
+ "kind": "function",
44611
+ "name": "gridLayoutRWDStyles",
44612
+ "return": {
44613
+ "type": {
44614
+ "text": "ElementStyles"
44615
+ }
44616
+ },
44617
+ "parameters": [
44618
+ {
44619
+ "name": "breakPoint",
44620
+ "optional": true,
44621
+ "type": {
44622
+ "text": "GridBreakPointType"
44623
+ }
44624
+ }
44625
+ ]
44626
+ }
44627
+ ],
44628
+ "exports": [
44629
+ {
44630
+ "kind": "js",
44631
+ "name": "gridLayoutRWDStyles",
44632
+ "declaration": {
44633
+ "name": "gridLayoutRWDStyles",
44634
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44635
+ }
44636
+ }
44637
+ ]
44638
+ },
44639
+ {
44640
+ "kind": "javascript-module",
44641
+ "path": "src/grid-layout/responsiveness/index.ts",
44642
+ "declarations": [],
44643
+ "exports": [
44644
+ {
44645
+ "kind": "js",
44646
+ "name": "*",
44647
+ "declaration": {
44648
+ "name": "*",
44649
+ "package": "./grid-layout-rwd.styles"
44650
+ }
44651
+ }
44652
+ ]
44653
44653
  }
44654
44654
  ]
44655
44655
  }