@genesislcap/foundation-ui 14.409.0-FUI-2495.5 → 14.409.0-FUI-2495.6
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 +376 -376
- package/package.json +19 -19
|
@@ -1289,158 +1289,7 @@
|
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/
|
|
1293
|
-
"declarations": [
|
|
1294
|
-
{
|
|
1295
|
-
"kind": "function",
|
|
1296
|
-
"name": "foundationAccordionStyles",
|
|
1297
|
-
"return": {
|
|
1298
|
-
"type": {
|
|
1299
|
-
"text": "ElementStyles"
|
|
1300
|
-
}
|
|
1301
|
-
},
|
|
1302
|
-
"parameters": [
|
|
1303
|
-
{
|
|
1304
|
-
"name": "context",
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "ElementDefinitionContext"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"name": "definition",
|
|
1311
|
-
"type": {
|
|
1312
|
-
"text": "FoundationElementDefinition"
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
]
|
|
1316
|
-
}
|
|
1317
|
-
],
|
|
1318
|
-
"exports": [
|
|
1319
|
-
{
|
|
1320
|
-
"kind": "js",
|
|
1321
|
-
"name": "foundationAccordionStyles",
|
|
1322
|
-
"declaration": {
|
|
1323
|
-
"name": "foundationAccordionStyles",
|
|
1324
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
]
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
"kind": "javascript-module",
|
|
1331
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1332
|
-
"declarations": [
|
|
1333
|
-
{
|
|
1334
|
-
"kind": "function",
|
|
1335
|
-
"name": "foundationAccordionTemplate",
|
|
1336
|
-
"return": {
|
|
1337
|
-
"type": {
|
|
1338
|
-
"text": "ViewTemplate<Accordion>"
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
"parameters": [
|
|
1342
|
-
{
|
|
1343
|
-
"name": "context",
|
|
1344
|
-
"type": {
|
|
1345
|
-
"text": "ElementDefinitionContext"
|
|
1346
|
-
}
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"name": "definition",
|
|
1350
|
-
"type": {
|
|
1351
|
-
"text": "FoundationElementDefinition"
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
]
|
|
1355
|
-
}
|
|
1356
|
-
],
|
|
1357
|
-
"exports": [
|
|
1358
|
-
{
|
|
1359
|
-
"kind": "js",
|
|
1360
|
-
"name": "foundationAccordionTemplate",
|
|
1361
|
-
"declaration": {
|
|
1362
|
-
"name": "foundationAccordionTemplate",
|
|
1363
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
]
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"kind": "javascript-module",
|
|
1370
|
-
"path": "src/accordion/accordion.ts",
|
|
1371
|
-
"declarations": [
|
|
1372
|
-
{
|
|
1373
|
-
"kind": "class",
|
|
1374
|
-
"description": "",
|
|
1375
|
-
"name": "Accordion",
|
|
1376
|
-
"superclass": {
|
|
1377
|
-
"name": "FASTAccordion",
|
|
1378
|
-
"package": "@microsoft/fast-foundation"
|
|
1379
|
-
},
|
|
1380
|
-
"tagName": "%%prefix%%-accordion",
|
|
1381
|
-
"customElement": true
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "variable",
|
|
1385
|
-
"name": "foundationAccordionShadowOptions",
|
|
1386
|
-
"type": {
|
|
1387
|
-
"text": "ShadowRootInit"
|
|
1388
|
-
},
|
|
1389
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "variable",
|
|
1393
|
-
"name": "defaultAccordionConfig",
|
|
1394
|
-
"type": {
|
|
1395
|
-
"text": "object"
|
|
1396
|
-
},
|
|
1397
|
-
"default": "{}"
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "variable",
|
|
1401
|
-
"name": "foundationAccordion",
|
|
1402
|
-
"description": "The Foundation Accordion",
|
|
1403
|
-
"privacy": "public"
|
|
1404
|
-
}
|
|
1405
|
-
],
|
|
1406
|
-
"exports": [
|
|
1407
|
-
{
|
|
1408
|
-
"kind": "js",
|
|
1409
|
-
"name": "Accordion",
|
|
1410
|
-
"declaration": {
|
|
1411
|
-
"name": "Accordion",
|
|
1412
|
-
"module": "src/accordion/accordion.ts"
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "js",
|
|
1417
|
-
"name": "foundationAccordionShadowOptions",
|
|
1418
|
-
"declaration": {
|
|
1419
|
-
"name": "foundationAccordionShadowOptions",
|
|
1420
|
-
"module": "src/accordion/accordion.ts"
|
|
1421
|
-
}
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "js",
|
|
1425
|
-
"name": "defaultAccordionConfig",
|
|
1426
|
-
"declaration": {
|
|
1427
|
-
"name": "defaultAccordionConfig",
|
|
1428
|
-
"module": "src/accordion/accordion.ts"
|
|
1429
|
-
}
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "js",
|
|
1433
|
-
"name": "foundationAccordion",
|
|
1434
|
-
"declaration": {
|
|
1435
|
-
"name": "foundationAccordion",
|
|
1436
|
-
"module": "src/accordion/accordion.ts"
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
]
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "javascript-module",
|
|
1443
|
-
"path": "src/accordion/index.ts",
|
|
1292
|
+
"path": "src/_config/index.ts",
|
|
1444
1293
|
"declarations": [],
|
|
1445
1294
|
"exports": [
|
|
1446
1295
|
{
|
|
@@ -1448,7 +1297,7 @@
|
|
|
1448
1297
|
"name": "*",
|
|
1449
1298
|
"declaration": {
|
|
1450
1299
|
"name": "*",
|
|
1451
|
-
"package": "./
|
|
1300
|
+
"package": "./styles"
|
|
1452
1301
|
}
|
|
1453
1302
|
},
|
|
1454
1303
|
{
|
|
@@ -1456,7 +1305,7 @@
|
|
|
1456
1305
|
"name": "*",
|
|
1457
1306
|
"declaration": {
|
|
1458
1307
|
"name": "*",
|
|
1459
|
-
"package": "./
|
|
1308
|
+
"package": "./tokens"
|
|
1460
1309
|
}
|
|
1461
1310
|
},
|
|
1462
1311
|
{
|
|
@@ -1464,7 +1313,7 @@
|
|
|
1464
1313
|
"name": "*",
|
|
1465
1314
|
"declaration": {
|
|
1466
1315
|
"name": "*",
|
|
1467
|
-
"package": "./
|
|
1316
|
+
"package": "./values"
|
|
1468
1317
|
}
|
|
1469
1318
|
}
|
|
1470
1319
|
]
|
|
@@ -1863,37 +1712,6 @@
|
|
|
1863
1712
|
}
|
|
1864
1713
|
]
|
|
1865
1714
|
},
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "javascript-module",
|
|
1868
|
-
"path": "src/_config/index.ts",
|
|
1869
|
-
"declarations": [],
|
|
1870
|
-
"exports": [
|
|
1871
|
-
{
|
|
1872
|
-
"kind": "js",
|
|
1873
|
-
"name": "*",
|
|
1874
|
-
"declaration": {
|
|
1875
|
-
"name": "*",
|
|
1876
|
-
"package": "./styles"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "js",
|
|
1881
|
-
"name": "*",
|
|
1882
|
-
"declaration": {
|
|
1883
|
-
"name": "*",
|
|
1884
|
-
"package": "./tokens"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "js",
|
|
1889
|
-
"name": "*",
|
|
1890
|
-
"declaration": {
|
|
1891
|
-
"name": "*",
|
|
1892
|
-
"package": "./values"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
},
|
|
1897
1715
|
{
|
|
1898
1716
|
"kind": "javascript-module",
|
|
1899
1717
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2996,11 +2814,11 @@
|
|
|
2996
2814
|
},
|
|
2997
2815
|
{
|
|
2998
2816
|
"kind": "javascript-module",
|
|
2999
|
-
"path": "src/
|
|
2817
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3000
2818
|
"declarations": [
|
|
3001
2819
|
{
|
|
3002
2820
|
"kind": "function",
|
|
3003
|
-
"name": "
|
|
2821
|
+
"name": "foundationAccordionStyles",
|
|
3004
2822
|
"return": {
|
|
3005
2823
|
"type": {
|
|
3006
2824
|
"text": "ElementStyles"
|
|
@@ -3025,66 +2843,248 @@
|
|
|
3025
2843
|
"exports": [
|
|
3026
2844
|
{
|
|
3027
2845
|
"kind": "js",
|
|
3028
|
-
"name": "
|
|
2846
|
+
"name": "foundationAccordionStyles",
|
|
3029
2847
|
"declaration": {
|
|
3030
|
-
"name": "
|
|
3031
|
-
"module": "src/
|
|
2848
|
+
"name": "foundationAccordionStyles",
|
|
2849
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3032
2850
|
}
|
|
3033
2851
|
}
|
|
3034
2852
|
]
|
|
3035
2853
|
},
|
|
3036
2854
|
{
|
|
3037
2855
|
"kind": "javascript-module",
|
|
3038
|
-
"path": "src/
|
|
2856
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3039
2857
|
"declarations": [
|
|
3040
2858
|
{
|
|
3041
|
-
"kind": "
|
|
3042
|
-
"name": "
|
|
3043
|
-
"
|
|
3044
|
-
"
|
|
2859
|
+
"kind": "function",
|
|
2860
|
+
"name": "foundationAccordionTemplate",
|
|
2861
|
+
"return": {
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "ViewTemplate<Accordion>"
|
|
2864
|
+
}
|
|
3045
2865
|
},
|
|
3046
|
-
"
|
|
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
|
+
]
|
|
3047
2880
|
}
|
|
3048
2881
|
],
|
|
3049
2882
|
"exports": [
|
|
3050
2883
|
{
|
|
3051
2884
|
"kind": "js",
|
|
3052
|
-
"name": "
|
|
2885
|
+
"name": "foundationAccordionTemplate",
|
|
3053
2886
|
"declaration": {
|
|
3054
|
-
"name": "
|
|
3055
|
-
"module": "src/
|
|
2887
|
+
"name": "foundationAccordionTemplate",
|
|
2888
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3056
2889
|
}
|
|
3057
2890
|
}
|
|
3058
2891
|
]
|
|
3059
2892
|
},
|
|
3060
2893
|
{
|
|
3061
2894
|
"kind": "javascript-module",
|
|
3062
|
-
"path": "src/
|
|
2895
|
+
"path": "src/accordion/accordion.ts",
|
|
3063
2896
|
"declarations": [
|
|
3064
2897
|
{
|
|
3065
2898
|
"kind": "class",
|
|
3066
2899
|
"description": "",
|
|
3067
|
-
"name": "
|
|
3068
|
-
"
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
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
|
+
{
|
|
2998
|
+
"kind": "javascript-module",
|
|
2999
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3000
|
+
"declarations": [
|
|
3001
|
+
{
|
|
3002
|
+
"kind": "function",
|
|
3003
|
+
"name": "foundationAiIndicatorStyles",
|
|
3004
|
+
"return": {
|
|
3005
|
+
"type": {
|
|
3006
|
+
"text": "ElementStyles"
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
"parameters": [
|
|
3010
|
+
{
|
|
3011
|
+
"name": "context",
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "ElementDefinitionContext"
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"name": "definition",
|
|
3018
|
+
"type": {
|
|
3019
|
+
"text": "FoundationElementDefinition"
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
]
|
|
3023
|
+
}
|
|
3024
|
+
],
|
|
3025
|
+
"exports": [
|
|
3026
|
+
{
|
|
3027
|
+
"kind": "js",
|
|
3028
|
+
"name": "foundationAiIndicatorStyles",
|
|
3029
|
+
"declaration": {
|
|
3030
|
+
"name": "foundationAiIndicatorStyles",
|
|
3031
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
]
|
|
3035
|
+
},
|
|
3036
|
+
{
|
|
3037
|
+
"kind": "javascript-module",
|
|
3038
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3039
|
+
"declarations": [
|
|
3040
|
+
{
|
|
3041
|
+
"kind": "variable",
|
|
3042
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3043
|
+
"type": {
|
|
3044
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
3045
|
+
},
|
|
3046
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3047
|
+
}
|
|
3048
|
+
],
|
|
3049
|
+
"exports": [
|
|
3050
|
+
{
|
|
3051
|
+
"kind": "js",
|
|
3052
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3053
|
+
"declaration": {
|
|
3054
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3055
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
]
|
|
3059
|
+
},
|
|
3060
|
+
{
|
|
3061
|
+
"kind": "javascript-module",
|
|
3062
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3063
|
+
"declarations": [
|
|
3064
|
+
{
|
|
3065
|
+
"kind": "class",
|
|
3066
|
+
"description": "",
|
|
3067
|
+
"name": "AiIndicator",
|
|
3068
|
+
"members": [
|
|
3069
|
+
{
|
|
3070
|
+
"kind": "field",
|
|
3071
|
+
"name": "aiProvider",
|
|
3072
|
+
"type": {
|
|
3073
|
+
"text": "AIProvider"
|
|
3074
|
+
}
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"kind": "field",
|
|
3078
|
+
"name": "status",
|
|
3079
|
+
"type": {
|
|
3080
|
+
"text": "AIStatus | null"
|
|
3081
|
+
},
|
|
3082
|
+
"default": "null"
|
|
3083
|
+
},
|
|
3084
|
+
{
|
|
3085
|
+
"kind": "field",
|
|
3086
|
+
"name": "open",
|
|
3087
|
+
"type": {
|
|
3088
3088
|
"text": "boolean"
|
|
3089
3089
|
},
|
|
3090
3090
|
"default": "false"
|
|
@@ -5545,11 +5545,11 @@
|
|
|
5545
5545
|
},
|
|
5546
5546
|
{
|
|
5547
5547
|
"kind": "javascript-module",
|
|
5548
|
-
"path": "src/
|
|
5548
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
5549
5549
|
"declarations": [
|
|
5550
5550
|
{
|
|
5551
5551
|
"kind": "function",
|
|
5552
|
-
"name": "
|
|
5552
|
+
"name": "foundationAvatarStyles",
|
|
5553
5553
|
"return": {
|
|
5554
5554
|
"type": {
|
|
5555
5555
|
"text": "ElementStyles"
|
|
@@ -5574,24 +5574,24 @@
|
|
|
5574
5574
|
"exports": [
|
|
5575
5575
|
{
|
|
5576
5576
|
"kind": "js",
|
|
5577
|
-
"name": "
|
|
5577
|
+
"name": "foundationAvatarStyles",
|
|
5578
5578
|
"declaration": {
|
|
5579
|
-
"name": "
|
|
5580
|
-
"module": "src/
|
|
5579
|
+
"name": "foundationAvatarStyles",
|
|
5580
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
5581
5581
|
}
|
|
5582
5582
|
}
|
|
5583
5583
|
]
|
|
5584
5584
|
},
|
|
5585
5585
|
{
|
|
5586
5586
|
"kind": "javascript-module",
|
|
5587
|
-
"path": "src/
|
|
5587
|
+
"path": "src/avatar/avatar.template.ts",
|
|
5588
5588
|
"declarations": [
|
|
5589
5589
|
{
|
|
5590
5590
|
"kind": "function",
|
|
5591
|
-
"name": "
|
|
5591
|
+
"name": "foundationAvatarTemplate",
|
|
5592
5592
|
"return": {
|
|
5593
5593
|
"type": {
|
|
5594
|
-
"text": "ViewTemplate<
|
|
5594
|
+
"text": "ViewTemplate<Avatar>"
|
|
5595
5595
|
}
|
|
5596
5596
|
},
|
|
5597
5597
|
"parameters": [
|
|
@@ -5608,32 +5608,45 @@
|
|
|
5608
5608
|
}
|
|
5609
5609
|
}
|
|
5610
5610
|
]
|
|
5611
|
+
},
|
|
5612
|
+
{
|
|
5613
|
+
"kind": "variable",
|
|
5614
|
+
"name": "media",
|
|
5615
|
+
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
5611
5616
|
}
|
|
5612
5617
|
],
|
|
5613
5618
|
"exports": [
|
|
5614
5619
|
{
|
|
5615
5620
|
"kind": "js",
|
|
5616
|
-
"name": "
|
|
5621
|
+
"name": "foundationAvatarTemplate",
|
|
5617
5622
|
"declaration": {
|
|
5618
|
-
"name": "
|
|
5619
|
-
"module": "src/
|
|
5623
|
+
"name": "foundationAvatarTemplate",
|
|
5624
|
+
"module": "src/avatar/avatar.template.ts"
|
|
5625
|
+
}
|
|
5626
|
+
},
|
|
5627
|
+
{
|
|
5628
|
+
"kind": "js",
|
|
5629
|
+
"name": "media",
|
|
5630
|
+
"declaration": {
|
|
5631
|
+
"name": "media",
|
|
5632
|
+
"module": "src/avatar/avatar.template.ts"
|
|
5620
5633
|
}
|
|
5621
5634
|
}
|
|
5622
5635
|
]
|
|
5623
5636
|
},
|
|
5624
5637
|
{
|
|
5625
5638
|
"kind": "javascript-module",
|
|
5626
|
-
"path": "src/
|
|
5639
|
+
"path": "src/avatar/avatar.ts",
|
|
5627
5640
|
"declarations": [
|
|
5628
5641
|
{
|
|
5629
5642
|
"kind": "class",
|
|
5630
5643
|
"description": "",
|
|
5631
|
-
"name": "
|
|
5644
|
+
"name": "Avatar",
|
|
5632
5645
|
"superclass": {
|
|
5633
|
-
"name": "
|
|
5646
|
+
"name": "FASTAvatar",
|
|
5634
5647
|
"package": "@microsoft/fast-components"
|
|
5635
5648
|
},
|
|
5636
|
-
"tagName": "%%prefix%%-
|
|
5649
|
+
"tagName": "%%prefix%%-avatar",
|
|
5637
5650
|
"customElement": true,
|
|
5638
5651
|
"attributes": [
|
|
5639
5652
|
{
|
|
@@ -5641,11 +5654,11 @@
|
|
|
5641
5654
|
"type": {
|
|
5642
5655
|
"text": "string"
|
|
5643
5656
|
},
|
|
5644
|
-
"description": "Indicates the
|
|
5657
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
5645
5658
|
"fieldName": "fill",
|
|
5646
5659
|
"inheritedFrom": {
|
|
5647
|
-
"name": "
|
|
5648
|
-
"module": "src/
|
|
5660
|
+
"name": "Avatar",
|
|
5661
|
+
"module": "src/avatar/avatar.ts"
|
|
5649
5662
|
}
|
|
5650
5663
|
},
|
|
5651
5664
|
{
|
|
@@ -5653,22 +5666,35 @@
|
|
|
5653
5666
|
"type": {
|
|
5654
5667
|
"text": "string"
|
|
5655
5668
|
},
|
|
5656
|
-
"description": "Indicates the
|
|
5669
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
5657
5670
|
"fieldName": "color",
|
|
5658
5671
|
"inheritedFrom": {
|
|
5659
|
-
"name": "
|
|
5660
|
-
"module": "src/
|
|
5672
|
+
"name": "Avatar",
|
|
5673
|
+
"module": "src/avatar/avatar.ts"
|
|
5661
5674
|
}
|
|
5662
5675
|
},
|
|
5663
5676
|
{
|
|
5677
|
+
"name": "link",
|
|
5664
5678
|
"type": {
|
|
5665
|
-
"text": "
|
|
5679
|
+
"text": "string"
|
|
5666
5680
|
},
|
|
5667
|
-
"description": "Indicates the
|
|
5668
|
-
"fieldName": "
|
|
5681
|
+
"description": "Indicates the Avatar should have url link",
|
|
5682
|
+
"fieldName": "link",
|
|
5669
5683
|
"inheritedFrom": {
|
|
5670
|
-
"name": "
|
|
5671
|
-
"module": "src/
|
|
5684
|
+
"name": "Avatar",
|
|
5685
|
+
"module": "src/avatar/avatar.ts"
|
|
5686
|
+
}
|
|
5687
|
+
},
|
|
5688
|
+
{
|
|
5689
|
+
"name": "shape",
|
|
5690
|
+
"type": {
|
|
5691
|
+
"text": "AvatarShape"
|
|
5692
|
+
},
|
|
5693
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
5694
|
+
"fieldName": "shape",
|
|
5695
|
+
"inheritedFrom": {
|
|
5696
|
+
"name": "Avatar",
|
|
5697
|
+
"module": "src/avatar/avatar.ts"
|
|
5672
5698
|
}
|
|
5673
5699
|
}
|
|
5674
5700
|
],
|
|
@@ -5680,10 +5706,10 @@
|
|
|
5680
5706
|
"text": "string"
|
|
5681
5707
|
},
|
|
5682
5708
|
"privacy": "public",
|
|
5683
|
-
"description": "Indicates the
|
|
5709
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
5684
5710
|
"inheritedFrom": {
|
|
5685
|
-
"name": "
|
|
5686
|
-
"module": "src/
|
|
5711
|
+
"name": "Avatar",
|
|
5712
|
+
"module": "src/avatar/avatar.ts"
|
|
5687
5713
|
}
|
|
5688
5714
|
},
|
|
5689
5715
|
{
|
|
@@ -5693,32 +5719,36 @@
|
|
|
5693
5719
|
"text": "string"
|
|
5694
5720
|
},
|
|
5695
5721
|
"privacy": "public",
|
|
5696
|
-
"description": "Indicates the
|
|
5722
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
5697
5723
|
"inheritedFrom": {
|
|
5698
|
-
"name": "
|
|
5699
|
-
"module": "src/
|
|
5724
|
+
"name": "Avatar",
|
|
5725
|
+
"module": "src/avatar/avatar.ts"
|
|
5700
5726
|
}
|
|
5701
5727
|
},
|
|
5702
5728
|
{
|
|
5703
5729
|
"kind": "field",
|
|
5704
|
-
"name": "
|
|
5730
|
+
"name": "link",
|
|
5705
5731
|
"type": {
|
|
5706
|
-
"text": "
|
|
5732
|
+
"text": "string"
|
|
5707
5733
|
},
|
|
5708
5734
|
"privacy": "public",
|
|
5709
|
-
"description": "Indicates the
|
|
5735
|
+
"description": "Indicates the Avatar should have url link",
|
|
5710
5736
|
"inheritedFrom": {
|
|
5711
|
-
"name": "
|
|
5712
|
-
"module": "src/
|
|
5737
|
+
"name": "Avatar",
|
|
5738
|
+
"module": "src/avatar/avatar.ts"
|
|
5713
5739
|
}
|
|
5714
5740
|
},
|
|
5715
5741
|
{
|
|
5716
5742
|
"kind": "field",
|
|
5717
|
-
"name": "
|
|
5743
|
+
"name": "shape",
|
|
5744
|
+
"type": {
|
|
5745
|
+
"text": "AvatarShape"
|
|
5746
|
+
},
|
|
5718
5747
|
"privacy": "public",
|
|
5748
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
5719
5749
|
"inheritedFrom": {
|
|
5720
|
-
"name": "
|
|
5721
|
-
"module": "src/
|
|
5750
|
+
"name": "Avatar",
|
|
5751
|
+
"module": "src/avatar/avatar.ts"
|
|
5722
5752
|
}
|
|
5723
5753
|
},
|
|
5724
5754
|
{
|
|
@@ -5836,65 +5866,65 @@
|
|
|
5836
5866
|
},
|
|
5837
5867
|
{
|
|
5838
5868
|
"kind": "variable",
|
|
5839
|
-
"name": "
|
|
5869
|
+
"name": "foundationAvatarShadowOptions",
|
|
5840
5870
|
"type": {
|
|
5841
5871
|
"text": "ShadowRootInit"
|
|
5842
5872
|
},
|
|
5843
|
-
"default": "
|
|
5873
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
5844
5874
|
},
|
|
5845
5875
|
{
|
|
5846
5876
|
"kind": "variable",
|
|
5847
|
-
"name": "
|
|
5877
|
+
"name": "defaultAvatarConfig",
|
|
5848
5878
|
"type": {
|
|
5849
5879
|
"text": "object"
|
|
5850
5880
|
},
|
|
5851
|
-
"default": "{}"
|
|
5881
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
5852
5882
|
},
|
|
5853
5883
|
{
|
|
5854
5884
|
"kind": "variable",
|
|
5855
|
-
"name": "
|
|
5856
|
-
"description": "The Foundation
|
|
5885
|
+
"name": "foundationAvatar",
|
|
5886
|
+
"description": "The Foundation Avatar",
|
|
5857
5887
|
"privacy": "public"
|
|
5858
5888
|
}
|
|
5859
5889
|
],
|
|
5860
5890
|
"exports": [
|
|
5861
5891
|
{
|
|
5862
5892
|
"kind": "js",
|
|
5863
|
-
"name": "
|
|
5893
|
+
"name": "Avatar",
|
|
5864
5894
|
"declaration": {
|
|
5865
|
-
"name": "
|
|
5866
|
-
"module": "src/
|
|
5895
|
+
"name": "Avatar",
|
|
5896
|
+
"module": "src/avatar/avatar.ts"
|
|
5867
5897
|
}
|
|
5868
5898
|
},
|
|
5869
5899
|
{
|
|
5870
5900
|
"kind": "js",
|
|
5871
|
-
"name": "
|
|
5901
|
+
"name": "foundationAvatarShadowOptions",
|
|
5872
5902
|
"declaration": {
|
|
5873
|
-
"name": "
|
|
5874
|
-
"module": "src/
|
|
5903
|
+
"name": "foundationAvatarShadowOptions",
|
|
5904
|
+
"module": "src/avatar/avatar.ts"
|
|
5875
5905
|
}
|
|
5876
5906
|
},
|
|
5877
5907
|
{
|
|
5878
5908
|
"kind": "js",
|
|
5879
|
-
"name": "
|
|
5909
|
+
"name": "defaultAvatarConfig",
|
|
5880
5910
|
"declaration": {
|
|
5881
|
-
"name": "
|
|
5882
|
-
"module": "src/
|
|
5911
|
+
"name": "defaultAvatarConfig",
|
|
5912
|
+
"module": "src/avatar/avatar.ts"
|
|
5883
5913
|
}
|
|
5884
5914
|
},
|
|
5885
5915
|
{
|
|
5886
5916
|
"kind": "js",
|
|
5887
|
-
"name": "
|
|
5917
|
+
"name": "foundationAvatar",
|
|
5888
5918
|
"declaration": {
|
|
5889
|
-
"name": "
|
|
5890
|
-
"module": "src/
|
|
5919
|
+
"name": "foundationAvatar",
|
|
5920
|
+
"module": "src/avatar/avatar.ts"
|
|
5891
5921
|
}
|
|
5892
5922
|
}
|
|
5893
5923
|
]
|
|
5894
5924
|
},
|
|
5895
5925
|
{
|
|
5896
5926
|
"kind": "javascript-module",
|
|
5897
|
-
"path": "src/
|
|
5927
|
+
"path": "src/avatar/index.ts",
|
|
5898
5928
|
"declarations": [],
|
|
5899
5929
|
"exports": [
|
|
5900
5930
|
{
|
|
@@ -5902,7 +5932,7 @@
|
|
|
5902
5932
|
"name": "*",
|
|
5903
5933
|
"declaration": {
|
|
5904
5934
|
"name": "*",
|
|
5905
|
-
"package": "./
|
|
5935
|
+
"package": "./avatar.template"
|
|
5906
5936
|
}
|
|
5907
5937
|
},
|
|
5908
5938
|
{
|
|
@@ -5910,7 +5940,7 @@
|
|
|
5910
5940
|
"name": "*",
|
|
5911
5941
|
"declaration": {
|
|
5912
5942
|
"name": "*",
|
|
5913
|
-
"package": "./
|
|
5943
|
+
"package": "./avatar.styles"
|
|
5914
5944
|
}
|
|
5915
5945
|
},
|
|
5916
5946
|
{
|
|
@@ -5918,18 +5948,18 @@
|
|
|
5918
5948
|
"name": "*",
|
|
5919
5949
|
"declaration": {
|
|
5920
5950
|
"name": "*",
|
|
5921
|
-
"package": "./
|
|
5951
|
+
"package": "./avatar"
|
|
5922
5952
|
}
|
|
5923
5953
|
}
|
|
5924
5954
|
]
|
|
5925
5955
|
},
|
|
5926
5956
|
{
|
|
5927
5957
|
"kind": "javascript-module",
|
|
5928
|
-
"path": "src/
|
|
5958
|
+
"path": "src/badge/badge.styles.ts",
|
|
5929
5959
|
"declarations": [
|
|
5930
5960
|
{
|
|
5931
5961
|
"kind": "function",
|
|
5932
|
-
"name": "
|
|
5962
|
+
"name": "foundationBadgeStyles",
|
|
5933
5963
|
"return": {
|
|
5934
5964
|
"type": {
|
|
5935
5965
|
"text": "ElementStyles"
|
|
@@ -5954,24 +5984,24 @@
|
|
|
5954
5984
|
"exports": [
|
|
5955
5985
|
{
|
|
5956
5986
|
"kind": "js",
|
|
5957
|
-
"name": "
|
|
5987
|
+
"name": "foundationBadgeStyles",
|
|
5958
5988
|
"declaration": {
|
|
5959
|
-
"name": "
|
|
5960
|
-
"module": "src/
|
|
5989
|
+
"name": "foundationBadgeStyles",
|
|
5990
|
+
"module": "src/badge/badge.styles.ts"
|
|
5961
5991
|
}
|
|
5962
5992
|
}
|
|
5963
5993
|
]
|
|
5964
5994
|
},
|
|
5965
5995
|
{
|
|
5966
5996
|
"kind": "javascript-module",
|
|
5967
|
-
"path": "src/
|
|
5997
|
+
"path": "src/badge/badge.template.ts",
|
|
5968
5998
|
"declarations": [
|
|
5969
5999
|
{
|
|
5970
6000
|
"kind": "function",
|
|
5971
|
-
"name": "
|
|
6001
|
+
"name": "foundationBadgeTemplate",
|
|
5972
6002
|
"return": {
|
|
5973
6003
|
"type": {
|
|
5974
|
-
"text": "ViewTemplate<
|
|
6004
|
+
"text": "ViewTemplate<Badge>"
|
|
5975
6005
|
}
|
|
5976
6006
|
},
|
|
5977
6007
|
"parameters": [
|
|
@@ -5988,45 +6018,32 @@
|
|
|
5988
6018
|
}
|
|
5989
6019
|
}
|
|
5990
6020
|
]
|
|
5991
|
-
},
|
|
5992
|
-
{
|
|
5993
|
-
"kind": "variable",
|
|
5994
|
-
"name": "media",
|
|
5995
|
-
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
5996
6021
|
}
|
|
5997
6022
|
],
|
|
5998
6023
|
"exports": [
|
|
5999
6024
|
{
|
|
6000
6025
|
"kind": "js",
|
|
6001
|
-
"name": "
|
|
6002
|
-
"declaration": {
|
|
6003
|
-
"name": "foundationAvatarTemplate",
|
|
6004
|
-
"module": "src/avatar/avatar.template.ts"
|
|
6005
|
-
}
|
|
6006
|
-
},
|
|
6007
|
-
{
|
|
6008
|
-
"kind": "js",
|
|
6009
|
-
"name": "media",
|
|
6026
|
+
"name": "foundationBadgeTemplate",
|
|
6010
6027
|
"declaration": {
|
|
6011
|
-
"name": "
|
|
6012
|
-
"module": "src/
|
|
6028
|
+
"name": "foundationBadgeTemplate",
|
|
6029
|
+
"module": "src/badge/badge.template.ts"
|
|
6013
6030
|
}
|
|
6014
6031
|
}
|
|
6015
6032
|
]
|
|
6016
6033
|
},
|
|
6017
6034
|
{
|
|
6018
6035
|
"kind": "javascript-module",
|
|
6019
|
-
"path": "src/
|
|
6036
|
+
"path": "src/badge/badge.ts",
|
|
6020
6037
|
"declarations": [
|
|
6021
6038
|
{
|
|
6022
6039
|
"kind": "class",
|
|
6023
6040
|
"description": "",
|
|
6024
|
-
"name": "
|
|
6041
|
+
"name": "Badge",
|
|
6025
6042
|
"superclass": {
|
|
6026
|
-
"name": "
|
|
6043
|
+
"name": "FASTBadge",
|
|
6027
6044
|
"package": "@microsoft/fast-components"
|
|
6028
6045
|
},
|
|
6029
|
-
"tagName": "%%prefix%%-
|
|
6046
|
+
"tagName": "%%prefix%%-badge",
|
|
6030
6047
|
"customElement": true,
|
|
6031
6048
|
"attributes": [
|
|
6032
6049
|
{
|
|
@@ -6034,11 +6051,11 @@
|
|
|
6034
6051
|
"type": {
|
|
6035
6052
|
"text": "string"
|
|
6036
6053
|
},
|
|
6037
|
-
"description": "Indicates the
|
|
6054
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6038
6055
|
"fieldName": "fill",
|
|
6039
6056
|
"inheritedFrom": {
|
|
6040
|
-
"name": "
|
|
6041
|
-
"module": "src/
|
|
6057
|
+
"name": "Badge",
|
|
6058
|
+
"module": "src/badge/badge.ts"
|
|
6042
6059
|
}
|
|
6043
6060
|
},
|
|
6044
6061
|
{
|
|
@@ -6046,35 +6063,22 @@
|
|
|
6046
6063
|
"type": {
|
|
6047
6064
|
"text": "string"
|
|
6048
6065
|
},
|
|
6049
|
-
"description": "Indicates the
|
|
6066
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6050
6067
|
"fieldName": "color",
|
|
6051
6068
|
"inheritedFrom": {
|
|
6052
|
-
"name": "
|
|
6053
|
-
"module": "src/
|
|
6054
|
-
}
|
|
6055
|
-
},
|
|
6056
|
-
{
|
|
6057
|
-
"name": "link",
|
|
6058
|
-
"type": {
|
|
6059
|
-
"text": "string"
|
|
6060
|
-
},
|
|
6061
|
-
"description": "Indicates the Avatar should have url link",
|
|
6062
|
-
"fieldName": "link",
|
|
6063
|
-
"inheritedFrom": {
|
|
6064
|
-
"name": "Avatar",
|
|
6065
|
-
"module": "src/avatar/avatar.ts"
|
|
6069
|
+
"name": "Badge",
|
|
6070
|
+
"module": "src/badge/badge.ts"
|
|
6066
6071
|
}
|
|
6067
6072
|
},
|
|
6068
6073
|
{
|
|
6069
|
-
"name": "shape",
|
|
6070
6074
|
"type": {
|
|
6071
|
-
"text": "
|
|
6075
|
+
"text": "boolean"
|
|
6072
6076
|
},
|
|
6073
|
-
"description": "Indicates the
|
|
6074
|
-
"fieldName": "
|
|
6077
|
+
"description": "Indicates the element should be circular",
|
|
6078
|
+
"fieldName": "circular",
|
|
6075
6079
|
"inheritedFrom": {
|
|
6076
|
-
"name": "
|
|
6077
|
-
"module": "src/
|
|
6080
|
+
"name": "Badge",
|
|
6081
|
+
"module": "src/badge/badge.ts"
|
|
6078
6082
|
}
|
|
6079
6083
|
}
|
|
6080
6084
|
],
|
|
@@ -6086,10 +6090,10 @@
|
|
|
6086
6090
|
"text": "string"
|
|
6087
6091
|
},
|
|
6088
6092
|
"privacy": "public",
|
|
6089
|
-
"description": "Indicates the
|
|
6093
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6090
6094
|
"inheritedFrom": {
|
|
6091
|
-
"name": "
|
|
6092
|
-
"module": "src/
|
|
6095
|
+
"name": "Badge",
|
|
6096
|
+
"module": "src/badge/badge.ts"
|
|
6093
6097
|
}
|
|
6094
6098
|
},
|
|
6095
6099
|
{
|
|
@@ -6099,36 +6103,32 @@
|
|
|
6099
6103
|
"text": "string"
|
|
6100
6104
|
},
|
|
6101
6105
|
"privacy": "public",
|
|
6102
|
-
"description": "Indicates the
|
|
6106
|
+
"description": "Indicates the badge should have a filled style.",
|
|
6103
6107
|
"inheritedFrom": {
|
|
6104
|
-
"name": "
|
|
6105
|
-
"module": "src/
|
|
6108
|
+
"name": "Badge",
|
|
6109
|
+
"module": "src/badge/badge.ts"
|
|
6106
6110
|
}
|
|
6107
6111
|
},
|
|
6108
6112
|
{
|
|
6109
6113
|
"kind": "field",
|
|
6110
|
-
"name": "
|
|
6114
|
+
"name": "circular",
|
|
6111
6115
|
"type": {
|
|
6112
|
-
"text": "
|
|
6116
|
+
"text": "boolean"
|
|
6113
6117
|
},
|
|
6114
6118
|
"privacy": "public",
|
|
6115
|
-
"description": "Indicates the
|
|
6119
|
+
"description": "Indicates the element should be circular",
|
|
6116
6120
|
"inheritedFrom": {
|
|
6117
|
-
"name": "
|
|
6118
|
-
"module": "src/
|
|
6121
|
+
"name": "Badge",
|
|
6122
|
+
"module": "src/badge/badge.ts"
|
|
6119
6123
|
}
|
|
6120
6124
|
},
|
|
6121
6125
|
{
|
|
6122
6126
|
"kind": "field",
|
|
6123
|
-
"name": "
|
|
6124
|
-
"type": {
|
|
6125
|
-
"text": "AvatarShape"
|
|
6126
|
-
},
|
|
6127
|
+
"name": "generateBadgeStyle",
|
|
6127
6128
|
"privacy": "public",
|
|
6128
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
6129
6129
|
"inheritedFrom": {
|
|
6130
|
-
"name": "
|
|
6131
|
-
"module": "src/
|
|
6130
|
+
"name": "Badge",
|
|
6131
|
+
"module": "src/badge/badge.ts"
|
|
6132
6132
|
}
|
|
6133
6133
|
},
|
|
6134
6134
|
{
|
|
@@ -6246,65 +6246,65 @@
|
|
|
6246
6246
|
},
|
|
6247
6247
|
{
|
|
6248
6248
|
"kind": "variable",
|
|
6249
|
-
"name": "
|
|
6249
|
+
"name": "foundationBadgeShadowOptions",
|
|
6250
6250
|
"type": {
|
|
6251
6251
|
"text": "ShadowRootInit"
|
|
6252
6252
|
},
|
|
6253
|
-
"default": "
|
|
6253
|
+
"default": "undefined"
|
|
6254
6254
|
},
|
|
6255
6255
|
{
|
|
6256
6256
|
"kind": "variable",
|
|
6257
|
-
"name": "
|
|
6257
|
+
"name": "defaultBadgeConfig",
|
|
6258
6258
|
"type": {
|
|
6259
6259
|
"text": "object"
|
|
6260
6260
|
},
|
|
6261
|
-
"default": "{
|
|
6261
|
+
"default": "{}"
|
|
6262
6262
|
},
|
|
6263
6263
|
{
|
|
6264
6264
|
"kind": "variable",
|
|
6265
|
-
"name": "
|
|
6266
|
-
"description": "The Foundation
|
|
6265
|
+
"name": "foundationBadge",
|
|
6266
|
+
"description": "The Foundation Badge",
|
|
6267
6267
|
"privacy": "public"
|
|
6268
6268
|
}
|
|
6269
6269
|
],
|
|
6270
6270
|
"exports": [
|
|
6271
6271
|
{
|
|
6272
6272
|
"kind": "js",
|
|
6273
|
-
"name": "
|
|
6273
|
+
"name": "Badge",
|
|
6274
6274
|
"declaration": {
|
|
6275
|
-
"name": "
|
|
6276
|
-
"module": "src/
|
|
6275
|
+
"name": "Badge",
|
|
6276
|
+
"module": "src/badge/badge.ts"
|
|
6277
6277
|
}
|
|
6278
6278
|
},
|
|
6279
6279
|
{
|
|
6280
6280
|
"kind": "js",
|
|
6281
|
-
"name": "
|
|
6281
|
+
"name": "foundationBadgeShadowOptions",
|
|
6282
6282
|
"declaration": {
|
|
6283
|
-
"name": "
|
|
6284
|
-
"module": "src/
|
|
6283
|
+
"name": "foundationBadgeShadowOptions",
|
|
6284
|
+
"module": "src/badge/badge.ts"
|
|
6285
6285
|
}
|
|
6286
6286
|
},
|
|
6287
6287
|
{
|
|
6288
6288
|
"kind": "js",
|
|
6289
|
-
"name": "
|
|
6289
|
+
"name": "defaultBadgeConfig",
|
|
6290
6290
|
"declaration": {
|
|
6291
|
-
"name": "
|
|
6292
|
-
"module": "src/
|
|
6291
|
+
"name": "defaultBadgeConfig",
|
|
6292
|
+
"module": "src/badge/badge.ts"
|
|
6293
6293
|
}
|
|
6294
6294
|
},
|
|
6295
6295
|
{
|
|
6296
6296
|
"kind": "js",
|
|
6297
|
-
"name": "
|
|
6297
|
+
"name": "foundationBadge",
|
|
6298
6298
|
"declaration": {
|
|
6299
|
-
"name": "
|
|
6300
|
-
"module": "src/
|
|
6299
|
+
"name": "foundationBadge",
|
|
6300
|
+
"module": "src/badge/badge.ts"
|
|
6301
6301
|
}
|
|
6302
6302
|
}
|
|
6303
6303
|
]
|
|
6304
6304
|
},
|
|
6305
6305
|
{
|
|
6306
6306
|
"kind": "javascript-module",
|
|
6307
|
-
"path": "src/
|
|
6307
|
+
"path": "src/badge/index.ts",
|
|
6308
6308
|
"declarations": [],
|
|
6309
6309
|
"exports": [
|
|
6310
6310
|
{
|
|
@@ -6312,7 +6312,7 @@
|
|
|
6312
6312
|
"name": "*",
|
|
6313
6313
|
"declaration": {
|
|
6314
6314
|
"name": "*",
|
|
6315
|
-
"package": "./
|
|
6315
|
+
"package": "./badge.template"
|
|
6316
6316
|
}
|
|
6317
6317
|
},
|
|
6318
6318
|
{
|
|
@@ -6320,7 +6320,7 @@
|
|
|
6320
6320
|
"name": "*",
|
|
6321
6321
|
"declaration": {
|
|
6322
6322
|
"name": "*",
|
|
6323
|
-
"package": "./
|
|
6323
|
+
"package": "./badge.styles"
|
|
6324
6324
|
}
|
|
6325
6325
|
},
|
|
6326
6326
|
{
|
|
@@ -6328,7 +6328,7 @@
|
|
|
6328
6328
|
"name": "*",
|
|
6329
6329
|
"declaration": {
|
|
6330
6330
|
"name": "*",
|
|
6331
|
-
"package": "./
|
|
6331
|
+
"package": "./badge"
|
|
6332
6332
|
}
|
|
6333
6333
|
}
|
|
6334
6334
|
]
|
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.0-FUI-2495.
|
|
4
|
+
"version": "14.409.0-FUI-2495.6",
|
|
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.0-FUI-2495.
|
|
89
|
-
"@genesislcap/genx": "14.409.0-FUI-2495.
|
|
90
|
-
"@genesislcap/rollup-builder": "14.409.0-FUI-2495.
|
|
91
|
-
"@genesislcap/ts-builder": "14.409.0-FUI-2495.
|
|
92
|
-
"@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.
|
|
93
|
-
"@genesislcap/vite-builder": "14.409.0-FUI-2495.
|
|
94
|
-
"@genesislcap/webpack-builder": "14.409.0-FUI-2495.
|
|
88
|
+
"@genesislcap/foundation-testing": "14.409.0-FUI-2495.6",
|
|
89
|
+
"@genesislcap/genx": "14.409.0-FUI-2495.6",
|
|
90
|
+
"@genesislcap/rollup-builder": "14.409.0-FUI-2495.6",
|
|
91
|
+
"@genesislcap/ts-builder": "14.409.0-FUI-2495.6",
|
|
92
|
+
"@genesislcap/uvu-playwright-builder": "14.409.0-FUI-2495.6",
|
|
93
|
+
"@genesislcap/vite-builder": "14.409.0-FUI-2495.6",
|
|
94
|
+
"@genesislcap/webpack-builder": "14.409.0-FUI-2495.6",
|
|
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.0-FUI-2495.
|
|
104
|
-
"@genesislcap/foundation-ai": "14.409.0-FUI-2495.
|
|
105
|
-
"@genesislcap/foundation-comms": "14.409.0-FUI-2495.
|
|
106
|
-
"@genesislcap/foundation-criteria": "14.409.0-FUI-2495.
|
|
107
|
-
"@genesislcap/foundation-errors": "14.409.0-FUI-2495.
|
|
108
|
-
"@genesislcap/foundation-events": "14.409.0-FUI-2495.
|
|
109
|
-
"@genesislcap/foundation-logger": "14.409.0-FUI-2495.
|
|
110
|
-
"@genesislcap/foundation-notifications": "14.409.0-FUI-2495.
|
|
111
|
-
"@genesislcap/foundation-user": "14.409.0-FUI-2495.
|
|
112
|
-
"@genesislcap/foundation-utils": "14.409.0-FUI-2495.
|
|
103
|
+
"@genesislcap/expression-builder": "14.409.0-FUI-2495.6",
|
|
104
|
+
"@genesislcap/foundation-ai": "14.409.0-FUI-2495.6",
|
|
105
|
+
"@genesislcap/foundation-comms": "14.409.0-FUI-2495.6",
|
|
106
|
+
"@genesislcap/foundation-criteria": "14.409.0-FUI-2495.6",
|
|
107
|
+
"@genesislcap/foundation-errors": "14.409.0-FUI-2495.6",
|
|
108
|
+
"@genesislcap/foundation-events": "14.409.0-FUI-2495.6",
|
|
109
|
+
"@genesislcap/foundation-logger": "14.409.0-FUI-2495.6",
|
|
110
|
+
"@genesislcap/foundation-notifications": "14.409.0-FUI-2495.6",
|
|
111
|
+
"@genesislcap/foundation-user": "14.409.0-FUI-2495.6",
|
|
112
|
+
"@genesislcap/foundation-utils": "14.409.0-FUI-2495.6",
|
|
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": "0618cadf29baa3a17f115b140524cdcae0664af0"
|
|
135
135
|
}
|