@fluentui/web-components 2.4.0 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +61 -1
- package/CHANGELOG.md +29 -2
- package/dist/dts/_docs/design-system/color-explorer/app.d.ts +25 -0
- package/dist/dts/_docs/design-system/color-explorer/colors.d.ts +13 -0
- package/dist/dts/_docs/design-system/color-explorer/component-types.d.ts +6 -0
- package/dist/dts/_docs/design-system/color-explorer/components/color-block.d.ts +10 -0
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.d.ts +190 -0
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.form-associated.d.ts +15 -0
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.styles.d.ts +3 -0
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/color-picker.template.d.ts +8 -0
- package/dist/dts/_docs/design-system/color-explorer/components/color-picker/index.d.ts +9 -0
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.d.ts +8 -0
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.styles.d.ts +1 -0
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/control-pane.template.d.ts +2 -0
- package/dist/dts/_docs/design-system/color-explorer/components/control-pane/index.d.ts +6 -0
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.d.ts +5 -0
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.styles.d.ts +1 -0
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/gradient.template.d.ts +2 -0
- package/dist/dts/_docs/design-system/color-explorer/components/gradient/index.d.ts +6 -0
- package/dist/dts/_docs/design-system/color-explorer/components/layer-background/index.d.ts +21 -0
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/index.d.ts +6 -0
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.d.ts +3 -0
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.styles.d.ts +1 -0
- package/dist/dts/_docs/design-system/color-explorer/components/sample-app/sample-app.template.d.ts +1 -0
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/index.d.ts +6 -0
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.d.ts +3 -0
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.styles.d.ts +1 -0
- package/dist/dts/_docs/design-system/color-explorer/components/sample-page/sample-page.template.d.ts +1 -0
- package/dist/dts/_docs/design-system/color-explorer/components/swatch.d.ts +30 -0
- package/dist/dts/_docs/design-system/color-explorer/custom-elements.d.ts +7 -0
- package/dist/dts/_docs/design-system/color-explorer/index.d.ts +2 -0
- 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/_docs/design-system/color-explorer/app.js +247 -0
- package/dist/esm/_docs/design-system/color-explorer/colors.js +24 -0
- package/dist/esm/_docs/design-system/color-explorer/component-types.js +7 -0
- package/dist/esm/_docs/design-system/color-explorer/components/color-block.js +408 -0
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.form-associated.js +16 -0
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.js +297 -0
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.styles.js +124 -0
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/color-picker.template.js +130 -0
- package/dist/esm/_docs/design-system/color-explorer/components/color-picker/index.js +15 -0
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.js +24 -0
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.styles.js +19 -0
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/control-pane.template.js +52 -0
- package/dist/esm/_docs/design-system/color-explorer/components/control-pane/index.js +18 -0
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.js +11 -0
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.styles.js +31 -0
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/gradient.template.js +21 -0
- package/dist/esm/_docs/design-system/color-explorer/components/gradient/index.js +18 -0
- package/dist/esm/_docs/design-system/color-explorer/components/layer-background/index.js +70 -0
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/index.js +18 -0
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.js +3 -0
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.styles.js +166 -0
- package/dist/esm/_docs/design-system/color-explorer/components/sample-app/sample-app.template.js +97 -0
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/index.js +18 -0
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.js +3 -0
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.styles.js +130 -0
- package/dist/esm/_docs/design-system/color-explorer/components/sample-page/sample-page.template.js +82 -0
- package/dist/esm/_docs/design-system/color-explorer/components/swatch.js +163 -0
- package/dist/esm/_docs/design-system/color-explorer/custom-elements.js +3 -0
- package/dist/esm/_docs/design-system/color-explorer/index.js +14 -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 +534 -0
- package/dist/web-components.d.ts +57 -0
- package/dist/web-components.js +191 -28
- package/dist/web-components.min.js +211 -139
- package/docs/api-report.md +57 -0
- package/package.json +2 -2
- package/public/SegoeUI-VF.ttf +0 -0
|
@@ -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",
|