@genesislcap/foundation-ui 14.409.0-FUI-2495.2 → 14.409.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.
- package/dist/custom-elements.json +182 -182
- package/package.json +19 -19
|
@@ -2271,188 +2271,6 @@
|
|
|
2271
2271
|
}
|
|
2272
2272
|
]
|
|
2273
2273
|
},
|
|
2274
|
-
{
|
|
2275
|
-
"kind": "javascript-module",
|
|
2276
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2277
|
-
"declarations": [
|
|
2278
|
-
{
|
|
2279
|
-
"kind": "function",
|
|
2280
|
-
"name": "foundationAccordionStyles",
|
|
2281
|
-
"return": {
|
|
2282
|
-
"type": {
|
|
2283
|
-
"text": "ElementStyles"
|
|
2284
|
-
}
|
|
2285
|
-
},
|
|
2286
|
-
"parameters": [
|
|
2287
|
-
{
|
|
2288
|
-
"name": "context",
|
|
2289
|
-
"type": {
|
|
2290
|
-
"text": "ElementDefinitionContext"
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
|
-
{
|
|
2294
|
-
"name": "definition",
|
|
2295
|
-
"type": {
|
|
2296
|
-
"text": "FoundationElementDefinition"
|
|
2297
|
-
}
|
|
2298
|
-
}
|
|
2299
|
-
]
|
|
2300
|
-
}
|
|
2301
|
-
],
|
|
2302
|
-
"exports": [
|
|
2303
|
-
{
|
|
2304
|
-
"kind": "js",
|
|
2305
|
-
"name": "foundationAccordionStyles",
|
|
2306
|
-
"declaration": {
|
|
2307
|
-
"name": "foundationAccordionStyles",
|
|
2308
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2309
|
-
}
|
|
2310
|
-
}
|
|
2311
|
-
]
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "javascript-module",
|
|
2315
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2316
|
-
"declarations": [
|
|
2317
|
-
{
|
|
2318
|
-
"kind": "function",
|
|
2319
|
-
"name": "foundationAccordionTemplate",
|
|
2320
|
-
"return": {
|
|
2321
|
-
"type": {
|
|
2322
|
-
"text": "ViewTemplate<Accordion>"
|
|
2323
|
-
}
|
|
2324
|
-
},
|
|
2325
|
-
"parameters": [
|
|
2326
|
-
{
|
|
2327
|
-
"name": "context",
|
|
2328
|
-
"type": {
|
|
2329
|
-
"text": "ElementDefinitionContext"
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
"name": "definition",
|
|
2334
|
-
"type": {
|
|
2335
|
-
"text": "FoundationElementDefinition"
|
|
2336
|
-
}
|
|
2337
|
-
}
|
|
2338
|
-
]
|
|
2339
|
-
}
|
|
2340
|
-
],
|
|
2341
|
-
"exports": [
|
|
2342
|
-
{
|
|
2343
|
-
"kind": "js",
|
|
2344
|
-
"name": "foundationAccordionTemplate",
|
|
2345
|
-
"declaration": {
|
|
2346
|
-
"name": "foundationAccordionTemplate",
|
|
2347
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2348
|
-
}
|
|
2349
|
-
}
|
|
2350
|
-
]
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"kind": "javascript-module",
|
|
2354
|
-
"path": "src/accordion/accordion.ts",
|
|
2355
|
-
"declarations": [
|
|
2356
|
-
{
|
|
2357
|
-
"kind": "class",
|
|
2358
|
-
"description": "",
|
|
2359
|
-
"name": "Accordion",
|
|
2360
|
-
"superclass": {
|
|
2361
|
-
"name": "FASTAccordion",
|
|
2362
|
-
"package": "@microsoft/fast-foundation"
|
|
2363
|
-
},
|
|
2364
|
-
"tagName": "%%prefix%%-accordion",
|
|
2365
|
-
"customElement": true
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "variable",
|
|
2369
|
-
"name": "foundationAccordionShadowOptions",
|
|
2370
|
-
"type": {
|
|
2371
|
-
"text": "ShadowRootInit"
|
|
2372
|
-
},
|
|
2373
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "variable",
|
|
2377
|
-
"name": "defaultAccordionConfig",
|
|
2378
|
-
"type": {
|
|
2379
|
-
"text": "object"
|
|
2380
|
-
},
|
|
2381
|
-
"default": "{}"
|
|
2382
|
-
},
|
|
2383
|
-
{
|
|
2384
|
-
"kind": "variable",
|
|
2385
|
-
"name": "foundationAccordion",
|
|
2386
|
-
"description": "The Foundation Accordion",
|
|
2387
|
-
"privacy": "public"
|
|
2388
|
-
}
|
|
2389
|
-
],
|
|
2390
|
-
"exports": [
|
|
2391
|
-
{
|
|
2392
|
-
"kind": "js",
|
|
2393
|
-
"name": "Accordion",
|
|
2394
|
-
"declaration": {
|
|
2395
|
-
"name": "Accordion",
|
|
2396
|
-
"module": "src/accordion/accordion.ts"
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"kind": "js",
|
|
2401
|
-
"name": "foundationAccordionShadowOptions",
|
|
2402
|
-
"declaration": {
|
|
2403
|
-
"name": "foundationAccordionShadowOptions",
|
|
2404
|
-
"module": "src/accordion/accordion.ts"
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
"kind": "js",
|
|
2409
|
-
"name": "defaultAccordionConfig",
|
|
2410
|
-
"declaration": {
|
|
2411
|
-
"name": "defaultAccordionConfig",
|
|
2412
|
-
"module": "src/accordion/accordion.ts"
|
|
2413
|
-
}
|
|
2414
|
-
},
|
|
2415
|
-
{
|
|
2416
|
-
"kind": "js",
|
|
2417
|
-
"name": "foundationAccordion",
|
|
2418
|
-
"declaration": {
|
|
2419
|
-
"name": "foundationAccordion",
|
|
2420
|
-
"module": "src/accordion/accordion.ts"
|
|
2421
|
-
}
|
|
2422
|
-
}
|
|
2423
|
-
]
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
"kind": "javascript-module",
|
|
2427
|
-
"path": "src/accordion/index.ts",
|
|
2428
|
-
"declarations": [],
|
|
2429
|
-
"exports": [
|
|
2430
|
-
{
|
|
2431
|
-
"kind": "js",
|
|
2432
|
-
"name": "*",
|
|
2433
|
-
"declaration": {
|
|
2434
|
-
"name": "*",
|
|
2435
|
-
"package": "./accordion.template"
|
|
2436
|
-
}
|
|
2437
|
-
},
|
|
2438
|
-
{
|
|
2439
|
-
"kind": "js",
|
|
2440
|
-
"name": "*",
|
|
2441
|
-
"declaration": {
|
|
2442
|
-
"name": "*",
|
|
2443
|
-
"package": "./accordion.styles"
|
|
2444
|
-
}
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"kind": "js",
|
|
2448
|
-
"name": "*",
|
|
2449
|
-
"declaration": {
|
|
2450
|
-
"name": "*",
|
|
2451
|
-
"package": "./accordion"
|
|
2452
|
-
}
|
|
2453
|
-
}
|
|
2454
|
-
]
|
|
2455
|
-
},
|
|
2456
2274
|
{
|
|
2457
2275
|
"kind": "javascript-module",
|
|
2458
2276
|
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
@@ -2994,6 +2812,188 @@
|
|
|
2994
2812
|
}
|
|
2995
2813
|
]
|
|
2996
2814
|
},
|
|
2815
|
+
{
|
|
2816
|
+
"kind": "javascript-module",
|
|
2817
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2818
|
+
"declarations": [
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "function",
|
|
2821
|
+
"name": "foundationAccordionStyles",
|
|
2822
|
+
"return": {
|
|
2823
|
+
"type": {
|
|
2824
|
+
"text": "ElementStyles"
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2827
|
+
"parameters": [
|
|
2828
|
+
{
|
|
2829
|
+
"name": "context",
|
|
2830
|
+
"type": {
|
|
2831
|
+
"text": "ElementDefinitionContext"
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "definition",
|
|
2836
|
+
"type": {
|
|
2837
|
+
"text": "FoundationElementDefinition"
|
|
2838
|
+
}
|
|
2839
|
+
}
|
|
2840
|
+
]
|
|
2841
|
+
}
|
|
2842
|
+
],
|
|
2843
|
+
"exports": [
|
|
2844
|
+
{
|
|
2845
|
+
"kind": "js",
|
|
2846
|
+
"name": "foundationAccordionStyles",
|
|
2847
|
+
"declaration": {
|
|
2848
|
+
"name": "foundationAccordionStyles",
|
|
2849
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2850
|
+
}
|
|
2851
|
+
}
|
|
2852
|
+
]
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "javascript-module",
|
|
2856
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2857
|
+
"declarations": [
|
|
2858
|
+
{
|
|
2859
|
+
"kind": "function",
|
|
2860
|
+
"name": "foundationAccordionTemplate",
|
|
2861
|
+
"return": {
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "ViewTemplate<Accordion>"
|
|
2864
|
+
}
|
|
2865
|
+
},
|
|
2866
|
+
"parameters": [
|
|
2867
|
+
{
|
|
2868
|
+
"name": "context",
|
|
2869
|
+
"type": {
|
|
2870
|
+
"text": "ElementDefinitionContext"
|
|
2871
|
+
}
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
"name": "definition",
|
|
2875
|
+
"type": {
|
|
2876
|
+
"text": "FoundationElementDefinition"
|
|
2877
|
+
}
|
|
2878
|
+
}
|
|
2879
|
+
]
|
|
2880
|
+
}
|
|
2881
|
+
],
|
|
2882
|
+
"exports": [
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "js",
|
|
2885
|
+
"name": "foundationAccordionTemplate",
|
|
2886
|
+
"declaration": {
|
|
2887
|
+
"name": "foundationAccordionTemplate",
|
|
2888
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2889
|
+
}
|
|
2890
|
+
}
|
|
2891
|
+
]
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
"kind": "javascript-module",
|
|
2895
|
+
"path": "src/accordion/accordion.ts",
|
|
2896
|
+
"declarations": [
|
|
2897
|
+
{
|
|
2898
|
+
"kind": "class",
|
|
2899
|
+
"description": "",
|
|
2900
|
+
"name": "Accordion",
|
|
2901
|
+
"superclass": {
|
|
2902
|
+
"name": "FASTAccordion",
|
|
2903
|
+
"package": "@microsoft/fast-foundation"
|
|
2904
|
+
},
|
|
2905
|
+
"tagName": "%%prefix%%-accordion",
|
|
2906
|
+
"customElement": true
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"kind": "variable",
|
|
2910
|
+
"name": "foundationAccordionShadowOptions",
|
|
2911
|
+
"type": {
|
|
2912
|
+
"text": "ShadowRootInit"
|
|
2913
|
+
},
|
|
2914
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"kind": "variable",
|
|
2918
|
+
"name": "defaultAccordionConfig",
|
|
2919
|
+
"type": {
|
|
2920
|
+
"text": "object"
|
|
2921
|
+
},
|
|
2922
|
+
"default": "{}"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
"kind": "variable",
|
|
2926
|
+
"name": "foundationAccordion",
|
|
2927
|
+
"description": "The Foundation Accordion",
|
|
2928
|
+
"privacy": "public"
|
|
2929
|
+
}
|
|
2930
|
+
],
|
|
2931
|
+
"exports": [
|
|
2932
|
+
{
|
|
2933
|
+
"kind": "js",
|
|
2934
|
+
"name": "Accordion",
|
|
2935
|
+
"declaration": {
|
|
2936
|
+
"name": "Accordion",
|
|
2937
|
+
"module": "src/accordion/accordion.ts"
|
|
2938
|
+
}
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"kind": "js",
|
|
2942
|
+
"name": "foundationAccordionShadowOptions",
|
|
2943
|
+
"declaration": {
|
|
2944
|
+
"name": "foundationAccordionShadowOptions",
|
|
2945
|
+
"module": "src/accordion/accordion.ts"
|
|
2946
|
+
}
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"kind": "js",
|
|
2950
|
+
"name": "defaultAccordionConfig",
|
|
2951
|
+
"declaration": {
|
|
2952
|
+
"name": "defaultAccordionConfig",
|
|
2953
|
+
"module": "src/accordion/accordion.ts"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"kind": "js",
|
|
2958
|
+
"name": "foundationAccordion",
|
|
2959
|
+
"declaration": {
|
|
2960
|
+
"name": "foundationAccordion",
|
|
2961
|
+
"module": "src/accordion/accordion.ts"
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
]
|
|
2965
|
+
},
|
|
2966
|
+
{
|
|
2967
|
+
"kind": "javascript-module",
|
|
2968
|
+
"path": "src/accordion/index.ts",
|
|
2969
|
+
"declarations": [],
|
|
2970
|
+
"exports": [
|
|
2971
|
+
{
|
|
2972
|
+
"kind": "js",
|
|
2973
|
+
"name": "*",
|
|
2974
|
+
"declaration": {
|
|
2975
|
+
"name": "*",
|
|
2976
|
+
"package": "./accordion.template"
|
|
2977
|
+
}
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
"kind": "js",
|
|
2981
|
+
"name": "*",
|
|
2982
|
+
"declaration": {
|
|
2983
|
+
"name": "*",
|
|
2984
|
+
"package": "./accordion.styles"
|
|
2985
|
+
}
|
|
2986
|
+
},
|
|
2987
|
+
{
|
|
2988
|
+
"kind": "js",
|
|
2989
|
+
"name": "*",
|
|
2990
|
+
"declaration": {
|
|
2991
|
+
"name": "*",
|
|
2992
|
+
"package": "./accordion"
|
|
2993
|
+
}
|
|
2994
|
+
}
|
|
2995
|
+
]
|
|
2996
|
+
},
|
|
2997
2997
|
{
|
|
2998
2998
|
"kind": "javascript-module",
|
|
2999
2999
|
"path": "src/ai-indicator/ai-indicator.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.409.
|
|
4
|
+
"version": "14.409.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@genesislcap/foundation-testing": "14.409.
|
|
89
|
-
"@genesislcap/genx": "14.409.
|
|
90
|
-
"@genesislcap/rollup-builder": "14.409.
|
|
91
|
-
"@genesislcap/ts-builder": "14.409.
|
|
92
|
-
"@genesislcap/uvu-playwright-builder": "14.409.
|
|
93
|
-
"@genesislcap/vite-builder": "14.409.
|
|
94
|
-
"@genesislcap/webpack-builder": "14.409.
|
|
88
|
+
"@genesislcap/foundation-testing": "14.409.1",
|
|
89
|
+
"@genesislcap/genx": "14.409.1",
|
|
90
|
+
"@genesislcap/rollup-builder": "14.409.1",
|
|
91
|
+
"@genesislcap/ts-builder": "14.409.1",
|
|
92
|
+
"@genesislcap/uvu-playwright-builder": "14.409.1",
|
|
93
|
+
"@genesislcap/vite-builder": "14.409.1",
|
|
94
|
+
"@genesislcap/webpack-builder": "14.409.1",
|
|
95
95
|
"copyfiles": "^2.4.1"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
@@ -100,16 +100,16 @@
|
|
|
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.409.
|
|
104
|
-
"@genesislcap/foundation-ai": "14.409.
|
|
105
|
-
"@genesislcap/foundation-comms": "14.409.
|
|
106
|
-
"@genesislcap/foundation-criteria": "14.409.
|
|
107
|
-
"@genesislcap/foundation-errors": "14.409.
|
|
108
|
-
"@genesislcap/foundation-events": "14.409.
|
|
109
|
-
"@genesislcap/foundation-logger": "14.409.
|
|
110
|
-
"@genesislcap/foundation-notifications": "14.409.
|
|
111
|
-
"@genesislcap/foundation-user": "14.409.
|
|
112
|
-
"@genesislcap/foundation-utils": "14.409.
|
|
103
|
+
"@genesislcap/expression-builder": "14.409.1",
|
|
104
|
+
"@genesislcap/foundation-ai": "14.409.1",
|
|
105
|
+
"@genesislcap/foundation-comms": "14.409.1",
|
|
106
|
+
"@genesislcap/foundation-criteria": "14.409.1",
|
|
107
|
+
"@genesislcap/foundation-errors": "14.409.1",
|
|
108
|
+
"@genesislcap/foundation-events": "14.409.1",
|
|
109
|
+
"@genesislcap/foundation-logger": "14.409.1",
|
|
110
|
+
"@genesislcap/foundation-notifications": "14.409.1",
|
|
111
|
+
"@genesislcap/foundation-user": "14.409.1",
|
|
112
|
+
"@genesislcap/foundation-utils": "14.409.1",
|
|
113
113
|
"@microsoft/fast-colors": "5.3.1",
|
|
114
114
|
"@microsoft/fast-components": "2.30.6",
|
|
115
115
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"access": "public"
|
|
132
132
|
},
|
|
133
133
|
"customElements": "dist/custom-elements.json",
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "a23531e1359a6381e7d4fd81e98bd8d2e9981560"
|
|
135
135
|
}
|