@genesislcap/foundation-ui 14.293.2-alpha-573323b.0 → 14.293.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +182 -182
  2. package/package.json +18 -18
@@ -2759,6 +2759,188 @@
2759
2759
  }
2760
2760
  ]
2761
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
+ },
2762
2944
  {
2763
2945
  "kind": "javascript-module",
2764
2946
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -4349,188 +4531,6 @@
4349
4531
  }
4350
4532
  ]
4351
4533
  },
4352
- {
4353
- "kind": "javascript-module",
4354
- "path": "src/accordion/accordion.styles.ts",
4355
- "declarations": [
4356
- {
4357
- "kind": "function",
4358
- "name": "foundationAccordionStyles",
4359
- "return": {
4360
- "type": {
4361
- "text": "ElementStyles"
4362
- }
4363
- },
4364
- "parameters": [
4365
- {
4366
- "name": "context",
4367
- "type": {
4368
- "text": "ElementDefinitionContext"
4369
- }
4370
- },
4371
- {
4372
- "name": "definition",
4373
- "type": {
4374
- "text": "FoundationElementDefinition"
4375
- }
4376
- }
4377
- ]
4378
- }
4379
- ],
4380
- "exports": [
4381
- {
4382
- "kind": "js",
4383
- "name": "foundationAccordionStyles",
4384
- "declaration": {
4385
- "name": "foundationAccordionStyles",
4386
- "module": "src/accordion/accordion.styles.ts"
4387
- }
4388
- }
4389
- ]
4390
- },
4391
- {
4392
- "kind": "javascript-module",
4393
- "path": "src/accordion/accordion.template.ts",
4394
- "declarations": [
4395
- {
4396
- "kind": "function",
4397
- "name": "foundationAccordionTemplate",
4398
- "return": {
4399
- "type": {
4400
- "text": "ViewTemplate<Accordion>"
4401
- }
4402
- },
4403
- "parameters": [
4404
- {
4405
- "name": "context",
4406
- "type": {
4407
- "text": "ElementDefinitionContext"
4408
- }
4409
- },
4410
- {
4411
- "name": "definition",
4412
- "type": {
4413
- "text": "FoundationElementDefinition"
4414
- }
4415
- }
4416
- ]
4417
- }
4418
- ],
4419
- "exports": [
4420
- {
4421
- "kind": "js",
4422
- "name": "foundationAccordionTemplate",
4423
- "declaration": {
4424
- "name": "foundationAccordionTemplate",
4425
- "module": "src/accordion/accordion.template.ts"
4426
- }
4427
- }
4428
- ]
4429
- },
4430
- {
4431
- "kind": "javascript-module",
4432
- "path": "src/accordion/accordion.ts",
4433
- "declarations": [
4434
- {
4435
- "kind": "class",
4436
- "description": "",
4437
- "name": "Accordion",
4438
- "superclass": {
4439
- "name": "FASTAccordion",
4440
- "package": "@microsoft/fast-foundation"
4441
- },
4442
- "tagName": "%%prefix%%-accordion",
4443
- "customElement": true
4444
- },
4445
- {
4446
- "kind": "variable",
4447
- "name": "foundationAccordionShadowOptions",
4448
- "type": {
4449
- "text": "ShadowRootInit"
4450
- },
4451
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4452
- },
4453
- {
4454
- "kind": "variable",
4455
- "name": "defaultAccordionConfig",
4456
- "type": {
4457
- "text": "object"
4458
- },
4459
- "default": "{}"
4460
- },
4461
- {
4462
- "kind": "variable",
4463
- "name": "foundationAccordion",
4464
- "description": "The Foundation Accordion",
4465
- "privacy": "public"
4466
- }
4467
- ],
4468
- "exports": [
4469
- {
4470
- "kind": "js",
4471
- "name": "Accordion",
4472
- "declaration": {
4473
- "name": "Accordion",
4474
- "module": "src/accordion/accordion.ts"
4475
- }
4476
- },
4477
- {
4478
- "kind": "js",
4479
- "name": "foundationAccordionShadowOptions",
4480
- "declaration": {
4481
- "name": "foundationAccordionShadowOptions",
4482
- "module": "src/accordion/accordion.ts"
4483
- }
4484
- },
4485
- {
4486
- "kind": "js",
4487
- "name": "defaultAccordionConfig",
4488
- "declaration": {
4489
- "name": "defaultAccordionConfig",
4490
- "module": "src/accordion/accordion.ts"
4491
- }
4492
- },
4493
- {
4494
- "kind": "js",
4495
- "name": "foundationAccordion",
4496
- "declaration": {
4497
- "name": "foundationAccordion",
4498
- "module": "src/accordion/accordion.ts"
4499
- }
4500
- }
4501
- ]
4502
- },
4503
- {
4504
- "kind": "javascript-module",
4505
- "path": "src/accordion/index.ts",
4506
- "declarations": [],
4507
- "exports": [
4508
- {
4509
- "kind": "js",
4510
- "name": "*",
4511
- "declaration": {
4512
- "name": "*",
4513
- "package": "./accordion.template"
4514
- }
4515
- },
4516
- {
4517
- "kind": "js",
4518
- "name": "*",
4519
- "declaration": {
4520
- "name": "*",
4521
- "package": "./accordion.styles"
4522
- }
4523
- },
4524
- {
4525
- "kind": "js",
4526
- "name": "*",
4527
- "declaration": {
4528
- "name": "*",
4529
- "package": "./accordion"
4530
- }
4531
- }
4532
- ]
4533
- },
4534
4534
  {
4535
4535
  "kind": "javascript-module",
4536
4536
  "path": "src/avatar/avatar.styles.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.293.2-alpha-573323b.0",
4
+ "version": "14.293.2",
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.293.2-alpha-573323b.0",
87
- "@genesislcap/genx": "14.293.2-alpha-573323b.0",
88
- "@genesislcap/rollup-builder": "14.293.2-alpha-573323b.0",
89
- "@genesislcap/ts-builder": "14.293.2-alpha-573323b.0",
90
- "@genesislcap/uvu-playwright-builder": "14.293.2-alpha-573323b.0",
91
- "@genesislcap/vite-builder": "14.293.2-alpha-573323b.0",
92
- "@genesislcap/webpack-builder": "14.293.2-alpha-573323b.0",
86
+ "@genesislcap/foundation-testing": "14.293.2",
87
+ "@genesislcap/genx": "14.293.2",
88
+ "@genesislcap/rollup-builder": "14.293.2",
89
+ "@genesislcap/ts-builder": "14.293.2",
90
+ "@genesislcap/uvu-playwright-builder": "14.293.2",
91
+ "@genesislcap/vite-builder": "14.293.2",
92
+ "@genesislcap/webpack-builder": "14.293.2",
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.293.2-alpha-573323b.0",
104
- "@genesislcap/foundation-comms": "14.293.2-alpha-573323b.0",
105
- "@genesislcap/foundation-criteria": "14.293.2-alpha-573323b.0",
106
- "@genesislcap/foundation-errors": "14.293.2-alpha-573323b.0",
107
- "@genesislcap/foundation-events": "14.293.2-alpha-573323b.0",
108
- "@genesislcap/foundation-logger": "14.293.2-alpha-573323b.0",
109
- "@genesislcap/foundation-notifications": "14.293.2-alpha-573323b.0",
110
- "@genesislcap/foundation-user": "14.293.2-alpha-573323b.0",
111
- "@genesislcap/foundation-utils": "14.293.2-alpha-573323b.0",
103
+ "@genesislcap/expression-builder": "14.293.2",
104
+ "@genesislcap/foundation-comms": "14.293.2",
105
+ "@genesislcap/foundation-criteria": "14.293.2",
106
+ "@genesislcap/foundation-errors": "14.293.2",
107
+ "@genesislcap/foundation-events": "14.293.2",
108
+ "@genesislcap/foundation-logger": "14.293.2",
109
+ "@genesislcap/foundation-notifications": "14.293.2",
110
+ "@genesislcap/foundation-user": "14.293.2",
111
+ "@genesislcap/foundation-utils": "14.293.2",
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": "db7fdbf0ccd1b84dbac52114fced2bb970494f79"
133
+ "gitHead": "a5107ae0a1670f5ed14eef84504d7e16385a0601"
134
134
  }