@fluentui/web-components 3.0.0-alpha.7 → 3.0.0-alpha.9
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/CHANGELOG.json +39 -1
- package/CHANGELOG.md +20 -2
- package/dist/dts/accordion-item/accordion-item.d.ts +2 -2
- package/dist/dts/badge/badge.d.ts +2 -2
- package/dist/dts/counter-badge/counter-badge.d.ts +4 -4
- package/dist/dts/progress-bar/progress-bar.d.ts +2 -2
- package/dist/dts/spinner/spinner.d.ts +2 -2
- package/dist/dts/text/text.d.ts +4 -4
- package/dist/dts/theme/design-tokens.d.ts +5 -0
- package/dist/esm/accordion-item/accordion-item.js.map +1 -1
- package/dist/esm/badge/badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.js.map +1 -1
- package/dist/esm/counter-badge/counter-badge.template.js.map +1 -1
- package/dist/esm/progress-bar/progress-bar.js +10 -0
- package/dist/esm/progress-bar/progress-bar.js.map +1 -1
- package/dist/esm/spinner/spinner.js.map +1 -1
- package/dist/esm/text/text.js.map +1 -1
- package/dist/esm/theme/design-tokens.js +5 -0
- package/dist/esm/theme/design-tokens.js.map +1 -1
- package/dist/esm/theme/set-theme.js.map +1 -1
- package/dist/fluent-web-components.api.json +183 -28
- package/dist/web-components.d.ts +26 -16
- package/dist/web-components.js +23 -2
- package/dist/web-components.min.js +71 -71
- package/docs/api-report.md +31 -16
- package/package.json +1 -1
|
@@ -1405,7 +1405,7 @@
|
|
|
1405
1405
|
"excerptTokens": [
|
|
1406
1406
|
{
|
|
1407
1407
|
"kind": "Content",
|
|
1408
|
-
"text": "shape
|
|
1408
|
+
"text": "shape?: "
|
|
1409
1409
|
},
|
|
1410
1410
|
{
|
|
1411
1411
|
"kind": "Reference",
|
|
@@ -1418,7 +1418,7 @@
|
|
|
1418
1418
|
}
|
|
1419
1419
|
],
|
|
1420
1420
|
"isReadonly": false,
|
|
1421
|
-
"isOptional":
|
|
1421
|
+
"isOptional": true,
|
|
1422
1422
|
"releaseTag": "Public",
|
|
1423
1423
|
"name": "shape",
|
|
1424
1424
|
"propertyTypeTokenRange": {
|
|
@@ -1435,7 +1435,7 @@
|
|
|
1435
1435
|
"excerptTokens": [
|
|
1436
1436
|
{
|
|
1437
1437
|
"kind": "Content",
|
|
1438
|
-
"text": "size
|
|
1438
|
+
"text": "size?: "
|
|
1439
1439
|
},
|
|
1440
1440
|
{
|
|
1441
1441
|
"kind": "Reference",
|
|
@@ -1448,7 +1448,7 @@
|
|
|
1448
1448
|
}
|
|
1449
1449
|
],
|
|
1450
1450
|
"isReadonly": false,
|
|
1451
|
-
"isOptional":
|
|
1451
|
+
"isOptional": true,
|
|
1452
1452
|
"releaseTag": "Public",
|
|
1453
1453
|
"name": "size",
|
|
1454
1454
|
"propertyTypeTokenRange": {
|
|
@@ -5284,6 +5284,37 @@
|
|
|
5284
5284
|
"endIndex": 4
|
|
5285
5285
|
}
|
|
5286
5286
|
},
|
|
5287
|
+
{
|
|
5288
|
+
"kind": "Variable",
|
|
5289
|
+
"canonicalReference": "@fluentui/web-components!colorNeutralStencil1Alpha:var",
|
|
5290
|
+
"docComment": "",
|
|
5291
|
+
"excerptTokens": [
|
|
5292
|
+
{
|
|
5293
|
+
"kind": "Content",
|
|
5294
|
+
"text": "colorNeutralStencil1Alpha: "
|
|
5295
|
+
},
|
|
5296
|
+
{
|
|
5297
|
+
"kind": "Content",
|
|
5298
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
5299
|
+
},
|
|
5300
|
+
{
|
|
5301
|
+
"kind": "Reference",
|
|
5302
|
+
"text": "CSSDesignToken",
|
|
5303
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
|
|
5304
|
+
},
|
|
5305
|
+
{
|
|
5306
|
+
"kind": "Content",
|
|
5307
|
+
"text": "<string>"
|
|
5308
|
+
}
|
|
5309
|
+
],
|
|
5310
|
+
"isReadonly": true,
|
|
5311
|
+
"releaseTag": "Public",
|
|
5312
|
+
"name": "colorNeutralStencil1Alpha",
|
|
5313
|
+
"variableTypeTokenRange": {
|
|
5314
|
+
"startIndex": 1,
|
|
5315
|
+
"endIndex": 4
|
|
5316
|
+
}
|
|
5317
|
+
},
|
|
5287
5318
|
{
|
|
5288
5319
|
"kind": "Variable",
|
|
5289
5320
|
"canonicalReference": "@fluentui/web-components!colorNeutralStencil2:var",
|
|
@@ -5315,6 +5346,37 @@
|
|
|
5315
5346
|
"endIndex": 4
|
|
5316
5347
|
}
|
|
5317
5348
|
},
|
|
5349
|
+
{
|
|
5350
|
+
"kind": "Variable",
|
|
5351
|
+
"canonicalReference": "@fluentui/web-components!colorNeutralStencil2Alpha:var",
|
|
5352
|
+
"docComment": "",
|
|
5353
|
+
"excerptTokens": [
|
|
5354
|
+
{
|
|
5355
|
+
"kind": "Content",
|
|
5356
|
+
"text": "colorNeutralStencil2Alpha: "
|
|
5357
|
+
},
|
|
5358
|
+
{
|
|
5359
|
+
"kind": "Content",
|
|
5360
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
5361
|
+
},
|
|
5362
|
+
{
|
|
5363
|
+
"kind": "Reference",
|
|
5364
|
+
"text": "CSSDesignToken",
|
|
5365
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
|
|
5366
|
+
},
|
|
5367
|
+
{
|
|
5368
|
+
"kind": "Content",
|
|
5369
|
+
"text": "<string>"
|
|
5370
|
+
}
|
|
5371
|
+
],
|
|
5372
|
+
"isReadonly": true,
|
|
5373
|
+
"releaseTag": "Public",
|
|
5374
|
+
"name": "colorNeutralStencil2Alpha",
|
|
5375
|
+
"variableTypeTokenRange": {
|
|
5376
|
+
"startIndex": 1,
|
|
5377
|
+
"endIndex": 4
|
|
5378
|
+
}
|
|
5379
|
+
},
|
|
5318
5380
|
{
|
|
5319
5381
|
"kind": "Variable",
|
|
5320
5382
|
"canonicalReference": "@fluentui/web-components!colorNeutralStroke1:var",
|
|
@@ -7795,6 +7857,37 @@
|
|
|
7795
7857
|
"endIndex": 4
|
|
7796
7858
|
}
|
|
7797
7859
|
},
|
|
7860
|
+
{
|
|
7861
|
+
"kind": "Variable",
|
|
7862
|
+
"canonicalReference": "@fluentui/web-components!colorPaletteGreenForegroundInverted:var",
|
|
7863
|
+
"docComment": "",
|
|
7864
|
+
"excerptTokens": [
|
|
7865
|
+
{
|
|
7866
|
+
"kind": "Content",
|
|
7867
|
+
"text": "colorPaletteGreenForegroundInverted: "
|
|
7868
|
+
},
|
|
7869
|
+
{
|
|
7870
|
+
"kind": "Content",
|
|
7871
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
7872
|
+
},
|
|
7873
|
+
{
|
|
7874
|
+
"kind": "Reference",
|
|
7875
|
+
"text": "CSSDesignToken",
|
|
7876
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
|
|
7877
|
+
},
|
|
7878
|
+
{
|
|
7879
|
+
"kind": "Content",
|
|
7880
|
+
"text": "<string>"
|
|
7881
|
+
}
|
|
7882
|
+
],
|
|
7883
|
+
"isReadonly": true,
|
|
7884
|
+
"releaseTag": "Public",
|
|
7885
|
+
"name": "colorPaletteGreenForegroundInverted",
|
|
7886
|
+
"variableTypeTokenRange": {
|
|
7887
|
+
"startIndex": 1,
|
|
7888
|
+
"endIndex": 4
|
|
7889
|
+
}
|
|
7890
|
+
},
|
|
7798
7891
|
{
|
|
7799
7892
|
"kind": "Variable",
|
|
7800
7893
|
"canonicalReference": "@fluentui/web-components!colorPaletteLavenderBackground2:var",
|
|
@@ -9748,6 +9841,37 @@
|
|
|
9748
9841
|
"endIndex": 4
|
|
9749
9842
|
}
|
|
9750
9843
|
},
|
|
9844
|
+
{
|
|
9845
|
+
"kind": "Variable",
|
|
9846
|
+
"canonicalReference": "@fluentui/web-components!colorPaletteRedForegroundInverted:var",
|
|
9847
|
+
"docComment": "",
|
|
9848
|
+
"excerptTokens": [
|
|
9849
|
+
{
|
|
9850
|
+
"kind": "Content",
|
|
9851
|
+
"text": "colorPaletteRedForegroundInverted: "
|
|
9852
|
+
},
|
|
9853
|
+
{
|
|
9854
|
+
"kind": "Content",
|
|
9855
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
9856
|
+
},
|
|
9857
|
+
{
|
|
9858
|
+
"kind": "Reference",
|
|
9859
|
+
"text": "CSSDesignToken",
|
|
9860
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
|
|
9861
|
+
},
|
|
9862
|
+
{
|
|
9863
|
+
"kind": "Content",
|
|
9864
|
+
"text": "<string>"
|
|
9865
|
+
}
|
|
9866
|
+
],
|
|
9867
|
+
"isReadonly": true,
|
|
9868
|
+
"releaseTag": "Public",
|
|
9869
|
+
"name": "colorPaletteRedForegroundInverted",
|
|
9870
|
+
"variableTypeTokenRange": {
|
|
9871
|
+
"startIndex": 1,
|
|
9872
|
+
"endIndex": 4
|
|
9873
|
+
}
|
|
9874
|
+
},
|
|
9751
9875
|
{
|
|
9752
9876
|
"kind": "Variable",
|
|
9753
9877
|
"canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBackground2:var",
|
|
@@ -10399,6 +10523,37 @@
|
|
|
10399
10523
|
"endIndex": 4
|
|
10400
10524
|
}
|
|
10401
10525
|
},
|
|
10526
|
+
{
|
|
10527
|
+
"kind": "Variable",
|
|
10528
|
+
"canonicalReference": "@fluentui/web-components!colorPaletteYellowForegroundInverted:var",
|
|
10529
|
+
"docComment": "",
|
|
10530
|
+
"excerptTokens": [
|
|
10531
|
+
{
|
|
10532
|
+
"kind": "Content",
|
|
10533
|
+
"text": "colorPaletteYellowForegroundInverted: "
|
|
10534
|
+
},
|
|
10535
|
+
{
|
|
10536
|
+
"kind": "Content",
|
|
10537
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
10538
|
+
},
|
|
10539
|
+
{
|
|
10540
|
+
"kind": "Reference",
|
|
10541
|
+
"text": "CSSDesignToken",
|
|
10542
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:class"
|
|
10543
|
+
},
|
|
10544
|
+
{
|
|
10545
|
+
"kind": "Content",
|
|
10546
|
+
"text": "<string>"
|
|
10547
|
+
}
|
|
10548
|
+
],
|
|
10549
|
+
"isReadonly": true,
|
|
10550
|
+
"releaseTag": "Public",
|
|
10551
|
+
"name": "colorPaletteYellowForegroundInverted",
|
|
10552
|
+
"variableTypeTokenRange": {
|
|
10553
|
+
"startIndex": 1,
|
|
10554
|
+
"endIndex": 4
|
|
10555
|
+
}
|
|
10556
|
+
},
|
|
10402
10557
|
{
|
|
10403
10558
|
"kind": "Variable",
|
|
10404
10559
|
"canonicalReference": "@fluentui/web-components!colorScrollbarOverlay:var",
|
|
@@ -11080,7 +11235,7 @@
|
|
|
11080
11235
|
"excerptTokens": [
|
|
11081
11236
|
{
|
|
11082
11237
|
"kind": "Content",
|
|
11083
|
-
"text": "appearance
|
|
11238
|
+
"text": "appearance?: "
|
|
11084
11239
|
},
|
|
11085
11240
|
{
|
|
11086
11241
|
"kind": "Reference",
|
|
@@ -11093,7 +11248,7 @@
|
|
|
11093
11248
|
}
|
|
11094
11249
|
],
|
|
11095
11250
|
"isReadonly": false,
|
|
11096
|
-
"isOptional":
|
|
11251
|
+
"isOptional": true,
|
|
11097
11252
|
"releaseTag": "Public",
|
|
11098
11253
|
"name": "appearance",
|
|
11099
11254
|
"propertyTypeTokenRange": {
|
|
@@ -11110,7 +11265,7 @@
|
|
|
11110
11265
|
"excerptTokens": [
|
|
11111
11266
|
{
|
|
11112
11267
|
"kind": "Content",
|
|
11113
|
-
"text": "color
|
|
11268
|
+
"text": "color?: "
|
|
11114
11269
|
},
|
|
11115
11270
|
{
|
|
11116
11271
|
"kind": "Reference",
|
|
@@ -11123,7 +11278,7 @@
|
|
|
11123
11278
|
}
|
|
11124
11279
|
],
|
|
11125
11280
|
"isReadonly": false,
|
|
11126
|
-
"isOptional":
|
|
11281
|
+
"isOptional": true,
|
|
11127
11282
|
"releaseTag": "Public",
|
|
11128
11283
|
"name": "color",
|
|
11129
11284
|
"propertyTypeTokenRange": {
|
|
@@ -11287,7 +11442,7 @@
|
|
|
11287
11442
|
"excerptTokens": [
|
|
11288
11443
|
{
|
|
11289
11444
|
"kind": "Content",
|
|
11290
|
-
"text": "shape
|
|
11445
|
+
"text": "shape?: "
|
|
11291
11446
|
},
|
|
11292
11447
|
{
|
|
11293
11448
|
"kind": "Reference",
|
|
@@ -11300,7 +11455,7 @@
|
|
|
11300
11455
|
}
|
|
11301
11456
|
],
|
|
11302
11457
|
"isReadonly": false,
|
|
11303
|
-
"isOptional":
|
|
11458
|
+
"isOptional": true,
|
|
11304
11459
|
"releaseTag": "Public",
|
|
11305
11460
|
"name": "shape",
|
|
11306
11461
|
"propertyTypeTokenRange": {
|
|
@@ -11346,7 +11501,7 @@
|
|
|
11346
11501
|
"excerptTokens": [
|
|
11347
11502
|
{
|
|
11348
11503
|
"kind": "Content",
|
|
11349
|
-
"text": "size
|
|
11504
|
+
"text": "size?: "
|
|
11350
11505
|
},
|
|
11351
11506
|
{
|
|
11352
11507
|
"kind": "Reference",
|
|
@@ -11359,7 +11514,7 @@
|
|
|
11359
11514
|
}
|
|
11360
11515
|
],
|
|
11361
11516
|
"isReadonly": false,
|
|
11362
|
-
"isOptional":
|
|
11517
|
+
"isOptional": true,
|
|
11363
11518
|
"releaseTag": "Public",
|
|
11364
11519
|
"name": "size",
|
|
11365
11520
|
"propertyTypeTokenRange": {
|
|
@@ -13898,7 +14053,7 @@
|
|
|
13898
14053
|
"excerptTokens": [
|
|
13899
14054
|
{
|
|
13900
14055
|
"kind": "Content",
|
|
13901
|
-
"text": "shape
|
|
14056
|
+
"text": "shape?: "
|
|
13902
14057
|
},
|
|
13903
14058
|
{
|
|
13904
14059
|
"kind": "Reference",
|
|
@@ -13911,7 +14066,7 @@
|
|
|
13911
14066
|
}
|
|
13912
14067
|
],
|
|
13913
14068
|
"isReadonly": false,
|
|
13914
|
-
"isOptional":
|
|
14069
|
+
"isOptional": true,
|
|
13915
14070
|
"releaseTag": "Public",
|
|
13916
14071
|
"name": "shape",
|
|
13917
14072
|
"propertyTypeTokenRange": {
|
|
@@ -13928,7 +14083,7 @@
|
|
|
13928
14083
|
"excerptTokens": [
|
|
13929
14084
|
{
|
|
13930
14085
|
"kind": "Content",
|
|
13931
|
-
"text": "thickness
|
|
14086
|
+
"text": "thickness?: "
|
|
13932
14087
|
},
|
|
13933
14088
|
{
|
|
13934
14089
|
"kind": "Reference",
|
|
@@ -13941,7 +14096,7 @@
|
|
|
13941
14096
|
}
|
|
13942
14097
|
],
|
|
13943
14098
|
"isReadonly": false,
|
|
13944
|
-
"isOptional":
|
|
14099
|
+
"isOptional": true,
|
|
13945
14100
|
"releaseTag": "Public",
|
|
13946
14101
|
"name": "thickness",
|
|
13947
14102
|
"propertyTypeTokenRange": {
|
|
@@ -15393,7 +15548,7 @@
|
|
|
15393
15548
|
"excerptTokens": [
|
|
15394
15549
|
{
|
|
15395
15550
|
"kind": "Content",
|
|
15396
|
-
"text": "appearance
|
|
15551
|
+
"text": "appearance?: "
|
|
15397
15552
|
},
|
|
15398
15553
|
{
|
|
15399
15554
|
"kind": "Reference",
|
|
@@ -15406,7 +15561,7 @@
|
|
|
15406
15561
|
}
|
|
15407
15562
|
],
|
|
15408
15563
|
"isReadonly": false,
|
|
15409
|
-
"isOptional":
|
|
15564
|
+
"isOptional": true,
|
|
15410
15565
|
"releaseTag": "Public",
|
|
15411
15566
|
"name": "appearance",
|
|
15412
15567
|
"propertyTypeTokenRange": {
|
|
@@ -15423,7 +15578,7 @@
|
|
|
15423
15578
|
"excerptTokens": [
|
|
15424
15579
|
{
|
|
15425
15580
|
"kind": "Content",
|
|
15426
|
-
"text": "size
|
|
15581
|
+
"text": "size?: "
|
|
15427
15582
|
},
|
|
15428
15583
|
{
|
|
15429
15584
|
"kind": "Reference",
|
|
@@ -15436,7 +15591,7 @@
|
|
|
15436
15591
|
}
|
|
15437
15592
|
],
|
|
15438
15593
|
"isReadonly": false,
|
|
15439
|
-
"isOptional":
|
|
15594
|
+
"isOptional": true,
|
|
15440
15595
|
"releaseTag": "Public",
|
|
15441
15596
|
"name": "size",
|
|
15442
15597
|
"propertyTypeTokenRange": {
|
|
@@ -16020,7 +16175,7 @@
|
|
|
16020
16175
|
"excerptTokens": [
|
|
16021
16176
|
{
|
|
16022
16177
|
"kind": "Content",
|
|
16023
|
-
"text": "align
|
|
16178
|
+
"text": "align?: "
|
|
16024
16179
|
},
|
|
16025
16180
|
{
|
|
16026
16181
|
"kind": "Reference",
|
|
@@ -16033,7 +16188,7 @@
|
|
|
16033
16188
|
}
|
|
16034
16189
|
],
|
|
16035
16190
|
"isReadonly": false,
|
|
16036
|
-
"isOptional":
|
|
16191
|
+
"isOptional": true,
|
|
16037
16192
|
"releaseTag": "Public",
|
|
16038
16193
|
"name": "align",
|
|
16039
16194
|
"propertyTypeTokenRange": {
|
|
@@ -16079,7 +16234,7 @@
|
|
|
16079
16234
|
"excerptTokens": [
|
|
16080
16235
|
{
|
|
16081
16236
|
"kind": "Content",
|
|
16082
|
-
"text": "font
|
|
16237
|
+
"text": "font?: "
|
|
16083
16238
|
},
|
|
16084
16239
|
{
|
|
16085
16240
|
"kind": "Reference",
|
|
@@ -16092,7 +16247,7 @@
|
|
|
16092
16247
|
}
|
|
16093
16248
|
],
|
|
16094
16249
|
"isReadonly": false,
|
|
16095
|
-
"isOptional":
|
|
16250
|
+
"isOptional": true,
|
|
16096
16251
|
"releaseTag": "Public",
|
|
16097
16252
|
"name": "font",
|
|
16098
16253
|
"propertyTypeTokenRange": {
|
|
@@ -16167,7 +16322,7 @@
|
|
|
16167
16322
|
"excerptTokens": [
|
|
16168
16323
|
{
|
|
16169
16324
|
"kind": "Content",
|
|
16170
|
-
"text": "size
|
|
16325
|
+
"text": "size?: "
|
|
16171
16326
|
},
|
|
16172
16327
|
{
|
|
16173
16328
|
"kind": "Reference",
|
|
@@ -16180,7 +16335,7 @@
|
|
|
16180
16335
|
}
|
|
16181
16336
|
],
|
|
16182
16337
|
"isReadonly": false,
|
|
16183
|
-
"isOptional":
|
|
16338
|
+
"isOptional": true,
|
|
16184
16339
|
"releaseTag": "Public",
|
|
16185
16340
|
"name": "size",
|
|
16186
16341
|
"propertyTypeTokenRange": {
|
|
@@ -16284,7 +16439,7 @@
|
|
|
16284
16439
|
"excerptTokens": [
|
|
16285
16440
|
{
|
|
16286
16441
|
"kind": "Content",
|
|
16287
|
-
"text": "weight
|
|
16442
|
+
"text": "weight?: "
|
|
16288
16443
|
},
|
|
16289
16444
|
{
|
|
16290
16445
|
"kind": "Reference",
|
|
@@ -16297,7 +16452,7 @@
|
|
|
16297
16452
|
}
|
|
16298
16453
|
],
|
|
16299
16454
|
"isReadonly": false,
|
|
16300
|
-
"isOptional":
|
|
16455
|
+
"isOptional": true,
|
|
16301
16456
|
"releaseTag": "Public",
|
|
16302
16457
|
"name": "weight",
|
|
16303
16458
|
"propertyTypeTokenRange": {
|
package/dist/web-components.d.ts
CHANGED
|
@@ -47,7 +47,7 @@ export declare class AccordionItem extends FASTAccordionItem {
|
|
|
47
47
|
* @remarks
|
|
48
48
|
* HTML Attribute: size
|
|
49
49
|
*/
|
|
50
|
-
size
|
|
50
|
+
size?: AccordionItemSize;
|
|
51
51
|
/**
|
|
52
52
|
* Sets the width of the focus state.
|
|
53
53
|
*
|
|
@@ -64,7 +64,7 @@ export declare class AccordionItem extends FASTAccordionItem {
|
|
|
64
64
|
* @remarks
|
|
65
65
|
* HTML Attribute: expandIconPosition
|
|
66
66
|
*/
|
|
67
|
-
expandIconPosition
|
|
67
|
+
expandIconPosition?: AccordionItemExpandIconPosition;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
/**
|
|
@@ -413,7 +413,7 @@ export declare class Badge extends FASTElement {
|
|
|
413
413
|
* @remarks
|
|
414
414
|
* HTML Attribute: shape
|
|
415
415
|
*/
|
|
416
|
-
shape
|
|
416
|
+
shape?: BadgeShape;
|
|
417
417
|
/**
|
|
418
418
|
* The size the badge should have.
|
|
419
419
|
*
|
|
@@ -421,7 +421,7 @@ export declare class Badge extends FASTElement {
|
|
|
421
421
|
* @remarks
|
|
422
422
|
* HTML Attribute: size
|
|
423
423
|
*/
|
|
424
|
-
size
|
|
424
|
+
size?: BadgeSize;
|
|
425
425
|
}
|
|
426
426
|
|
|
427
427
|
/**
|
|
@@ -755,8 +755,12 @@ export declare const colorNeutralShadowKeyLighter: CSSDesignToken<string>;
|
|
|
755
755
|
|
|
756
756
|
export declare const colorNeutralStencil1: CSSDesignToken<string>;
|
|
757
757
|
|
|
758
|
+
export declare const colorNeutralStencil1Alpha: CSSDesignToken<string>;
|
|
759
|
+
|
|
758
760
|
export declare const colorNeutralStencil2: CSSDesignToken<string>;
|
|
759
761
|
|
|
762
|
+
export declare const colorNeutralStencil2Alpha: CSSDesignToken<string>;
|
|
763
|
+
|
|
760
764
|
export declare const colorNeutralStroke1: CSSDesignToken<string>;
|
|
761
765
|
|
|
762
766
|
export declare const colorNeutralStroke1Hover: CSSDesignToken<string>;
|
|
@@ -917,6 +921,8 @@ export declare const colorPaletteGreenForeground2: CSSDesignToken<string>;
|
|
|
917
921
|
|
|
918
922
|
export declare const colorPaletteGreenForeground3: CSSDesignToken<string>;
|
|
919
923
|
|
|
924
|
+
export declare const colorPaletteGreenForegroundInverted: CSSDesignToken<string>;
|
|
925
|
+
|
|
920
926
|
export declare const colorPaletteLavenderBackground2: CSSDesignToken<string>;
|
|
921
927
|
|
|
922
928
|
export declare const colorPaletteLavenderBorderActive: CSSDesignToken<string>;
|
|
@@ -1043,6 +1049,8 @@ export declare const colorPaletteRedForeground2: CSSDesignToken<string>;
|
|
|
1043
1049
|
|
|
1044
1050
|
export declare const colorPaletteRedForeground3: CSSDesignToken<string>;
|
|
1045
1051
|
|
|
1052
|
+
export declare const colorPaletteRedForegroundInverted: CSSDesignToken<string>;
|
|
1053
|
+
|
|
1046
1054
|
export declare const colorPaletteRoyalBlueBackground2: CSSDesignToken<string>;
|
|
1047
1055
|
|
|
1048
1056
|
export declare const colorPaletteRoyalBlueBorderActive: CSSDesignToken<string>;
|
|
@@ -1085,6 +1093,8 @@ export declare const colorPaletteYellowForeground2: CSSDesignToken<string>;
|
|
|
1085
1093
|
|
|
1086
1094
|
export declare const colorPaletteYellowForeground3: CSSDesignToken<string>;
|
|
1087
1095
|
|
|
1096
|
+
export declare const colorPaletteYellowForegroundInverted: CSSDesignToken<string>;
|
|
1097
|
+
|
|
1088
1098
|
export declare const colorScrollbarOverlay: CSSDesignToken<string>;
|
|
1089
1099
|
|
|
1090
1100
|
export declare const colorStrokeFocus1: CSSDesignToken<string>;
|
|
@@ -1139,7 +1149,7 @@ export declare class CounterBadge extends FASTElement {
|
|
|
1139
1149
|
* @remarks
|
|
1140
1150
|
* HTML Attribute: appearance
|
|
1141
1151
|
*/
|
|
1142
|
-
appearance
|
|
1152
|
+
appearance?: CounterBadgeAppearance;
|
|
1143
1153
|
/**
|
|
1144
1154
|
* The color the badge should have.
|
|
1145
1155
|
*
|
|
@@ -1147,7 +1157,7 @@ export declare class CounterBadge extends FASTElement {
|
|
|
1147
1157
|
* @remarks
|
|
1148
1158
|
* HTML Attribute: color
|
|
1149
1159
|
*/
|
|
1150
|
-
color
|
|
1160
|
+
color?: CounterBadgeColor;
|
|
1151
1161
|
/**
|
|
1152
1162
|
* The shape the badge should have.
|
|
1153
1163
|
*
|
|
@@ -1155,7 +1165,7 @@ export declare class CounterBadge extends FASTElement {
|
|
|
1155
1165
|
* @remarks
|
|
1156
1166
|
* HTML Attribute: shape
|
|
1157
1167
|
*/
|
|
1158
|
-
shape
|
|
1168
|
+
shape?: CounterBadgeShape;
|
|
1159
1169
|
/**
|
|
1160
1170
|
* The size the badge should have.
|
|
1161
1171
|
*
|
|
@@ -1163,7 +1173,7 @@ export declare class CounterBadge extends FASTElement {
|
|
|
1163
1173
|
* @remarks
|
|
1164
1174
|
* HTML Attribute: size
|
|
1165
1175
|
*/
|
|
1166
|
-
size
|
|
1176
|
+
size?: CounterBadgeSize;
|
|
1167
1177
|
/**
|
|
1168
1178
|
* The count the badge should have.
|
|
1169
1179
|
*
|
|
@@ -1607,14 +1617,14 @@ declare class ProgressBar_2 extends FASTProgress {
|
|
|
1607
1617
|
* @remarks
|
|
1608
1618
|
* HTML Attribute: thickness
|
|
1609
1619
|
*/
|
|
1610
|
-
thickness
|
|
1620
|
+
thickness?: ProgressBarThickness;
|
|
1611
1621
|
/**
|
|
1612
1622
|
* The shape of the progress bar
|
|
1613
1623
|
* @public
|
|
1614
1624
|
* @remarks
|
|
1615
1625
|
* HTML Attribute: shape
|
|
1616
1626
|
*/
|
|
1617
|
-
shape
|
|
1627
|
+
shape?: ProgressBarShape;
|
|
1618
1628
|
/**
|
|
1619
1629
|
* The validation state of the progress bar
|
|
1620
1630
|
* @public
|
|
@@ -1775,7 +1785,7 @@ export declare class Spinner extends FASTProgressRing {
|
|
|
1775
1785
|
* @remarks
|
|
1776
1786
|
* HTML Attribute: size
|
|
1777
1787
|
*/
|
|
1778
|
-
size
|
|
1788
|
+
size?: SpinnerSize;
|
|
1779
1789
|
/**
|
|
1780
1790
|
* The appearance of the spinner
|
|
1781
1791
|
* @public
|
|
@@ -1783,7 +1793,7 @@ export declare class Spinner extends FASTProgressRing {
|
|
|
1783
1793
|
* @remarks
|
|
1784
1794
|
* HTML Attribute: appearance
|
|
1785
1795
|
*/
|
|
1786
|
-
appearance
|
|
1796
|
+
appearance?: SpinnerAppearance;
|
|
1787
1797
|
}
|
|
1788
1798
|
|
|
1789
1799
|
/**
|
|
@@ -1939,7 +1949,7 @@ declare class Text_2 extends FASTElement {
|
|
|
1939
1949
|
* HTML Attribute: size
|
|
1940
1950
|
*
|
|
1941
1951
|
*/
|
|
1942
|
-
size
|
|
1952
|
+
size?: TextSize;
|
|
1943
1953
|
/**
|
|
1944
1954
|
* THe Text font
|
|
1945
1955
|
*
|
|
@@ -1947,7 +1957,7 @@ declare class Text_2 extends FASTElement {
|
|
|
1947
1957
|
* @remarks
|
|
1948
1958
|
* HTML Attribute: font
|
|
1949
1959
|
*/
|
|
1950
|
-
font
|
|
1960
|
+
font?: TextFont;
|
|
1951
1961
|
/**
|
|
1952
1962
|
* THe Text weight
|
|
1953
1963
|
*
|
|
@@ -1955,7 +1965,7 @@ declare class Text_2 extends FASTElement {
|
|
|
1955
1965
|
* @remarks
|
|
1956
1966
|
* HTML Attribute: weight
|
|
1957
1967
|
*/
|
|
1958
|
-
weight
|
|
1968
|
+
weight?: TextWeight;
|
|
1959
1969
|
/**
|
|
1960
1970
|
* THe Text align
|
|
1961
1971
|
*
|
|
@@ -1963,7 +1973,7 @@ declare class Text_2 extends FASTElement {
|
|
|
1963
1973
|
* @remarks
|
|
1964
1974
|
* HTML Attribute: align
|
|
1965
1975
|
*/
|
|
1966
|
-
align
|
|
1976
|
+
align?: TextAlign;
|
|
1967
1977
|
}
|
|
1968
1978
|
export { Text_2 as Text }
|
|
1969
1979
|
|