@genesislcap/foundation-ui 14.180.0 → 14.180.1

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 +213 -213
  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",
@@ -2366,188 +2548,6 @@
2366
2548
  }
2367
2549
  ]
2368
2550
  },
2369
- {
2370
- "kind": "javascript-module",
2371
- "path": "src/accordion/accordion.styles.ts",
2372
- "declarations": [
2373
- {
2374
- "kind": "function",
2375
- "name": "foundationAccordionStyles",
2376
- "return": {
2377
- "type": {
2378
- "text": "ElementStyles"
2379
- }
2380
- },
2381
- "parameters": [
2382
- {
2383
- "name": "context",
2384
- "type": {
2385
- "text": "ElementDefinitionContext"
2386
- }
2387
- },
2388
- {
2389
- "name": "definition",
2390
- "type": {
2391
- "text": "FoundationElementDefinition"
2392
- }
2393
- }
2394
- ]
2395
- }
2396
- ],
2397
- "exports": [
2398
- {
2399
- "kind": "js",
2400
- "name": "foundationAccordionStyles",
2401
- "declaration": {
2402
- "name": "foundationAccordionStyles",
2403
- "module": "src/accordion/accordion.styles.ts"
2404
- }
2405
- }
2406
- ]
2407
- },
2408
- {
2409
- "kind": "javascript-module",
2410
- "path": "src/accordion/accordion.template.ts",
2411
- "declarations": [
2412
- {
2413
- "kind": "function",
2414
- "name": "foundationAccordionTemplate",
2415
- "return": {
2416
- "type": {
2417
- "text": "ViewTemplate<Accordion>"
2418
- }
2419
- },
2420
- "parameters": [
2421
- {
2422
- "name": "context",
2423
- "type": {
2424
- "text": "ElementDefinitionContext"
2425
- }
2426
- },
2427
- {
2428
- "name": "definition",
2429
- "type": {
2430
- "text": "FoundationElementDefinition"
2431
- }
2432
- }
2433
- ]
2434
- }
2435
- ],
2436
- "exports": [
2437
- {
2438
- "kind": "js",
2439
- "name": "foundationAccordionTemplate",
2440
- "declaration": {
2441
- "name": "foundationAccordionTemplate",
2442
- "module": "src/accordion/accordion.template.ts"
2443
- }
2444
- }
2445
- ]
2446
- },
2447
- {
2448
- "kind": "javascript-module",
2449
- "path": "src/accordion/accordion.ts",
2450
- "declarations": [
2451
- {
2452
- "kind": "class",
2453
- "description": "",
2454
- "name": "Accordion",
2455
- "superclass": {
2456
- "name": "FASTAccordion",
2457
- "package": "@microsoft/fast-foundation"
2458
- },
2459
- "tagName": "%%prefix%%-accordion",
2460
- "customElement": true
2461
- },
2462
- {
2463
- "kind": "variable",
2464
- "name": "foundationAccordionShadowOptions",
2465
- "type": {
2466
- "text": "ShadowRootInit"
2467
- },
2468
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2469
- },
2470
- {
2471
- "kind": "variable",
2472
- "name": "defaultAccordionConfig",
2473
- "type": {
2474
- "text": "object"
2475
- },
2476
- "default": "{}"
2477
- },
2478
- {
2479
- "kind": "variable",
2480
- "name": "foundationAccordion",
2481
- "description": "The Foundation Accordion",
2482
- "privacy": "public"
2483
- }
2484
- ],
2485
- "exports": [
2486
- {
2487
- "kind": "js",
2488
- "name": "Accordion",
2489
- "declaration": {
2490
- "name": "Accordion",
2491
- "module": "src/accordion/accordion.ts"
2492
- }
2493
- },
2494
- {
2495
- "kind": "js",
2496
- "name": "foundationAccordionShadowOptions",
2497
- "declaration": {
2498
- "name": "foundationAccordionShadowOptions",
2499
- "module": "src/accordion/accordion.ts"
2500
- }
2501
- },
2502
- {
2503
- "kind": "js",
2504
- "name": "defaultAccordionConfig",
2505
- "declaration": {
2506
- "name": "defaultAccordionConfig",
2507
- "module": "src/accordion/accordion.ts"
2508
- }
2509
- },
2510
- {
2511
- "kind": "js",
2512
- "name": "foundationAccordion",
2513
- "declaration": {
2514
- "name": "foundationAccordion",
2515
- "module": "src/accordion/accordion.ts"
2516
- }
2517
- }
2518
- ]
2519
- },
2520
- {
2521
- "kind": "javascript-module",
2522
- "path": "src/accordion/index.ts",
2523
- "declarations": [],
2524
- "exports": [
2525
- {
2526
- "kind": "js",
2527
- "name": "*",
2528
- "declaration": {
2529
- "name": "*",
2530
- "package": "./accordion.template"
2531
- }
2532
- },
2533
- {
2534
- "kind": "js",
2535
- "name": "*",
2536
- "declaration": {
2537
- "name": "*",
2538
- "package": "./accordion.styles"
2539
- }
2540
- },
2541
- {
2542
- "kind": "js",
2543
- "name": "*",
2544
- "declaration": {
2545
- "name": "*",
2546
- "package": "./accordion"
2547
- }
2548
- }
2549
- ]
2550
- },
2551
2551
  {
2552
2552
  "kind": "javascript-module",
2553
2553
  "path": "src/anchored-region/anchor-region.template.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.180.0",
4
+ "version": "14.180.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -74,13 +74,13 @@
74
74
  "test:debug": "genx test --debug"
75
75
  },
76
76
  "devDependencies": {
77
- "@genesislcap/foundation-testing": "14.180.0",
78
- "@genesislcap/genx": "14.180.0",
79
- "@genesislcap/rollup-builder": "14.180.0",
80
- "@genesislcap/ts-builder": "14.180.0",
81
- "@genesislcap/uvu-playwright-builder": "14.180.0",
82
- "@genesislcap/vite-builder": "14.180.0",
83
- "@genesislcap/webpack-builder": "14.180.0",
77
+ "@genesislcap/foundation-testing": "14.180.1",
78
+ "@genesislcap/genx": "14.180.1",
79
+ "@genesislcap/rollup-builder": "14.180.1",
80
+ "@genesislcap/ts-builder": "14.180.1",
81
+ "@genesislcap/uvu-playwright-builder": "14.180.1",
82
+ "@genesislcap/vite-builder": "14.180.1",
83
+ "@genesislcap/webpack-builder": "14.180.1",
84
84
  "copyfiles": "^2.4.1",
85
85
  "rimraf": "^3.0.2",
86
86
  "rxjs": "^7.5.4"
@@ -91,13 +91,13 @@
91
91
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
92
92
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
93
93
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
94
- "@genesislcap/foundation-comms": "14.180.0",
95
- "@genesislcap/foundation-criteria": "14.180.0",
96
- "@genesislcap/foundation-errors": "14.180.0",
97
- "@genesislcap/foundation-logger": "14.180.0",
98
- "@genesislcap/foundation-notifications": "14.180.0",
99
- "@genesislcap/foundation-user": "14.180.0",
100
- "@genesislcap/foundation-utils": "14.180.0",
94
+ "@genesislcap/foundation-comms": "14.180.1",
95
+ "@genesislcap/foundation-criteria": "14.180.1",
96
+ "@genesislcap/foundation-errors": "14.180.1",
97
+ "@genesislcap/foundation-logger": "14.180.1",
98
+ "@genesislcap/foundation-notifications": "14.180.1",
99
+ "@genesislcap/foundation-user": "14.180.1",
100
+ "@genesislcap/foundation-utils": "14.180.1",
101
101
  "@microsoft/fast-colors": "^5.3.1",
102
102
  "@microsoft/fast-components": "^2.30.6",
103
103
  "@microsoft/fast-element": "^1.12.0",
@@ -119,5 +119,5 @@
119
119
  "access": "public"
120
120
  },
121
121
  "customElements": "dist/custom-elements.json",
122
- "gitHead": "24ddbaf4c43ccfe2c323ec1178b1829451b1721a"
122
+ "gitHead": "ea64c8fdf01822c686617271eb721b448c82f8c0"
123
123
  }