@genesislcap/foundation-ui 14.269.0 → 14.271.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +182 -182
  2. package/package.json +18 -18
@@ -911,6 +911,188 @@
911
911
  }
912
912
  ]
913
913
  },
914
+ {
915
+ "kind": "javascript-module",
916
+ "path": "src/accordion/accordion.styles.ts",
917
+ "declarations": [
918
+ {
919
+ "kind": "function",
920
+ "name": "foundationAccordionStyles",
921
+ "return": {
922
+ "type": {
923
+ "text": "ElementStyles"
924
+ }
925
+ },
926
+ "parameters": [
927
+ {
928
+ "name": "context",
929
+ "type": {
930
+ "text": "ElementDefinitionContext"
931
+ }
932
+ },
933
+ {
934
+ "name": "definition",
935
+ "type": {
936
+ "text": "FoundationElementDefinition"
937
+ }
938
+ }
939
+ ]
940
+ }
941
+ ],
942
+ "exports": [
943
+ {
944
+ "kind": "js",
945
+ "name": "foundationAccordionStyles",
946
+ "declaration": {
947
+ "name": "foundationAccordionStyles",
948
+ "module": "src/accordion/accordion.styles.ts"
949
+ }
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "kind": "javascript-module",
955
+ "path": "src/accordion/accordion.template.ts",
956
+ "declarations": [
957
+ {
958
+ "kind": "function",
959
+ "name": "foundationAccordionTemplate",
960
+ "return": {
961
+ "type": {
962
+ "text": "ViewTemplate<Accordion>"
963
+ }
964
+ },
965
+ "parameters": [
966
+ {
967
+ "name": "context",
968
+ "type": {
969
+ "text": "ElementDefinitionContext"
970
+ }
971
+ },
972
+ {
973
+ "name": "definition",
974
+ "type": {
975
+ "text": "FoundationElementDefinition"
976
+ }
977
+ }
978
+ ]
979
+ }
980
+ ],
981
+ "exports": [
982
+ {
983
+ "kind": "js",
984
+ "name": "foundationAccordionTemplate",
985
+ "declaration": {
986
+ "name": "foundationAccordionTemplate",
987
+ "module": "src/accordion/accordion.template.ts"
988
+ }
989
+ }
990
+ ]
991
+ },
992
+ {
993
+ "kind": "javascript-module",
994
+ "path": "src/accordion/accordion.ts",
995
+ "declarations": [
996
+ {
997
+ "kind": "class",
998
+ "description": "",
999
+ "name": "Accordion",
1000
+ "superclass": {
1001
+ "name": "FASTAccordion",
1002
+ "package": "@microsoft/fast-foundation"
1003
+ },
1004
+ "tagName": "%%prefix%%-accordion",
1005
+ "customElement": true
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "foundationAccordionShadowOptions",
1010
+ "type": {
1011
+ "text": "ShadowRootInit"
1012
+ },
1013
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1014
+ },
1015
+ {
1016
+ "kind": "variable",
1017
+ "name": "defaultAccordionConfig",
1018
+ "type": {
1019
+ "text": "object"
1020
+ },
1021
+ "default": "{}"
1022
+ },
1023
+ {
1024
+ "kind": "variable",
1025
+ "name": "foundationAccordion",
1026
+ "description": "The Foundation Accordion",
1027
+ "privacy": "public"
1028
+ }
1029
+ ],
1030
+ "exports": [
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "Accordion",
1034
+ "declaration": {
1035
+ "name": "Accordion",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "foundationAccordionShadowOptions",
1042
+ "declaration": {
1043
+ "name": "foundationAccordionShadowOptions",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ },
1047
+ {
1048
+ "kind": "js",
1049
+ "name": "defaultAccordionConfig",
1050
+ "declaration": {
1051
+ "name": "defaultAccordionConfig",
1052
+ "module": "src/accordion/accordion.ts"
1053
+ }
1054
+ },
1055
+ {
1056
+ "kind": "js",
1057
+ "name": "foundationAccordion",
1058
+ "declaration": {
1059
+ "name": "foundationAccordion",
1060
+ "module": "src/accordion/accordion.ts"
1061
+ }
1062
+ }
1063
+ ]
1064
+ },
1065
+ {
1066
+ "kind": "javascript-module",
1067
+ "path": "src/accordion/index.ts",
1068
+ "declarations": [],
1069
+ "exports": [
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion.template"
1076
+ }
1077
+ },
1078
+ {
1079
+ "kind": "js",
1080
+ "name": "*",
1081
+ "declaration": {
1082
+ "name": "*",
1083
+ "package": "./accordion.styles"
1084
+ }
1085
+ },
1086
+ {
1087
+ "kind": "js",
1088
+ "name": "*",
1089
+ "declaration": {
1090
+ "name": "*",
1091
+ "package": "./accordion"
1092
+ }
1093
+ }
1094
+ ]
1095
+ },
914
1096
  {
915
1097
  "kind": "javascript-module",
916
1098
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2384,188 +2566,6 @@
2384
2566
  }
2385
2567
  ]
2386
2568
  },
2387
- {
2388
- "kind": "javascript-module",
2389
- "path": "src/accordion/accordion.styles.ts",
2390
- "declarations": [
2391
- {
2392
- "kind": "function",
2393
- "name": "foundationAccordionStyles",
2394
- "return": {
2395
- "type": {
2396
- "text": "ElementStyles"
2397
- }
2398
- },
2399
- "parameters": [
2400
- {
2401
- "name": "context",
2402
- "type": {
2403
- "text": "ElementDefinitionContext"
2404
- }
2405
- },
2406
- {
2407
- "name": "definition",
2408
- "type": {
2409
- "text": "FoundationElementDefinition"
2410
- }
2411
- }
2412
- ]
2413
- }
2414
- ],
2415
- "exports": [
2416
- {
2417
- "kind": "js",
2418
- "name": "foundationAccordionStyles",
2419
- "declaration": {
2420
- "name": "foundationAccordionStyles",
2421
- "module": "src/accordion/accordion.styles.ts"
2422
- }
2423
- }
2424
- ]
2425
- },
2426
- {
2427
- "kind": "javascript-module",
2428
- "path": "src/accordion/accordion.template.ts",
2429
- "declarations": [
2430
- {
2431
- "kind": "function",
2432
- "name": "foundationAccordionTemplate",
2433
- "return": {
2434
- "type": {
2435
- "text": "ViewTemplate<Accordion>"
2436
- }
2437
- },
2438
- "parameters": [
2439
- {
2440
- "name": "context",
2441
- "type": {
2442
- "text": "ElementDefinitionContext"
2443
- }
2444
- },
2445
- {
2446
- "name": "definition",
2447
- "type": {
2448
- "text": "FoundationElementDefinition"
2449
- }
2450
- }
2451
- ]
2452
- }
2453
- ],
2454
- "exports": [
2455
- {
2456
- "kind": "js",
2457
- "name": "foundationAccordionTemplate",
2458
- "declaration": {
2459
- "name": "foundationAccordionTemplate",
2460
- "module": "src/accordion/accordion.template.ts"
2461
- }
2462
- }
2463
- ]
2464
- },
2465
- {
2466
- "kind": "javascript-module",
2467
- "path": "src/accordion/accordion.ts",
2468
- "declarations": [
2469
- {
2470
- "kind": "class",
2471
- "description": "",
2472
- "name": "Accordion",
2473
- "superclass": {
2474
- "name": "FASTAccordion",
2475
- "package": "@microsoft/fast-foundation"
2476
- },
2477
- "tagName": "%%prefix%%-accordion",
2478
- "customElement": true
2479
- },
2480
- {
2481
- "kind": "variable",
2482
- "name": "foundationAccordionShadowOptions",
2483
- "type": {
2484
- "text": "ShadowRootInit"
2485
- },
2486
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2487
- },
2488
- {
2489
- "kind": "variable",
2490
- "name": "defaultAccordionConfig",
2491
- "type": {
2492
- "text": "object"
2493
- },
2494
- "default": "{}"
2495
- },
2496
- {
2497
- "kind": "variable",
2498
- "name": "foundationAccordion",
2499
- "description": "The Foundation Accordion",
2500
- "privacy": "public"
2501
- }
2502
- ],
2503
- "exports": [
2504
- {
2505
- "kind": "js",
2506
- "name": "Accordion",
2507
- "declaration": {
2508
- "name": "Accordion",
2509
- "module": "src/accordion/accordion.ts"
2510
- }
2511
- },
2512
- {
2513
- "kind": "js",
2514
- "name": "foundationAccordionShadowOptions",
2515
- "declaration": {
2516
- "name": "foundationAccordionShadowOptions",
2517
- "module": "src/accordion/accordion.ts"
2518
- }
2519
- },
2520
- {
2521
- "kind": "js",
2522
- "name": "defaultAccordionConfig",
2523
- "declaration": {
2524
- "name": "defaultAccordionConfig",
2525
- "module": "src/accordion/accordion.ts"
2526
- }
2527
- },
2528
- {
2529
- "kind": "js",
2530
- "name": "foundationAccordion",
2531
- "declaration": {
2532
- "name": "foundationAccordion",
2533
- "module": "src/accordion/accordion.ts"
2534
- }
2535
- }
2536
- ]
2537
- },
2538
- {
2539
- "kind": "javascript-module",
2540
- "path": "src/accordion/index.ts",
2541
- "declarations": [],
2542
- "exports": [
2543
- {
2544
- "kind": "js",
2545
- "name": "*",
2546
- "declaration": {
2547
- "name": "*",
2548
- "package": "./accordion.template"
2549
- }
2550
- },
2551
- {
2552
- "kind": "js",
2553
- "name": "*",
2554
- "declaration": {
2555
- "name": "*",
2556
- "package": "./accordion.styles"
2557
- }
2558
- },
2559
- {
2560
- "kind": "js",
2561
- "name": "*",
2562
- "declaration": {
2563
- "name": "*",
2564
- "package": "./accordion"
2565
- }
2566
- }
2567
- ]
2568
- },
2569
2569
  {
2570
2570
  "kind": "javascript-module",
2571
2571
  "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.269.0",
4
+ "version": "14.271.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.269.0",
87
- "@genesislcap/genx": "14.269.0",
88
- "@genesislcap/rollup-builder": "14.269.0",
89
- "@genesislcap/ts-builder": "14.269.0",
90
- "@genesislcap/uvu-playwright-builder": "14.269.0",
91
- "@genesislcap/vite-builder": "14.269.0",
92
- "@genesislcap/webpack-builder": "14.269.0",
86
+ "@genesislcap/foundation-testing": "14.271.0",
87
+ "@genesislcap/genx": "14.271.0",
88
+ "@genesislcap/rollup-builder": "14.271.0",
89
+ "@genesislcap/ts-builder": "14.271.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.271.0",
91
+ "@genesislcap/vite-builder": "14.271.0",
92
+ "@genesislcap/webpack-builder": "14.271.0",
93
93
  "copyfiles": "^2.4.1",
94
94
  "rimraf": "^5.0.0",
95
95
  "rxjs": "^7.5.4"
@@ -100,15 +100,15 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "14.269.0",
104
- "@genesislcap/foundation-comms": "14.269.0",
105
- "@genesislcap/foundation-criteria": "14.269.0",
106
- "@genesislcap/foundation-errors": "14.269.0",
107
- "@genesislcap/foundation-events": "14.269.0",
108
- "@genesislcap/foundation-logger": "14.269.0",
109
- "@genesislcap/foundation-notifications": "14.269.0",
110
- "@genesislcap/foundation-user": "14.269.0",
111
- "@genesislcap/foundation-utils": "14.269.0",
103
+ "@genesislcap/expression-builder": "14.271.0",
104
+ "@genesislcap/foundation-comms": "14.271.0",
105
+ "@genesislcap/foundation-criteria": "14.271.0",
106
+ "@genesislcap/foundation-errors": "14.271.0",
107
+ "@genesislcap/foundation-events": "14.271.0",
108
+ "@genesislcap/foundation-logger": "14.271.0",
109
+ "@genesislcap/foundation-notifications": "14.271.0",
110
+ "@genesislcap/foundation-user": "14.271.0",
111
+ "@genesislcap/foundation-utils": "14.271.0",
112
112
  "@microsoft/fast-colors": "5.3.1",
113
113
  "@microsoft/fast-components": "2.30.6",
114
114
  "@microsoft/fast-element": "1.14.0",
@@ -130,5 +130,5 @@
130
130
  "access": "public"
131
131
  },
132
132
  "customElements": "dist/custom-elements.json",
133
- "gitHead": "199b553fbbf96ab78e43c727ddacffef39042f9f"
133
+ "gitHead": "4d21efe388f0d99e6f52dda915165a518ab3e58f"
134
134
  }