@fluentui/web-components 2.3.0 → 2.5.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.
- package/CHANGELOG.json +69 -1
- package/CHANGELOG.md +29 -2
- package/dist/dts/custom-elements.d.ts +21 -20
- package/dist/dts/design-tokens.d.ts +20 -0
- package/dist/dts/styles/patterns/index.d.ts +1 -0
- package/dist/dts/styles/patterns/type-ramp.d.ts +18 -0
- package/dist/dts/utilities/type-ramp.d.ts +12 -0
- package/dist/esm/accordion/accordion-item/accordion-item.styles.js +4 -5
- package/dist/esm/accordion/accordion.styles.js +3 -4
- package/dist/esm/badge/badge.styles.js +3 -4
- package/dist/esm/breadcrumb/breadcrumb.styles.js +2 -4
- package/dist/esm/breadcrumb-item/breadcrumb-item.styles.js +3 -4
- package/dist/esm/calendar/calendar.styles.js +3 -4
- package/dist/esm/checkbox/checkbox.styles.js +3 -4
- package/dist/esm/combobox/combobox.styles.js +3 -3
- package/dist/esm/data-grid/data-grid-cell.styles.js +3 -5
- package/dist/esm/design-tokens.js +38 -1
- package/dist/esm/listbox-option/listbox-option.styles.js +3 -4
- package/dist/esm/menu-item/menu-item.styles.js +3 -4
- package/dist/esm/radio/radio.styles.js +3 -4
- package/dist/esm/search/search.styles.js +3 -4
- package/dist/esm/select/select.styles.js +3 -4
- package/dist/esm/slider-label/slider-label.styles.js +3 -2
- package/dist/esm/styles/patterns/button.styles.js +3 -4
- package/dist/esm/styles/patterns/index.js +1 -0
- package/dist/esm/styles/patterns/input.styles.js +4 -6
- package/dist/esm/styles/patterns/type-ramp.js +74 -0
- package/dist/esm/switch/switch.styles.js +4 -5
- package/dist/esm/tabs/tab/tab.styles.js +3 -5
- package/dist/esm/tabs/tab-panel/tab-panel.styles.js +3 -5
- package/dist/esm/tabs/tabs.styles.js +3 -4
- package/dist/esm/tooltip/tooltip.styles.js +3 -4
- package/dist/esm/tree-item/tree-item.styles.js +3 -4
- package/dist/esm/utilities/type-ramp.js +12 -0
- package/dist/fluent-web-components.api.json +554 -20
- package/dist/web-components.d.ts +73 -16
- package/dist/web-components.js +3867 -3282
- package/dist/web-components.min.js +230 -158
- package/docs/api-report.md +80 -23
- package/package.json +6 -6
- package/public/SegoeUI-VF.ttf +0 -0
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
1248
|
"kind": "Content",
|
|
1249
|
-
"text": ", typeof
|
|
1249
|
+
"text": ", typeof "
|
|
1250
1250
|
},
|
|
1251
1251
|
{
|
|
1252
1252
|
"kind": "Reference",
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
},
|
|
1391
1391
|
{
|
|
1392
1392
|
"kind": "Content",
|
|
1393
|
-
"text": ", typeof
|
|
1393
|
+
"text": ", typeof "
|
|
1394
1394
|
},
|
|
1395
1395
|
{
|
|
1396
1396
|
"kind": "Reference",
|
|
@@ -1480,7 +1480,7 @@
|
|
|
1480
1480
|
},
|
|
1481
1481
|
{
|
|
1482
1482
|
"kind": "Content",
|
|
1483
|
-
"text": ", typeof
|
|
1483
|
+
"text": ", typeof "
|
|
1484
1484
|
},
|
|
1485
1485
|
{
|
|
1486
1486
|
"kind": "Reference",
|
|
@@ -1831,7 +1831,7 @@
|
|
|
1831
1831
|
},
|
|
1832
1832
|
{
|
|
1833
1833
|
"kind": "Content",
|
|
1834
|
-
"text": ", typeof
|
|
1834
|
+
"text": ", typeof "
|
|
1835
1835
|
},
|
|
1836
1836
|
{
|
|
1837
1837
|
"kind": "Reference",
|
|
@@ -2029,7 +2029,7 @@
|
|
|
2029
2029
|
},
|
|
2030
2030
|
{
|
|
2031
2031
|
"kind": "Content",
|
|
2032
|
-
"text": ", typeof
|
|
2032
|
+
"text": ", typeof "
|
|
2033
2033
|
},
|
|
2034
2034
|
{
|
|
2035
2035
|
"kind": "Reference",
|
|
@@ -2074,7 +2074,7 @@
|
|
|
2074
2074
|
},
|
|
2075
2075
|
{
|
|
2076
2076
|
"kind": "Content",
|
|
2077
|
-
"text": ", typeof
|
|
2077
|
+
"text": ", typeof "
|
|
2078
2078
|
},
|
|
2079
2079
|
{
|
|
2080
2080
|
"kind": "Reference",
|
|
@@ -2272,7 +2272,7 @@
|
|
|
2272
2272
|
},
|
|
2273
2273
|
{
|
|
2274
2274
|
"kind": "Content",
|
|
2275
|
-
"text": ", typeof
|
|
2275
|
+
"text": ", typeof "
|
|
2276
2276
|
},
|
|
2277
2277
|
{
|
|
2278
2278
|
"kind": "Reference",
|
|
@@ -2632,7 +2632,7 @@
|
|
|
2632
2632
|
},
|
|
2633
2633
|
{
|
|
2634
2634
|
"kind": "Content",
|
|
2635
|
-
"text": ", typeof
|
|
2635
|
+
"text": ", typeof "
|
|
2636
2636
|
},
|
|
2637
2637
|
{
|
|
2638
2638
|
"kind": "Reference",
|
|
@@ -2785,7 +2785,7 @@
|
|
|
2785
2785
|
},
|
|
2786
2786
|
{
|
|
2787
2787
|
"kind": "Content",
|
|
2788
|
-
"text": ", typeof
|
|
2788
|
+
"text": ", typeof "
|
|
2789
2789
|
},
|
|
2790
2790
|
{
|
|
2791
2791
|
"kind": "Reference",
|
|
@@ -2884,7 +2884,7 @@
|
|
|
2884
2884
|
},
|
|
2885
2885
|
{
|
|
2886
2886
|
"kind": "Content",
|
|
2887
|
-
"text": ", typeof
|
|
2887
|
+
"text": ", typeof "
|
|
2888
2888
|
},
|
|
2889
2889
|
{
|
|
2890
2890
|
"kind": "Reference",
|
|
@@ -2983,7 +2983,7 @@
|
|
|
2983
2983
|
},
|
|
2984
2984
|
{
|
|
2985
2985
|
"kind": "Content",
|
|
2986
|
-
"text": ", typeof
|
|
2986
|
+
"text": ", typeof "
|
|
2987
2987
|
},
|
|
2988
2988
|
{
|
|
2989
2989
|
"kind": "Reference",
|
|
@@ -3091,7 +3091,7 @@
|
|
|
3091
3091
|
},
|
|
3092
3092
|
{
|
|
3093
3093
|
"kind": "Content",
|
|
3094
|
-
"text": "<{\n baseName: string;\n baseClass: typeof
|
|
3094
|
+
"text": "<{\n baseName: string;\n baseClass: typeof "
|
|
3095
3095
|
},
|
|
3096
3096
|
{
|
|
3097
3097
|
"kind": "Reference",
|
|
@@ -3118,7 +3118,7 @@
|
|
|
3118
3118
|
},
|
|
3119
3119
|
{
|
|
3120
3120
|
"kind": "Content",
|
|
3121
|
-
"text": "<
|
|
3121
|
+
"text": "<"
|
|
3122
3122
|
},
|
|
3123
3123
|
{
|
|
3124
3124
|
"kind": "Reference",
|
|
@@ -3154,7 +3154,7 @@
|
|
|
3154
3154
|
},
|
|
3155
3155
|
{
|
|
3156
3156
|
"kind": "Content",
|
|
3157
|
-
"text": "<{\n baseName: string;\n baseClass: typeof
|
|
3157
|
+
"text": "<{\n baseName: string;\n baseClass: typeof "
|
|
3158
3158
|
},
|
|
3159
3159
|
{
|
|
3160
3160
|
"kind": "Reference",
|
|
@@ -3181,7 +3181,7 @@
|
|
|
3181
3181
|
},
|
|
3182
3182
|
{
|
|
3183
3183
|
"kind": "Content",
|
|
3184
|
-
"text": "<
|
|
3184
|
+
"text": "<"
|
|
3185
3185
|
},
|
|
3186
3186
|
{
|
|
3187
3187
|
"kind": "Reference",
|
|
@@ -3226,7 +3226,7 @@
|
|
|
3226
3226
|
},
|
|
3227
3227
|
{
|
|
3228
3228
|
"kind": "Content",
|
|
3229
|
-
"text": "<{\n baseName: string;\n baseClass: typeof
|
|
3229
|
+
"text": "<{\n baseName: string;\n baseClass: typeof "
|
|
3230
3230
|
},
|
|
3231
3231
|
{
|
|
3232
3232
|
"kind": "Reference",
|
|
@@ -3253,7 +3253,7 @@
|
|
|
3253
3253
|
},
|
|
3254
3254
|
{
|
|
3255
3255
|
"kind": "Content",
|
|
3256
|
-
"text": "<
|
|
3256
|
+
"text": "<"
|
|
3257
3257
|
},
|
|
3258
3258
|
{
|
|
3259
3259
|
"kind": "Reference",
|
|
@@ -3289,7 +3289,7 @@
|
|
|
3289
3289
|
},
|
|
3290
3290
|
{
|
|
3291
3291
|
"kind": "Content",
|
|
3292
|
-
"text": "<{\n baseName: string;\n baseClass: typeof
|
|
3292
|
+
"text": "<{\n baseName: string;\n baseClass: typeof "
|
|
3293
3293
|
},
|
|
3294
3294
|
{
|
|
3295
3295
|
"kind": "Reference",
|
|
@@ -3316,7 +3316,7 @@
|
|
|
3316
3316
|
},
|
|
3317
3317
|
{
|
|
3318
3318
|
"kind": "Content",
|
|
3319
|
-
"text": "<
|
|
3319
|
+
"text": "<"
|
|
3320
3320
|
},
|
|
3321
3321
|
{
|
|
3322
3322
|
"kind": "Reference",
|
|
@@ -3478,7 +3478,7 @@
|
|
|
3478
3478
|
},
|
|
3479
3479
|
{
|
|
3480
3480
|
"kind": "Content",
|
|
3481
|
-
"text": ", typeof
|
|
3481
|
+
"text": ", typeof "
|
|
3482
3482
|
},
|
|
3483
3483
|
{
|
|
3484
3484
|
"kind": "Reference",
|
|
@@ -10759,6 +10759,36 @@
|
|
|
10759
10759
|
"endIndex": 4
|
|
10760
10760
|
}
|
|
10761
10761
|
},
|
|
10762
|
+
{
|
|
10763
|
+
"kind": "Variable",
|
|
10764
|
+
"canonicalReference": "@fluentui/web-components!fontWeight:var",
|
|
10765
|
+
"docComment": "/**\n * @public\n */\n",
|
|
10766
|
+
"excerptTokens": [
|
|
10767
|
+
{
|
|
10768
|
+
"kind": "Content",
|
|
10769
|
+
"text": "fontWeight: "
|
|
10770
|
+
},
|
|
10771
|
+
{
|
|
10772
|
+
"kind": "Content",
|
|
10773
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
10774
|
+
},
|
|
10775
|
+
{
|
|
10776
|
+
"kind": "Reference",
|
|
10777
|
+
"text": "CSSDesignToken",
|
|
10778
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
10779
|
+
},
|
|
10780
|
+
{
|
|
10781
|
+
"kind": "Content",
|
|
10782
|
+
"text": "<number>"
|
|
10783
|
+
}
|
|
10784
|
+
],
|
|
10785
|
+
"releaseTag": "Public",
|
|
10786
|
+
"name": "fontWeight",
|
|
10787
|
+
"variableTypeTokenRange": {
|
|
10788
|
+
"startIndex": 1,
|
|
10789
|
+
"endIndex": 4
|
|
10790
|
+
}
|
|
10791
|
+
},
|
|
10762
10792
|
{
|
|
10763
10793
|
"kind": "Variable",
|
|
10764
10794
|
"canonicalReference": "@fluentui/web-components!foregroundOnAccentActive:var",
|
|
@@ -19131,6 +19161,32 @@
|
|
|
19131
19161
|
"endIndex": 7
|
|
19132
19162
|
}
|
|
19133
19163
|
},
|
|
19164
|
+
{
|
|
19165
|
+
"kind": "Variable",
|
|
19166
|
+
"canonicalReference": "@fluentui/web-components!typeRampBase:var",
|
|
19167
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19168
|
+
"excerptTokens": [
|
|
19169
|
+
{
|
|
19170
|
+
"kind": "Content",
|
|
19171
|
+
"text": "typeRampBase: "
|
|
19172
|
+
},
|
|
19173
|
+
{
|
|
19174
|
+
"kind": "Content",
|
|
19175
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19176
|
+
},
|
|
19177
|
+
{
|
|
19178
|
+
"kind": "Reference",
|
|
19179
|
+
"text": "CSSDirective",
|
|
19180
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
19181
|
+
}
|
|
19182
|
+
],
|
|
19183
|
+
"releaseTag": "Public",
|
|
19184
|
+
"name": "typeRampBase",
|
|
19185
|
+
"variableTypeTokenRange": {
|
|
19186
|
+
"startIndex": 1,
|
|
19187
|
+
"endIndex": 3
|
|
19188
|
+
}
|
|
19189
|
+
},
|
|
19134
19190
|
{
|
|
19135
19191
|
"kind": "Variable",
|
|
19136
19192
|
"canonicalReference": "@fluentui/web-components!typeRampBaseFontSize:var",
|
|
@@ -19161,6 +19217,36 @@
|
|
|
19161
19217
|
"endIndex": 4
|
|
19162
19218
|
}
|
|
19163
19219
|
},
|
|
19220
|
+
{
|
|
19221
|
+
"kind": "Variable",
|
|
19222
|
+
"canonicalReference": "@fluentui/web-components!typeRampBaseFontVariations:var",
|
|
19223
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19224
|
+
"excerptTokens": [
|
|
19225
|
+
{
|
|
19226
|
+
"kind": "Content",
|
|
19227
|
+
"text": "typeRampBaseFontVariations: "
|
|
19228
|
+
},
|
|
19229
|
+
{
|
|
19230
|
+
"kind": "Content",
|
|
19231
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
19232
|
+
},
|
|
19233
|
+
{
|
|
19234
|
+
"kind": "Reference",
|
|
19235
|
+
"text": "CSSDesignToken",
|
|
19236
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
19237
|
+
},
|
|
19238
|
+
{
|
|
19239
|
+
"kind": "Content",
|
|
19240
|
+
"text": "<string>"
|
|
19241
|
+
}
|
|
19242
|
+
],
|
|
19243
|
+
"releaseTag": "Public",
|
|
19244
|
+
"name": "typeRampBaseFontVariations",
|
|
19245
|
+
"variableTypeTokenRange": {
|
|
19246
|
+
"startIndex": 1,
|
|
19247
|
+
"endIndex": 4
|
|
19248
|
+
}
|
|
19249
|
+
},
|
|
19164
19250
|
{
|
|
19165
19251
|
"kind": "Variable",
|
|
19166
19252
|
"canonicalReference": "@fluentui/web-components!typeRampBaseLineHeight:var",
|
|
@@ -19191,6 +19277,32 @@
|
|
|
19191
19277
|
"endIndex": 4
|
|
19192
19278
|
}
|
|
19193
19279
|
},
|
|
19280
|
+
{
|
|
19281
|
+
"kind": "Variable",
|
|
19282
|
+
"canonicalReference": "@fluentui/web-components!typeRampMinus1:var",
|
|
19283
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19284
|
+
"excerptTokens": [
|
|
19285
|
+
{
|
|
19286
|
+
"kind": "Content",
|
|
19287
|
+
"text": "typeRampMinus1: "
|
|
19288
|
+
},
|
|
19289
|
+
{
|
|
19290
|
+
"kind": "Content",
|
|
19291
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19292
|
+
},
|
|
19293
|
+
{
|
|
19294
|
+
"kind": "Reference",
|
|
19295
|
+
"text": "CSSDirective",
|
|
19296
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
19297
|
+
}
|
|
19298
|
+
],
|
|
19299
|
+
"releaseTag": "Public",
|
|
19300
|
+
"name": "typeRampMinus1",
|
|
19301
|
+
"variableTypeTokenRange": {
|
|
19302
|
+
"startIndex": 1,
|
|
19303
|
+
"endIndex": 3
|
|
19304
|
+
}
|
|
19305
|
+
},
|
|
19194
19306
|
{
|
|
19195
19307
|
"kind": "Variable",
|
|
19196
19308
|
"canonicalReference": "@fluentui/web-components!typeRampMinus1FontSize:var",
|
|
@@ -19221,6 +19333,36 @@
|
|
|
19221
19333
|
"endIndex": 4
|
|
19222
19334
|
}
|
|
19223
19335
|
},
|
|
19336
|
+
{
|
|
19337
|
+
"kind": "Variable",
|
|
19338
|
+
"canonicalReference": "@fluentui/web-components!typeRampMinus1FontVariations:var",
|
|
19339
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19340
|
+
"excerptTokens": [
|
|
19341
|
+
{
|
|
19342
|
+
"kind": "Content",
|
|
19343
|
+
"text": "typeRampMinus1FontVariations: "
|
|
19344
|
+
},
|
|
19345
|
+
{
|
|
19346
|
+
"kind": "Content",
|
|
19347
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
19348
|
+
},
|
|
19349
|
+
{
|
|
19350
|
+
"kind": "Reference",
|
|
19351
|
+
"text": "CSSDesignToken",
|
|
19352
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
19353
|
+
},
|
|
19354
|
+
{
|
|
19355
|
+
"kind": "Content",
|
|
19356
|
+
"text": "<string>"
|
|
19357
|
+
}
|
|
19358
|
+
],
|
|
19359
|
+
"releaseTag": "Public",
|
|
19360
|
+
"name": "typeRampMinus1FontVariations",
|
|
19361
|
+
"variableTypeTokenRange": {
|
|
19362
|
+
"startIndex": 1,
|
|
19363
|
+
"endIndex": 4
|
|
19364
|
+
}
|
|
19365
|
+
},
|
|
19224
19366
|
{
|
|
19225
19367
|
"kind": "Variable",
|
|
19226
19368
|
"canonicalReference": "@fluentui/web-components!typeRampMinus1LineHeight:var",
|
|
@@ -19251,6 +19393,32 @@
|
|
|
19251
19393
|
"endIndex": 4
|
|
19252
19394
|
}
|
|
19253
19395
|
},
|
|
19396
|
+
{
|
|
19397
|
+
"kind": "Variable",
|
|
19398
|
+
"canonicalReference": "@fluentui/web-components!typeRampMinus2:var",
|
|
19399
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19400
|
+
"excerptTokens": [
|
|
19401
|
+
{
|
|
19402
|
+
"kind": "Content",
|
|
19403
|
+
"text": "typeRampMinus2: "
|
|
19404
|
+
},
|
|
19405
|
+
{
|
|
19406
|
+
"kind": "Content",
|
|
19407
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19408
|
+
},
|
|
19409
|
+
{
|
|
19410
|
+
"kind": "Reference",
|
|
19411
|
+
"text": "CSSDirective",
|
|
19412
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
19413
|
+
}
|
|
19414
|
+
],
|
|
19415
|
+
"releaseTag": "Public",
|
|
19416
|
+
"name": "typeRampMinus2",
|
|
19417
|
+
"variableTypeTokenRange": {
|
|
19418
|
+
"startIndex": 1,
|
|
19419
|
+
"endIndex": 3
|
|
19420
|
+
}
|
|
19421
|
+
},
|
|
19254
19422
|
{
|
|
19255
19423
|
"kind": "Variable",
|
|
19256
19424
|
"canonicalReference": "@fluentui/web-components!typeRampMinus2FontSize:var",
|
|
@@ -19281,6 +19449,36 @@
|
|
|
19281
19449
|
"endIndex": 4
|
|
19282
19450
|
}
|
|
19283
19451
|
},
|
|
19452
|
+
{
|
|
19453
|
+
"kind": "Variable",
|
|
19454
|
+
"canonicalReference": "@fluentui/web-components!typeRampMinus2FontVariations:var",
|
|
19455
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19456
|
+
"excerptTokens": [
|
|
19457
|
+
{
|
|
19458
|
+
"kind": "Content",
|
|
19459
|
+
"text": "typeRampMinus2FontVariations: "
|
|
19460
|
+
},
|
|
19461
|
+
{
|
|
19462
|
+
"kind": "Content",
|
|
19463
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
19464
|
+
},
|
|
19465
|
+
{
|
|
19466
|
+
"kind": "Reference",
|
|
19467
|
+
"text": "CSSDesignToken",
|
|
19468
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
19469
|
+
},
|
|
19470
|
+
{
|
|
19471
|
+
"kind": "Content",
|
|
19472
|
+
"text": "<string>"
|
|
19473
|
+
}
|
|
19474
|
+
],
|
|
19475
|
+
"releaseTag": "Public",
|
|
19476
|
+
"name": "typeRampMinus2FontVariations",
|
|
19477
|
+
"variableTypeTokenRange": {
|
|
19478
|
+
"startIndex": 1,
|
|
19479
|
+
"endIndex": 4
|
|
19480
|
+
}
|
|
19481
|
+
},
|
|
19284
19482
|
{
|
|
19285
19483
|
"kind": "Variable",
|
|
19286
19484
|
"canonicalReference": "@fluentui/web-components!typeRampMinus2LineHeight:var",
|
|
@@ -19311,6 +19509,32 @@
|
|
|
19311
19509
|
"endIndex": 4
|
|
19312
19510
|
}
|
|
19313
19511
|
},
|
|
19512
|
+
{
|
|
19513
|
+
"kind": "Variable",
|
|
19514
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus1:var",
|
|
19515
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19516
|
+
"excerptTokens": [
|
|
19517
|
+
{
|
|
19518
|
+
"kind": "Content",
|
|
19519
|
+
"text": "typeRampPlus1: "
|
|
19520
|
+
},
|
|
19521
|
+
{
|
|
19522
|
+
"kind": "Content",
|
|
19523
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19524
|
+
},
|
|
19525
|
+
{
|
|
19526
|
+
"kind": "Reference",
|
|
19527
|
+
"text": "CSSDirective",
|
|
19528
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
19529
|
+
}
|
|
19530
|
+
],
|
|
19531
|
+
"releaseTag": "Public",
|
|
19532
|
+
"name": "typeRampPlus1",
|
|
19533
|
+
"variableTypeTokenRange": {
|
|
19534
|
+
"startIndex": 1,
|
|
19535
|
+
"endIndex": 3
|
|
19536
|
+
}
|
|
19537
|
+
},
|
|
19314
19538
|
{
|
|
19315
19539
|
"kind": "Variable",
|
|
19316
19540
|
"canonicalReference": "@fluentui/web-components!typeRampPlus1FontSize:var",
|
|
@@ -19341,6 +19565,36 @@
|
|
|
19341
19565
|
"endIndex": 4
|
|
19342
19566
|
}
|
|
19343
19567
|
},
|
|
19568
|
+
{
|
|
19569
|
+
"kind": "Variable",
|
|
19570
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus1FontVariations:var",
|
|
19571
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19572
|
+
"excerptTokens": [
|
|
19573
|
+
{
|
|
19574
|
+
"kind": "Content",
|
|
19575
|
+
"text": "typeRampPlus1FontVariations: "
|
|
19576
|
+
},
|
|
19577
|
+
{
|
|
19578
|
+
"kind": "Content",
|
|
19579
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
19580
|
+
},
|
|
19581
|
+
{
|
|
19582
|
+
"kind": "Reference",
|
|
19583
|
+
"text": "CSSDesignToken",
|
|
19584
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
19585
|
+
},
|
|
19586
|
+
{
|
|
19587
|
+
"kind": "Content",
|
|
19588
|
+
"text": "<string>"
|
|
19589
|
+
}
|
|
19590
|
+
],
|
|
19591
|
+
"releaseTag": "Public",
|
|
19592
|
+
"name": "typeRampPlus1FontVariations",
|
|
19593
|
+
"variableTypeTokenRange": {
|
|
19594
|
+
"startIndex": 1,
|
|
19595
|
+
"endIndex": 4
|
|
19596
|
+
}
|
|
19597
|
+
},
|
|
19344
19598
|
{
|
|
19345
19599
|
"kind": "Variable",
|
|
19346
19600
|
"canonicalReference": "@fluentui/web-components!typeRampPlus1LineHeight:var",
|
|
@@ -19371,6 +19625,32 @@
|
|
|
19371
19625
|
"endIndex": 4
|
|
19372
19626
|
}
|
|
19373
19627
|
},
|
|
19628
|
+
{
|
|
19629
|
+
"kind": "Variable",
|
|
19630
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus2:var",
|
|
19631
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19632
|
+
"excerptTokens": [
|
|
19633
|
+
{
|
|
19634
|
+
"kind": "Content",
|
|
19635
|
+
"text": "typeRampPlus2: "
|
|
19636
|
+
},
|
|
19637
|
+
{
|
|
19638
|
+
"kind": "Content",
|
|
19639
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19640
|
+
},
|
|
19641
|
+
{
|
|
19642
|
+
"kind": "Reference",
|
|
19643
|
+
"text": "CSSDirective",
|
|
19644
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
19645
|
+
}
|
|
19646
|
+
],
|
|
19647
|
+
"releaseTag": "Public",
|
|
19648
|
+
"name": "typeRampPlus2",
|
|
19649
|
+
"variableTypeTokenRange": {
|
|
19650
|
+
"startIndex": 1,
|
|
19651
|
+
"endIndex": 3
|
|
19652
|
+
}
|
|
19653
|
+
},
|
|
19374
19654
|
{
|
|
19375
19655
|
"kind": "Variable",
|
|
19376
19656
|
"canonicalReference": "@fluentui/web-components!typeRampPlus2FontSize:var",
|
|
@@ -19401,6 +19681,36 @@
|
|
|
19401
19681
|
"endIndex": 4
|
|
19402
19682
|
}
|
|
19403
19683
|
},
|
|
19684
|
+
{
|
|
19685
|
+
"kind": "Variable",
|
|
19686
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus2FontVariations:var",
|
|
19687
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19688
|
+
"excerptTokens": [
|
|
19689
|
+
{
|
|
19690
|
+
"kind": "Content",
|
|
19691
|
+
"text": "typeRampPlus2FontVariations: "
|
|
19692
|
+
},
|
|
19693
|
+
{
|
|
19694
|
+
"kind": "Content",
|
|
19695
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
19696
|
+
},
|
|
19697
|
+
{
|
|
19698
|
+
"kind": "Reference",
|
|
19699
|
+
"text": "CSSDesignToken",
|
|
19700
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
19701
|
+
},
|
|
19702
|
+
{
|
|
19703
|
+
"kind": "Content",
|
|
19704
|
+
"text": "<string>"
|
|
19705
|
+
}
|
|
19706
|
+
],
|
|
19707
|
+
"releaseTag": "Public",
|
|
19708
|
+
"name": "typeRampPlus2FontVariations",
|
|
19709
|
+
"variableTypeTokenRange": {
|
|
19710
|
+
"startIndex": 1,
|
|
19711
|
+
"endIndex": 4
|
|
19712
|
+
}
|
|
19713
|
+
},
|
|
19404
19714
|
{
|
|
19405
19715
|
"kind": "Variable",
|
|
19406
19716
|
"canonicalReference": "@fluentui/web-components!typeRampPlus2LineHeight:var",
|
|
@@ -19431,6 +19741,32 @@
|
|
|
19431
19741
|
"endIndex": 4
|
|
19432
19742
|
}
|
|
19433
19743
|
},
|
|
19744
|
+
{
|
|
19745
|
+
"kind": "Variable",
|
|
19746
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus3:var",
|
|
19747
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19748
|
+
"excerptTokens": [
|
|
19749
|
+
{
|
|
19750
|
+
"kind": "Content",
|
|
19751
|
+
"text": "typeRampPlus3: "
|
|
19752
|
+
},
|
|
19753
|
+
{
|
|
19754
|
+
"kind": "Content",
|
|
19755
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19756
|
+
},
|
|
19757
|
+
{
|
|
19758
|
+
"kind": "Reference",
|
|
19759
|
+
"text": "CSSDirective",
|
|
19760
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
19761
|
+
}
|
|
19762
|
+
],
|
|
19763
|
+
"releaseTag": "Public",
|
|
19764
|
+
"name": "typeRampPlus3",
|
|
19765
|
+
"variableTypeTokenRange": {
|
|
19766
|
+
"startIndex": 1,
|
|
19767
|
+
"endIndex": 3
|
|
19768
|
+
}
|
|
19769
|
+
},
|
|
19434
19770
|
{
|
|
19435
19771
|
"kind": "Variable",
|
|
19436
19772
|
"canonicalReference": "@fluentui/web-components!typeRampPlus3FontSize:var",
|
|
@@ -19461,6 +19797,36 @@
|
|
|
19461
19797
|
"endIndex": 4
|
|
19462
19798
|
}
|
|
19463
19799
|
},
|
|
19800
|
+
{
|
|
19801
|
+
"kind": "Variable",
|
|
19802
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus3FontVariations:var",
|
|
19803
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19804
|
+
"excerptTokens": [
|
|
19805
|
+
{
|
|
19806
|
+
"kind": "Content",
|
|
19807
|
+
"text": "typeRampPlus3FontVariations: "
|
|
19808
|
+
},
|
|
19809
|
+
{
|
|
19810
|
+
"kind": "Content",
|
|
19811
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
19812
|
+
},
|
|
19813
|
+
{
|
|
19814
|
+
"kind": "Reference",
|
|
19815
|
+
"text": "CSSDesignToken",
|
|
19816
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
19817
|
+
},
|
|
19818
|
+
{
|
|
19819
|
+
"kind": "Content",
|
|
19820
|
+
"text": "<string>"
|
|
19821
|
+
}
|
|
19822
|
+
],
|
|
19823
|
+
"releaseTag": "Public",
|
|
19824
|
+
"name": "typeRampPlus3FontVariations",
|
|
19825
|
+
"variableTypeTokenRange": {
|
|
19826
|
+
"startIndex": 1,
|
|
19827
|
+
"endIndex": 4
|
|
19828
|
+
}
|
|
19829
|
+
},
|
|
19464
19830
|
{
|
|
19465
19831
|
"kind": "Variable",
|
|
19466
19832
|
"canonicalReference": "@fluentui/web-components!typeRampPlus3LineHeight:var",
|
|
@@ -19491,6 +19857,32 @@
|
|
|
19491
19857
|
"endIndex": 4
|
|
19492
19858
|
}
|
|
19493
19859
|
},
|
|
19860
|
+
{
|
|
19861
|
+
"kind": "Variable",
|
|
19862
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus4:var",
|
|
19863
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19864
|
+
"excerptTokens": [
|
|
19865
|
+
{
|
|
19866
|
+
"kind": "Content",
|
|
19867
|
+
"text": "typeRampPlus4: "
|
|
19868
|
+
},
|
|
19869
|
+
{
|
|
19870
|
+
"kind": "Content",
|
|
19871
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19872
|
+
},
|
|
19873
|
+
{
|
|
19874
|
+
"kind": "Reference",
|
|
19875
|
+
"text": "CSSDirective",
|
|
19876
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
19877
|
+
}
|
|
19878
|
+
],
|
|
19879
|
+
"releaseTag": "Public",
|
|
19880
|
+
"name": "typeRampPlus4",
|
|
19881
|
+
"variableTypeTokenRange": {
|
|
19882
|
+
"startIndex": 1,
|
|
19883
|
+
"endIndex": 3
|
|
19884
|
+
}
|
|
19885
|
+
},
|
|
19494
19886
|
{
|
|
19495
19887
|
"kind": "Variable",
|
|
19496
19888
|
"canonicalReference": "@fluentui/web-components!typeRampPlus4FontSize:var",
|
|
@@ -19521,6 +19913,36 @@
|
|
|
19521
19913
|
"endIndex": 4
|
|
19522
19914
|
}
|
|
19523
19915
|
},
|
|
19916
|
+
{
|
|
19917
|
+
"kind": "Variable",
|
|
19918
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus4FontVariations:var",
|
|
19919
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19920
|
+
"excerptTokens": [
|
|
19921
|
+
{
|
|
19922
|
+
"kind": "Content",
|
|
19923
|
+
"text": "typeRampPlus4FontVariations: "
|
|
19924
|
+
},
|
|
19925
|
+
{
|
|
19926
|
+
"kind": "Content",
|
|
19927
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
19928
|
+
},
|
|
19929
|
+
{
|
|
19930
|
+
"kind": "Reference",
|
|
19931
|
+
"text": "CSSDesignToken",
|
|
19932
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
19933
|
+
},
|
|
19934
|
+
{
|
|
19935
|
+
"kind": "Content",
|
|
19936
|
+
"text": "<string>"
|
|
19937
|
+
}
|
|
19938
|
+
],
|
|
19939
|
+
"releaseTag": "Public",
|
|
19940
|
+
"name": "typeRampPlus4FontVariations",
|
|
19941
|
+
"variableTypeTokenRange": {
|
|
19942
|
+
"startIndex": 1,
|
|
19943
|
+
"endIndex": 4
|
|
19944
|
+
}
|
|
19945
|
+
},
|
|
19524
19946
|
{
|
|
19525
19947
|
"kind": "Variable",
|
|
19526
19948
|
"canonicalReference": "@fluentui/web-components!typeRampPlus4LineHeight:var",
|
|
@@ -19551,6 +19973,32 @@
|
|
|
19551
19973
|
"endIndex": 4
|
|
19552
19974
|
}
|
|
19553
19975
|
},
|
|
19976
|
+
{
|
|
19977
|
+
"kind": "Variable",
|
|
19978
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus5:var",
|
|
19979
|
+
"docComment": "/**\n * @public\n */\n",
|
|
19980
|
+
"excerptTokens": [
|
|
19981
|
+
{
|
|
19982
|
+
"kind": "Content",
|
|
19983
|
+
"text": "typeRampPlus5: "
|
|
19984
|
+
},
|
|
19985
|
+
{
|
|
19986
|
+
"kind": "Content",
|
|
19987
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
19988
|
+
},
|
|
19989
|
+
{
|
|
19990
|
+
"kind": "Reference",
|
|
19991
|
+
"text": "CSSDirective",
|
|
19992
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
19993
|
+
}
|
|
19994
|
+
],
|
|
19995
|
+
"releaseTag": "Public",
|
|
19996
|
+
"name": "typeRampPlus5",
|
|
19997
|
+
"variableTypeTokenRange": {
|
|
19998
|
+
"startIndex": 1,
|
|
19999
|
+
"endIndex": 3
|
|
20000
|
+
}
|
|
20001
|
+
},
|
|
19554
20002
|
{
|
|
19555
20003
|
"kind": "Variable",
|
|
19556
20004
|
"canonicalReference": "@fluentui/web-components!typeRampPlus5FontSize:var",
|
|
@@ -19581,6 +20029,36 @@
|
|
|
19581
20029
|
"endIndex": 4
|
|
19582
20030
|
}
|
|
19583
20031
|
},
|
|
20032
|
+
{
|
|
20033
|
+
"kind": "Variable",
|
|
20034
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus5FontVariations:var",
|
|
20035
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20036
|
+
"excerptTokens": [
|
|
20037
|
+
{
|
|
20038
|
+
"kind": "Content",
|
|
20039
|
+
"text": "typeRampPlus5FontVariations: "
|
|
20040
|
+
},
|
|
20041
|
+
{
|
|
20042
|
+
"kind": "Content",
|
|
20043
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
20044
|
+
},
|
|
20045
|
+
{
|
|
20046
|
+
"kind": "Reference",
|
|
20047
|
+
"text": "CSSDesignToken",
|
|
20048
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
20049
|
+
},
|
|
20050
|
+
{
|
|
20051
|
+
"kind": "Content",
|
|
20052
|
+
"text": "<string>"
|
|
20053
|
+
}
|
|
20054
|
+
],
|
|
20055
|
+
"releaseTag": "Public",
|
|
20056
|
+
"name": "typeRampPlus5FontVariations",
|
|
20057
|
+
"variableTypeTokenRange": {
|
|
20058
|
+
"startIndex": 1,
|
|
20059
|
+
"endIndex": 4
|
|
20060
|
+
}
|
|
20061
|
+
},
|
|
19584
20062
|
{
|
|
19585
20063
|
"kind": "Variable",
|
|
19586
20064
|
"canonicalReference": "@fluentui/web-components!typeRampPlus5LineHeight:var",
|
|
@@ -19611,6 +20089,32 @@
|
|
|
19611
20089
|
"endIndex": 4
|
|
19612
20090
|
}
|
|
19613
20091
|
},
|
|
20092
|
+
{
|
|
20093
|
+
"kind": "Variable",
|
|
20094
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus6:var",
|
|
20095
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20096
|
+
"excerptTokens": [
|
|
20097
|
+
{
|
|
20098
|
+
"kind": "Content",
|
|
20099
|
+
"text": "typeRampPlus6: "
|
|
20100
|
+
},
|
|
20101
|
+
{
|
|
20102
|
+
"kind": "Content",
|
|
20103
|
+
"text": "import(\"@microsoft/fast-element\")."
|
|
20104
|
+
},
|
|
20105
|
+
{
|
|
20106
|
+
"kind": "Reference",
|
|
20107
|
+
"text": "CSSDirective",
|
|
20108
|
+
"canonicalReference": "@microsoft/fast-element!CSSDirective:class"
|
|
20109
|
+
}
|
|
20110
|
+
],
|
|
20111
|
+
"releaseTag": "Public",
|
|
20112
|
+
"name": "typeRampPlus6",
|
|
20113
|
+
"variableTypeTokenRange": {
|
|
20114
|
+
"startIndex": 1,
|
|
20115
|
+
"endIndex": 3
|
|
20116
|
+
}
|
|
20117
|
+
},
|
|
19614
20118
|
{
|
|
19615
20119
|
"kind": "Variable",
|
|
19616
20120
|
"canonicalReference": "@fluentui/web-components!typeRampPlus6FontSize:var",
|
|
@@ -19641,6 +20145,36 @@
|
|
|
19641
20145
|
"endIndex": 4
|
|
19642
20146
|
}
|
|
19643
20147
|
},
|
|
20148
|
+
{
|
|
20149
|
+
"kind": "Variable",
|
|
20150
|
+
"canonicalReference": "@fluentui/web-components!typeRampPlus6FontVariations:var",
|
|
20151
|
+
"docComment": "/**\n * @public\n */\n",
|
|
20152
|
+
"excerptTokens": [
|
|
20153
|
+
{
|
|
20154
|
+
"kind": "Content",
|
|
20155
|
+
"text": "typeRampPlus6FontVariations: "
|
|
20156
|
+
},
|
|
20157
|
+
{
|
|
20158
|
+
"kind": "Content",
|
|
20159
|
+
"text": "import(\"@microsoft/fast-foundation\")."
|
|
20160
|
+
},
|
|
20161
|
+
{
|
|
20162
|
+
"kind": "Reference",
|
|
20163
|
+
"text": "CSSDesignToken",
|
|
20164
|
+
"canonicalReference": "@microsoft/fast-foundation!CSSDesignToken:interface"
|
|
20165
|
+
},
|
|
20166
|
+
{
|
|
20167
|
+
"kind": "Content",
|
|
20168
|
+
"text": "<string>"
|
|
20169
|
+
}
|
|
20170
|
+
],
|
|
20171
|
+
"releaseTag": "Public",
|
|
20172
|
+
"name": "typeRampPlus6FontVariations",
|
|
20173
|
+
"variableTypeTokenRange": {
|
|
20174
|
+
"startIndex": 1,
|
|
20175
|
+
"endIndex": 4
|
|
20176
|
+
}
|
|
20177
|
+
},
|
|
19644
20178
|
{
|
|
19645
20179
|
"kind": "Variable",
|
|
19646
20180
|
"canonicalReference": "@fluentui/web-components!typeRampPlus6LineHeight:var",
|