@genesislcap/foundation-ui 14.337.0 → 14.339.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
@@ -2239,188 +2239,6 @@
2239
2239
  }
2240
2240
  ]
2241
2241
  },
2242
- {
2243
- "kind": "javascript-module",
2244
- "path": "src/accordion/accordion.styles.ts",
2245
- "declarations": [
2246
- {
2247
- "kind": "function",
2248
- "name": "foundationAccordionStyles",
2249
- "return": {
2250
- "type": {
2251
- "text": "ElementStyles"
2252
- }
2253
- },
2254
- "parameters": [
2255
- {
2256
- "name": "context",
2257
- "type": {
2258
- "text": "ElementDefinitionContext"
2259
- }
2260
- },
2261
- {
2262
- "name": "definition",
2263
- "type": {
2264
- "text": "FoundationElementDefinition"
2265
- }
2266
- }
2267
- ]
2268
- }
2269
- ],
2270
- "exports": [
2271
- {
2272
- "kind": "js",
2273
- "name": "foundationAccordionStyles",
2274
- "declaration": {
2275
- "name": "foundationAccordionStyles",
2276
- "module": "src/accordion/accordion.styles.ts"
2277
- }
2278
- }
2279
- ]
2280
- },
2281
- {
2282
- "kind": "javascript-module",
2283
- "path": "src/accordion/accordion.template.ts",
2284
- "declarations": [
2285
- {
2286
- "kind": "function",
2287
- "name": "foundationAccordionTemplate",
2288
- "return": {
2289
- "type": {
2290
- "text": "ViewTemplate<Accordion>"
2291
- }
2292
- },
2293
- "parameters": [
2294
- {
2295
- "name": "context",
2296
- "type": {
2297
- "text": "ElementDefinitionContext"
2298
- }
2299
- },
2300
- {
2301
- "name": "definition",
2302
- "type": {
2303
- "text": "FoundationElementDefinition"
2304
- }
2305
- }
2306
- ]
2307
- }
2308
- ],
2309
- "exports": [
2310
- {
2311
- "kind": "js",
2312
- "name": "foundationAccordionTemplate",
2313
- "declaration": {
2314
- "name": "foundationAccordionTemplate",
2315
- "module": "src/accordion/accordion.template.ts"
2316
- }
2317
- }
2318
- ]
2319
- },
2320
- {
2321
- "kind": "javascript-module",
2322
- "path": "src/accordion/accordion.ts",
2323
- "declarations": [
2324
- {
2325
- "kind": "class",
2326
- "description": "",
2327
- "name": "Accordion",
2328
- "superclass": {
2329
- "name": "FASTAccordion",
2330
- "package": "@microsoft/fast-foundation"
2331
- },
2332
- "tagName": "%%prefix%%-accordion",
2333
- "customElement": true
2334
- },
2335
- {
2336
- "kind": "variable",
2337
- "name": "foundationAccordionShadowOptions",
2338
- "type": {
2339
- "text": "ShadowRootInit"
2340
- },
2341
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2342
- },
2343
- {
2344
- "kind": "variable",
2345
- "name": "defaultAccordionConfig",
2346
- "type": {
2347
- "text": "object"
2348
- },
2349
- "default": "{}"
2350
- },
2351
- {
2352
- "kind": "variable",
2353
- "name": "foundationAccordion",
2354
- "description": "The Foundation Accordion",
2355
- "privacy": "public"
2356
- }
2357
- ],
2358
- "exports": [
2359
- {
2360
- "kind": "js",
2361
- "name": "Accordion",
2362
- "declaration": {
2363
- "name": "Accordion",
2364
- "module": "src/accordion/accordion.ts"
2365
- }
2366
- },
2367
- {
2368
- "kind": "js",
2369
- "name": "foundationAccordionShadowOptions",
2370
- "declaration": {
2371
- "name": "foundationAccordionShadowOptions",
2372
- "module": "src/accordion/accordion.ts"
2373
- }
2374
- },
2375
- {
2376
- "kind": "js",
2377
- "name": "defaultAccordionConfig",
2378
- "declaration": {
2379
- "name": "defaultAccordionConfig",
2380
- "module": "src/accordion/accordion.ts"
2381
- }
2382
- },
2383
- {
2384
- "kind": "js",
2385
- "name": "foundationAccordion",
2386
- "declaration": {
2387
- "name": "foundationAccordion",
2388
- "module": "src/accordion/accordion.ts"
2389
- }
2390
- }
2391
- ]
2392
- },
2393
- {
2394
- "kind": "javascript-module",
2395
- "path": "src/accordion/index.ts",
2396
- "declarations": [],
2397
- "exports": [
2398
- {
2399
- "kind": "js",
2400
- "name": "*",
2401
- "declaration": {
2402
- "name": "*",
2403
- "package": "./accordion.template"
2404
- }
2405
- },
2406
- {
2407
- "kind": "js",
2408
- "name": "*",
2409
- "declaration": {
2410
- "name": "*",
2411
- "package": "./accordion.styles"
2412
- }
2413
- },
2414
- {
2415
- "kind": "js",
2416
- "name": "*",
2417
- "declaration": {
2418
- "name": "*",
2419
- "package": "./accordion"
2420
- }
2421
- }
2422
- ]
2423
- },
2424
2242
  {
2425
2243
  "kind": "javascript-module",
2426
2244
  "path": "src/anchor/anchor.styles.ts",
@@ -2941,6 +2759,188 @@
2941
2759
  }
2942
2760
  ]
2943
2761
  },
2762
+ {
2763
+ "kind": "javascript-module",
2764
+ "path": "src/accordion/accordion.styles.ts",
2765
+ "declarations": [
2766
+ {
2767
+ "kind": "function",
2768
+ "name": "foundationAccordionStyles",
2769
+ "return": {
2770
+ "type": {
2771
+ "text": "ElementStyles"
2772
+ }
2773
+ },
2774
+ "parameters": [
2775
+ {
2776
+ "name": "context",
2777
+ "type": {
2778
+ "text": "ElementDefinitionContext"
2779
+ }
2780
+ },
2781
+ {
2782
+ "name": "definition",
2783
+ "type": {
2784
+ "text": "FoundationElementDefinition"
2785
+ }
2786
+ }
2787
+ ]
2788
+ }
2789
+ ],
2790
+ "exports": [
2791
+ {
2792
+ "kind": "js",
2793
+ "name": "foundationAccordionStyles",
2794
+ "declaration": {
2795
+ "name": "foundationAccordionStyles",
2796
+ "module": "src/accordion/accordion.styles.ts"
2797
+ }
2798
+ }
2799
+ ]
2800
+ },
2801
+ {
2802
+ "kind": "javascript-module",
2803
+ "path": "src/accordion/accordion.template.ts",
2804
+ "declarations": [
2805
+ {
2806
+ "kind": "function",
2807
+ "name": "foundationAccordionTemplate",
2808
+ "return": {
2809
+ "type": {
2810
+ "text": "ViewTemplate<Accordion>"
2811
+ }
2812
+ },
2813
+ "parameters": [
2814
+ {
2815
+ "name": "context",
2816
+ "type": {
2817
+ "text": "ElementDefinitionContext"
2818
+ }
2819
+ },
2820
+ {
2821
+ "name": "definition",
2822
+ "type": {
2823
+ "text": "FoundationElementDefinition"
2824
+ }
2825
+ }
2826
+ ]
2827
+ }
2828
+ ],
2829
+ "exports": [
2830
+ {
2831
+ "kind": "js",
2832
+ "name": "foundationAccordionTemplate",
2833
+ "declaration": {
2834
+ "name": "foundationAccordionTemplate",
2835
+ "module": "src/accordion/accordion.template.ts"
2836
+ }
2837
+ }
2838
+ ]
2839
+ },
2840
+ {
2841
+ "kind": "javascript-module",
2842
+ "path": "src/accordion/accordion.ts",
2843
+ "declarations": [
2844
+ {
2845
+ "kind": "class",
2846
+ "description": "",
2847
+ "name": "Accordion",
2848
+ "superclass": {
2849
+ "name": "FASTAccordion",
2850
+ "package": "@microsoft/fast-foundation"
2851
+ },
2852
+ "tagName": "%%prefix%%-accordion",
2853
+ "customElement": true
2854
+ },
2855
+ {
2856
+ "kind": "variable",
2857
+ "name": "foundationAccordionShadowOptions",
2858
+ "type": {
2859
+ "text": "ShadowRootInit"
2860
+ },
2861
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2862
+ },
2863
+ {
2864
+ "kind": "variable",
2865
+ "name": "defaultAccordionConfig",
2866
+ "type": {
2867
+ "text": "object"
2868
+ },
2869
+ "default": "{}"
2870
+ },
2871
+ {
2872
+ "kind": "variable",
2873
+ "name": "foundationAccordion",
2874
+ "description": "The Foundation Accordion",
2875
+ "privacy": "public"
2876
+ }
2877
+ ],
2878
+ "exports": [
2879
+ {
2880
+ "kind": "js",
2881
+ "name": "Accordion",
2882
+ "declaration": {
2883
+ "name": "Accordion",
2884
+ "module": "src/accordion/accordion.ts"
2885
+ }
2886
+ },
2887
+ {
2888
+ "kind": "js",
2889
+ "name": "foundationAccordionShadowOptions",
2890
+ "declaration": {
2891
+ "name": "foundationAccordionShadowOptions",
2892
+ "module": "src/accordion/accordion.ts"
2893
+ }
2894
+ },
2895
+ {
2896
+ "kind": "js",
2897
+ "name": "defaultAccordionConfig",
2898
+ "declaration": {
2899
+ "name": "defaultAccordionConfig",
2900
+ "module": "src/accordion/accordion.ts"
2901
+ }
2902
+ },
2903
+ {
2904
+ "kind": "js",
2905
+ "name": "foundationAccordion",
2906
+ "declaration": {
2907
+ "name": "foundationAccordion",
2908
+ "module": "src/accordion/accordion.ts"
2909
+ }
2910
+ }
2911
+ ]
2912
+ },
2913
+ {
2914
+ "kind": "javascript-module",
2915
+ "path": "src/accordion/index.ts",
2916
+ "declarations": [],
2917
+ "exports": [
2918
+ {
2919
+ "kind": "js",
2920
+ "name": "*",
2921
+ "declaration": {
2922
+ "name": "*",
2923
+ "package": "./accordion.template"
2924
+ }
2925
+ },
2926
+ {
2927
+ "kind": "js",
2928
+ "name": "*",
2929
+ "declaration": {
2930
+ "name": "*",
2931
+ "package": "./accordion.styles"
2932
+ }
2933
+ },
2934
+ {
2935
+ "kind": "js",
2936
+ "name": "*",
2937
+ "declaration": {
2938
+ "name": "*",
2939
+ "package": "./accordion"
2940
+ }
2941
+ }
2942
+ ]
2943
+ },
2944
2944
  {
2945
2945
  "kind": "javascript-module",
2946
2946
  "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.337.0",
4
+ "version": "14.339.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.337.0",
87
- "@genesislcap/genx": "14.337.0",
88
- "@genesislcap/rollup-builder": "14.337.0",
89
- "@genesislcap/ts-builder": "14.337.0",
90
- "@genesislcap/uvu-playwright-builder": "14.337.0",
91
- "@genesislcap/vite-builder": "14.337.0",
92
- "@genesislcap/webpack-builder": "14.337.0",
86
+ "@genesislcap/foundation-testing": "14.339.0",
87
+ "@genesislcap/genx": "14.339.0",
88
+ "@genesislcap/rollup-builder": "14.339.0",
89
+ "@genesislcap/ts-builder": "14.339.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.339.0",
91
+ "@genesislcap/vite-builder": "14.339.0",
92
+ "@genesislcap/webpack-builder": "14.339.0",
93
93
  "copyfiles": "^2.4.1"
94
94
  },
95
95
  "dependencies": {
@@ -98,15 +98,15 @@
98
98
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
99
99
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
100
100
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
101
- "@genesislcap/expression-builder": "14.337.0",
102
- "@genesislcap/foundation-comms": "14.337.0",
103
- "@genesislcap/foundation-criteria": "14.337.0",
104
- "@genesislcap/foundation-errors": "14.337.0",
105
- "@genesislcap/foundation-events": "14.337.0",
106
- "@genesislcap/foundation-logger": "14.337.0",
107
- "@genesislcap/foundation-notifications": "14.337.0",
108
- "@genesislcap/foundation-user": "14.337.0",
109
- "@genesislcap/foundation-utils": "14.337.0",
101
+ "@genesislcap/expression-builder": "14.339.0",
102
+ "@genesislcap/foundation-comms": "14.339.0",
103
+ "@genesislcap/foundation-criteria": "14.339.0",
104
+ "@genesislcap/foundation-errors": "14.339.0",
105
+ "@genesislcap/foundation-events": "14.339.0",
106
+ "@genesislcap/foundation-logger": "14.339.0",
107
+ "@genesislcap/foundation-notifications": "14.339.0",
108
+ "@genesislcap/foundation-user": "14.339.0",
109
+ "@genesislcap/foundation-utils": "14.339.0",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "0760a44df498d52e7a8b643f0c68a40249f15cb0"
131
+ "gitHead": "6be596632bde7911db68854a9ee37390023943a1"
132
132
  }