@fluentui/web-components 3.0.0-beta.14 → 3.0.0-beta.15

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.
Files changed (122) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/dist/dts/accordion/index.d.ts +2 -1
  3. package/dist/dts/accordion-item/index.d.ts +2 -2
  4. package/dist/dts/anchor-button/index.d.ts +2 -2
  5. package/dist/dts/avatar/index.d.ts +2 -2
  6. package/dist/dts/badge/index.d.ts +2 -2
  7. package/dist/dts/button/index.d.ts +2 -2
  8. package/dist/dts/checkbox/index.d.ts +2 -2
  9. package/dist/dts/compound-button/index.d.ts +2 -2
  10. package/dist/dts/counter-badge/index.d.ts +2 -2
  11. package/dist/dts/dialog/index.d.ts +2 -1
  12. package/dist/dts/divider/index.d.ts +2 -2
  13. package/dist/dts/image/index.d.ts +2 -2
  14. package/dist/dts/index-rollup.d.ts +35 -1
  15. package/dist/dts/index.d.ts +35 -34
  16. package/dist/dts/label/index.d.ts +2 -1
  17. package/dist/dts/menu/index.d.ts +1 -1
  18. package/dist/dts/menu-button/index.d.ts +2 -2
  19. package/dist/dts/menu-button/menu-button.options.d.ts +1 -1
  20. package/dist/dts/menu-item/index.d.ts +2 -1
  21. package/dist/dts/menu-list/index.d.ts +1 -1
  22. package/dist/dts/progress-bar/index.d.ts +2 -2
  23. package/dist/dts/radio/index.d.ts +1 -1
  24. package/dist/dts/radio-group/index.d.ts +2 -1
  25. package/dist/dts/slider/index.d.ts +2 -2
  26. package/dist/dts/spinner/index.d.ts +2 -2
  27. package/dist/dts/spinner/spinner.d.ts +10 -2
  28. package/dist/dts/spinner/spinner.template.d.ts +2 -3
  29. package/dist/dts/switch/index.d.ts +2 -2
  30. package/dist/dts/tab/index.d.ts +1 -1
  31. package/dist/dts/tab-panel/index.d.ts +1 -1
  32. package/dist/dts/tabs/index.d.ts +2 -2
  33. package/dist/dts/text/index.d.ts +2 -2
  34. package/dist/dts/text-input/index.d.ts +2 -2
  35. package/dist/dts/text-input/text-input.d.ts +4 -4
  36. package/dist/dts/text-input/text-input.options.d.ts +7 -7
  37. package/dist/dts/text-input/text-input.template.d.ts +2 -2
  38. package/dist/dts/toggle-button/index.d.ts +2 -2
  39. package/dist/esm/accordion/index.js +2 -1
  40. package/dist/esm/accordion/index.js.map +1 -1
  41. package/dist/esm/accordion-item/index.js +2 -2
  42. package/dist/esm/accordion-item/index.js.map +1 -1
  43. package/dist/esm/anchor-button/index.js +2 -2
  44. package/dist/esm/anchor-button/index.js.map +1 -1
  45. package/dist/esm/avatar/index.js +2 -2
  46. package/dist/esm/avatar/index.js.map +1 -1
  47. package/dist/esm/badge/index.js +2 -2
  48. package/dist/esm/badge/index.js.map +1 -1
  49. package/dist/esm/button/index.js +2 -2
  50. package/dist/esm/button/index.js.map +1 -1
  51. package/dist/esm/checkbox/index.js +2 -2
  52. package/dist/esm/checkbox/index.js.map +1 -1
  53. package/dist/esm/compound-button/index.js +2 -2
  54. package/dist/esm/compound-button/index.js.map +1 -1
  55. package/dist/esm/counter-badge/index.js +2 -2
  56. package/dist/esm/counter-badge/index.js.map +1 -1
  57. package/dist/esm/dialog/index.js +2 -1
  58. package/dist/esm/dialog/index.js.map +1 -1
  59. package/dist/esm/divider/index.js +2 -2
  60. package/dist/esm/divider/index.js.map +1 -1
  61. package/dist/esm/image/index.js +2 -2
  62. package/dist/esm/image/index.js.map +1 -1
  63. package/dist/esm/index-rollup.js +35 -1
  64. package/dist/esm/index-rollup.js.map +1 -1
  65. package/dist/esm/index.js +35 -34
  66. package/dist/esm/index.js.map +1 -1
  67. package/dist/esm/label/index.js +2 -1
  68. package/dist/esm/label/index.js.map +1 -1
  69. package/dist/esm/menu/index.js +1 -1
  70. package/dist/esm/menu/index.js.map +1 -1
  71. package/dist/esm/menu-button/index.js +2 -2
  72. package/dist/esm/menu-button/index.js.map +1 -1
  73. package/dist/esm/menu-item/index.js +2 -1
  74. package/dist/esm/menu-item/index.js.map +1 -1
  75. package/dist/esm/menu-list/index.js +1 -1
  76. package/dist/esm/menu-list/index.js.map +1 -1
  77. package/dist/esm/progress-bar/index.js +2 -2
  78. package/dist/esm/progress-bar/index.js.map +1 -1
  79. package/dist/esm/radio/index.js +1 -1
  80. package/dist/esm/radio/index.js.map +1 -1
  81. package/dist/esm/radio-group/index.js +2 -1
  82. package/dist/esm/radio-group/index.js.map +1 -1
  83. package/dist/esm/slider/index.js +2 -2
  84. package/dist/esm/slider/index.js.map +1 -1
  85. package/dist/esm/spinner/index.js +2 -2
  86. package/dist/esm/spinner/index.js.map +1 -1
  87. package/dist/esm/spinner/spinner.js +2 -2
  88. package/dist/esm/spinner/spinner.js.map +1 -1
  89. package/dist/esm/spinner/spinner.template.js.map +1 -1
  90. package/dist/esm/switch/index.js +2 -2
  91. package/dist/esm/switch/index.js.map +1 -1
  92. package/dist/esm/tab/index.js +1 -1
  93. package/dist/esm/tab/index.js.map +1 -1
  94. package/dist/esm/tab-panel/index.js +1 -1
  95. package/dist/esm/tab-panel/index.js.map +1 -1
  96. package/dist/esm/tabs/index.js +2 -2
  97. package/dist/esm/tabs/index.js.map +1 -1
  98. package/dist/esm/text/index.js +2 -2
  99. package/dist/esm/text/index.js.map +1 -1
  100. package/dist/esm/text-input/index.js +2 -2
  101. package/dist/esm/text-input/index.js.map +1 -1
  102. package/dist/esm/text-input/text-input.js +3 -3
  103. package/dist/esm/text-input/text-input.options.js +6 -6
  104. package/dist/esm/toggle-button/index.js +2 -2
  105. package/dist/esm/toggle-button/index.js.map +1 -1
  106. package/dist/fluent-web-components.api.json +548 -565
  107. package/dist/storybook/iframe.html +1 -1
  108. package/dist/storybook/main.6c75b8cb.iframe.bundle.js +2 -0
  109. package/dist/storybook/project.json +1 -1
  110. package/dist/web-components.d.ts +67 -96
  111. package/dist/web-components.js +105 -103
  112. package/dist/web-components.min.js +210 -210
  113. package/docs/api-report.md +85 -94
  114. package/package.json +1 -1
  115. package/dist/dts/progress-ring/progress-ring.d.ts +0 -15
  116. package/dist/dts/progress-ring/progress-ring.options.d.ts +0 -9
  117. package/dist/esm/progress-ring/progress-ring.js +0 -16
  118. package/dist/esm/progress-ring/progress-ring.js.map +0 -1
  119. package/dist/esm/progress-ring/progress-ring.options.js +0 -2
  120. package/dist/esm/progress-ring/progress-ring.options.js.map +0 -1
  121. package/dist/storybook/main.79d2477b.iframe.bundle.js +0 -2
  122. /package/dist/storybook/{main.79d2477b.iframe.bundle.js.LICENSE.txt → main.6c75b8cb.iframe.bundle.js.LICENSE.txt} +0 -0
@@ -241,7 +241,7 @@
241
241
  {
242
242
  "kind": "Reference",
243
243
  "text": "AccordionExpandMode",
244
- "canonicalReference": "@fluentui/web-components!~AccordionExpandMode:type"
244
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
245
245
  },
246
246
  {
247
247
  "kind": "Content",
@@ -271,7 +271,7 @@
271
271
  {
272
272
  "kind": "Reference",
273
273
  "text": "AccordionExpandMode",
274
- "canonicalReference": "@fluentui/web-components!~AccordionExpandMode:type"
274
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
275
275
  },
276
276
  {
277
277
  "kind": "Content",
@@ -280,7 +280,7 @@
280
280
  {
281
281
  "kind": "Reference",
282
282
  "text": "AccordionExpandMode",
283
- "canonicalReference": "@fluentui/web-components!~AccordionExpandMode:type"
283
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type"
284
284
  },
285
285
  {
286
286
  "kind": "Content",
@@ -371,6 +371,67 @@
371
371
  "endIndex": 6
372
372
  }
373
373
  },
374
+ {
375
+ "kind": "TypeAlias",
376
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:type",
377
+ "docComment": "/**\n * Type for the {@link FASTAccordion} Expand Mode\n *\n * @public\n */\n",
378
+ "excerptTokens": [
379
+ {
380
+ "kind": "Content",
381
+ "text": "export declare type AccordionExpandMode = "
382
+ },
383
+ {
384
+ "kind": "Reference",
385
+ "text": "ValuesOf",
386
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
387
+ },
388
+ {
389
+ "kind": "Content",
390
+ "text": "<typeof "
391
+ },
392
+ {
393
+ "kind": "Reference",
394
+ "text": "AccordionExpandMode",
395
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:var"
396
+ },
397
+ {
398
+ "kind": "Content",
399
+ "text": ">"
400
+ },
401
+ {
402
+ "kind": "Content",
403
+ "text": ";"
404
+ }
405
+ ],
406
+ "releaseTag": "Public",
407
+ "name": "AccordionExpandMode",
408
+ "typeTokenRange": {
409
+ "startIndex": 1,
410
+ "endIndex": 5
411
+ }
412
+ },
413
+ {
414
+ "kind": "Variable",
415
+ "canonicalReference": "@fluentui/web-components!AccordionExpandMode:var",
416
+ "docComment": "/**\n * Expand mode for {@link FASTAccordion}\n *\n * @public\n */\n",
417
+ "excerptTokens": [
418
+ {
419
+ "kind": "Content",
420
+ "text": "AccordionExpandMode: "
421
+ },
422
+ {
423
+ "kind": "Content",
424
+ "text": "{\n readonly single: \"single\";\n readonly multi: \"multi\";\n}"
425
+ }
426
+ ],
427
+ "isReadonly": true,
428
+ "releaseTag": "Public",
429
+ "name": "AccordionExpandMode",
430
+ "variableTypeTokenRange": {
431
+ "startIndex": 1,
432
+ "endIndex": 2
433
+ }
434
+ },
374
435
  {
375
436
  "kind": "Class",
376
437
  "canonicalReference": "@fluentui/web-components!AccordionItem:class",
@@ -1734,6 +1795,45 @@
1734
1795
  "endIndex": 6
1735
1796
  }
1736
1797
  },
1798
+ {
1799
+ "kind": "TypeAlias",
1800
+ "canonicalReference": "@fluentui/web-components!AnchorButtonOptions:type",
1801
+ "docComment": "/**\n * Anchor configuration options\n *\n * @public\n */\n",
1802
+ "excerptTokens": [
1803
+ {
1804
+ "kind": "Content",
1805
+ "text": "export declare type AnchorOptions = "
1806
+ },
1807
+ {
1808
+ "kind": "Reference",
1809
+ "text": "StartEndOptions",
1810
+ "canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
1811
+ },
1812
+ {
1813
+ "kind": "Content",
1814
+ "text": "<"
1815
+ },
1816
+ {
1817
+ "kind": "Reference",
1818
+ "text": "AnchorButton",
1819
+ "canonicalReference": "@fluentui/web-components!AnchorButton:class"
1820
+ },
1821
+ {
1822
+ "kind": "Content",
1823
+ "text": ">"
1824
+ },
1825
+ {
1826
+ "kind": "Content",
1827
+ "text": ";"
1828
+ }
1829
+ ],
1830
+ "releaseTag": "Public",
1831
+ "name": "AnchorButtonOptions",
1832
+ "typeTokenRange": {
1833
+ "startIndex": 1,
1834
+ "endIndex": 5
1835
+ }
1836
+ },
1737
1837
  {
1738
1838
  "kind": "TypeAlias",
1739
1839
  "canonicalReference": "@fluentui/web-components!AnchorButtonShape:type",
@@ -1892,45 +1992,6 @@
1892
1992
  "endIndex": 5
1893
1993
  }
1894
1994
  },
1895
- {
1896
- "kind": "TypeAlias",
1897
- "canonicalReference": "@fluentui/web-components!AnchorOptions:type",
1898
- "docComment": "/**\n * Anchor configuration options\n *\n * @public\n */\n",
1899
- "excerptTokens": [
1900
- {
1901
- "kind": "Content",
1902
- "text": "export declare type AnchorOptions = "
1903
- },
1904
- {
1905
- "kind": "Reference",
1906
- "text": "StartEndOptions",
1907
- "canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
1908
- },
1909
- {
1910
- "kind": "Content",
1911
- "text": "<"
1912
- },
1913
- {
1914
- "kind": "Reference",
1915
- "text": "AnchorButton",
1916
- "canonicalReference": "@fluentui/web-components!AnchorButton:class"
1917
- },
1918
- {
1919
- "kind": "Content",
1920
- "text": ">"
1921
- },
1922
- {
1923
- "kind": "Content",
1924
- "text": ";"
1925
- }
1926
- ],
1927
- "releaseTag": "Public",
1928
- "name": "AnchorOptions",
1929
- "typeTokenRange": {
1930
- "startIndex": 1,
1931
- "endIndex": 5
1932
- }
1933
- },
1934
1995
  {
1935
1996
  "kind": "TypeAlias",
1936
1997
  "canonicalReference": "@fluentui/web-components!AnchorTarget:type",
@@ -3275,202 +3336,6 @@
3275
3336
  "endIndex": 5
3276
3337
  }
3277
3338
  },
3278
- {
3279
- "kind": "Class",
3280
- "canonicalReference": "@fluentui/web-components!BaseTabs:class",
3281
- "docComment": "/**\n * @class TabList component\n *\n * @public\n */\n",
3282
- "excerptTokens": [
3283
- {
3284
- "kind": "Content",
3285
- "text": "export declare class BaseTabs extends "
3286
- },
3287
- {
3288
- "kind": "Reference",
3289
- "text": "FASTElement",
3290
- "canonicalReference": "@microsoft/fast-element!FASTElement:interface"
3291
- },
3292
- {
3293
- "kind": "Content",
3294
- "text": " "
3295
- }
3296
- ],
3297
- "releaseTag": "Public",
3298
- "name": "BaseTabs",
3299
- "preserveMemberOrder": false,
3300
- "members": [
3301
- {
3302
- "kind": "Property",
3303
- "canonicalReference": "@fluentui/web-components!BaseTabs#activeid:member",
3304
- "docComment": "/**\n * The id of the active tab\n *\n * @remarks\n *\n * HTML Attribute: activeid\n *\n * @public\n */\n",
3305
- "excerptTokens": [
3306
- {
3307
- "kind": "Content",
3308
- "text": "activeid: "
3309
- },
3310
- {
3311
- "kind": "Content",
3312
- "text": "string"
3313
- },
3314
- {
3315
- "kind": "Content",
3316
- "text": ";"
3317
- }
3318
- ],
3319
- "isReadonly": false,
3320
- "isOptional": false,
3321
- "releaseTag": "Public",
3322
- "name": "activeid",
3323
- "propertyTypeTokenRange": {
3324
- "startIndex": 1,
3325
- "endIndex": 2
3326
- },
3327
- "isStatic": false,
3328
- "isProtected": false
3329
- },
3330
- {
3331
- "kind": "Property",
3332
- "canonicalReference": "@fluentui/web-components!BaseTabs#activetab:member",
3333
- "docComment": "/**\n * A reference to the active tab\n *\n * @public\n */\n",
3334
- "excerptTokens": [
3335
- {
3336
- "kind": "Content",
3337
- "text": "activetab: "
3338
- },
3339
- {
3340
- "kind": "Reference",
3341
- "text": "HTMLElement",
3342
- "canonicalReference": "!HTMLElement:interface"
3343
- },
3344
- {
3345
- "kind": "Content",
3346
- "text": ";"
3347
- }
3348
- ],
3349
- "isReadonly": false,
3350
- "isOptional": false,
3351
- "releaseTag": "Public",
3352
- "name": "activetab",
3353
- "propertyTypeTokenRange": {
3354
- "startIndex": 1,
3355
- "endIndex": 2
3356
- },
3357
- "isStatic": false,
3358
- "isProtected": false
3359
- },
3360
- {
3361
- "kind": "Method",
3362
- "canonicalReference": "@fluentui/web-components!BaseTabs#adjust:member(1)",
3363
- "docComment": "/**\n * The adjust method for FASTTabs\n *\n * @remarks\n *\n * This method allows the active index to be adjusted by numerical increments\n *\n * @public\n */\n",
3364
- "excerptTokens": [
3365
- {
3366
- "kind": "Content",
3367
- "text": "adjust(adjustment: "
3368
- },
3369
- {
3370
- "kind": "Content",
3371
- "text": "number"
3372
- },
3373
- {
3374
- "kind": "Content",
3375
- "text": "): "
3376
- },
3377
- {
3378
- "kind": "Content",
3379
- "text": "void"
3380
- },
3381
- {
3382
- "kind": "Content",
3383
- "text": ";"
3384
- }
3385
- ],
3386
- "isStatic": false,
3387
- "returnTypeTokenRange": {
3388
- "startIndex": 3,
3389
- "endIndex": 4
3390
- },
3391
- "releaseTag": "Public",
3392
- "isProtected": false,
3393
- "overloadIndex": 1,
3394
- "parameters": [
3395
- {
3396
- "parameterName": "adjustment",
3397
- "parameterTypeTokenRange": {
3398
- "startIndex": 1,
3399
- "endIndex": 2
3400
- },
3401
- "isOptional": false
3402
- }
3403
- ],
3404
- "isOptional": false,
3405
- "name": "adjust"
3406
- },
3407
- {
3408
- "kind": "Property",
3409
- "canonicalReference": "@fluentui/web-components!BaseTabs#orientation:member",
3410
- "docComment": "/**\n * The orientation\n *\n * @remarks\n *\n * HTML Attribute: orientation\n *\n * @public\n */\n",
3411
- "excerptTokens": [
3412
- {
3413
- "kind": "Content",
3414
- "text": "orientation: "
3415
- },
3416
- {
3417
- "kind": "Reference",
3418
- "text": "TabsOrientation",
3419
- "canonicalReference": "@fluentui/web-components!TabsOrientation:type"
3420
- },
3421
- {
3422
- "kind": "Content",
3423
- "text": ";"
3424
- }
3425
- ],
3426
- "isReadonly": false,
3427
- "isOptional": false,
3428
- "releaseTag": "Public",
3429
- "name": "orientation",
3430
- "propertyTypeTokenRange": {
3431
- "startIndex": 1,
3432
- "endIndex": 2
3433
- },
3434
- "isStatic": false,
3435
- "isProtected": false
3436
- },
3437
- {
3438
- "kind": "Method",
3439
- "canonicalReference": "@fluentui/web-components!BaseTabs#setTabs:member(1)",
3440
- "docComment": "/**\n * Function that is invoked whenever the selected tab or the tab collection changes.\n *\n * @public\n */\n",
3441
- "excerptTokens": [
3442
- {
3443
- "kind": "Content",
3444
- "text": "protected setTabs(): "
3445
- },
3446
- {
3447
- "kind": "Content",
3448
- "text": "void"
3449
- },
3450
- {
3451
- "kind": "Content",
3452
- "text": ";"
3453
- }
3454
- ],
3455
- "isStatic": false,
3456
- "returnTypeTokenRange": {
3457
- "startIndex": 1,
3458
- "endIndex": 2
3459
- },
3460
- "releaseTag": "Public",
3461
- "isProtected": true,
3462
- "overloadIndex": 1,
3463
- "parameters": [],
3464
- "isOptional": false,
3465
- "name": "setTabs"
3466
- }
3467
- ],
3468
- "extendsTokenRange": {
3469
- "startIndex": 1,
3470
- "endIndex": 2
3471
- },
3472
- "implementsTokenRanges": []
3473
- },
3474
3339
  {
3475
3340
  "kind": "Variable",
3476
3341
  "canonicalReference": "@fluentui/web-components!borderRadiusCircular:var",
@@ -13879,32 +13744,6 @@
13879
13744
  "endIndex": 6
13880
13745
  }
13881
13746
  },
13882
- {
13883
- "kind": "TypeAlias",
13884
- "canonicalReference": "@fluentui/web-components!CounterBadgeOptions:type",
13885
- "docComment": "/**\n * CounterBadge options\n *\n * @public\n */\n",
13886
- "excerptTokens": [
13887
- {
13888
- "kind": "Content",
13889
- "text": "export declare type CounterBadgeOptions = "
13890
- },
13891
- {
13892
- "kind": "Reference",
13893
- "text": "BadgeOptions",
13894
- "canonicalReference": "@fluentui/web-components!BadgeOptions:type"
13895
- },
13896
- {
13897
- "kind": "Content",
13898
- "text": ";"
13899
- }
13900
- ],
13901
- "releaseTag": "Public",
13902
- "name": "CounterBadgeOptions",
13903
- "typeTokenRange": {
13904
- "startIndex": 1,
13905
- "endIndex": 2
13906
- }
13907
- },
13908
13747
  {
13909
13748
  "kind": "TypeAlias",
13910
13749
  "canonicalReference": "@fluentui/web-components!CounterBadgeShape:type",
@@ -14090,31 +13929,6 @@
14090
13929
  "endIndex": 5
14091
13930
  }
14092
13931
  },
14093
- {
14094
- "kind": "TypeAlias",
14095
- "canonicalReference": "@fluentui/web-components!CSSDisplayPropertyValue:type",
14096
- "docComment": "/**\n * Define all possible CSS display values.\n *\n * @public\n */\n",
14097
- "excerptTokens": [
14098
- {
14099
- "kind": "Content",
14100
- "text": "export declare type CSSDisplayPropertyValue = "
14101
- },
14102
- {
14103
- "kind": "Content",
14104
- "text": "'block' | 'contents' | 'flex' | 'grid' | 'inherit' | 'initial' | 'inline' | 'inline-block' | 'inline-flex' | 'inline-grid' | 'inline-table' | 'list-item' | 'none' | 'run-in' | 'table' | 'table-caption' | 'table-cell' | 'table-column' | 'table-column-group' | 'table-footer-group' | 'table-header-group' | 'table-row' | 'table-row-group'"
14105
- },
14106
- {
14107
- "kind": "Content",
14108
- "text": ";"
14109
- }
14110
- ],
14111
- "releaseTag": "Public",
14112
- "name": "CSSDisplayPropertyValue",
14113
- "typeTokenRange": {
14114
- "startIndex": 1,
14115
- "endIndex": 2
14116
- }
14117
- },
14118
13932
  {
14119
13933
  "kind": "Variable",
14120
13934
  "canonicalReference": "@fluentui/web-components!curveAccelerateMax:var",
@@ -14331,151 +14145,59 @@
14331
14145
  {
14332
14146
  "kind": "Content",
14333
14147
  "text": "curveLinear = "
14334
- },
14335
- {
14336
- "kind": "Content",
14337
- "text": "\"var(--curveLinear)\""
14338
- }
14339
- ],
14340
- "initializerTokenRange": {
14341
- "startIndex": 1,
14342
- "endIndex": 2
14343
- },
14344
- "isReadonly": true,
14345
- "releaseTag": "Public",
14346
- "name": "curveLinear",
14347
- "variableTypeTokenRange": {
14348
- "startIndex": 0,
14349
- "endIndex": 0
14350
- }
14351
- },
14352
- {
14353
- "kind": "Variable",
14354
- "canonicalReference": "@fluentui/web-components!darkModeStylesheetBehavior:var",
14355
- "docComment": "/**\n * This can be used to construct a behavior to apply a prefers color scheme: dark only stylesheet.\n *\n * @public\n */\n",
14356
- "excerptTokens": [
14357
- {
14358
- "kind": "Content",
14359
- "text": "darkModeStylesheetBehavior: "
14360
- },
14361
- {
14362
- "kind": "Content",
14363
- "text": "(styles: "
14364
- },
14365
- {
14366
- "kind": "Reference",
14367
- "text": "ElementStyles",
14368
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
14369
- },
14370
- {
14371
- "kind": "Content",
14372
- "text": ") => "
14373
- },
14374
- {
14375
- "kind": "Reference",
14376
- "text": "MatchMediaStyleSheetBehavior",
14377
- "canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class"
14378
- }
14379
- ],
14380
- "isReadonly": true,
14381
- "releaseTag": "Public",
14382
- "name": "darkModeStylesheetBehavior",
14383
- "variableTypeTokenRange": {
14384
- "startIndex": 1,
14385
- "endIndex": 5
14386
- }
14387
- },
14388
- {
14389
- "kind": "Class",
14390
- "canonicalReference": "@fluentui/web-components!DelegatesARIALink:class",
14391
- "docComment": "/**\n * Includes ARIA states and properties relating to the ARIA link role\n *\n * @public\n */\n",
14392
- "excerptTokens": [
14393
- {
14394
- "kind": "Content",
14395
- "text": "export declare class DelegatesARIALink "
14396
- }
14397
- ],
14398
- "releaseTag": "Public",
14399
- "name": "DelegatesARIALink",
14400
- "preserveMemberOrder": false,
14401
- "members": [
14402
- {
14403
- "kind": "Property",
14404
- "canonicalReference": "@fluentui/web-components!DelegatesARIALink#ariaExpanded:member",
14405
- "docComment": "/**\n * See {@link https://www.w3.org/WAI/PF/aria/roles#link} for more information\n *\n * @remarks\n *\n * HTML Attribute: aria-expanded\n *\n * @public\n */\n",
14406
- "excerptTokens": [
14407
- {
14408
- "kind": "Content",
14409
- "text": "ariaExpanded: "
14410
- },
14411
- {
14412
- "kind": "Content",
14413
- "text": "'true' | 'false' | string | null"
14414
- },
14415
- {
14416
- "kind": "Content",
14417
- "text": ";"
14418
- }
14419
- ],
14420
- "isReadonly": false,
14421
- "isOptional": false,
14422
- "releaseTag": "Public",
14423
- "name": "ariaExpanded",
14424
- "propertyTypeTokenRange": {
14425
- "startIndex": 1,
14426
- "endIndex": 2
14427
- },
14428
- "isStatic": false,
14429
- "isProtected": false
14430
- }
14431
- ],
14432
- "implementsTokenRanges": []
14433
- },
14434
- {
14435
- "kind": "Class",
14436
- "canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:class",
14437
- "docComment": "/**\n * Includes ARIA states and properties relating to the ARIA textbox role\n *\n * @public\n */\n",
14438
- "excerptTokens": [
14148
+ },
14439
14149
  {
14440
14150
  "kind": "Content",
14441
- "text": "export declare class DelegatesARIATextbox "
14151
+ "text": "\"var(--curveLinear)\""
14442
14152
  }
14443
14153
  ],
14154
+ "initializerTokenRange": {
14155
+ "startIndex": 1,
14156
+ "endIndex": 2
14157
+ },
14158
+ "isReadonly": true,
14444
14159
  "releaseTag": "Public",
14445
- "name": "DelegatesARIATextbox",
14446
- "preserveMemberOrder": false,
14447
- "members": [],
14448
- "implementsTokenRanges": []
14160
+ "name": "curveLinear",
14161
+ "variableTypeTokenRange": {
14162
+ "startIndex": 0,
14163
+ "endIndex": 0
14164
+ }
14449
14165
  },
14450
14166
  {
14451
- "kind": "Interface",
14452
- "canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:interface",
14453
- "docComment": "",
14167
+ "kind": "Variable",
14168
+ "canonicalReference": "@fluentui/web-components!darkModeStylesheetBehavior:var",
14169
+ "docComment": "/**\n * This can be used to construct a behavior to apply a prefers color scheme: dark only stylesheet.\n *\n * @public\n */\n",
14454
14170
  "excerptTokens": [
14455
14171
  {
14456
14172
  "kind": "Content",
14457
- "text": "export interface DelegatesARIATextbox extends "
14173
+ "text": "darkModeStylesheetBehavior: "
14174
+ },
14175
+ {
14176
+ "kind": "Content",
14177
+ "text": "(styles: "
14458
14178
  },
14459
14179
  {
14460
14180
  "kind": "Reference",
14461
- "text": "ARIAGlobalStatesAndProperties",
14462
- "canonicalReference": "@fluentui/web-components!~ARIAGlobalStatesAndProperties:class"
14181
+ "text": "ElementStyles",
14182
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
14463
14183
  },
14464
14184
  {
14465
14185
  "kind": "Content",
14466
- "text": " "
14186
+ "text": ") => "
14187
+ },
14188
+ {
14189
+ "kind": "Reference",
14190
+ "text": "MatchMediaStyleSheetBehavior",
14191
+ "canonicalReference": "@fluentui/web-components!MatchMediaStyleSheetBehavior:class"
14467
14192
  }
14468
14193
  ],
14194
+ "isReadonly": true,
14469
14195
  "releaseTag": "Public",
14470
- "name": "DelegatesARIATextbox",
14471
- "preserveMemberOrder": false,
14472
- "members": [],
14473
- "extendsTokenRanges": [
14474
- {
14475
- "startIndex": 1,
14476
- "endIndex": 2
14477
- }
14478
- ]
14196
+ "name": "darkModeStylesheetBehavior",
14197
+ "variableTypeTokenRange": {
14198
+ "startIndex": 1,
14199
+ "endIndex": 5
14200
+ }
14479
14201
  },
14480
14202
  {
14481
14203
  "kind": "Class",
@@ -14853,7 +14575,7 @@
14853
14575
  {
14854
14576
  "kind": "Reference",
14855
14577
  "text": "DialogModalType",
14856
- "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
14578
+ "canonicalReference": "@fluentui/web-components!DialogModalType:type"
14857
14579
  },
14858
14580
  {
14859
14581
  "kind": "Content",
@@ -14883,7 +14605,7 @@
14883
14605
  {
14884
14606
  "kind": "Reference",
14885
14607
  "text": "DialogModalType",
14886
- "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
14608
+ "canonicalReference": "@fluentui/web-components!DialogModalType:type"
14887
14609
  },
14888
14610
  {
14889
14611
  "kind": "Content",
@@ -14892,7 +14614,7 @@
14892
14614
  {
14893
14615
  "kind": "Reference",
14894
14616
  "text": "DialogModalType",
14895
- "canonicalReference": "@fluentui/web-components!~DialogModalType:type"
14617
+ "canonicalReference": "@fluentui/web-components!DialogModalType:type"
14896
14618
  },
14897
14619
  {
14898
14620
  "kind": "Content",
@@ -15227,6 +14949,67 @@
15227
14949
  "endIndex": 6
15228
14950
  }
15229
14951
  },
14952
+ {
14953
+ "kind": "TypeAlias",
14954
+ "canonicalReference": "@fluentui/web-components!DialogModalType:type",
14955
+ "docComment": "",
14956
+ "excerptTokens": [
14957
+ {
14958
+ "kind": "Content",
14959
+ "text": "export declare type DialogModalType = "
14960
+ },
14961
+ {
14962
+ "kind": "Reference",
14963
+ "text": "ValuesOf",
14964
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
14965
+ },
14966
+ {
14967
+ "kind": "Content",
14968
+ "text": "<typeof "
14969
+ },
14970
+ {
14971
+ "kind": "Reference",
14972
+ "text": "DialogModalType",
14973
+ "canonicalReference": "@fluentui/web-components!DialogModalType:var"
14974
+ },
14975
+ {
14976
+ "kind": "Content",
14977
+ "text": ">"
14978
+ },
14979
+ {
14980
+ "kind": "Content",
14981
+ "text": ";"
14982
+ }
14983
+ ],
14984
+ "releaseTag": "Public",
14985
+ "name": "DialogModalType",
14986
+ "typeTokenRange": {
14987
+ "startIndex": 1,
14988
+ "endIndex": 5
14989
+ }
14990
+ },
14991
+ {
14992
+ "kind": "Variable",
14993
+ "canonicalReference": "@fluentui/web-components!DialogModalType:var",
14994
+ "docComment": "/**\n * Dialog modal type\n *\n * @public\n */\n",
14995
+ "excerptTokens": [
14996
+ {
14997
+ "kind": "Content",
14998
+ "text": "DialogModalType: "
14999
+ },
15000
+ {
15001
+ "kind": "Content",
15002
+ "text": "{\n readonly modal: \"modal\";\n readonly nonModal: \"non-modal\";\n readonly alert: \"alert\";\n}"
15003
+ }
15004
+ ],
15005
+ "isReadonly": true,
15006
+ "releaseTag": "Public",
15007
+ "name": "DialogModalType",
15008
+ "variableTypeTokenRange": {
15009
+ "startIndex": 1,
15010
+ "endIndex": 2
15011
+ }
15012
+ },
15230
15013
  {
15231
15014
  "kind": "Variable",
15232
15015
  "canonicalReference": "@fluentui/web-components!DialogStyles:var",
@@ -15302,7 +15085,7 @@
15302
15085
  {
15303
15086
  "kind": "Reference",
15304
15087
  "text": "CSSDisplayPropertyValue",
15305
- "canonicalReference": "@fluentui/web-components!CSSDisplayPropertyValue:type"
15088
+ "canonicalReference": "@fluentui/web-components!~CSSDisplayPropertyValue:type"
15306
15089
  },
15307
15090
  {
15308
15091
  "kind": "Content",
@@ -16593,32 +16376,6 @@
16593
16376
  "endIndex": 5
16594
16377
  }
16595
16378
  },
16596
- {
16597
- "kind": "Variable",
16598
- "canonicalReference": "@fluentui/web-components!hidden:var",
16599
- "docComment": "/**\n * A CSS fragment to set `display: none;` when the host is hidden using the [hidden] attribute.\n *\n * @public\n */\n",
16600
- "excerptTokens": [
16601
- {
16602
- "kind": "Content",
16603
- "text": "hidden = "
16604
- },
16605
- {
16606
- "kind": "Content",
16607
- "text": "\":host([hidden]){display:none}\""
16608
- }
16609
- ],
16610
- "initializerTokenRange": {
16611
- "startIndex": 1,
16612
- "endIndex": 2
16613
- },
16614
- "isReadonly": true,
16615
- "releaseTag": "Public",
16616
- "name": "hidden",
16617
- "variableTypeTokenRange": {
16618
- "startIndex": 0,
16619
- "endIndex": 0
16620
- }
16621
- },
16622
16379
  {
16623
16380
  "kind": "Class",
16624
16381
  "canonicalReference": "@fluentui/web-components!Image_2:class",
@@ -17114,7 +16871,7 @@
17114
16871
  {
17115
16872
  "kind": "Reference",
17116
16873
  "text": "LabelSize",
17117
- "canonicalReference": "@fluentui/web-components!~LabelSize:type"
16874
+ "canonicalReference": "@fluentui/web-components!LabelSize:type"
17118
16875
  },
17119
16876
  {
17120
16877
  "kind": "Content",
@@ -17144,7 +16901,7 @@
17144
16901
  {
17145
16902
  "kind": "Reference",
17146
16903
  "text": "LabelWeight",
17147
- "canonicalReference": "@fluentui/web-components!~LabelWeight:type"
16904
+ "canonicalReference": "@fluentui/web-components!LabelWeight:type"
17148
16905
  },
17149
16906
  {
17150
16907
  "kind": "Content",
@@ -17209,6 +16966,67 @@
17209
16966
  "endIndex": 6
17210
16967
  }
17211
16968
  },
16969
+ {
16970
+ "kind": "TypeAlias",
16971
+ "canonicalReference": "@fluentui/web-components!LabelSize:type",
16972
+ "docComment": "/**\n * Applies font size to label\n *\n * @public\n */\n",
16973
+ "excerptTokens": [
16974
+ {
16975
+ "kind": "Content",
16976
+ "text": "export declare type LabelSize = "
16977
+ },
16978
+ {
16979
+ "kind": "Reference",
16980
+ "text": "ValuesOf",
16981
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
16982
+ },
16983
+ {
16984
+ "kind": "Content",
16985
+ "text": "<typeof "
16986
+ },
16987
+ {
16988
+ "kind": "Reference",
16989
+ "text": "LabelSize",
16990
+ "canonicalReference": "@fluentui/web-components!LabelSize:var"
16991
+ },
16992
+ {
16993
+ "kind": "Content",
16994
+ "text": ">"
16995
+ },
16996
+ {
16997
+ "kind": "Content",
16998
+ "text": ";"
16999
+ }
17000
+ ],
17001
+ "releaseTag": "Public",
17002
+ "name": "LabelSize",
17003
+ "typeTokenRange": {
17004
+ "startIndex": 1,
17005
+ "endIndex": 5
17006
+ }
17007
+ },
17008
+ {
17009
+ "kind": "Variable",
17010
+ "canonicalReference": "@fluentui/web-components!LabelSize:var",
17011
+ "docComment": "/**\n * A Labels font size can be small, medium, or large\n */\n",
17012
+ "excerptTokens": [
17013
+ {
17014
+ "kind": "Content",
17015
+ "text": "LabelSize: "
17016
+ },
17017
+ {
17018
+ "kind": "Content",
17019
+ "text": "{\n readonly small: \"small\";\n readonly medium: \"medium\";\n readonly large: \"large\";\n}"
17020
+ }
17021
+ ],
17022
+ "isReadonly": true,
17023
+ "releaseTag": "Public",
17024
+ "name": "LabelSize",
17025
+ "variableTypeTokenRange": {
17026
+ "startIndex": 1,
17027
+ "endIndex": 2
17028
+ }
17029
+ },
17212
17030
  {
17213
17031
  "kind": "Variable",
17214
17032
  "canonicalReference": "@fluentui/web-components!LabelStyles:var",
@@ -17272,6 +17090,67 @@
17272
17090
  "endIndex": 5
17273
17091
  }
17274
17092
  },
17093
+ {
17094
+ "kind": "TypeAlias",
17095
+ "canonicalReference": "@fluentui/web-components!LabelWeight:type",
17096
+ "docComment": "/**\n * Applies font weight to label\n *\n * @public\n */\n",
17097
+ "excerptTokens": [
17098
+ {
17099
+ "kind": "Content",
17100
+ "text": "export declare type LabelWeight = "
17101
+ },
17102
+ {
17103
+ "kind": "Reference",
17104
+ "text": "ValuesOf",
17105
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
17106
+ },
17107
+ {
17108
+ "kind": "Content",
17109
+ "text": "<typeof "
17110
+ },
17111
+ {
17112
+ "kind": "Reference",
17113
+ "text": "LabelWeight",
17114
+ "canonicalReference": "@fluentui/web-components!LabelWeight:var"
17115
+ },
17116
+ {
17117
+ "kind": "Content",
17118
+ "text": ">"
17119
+ },
17120
+ {
17121
+ "kind": "Content",
17122
+ "text": ";"
17123
+ }
17124
+ ],
17125
+ "releaseTag": "Public",
17126
+ "name": "LabelWeight",
17127
+ "typeTokenRange": {
17128
+ "startIndex": 1,
17129
+ "endIndex": 5
17130
+ }
17131
+ },
17132
+ {
17133
+ "kind": "Variable",
17134
+ "canonicalReference": "@fluentui/web-components!LabelWeight:var",
17135
+ "docComment": "/**\n * A label can have a font weight of regular or strong\n */\n",
17136
+ "excerptTokens": [
17137
+ {
17138
+ "kind": "Content",
17139
+ "text": "LabelWeight: "
17140
+ },
17141
+ {
17142
+ "kind": "Content",
17143
+ "text": "{\n readonly regular: \"regular\";\n readonly semibold: \"semibold\";\n}"
17144
+ }
17145
+ ],
17146
+ "isReadonly": true,
17147
+ "releaseTag": "Public",
17148
+ "name": "LabelWeight",
17149
+ "variableTypeTokenRange": {
17150
+ "startIndex": 1,
17151
+ "endIndex": 2
17152
+ }
17153
+ },
17275
17154
  {
17276
17155
  "kind": "Variable",
17277
17156
  "canonicalReference": "@fluentui/web-components!lightModeStylesheetBehavior:var",
@@ -21431,7 +21310,7 @@
21431
21310
  {
21432
21311
  "kind": "Reference",
21433
21312
  "text": "RadioGroupOrientation",
21434
- "canonicalReference": "@fluentui/web-components!~RadioGroupOrientation:type"
21313
+ "canonicalReference": "@fluentui/web-components!RadioGroupOrientation:type"
21435
21314
  },
21436
21315
  {
21437
21316
  "kind": "Content",
@@ -21648,16 +21527,52 @@
21648
21527
  "excerptTokens": [
21649
21528
  {
21650
21529
  "kind": "Content",
21651
- "text": "definition: "
21652
- },
21653
- {
21654
- "kind": "Content",
21655
- "text": "import(\"@microsoft/fast-element\")."
21530
+ "text": "definition: "
21531
+ },
21532
+ {
21533
+ "kind": "Content",
21534
+ "text": "import(\"@microsoft/fast-element\")."
21535
+ },
21536
+ {
21537
+ "kind": "Reference",
21538
+ "text": "FASTElementDefinition",
21539
+ "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
21540
+ },
21541
+ {
21542
+ "kind": "Content",
21543
+ "text": "<typeof "
21544
+ },
21545
+ {
21546
+ "kind": "Reference",
21547
+ "text": "RadioGroup",
21548
+ "canonicalReference": "@fluentui/web-components!RadioGroup:class"
21549
+ },
21550
+ {
21551
+ "kind": "Content",
21552
+ "text": ">"
21553
+ }
21554
+ ],
21555
+ "isReadonly": true,
21556
+ "releaseTag": "Public",
21557
+ "name": "RadioGroupDefinition",
21558
+ "variableTypeTokenRange": {
21559
+ "startIndex": 1,
21560
+ "endIndex": 6
21561
+ }
21562
+ },
21563
+ {
21564
+ "kind": "TypeAlias",
21565
+ "canonicalReference": "@fluentui/web-components!RadioGroupOrientation:type",
21566
+ "docComment": "/**\n * Types of Radio Group orientation\n *\n * @public\n */\n",
21567
+ "excerptTokens": [
21568
+ {
21569
+ "kind": "Content",
21570
+ "text": "export declare type RadioGroupOrientation = "
21656
21571
  },
21657
21572
  {
21658
21573
  "kind": "Reference",
21659
- "text": "FASTElementDefinition",
21660
- "canonicalReference": "@microsoft/fast-element!FASTElementDefinition:class"
21574
+ "text": "ValuesOf",
21575
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
21661
21576
  },
21662
21577
  {
21663
21578
  "kind": "Content",
@@ -21665,20 +21580,45 @@
21665
21580
  },
21666
21581
  {
21667
21582
  "kind": "Reference",
21668
- "text": "RadioGroup",
21669
- "canonicalReference": "@fluentui/web-components!RadioGroup:class"
21583
+ "text": "RadioGroupOrientation",
21584
+ "canonicalReference": "@fluentui/web-components!RadioGroupOrientation:var"
21670
21585
  },
21671
21586
  {
21672
21587
  "kind": "Content",
21673
21588
  "text": ">"
21589
+ },
21590
+ {
21591
+ "kind": "Content",
21592
+ "text": ";"
21593
+ }
21594
+ ],
21595
+ "releaseTag": "Public",
21596
+ "name": "RadioGroupOrientation",
21597
+ "typeTokenRange": {
21598
+ "startIndex": 1,
21599
+ "endIndex": 5
21600
+ }
21601
+ },
21602
+ {
21603
+ "kind": "Variable",
21604
+ "canonicalReference": "@fluentui/web-components!RadioGroupOrientation:var",
21605
+ "docComment": "/**\n * Radio Group orientation\n *\n * @public\n */\n",
21606
+ "excerptTokens": [
21607
+ {
21608
+ "kind": "Content",
21609
+ "text": "RadioGroupOrientation: "
21610
+ },
21611
+ {
21612
+ "kind": "Content",
21613
+ "text": "{\n readonly horizontal: \"horizontal\"; /**\n * Radio Group orientation\n * @public\n */\n readonly vertical: \"vertical\";\n}"
21674
21614
  }
21675
21615
  ],
21676
21616
  "isReadonly": true,
21677
21617
  "releaseTag": "Public",
21678
- "name": "RadioGroupDefinition",
21618
+ "name": "RadioGroupOrientation",
21679
21619
  "variableTypeTokenRange": {
21680
21620
  "startIndex": 1,
21681
- "endIndex": 6
21621
+ "endIndex": 2
21682
21622
  }
21683
21623
  },
21684
21624
  {
@@ -23994,8 +23934,8 @@
23994
23934
  },
23995
23935
  {
23996
23936
  "kind": "Reference",
23997
- "text": "ProgressRing",
23998
- "canonicalReference": "@fluentui/web-components!~ProgressRing:class"
23937
+ "text": "BaseProgress",
23938
+ "canonicalReference": "@fluentui/web-components!~BaseProgress:class"
23999
23939
  },
24000
23940
  {
24001
23941
  "kind": "Content",
@@ -24174,6 +24114,49 @@
24174
24114
  "endIndex": 6
24175
24115
  }
24176
24116
  },
24117
+ {
24118
+ "kind": "TypeAlias",
24119
+ "canonicalReference": "@fluentui/web-components!SpinnerOptions:type",
24120
+ "docComment": "/**\n * Progress configuration options\n *\n * @public\n */\n",
24121
+ "excerptTokens": [
24122
+ {
24123
+ "kind": "Content",
24124
+ "text": "export declare type SpinnerOptions = "
24125
+ },
24126
+ {
24127
+ "kind": "Content",
24128
+ "text": "{\n indeterminateIndicator?: "
24129
+ },
24130
+ {
24131
+ "kind": "Reference",
24132
+ "text": "StaticallyComposableHTML",
24133
+ "canonicalReference": "@fluentui/web-components!~StaticallyComposableHTML:type"
24134
+ },
24135
+ {
24136
+ "kind": "Content",
24137
+ "text": "<"
24138
+ },
24139
+ {
24140
+ "kind": "Reference",
24141
+ "text": "Spinner",
24142
+ "canonicalReference": "@fluentui/web-components!Spinner:class"
24143
+ },
24144
+ {
24145
+ "kind": "Content",
24146
+ "text": ">;\n}"
24147
+ },
24148
+ {
24149
+ "kind": "Content",
24150
+ "text": ";"
24151
+ }
24152
+ ],
24153
+ "releaseTag": "Public",
24154
+ "name": "SpinnerOptions",
24155
+ "typeTokenRange": {
24156
+ "startIndex": 1,
24157
+ "endIndex": 6
24158
+ }
24159
+ },
24177
24160
  {
24178
24161
  "kind": "TypeAlias",
24179
24162
  "canonicalReference": "@fluentui/web-components!SpinnerSize:type",
@@ -25116,7 +25099,7 @@
25116
25099
  {
25117
25100
  "kind": "Reference",
25118
25101
  "text": "BaseTabs",
25119
- "canonicalReference": "@fluentui/web-components!BaseTabs:class"
25102
+ "canonicalReference": "@fluentui/web-components!~BaseTabs:class"
25120
25103
  },
25121
25104
  {
25122
25105
  "kind": "Content",
@@ -26159,106 +26142,6 @@
26159
26142
  "endIndex": 6
26160
26143
  }
26161
26144
  },
26162
- {
26163
- "kind": "TypeAlias",
26164
- "canonicalReference": "@fluentui/web-components!TextFieldOptions:type",
26165
- "docComment": "",
26166
- "excerptTokens": [
26167
- {
26168
- "kind": "Content",
26169
- "text": "export declare type TextFieldOptions = "
26170
- },
26171
- {
26172
- "kind": "Reference",
26173
- "text": "StartEndOptions",
26174
- "canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
26175
- },
26176
- {
26177
- "kind": "Content",
26178
- "text": "<"
26179
- },
26180
- {
26181
- "kind": "Reference",
26182
- "text": "TextInput",
26183
- "canonicalReference": "@fluentui/web-components!TextInput:class"
26184
- },
26185
- {
26186
- "kind": "Content",
26187
- "text": ">"
26188
- },
26189
- {
26190
- "kind": "Content",
26191
- "text": ";"
26192
- }
26193
- ],
26194
- "releaseTag": "Public",
26195
- "name": "TextFieldOptions",
26196
- "typeTokenRange": {
26197
- "startIndex": 1,
26198
- "endIndex": 5
26199
- }
26200
- },
26201
- {
26202
- "kind": "TypeAlias",
26203
- "canonicalReference": "@fluentui/web-components!TextFieldType:type",
26204
- "docComment": "/**\n * Types for the text field sub-types\n *\n * @public\n */\n",
26205
- "excerptTokens": [
26206
- {
26207
- "kind": "Content",
26208
- "text": "export declare type TextFieldType = "
26209
- },
26210
- {
26211
- "kind": "Reference",
26212
- "text": "ValuesOf",
26213
- "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
26214
- },
26215
- {
26216
- "kind": "Content",
26217
- "text": "<typeof "
26218
- },
26219
- {
26220
- "kind": "Reference",
26221
- "text": "TextFieldType",
26222
- "canonicalReference": "@fluentui/web-components!TextFieldType:var"
26223
- },
26224
- {
26225
- "kind": "Content",
26226
- "text": ">"
26227
- },
26228
- {
26229
- "kind": "Content",
26230
- "text": ";"
26231
- }
26232
- ],
26233
- "releaseTag": "Public",
26234
- "name": "TextFieldType",
26235
- "typeTokenRange": {
26236
- "startIndex": 1,
26237
- "endIndex": 5
26238
- }
26239
- },
26240
- {
26241
- "kind": "Variable",
26242
- "canonicalReference": "@fluentui/web-components!TextFieldType:var",
26243
- "docComment": "/**\n * Text field sub-types\n *\n * @public\n */\n",
26244
- "excerptTokens": [
26245
- {
26246
- "kind": "Content",
26247
- "text": "TextFieldType: "
26248
- },
26249
- {
26250
- "kind": "Content",
26251
- "text": "{\n readonly email: \"email\";\n readonly password: \"password\";\n readonly tel: \"tel\";\n readonly text: \"text\";\n readonly url: \"url\";\n}"
26252
- }
26253
- ],
26254
- "isReadonly": true,
26255
- "releaseTag": "Public",
26256
- "name": "TextFieldType",
26257
- "variableTypeTokenRange": {
26258
- "startIndex": 1,
26259
- "endIndex": 2
26260
- }
26261
- },
26262
26145
  {
26263
26146
  "kind": "TypeAlias",
26264
26147
  "canonicalReference": "@fluentui/web-components!TextFont:type",
@@ -26975,8 +26858,8 @@
26975
26858
  },
26976
26859
  {
26977
26860
  "kind": "Reference",
26978
- "text": "TextFieldType",
26979
- "canonicalReference": "@fluentui/web-components!TextFieldType:type"
26861
+ "text": "TextInputType",
26862
+ "canonicalReference": "@fluentui/web-components!TextInputType:type"
26980
26863
  },
26981
26864
  {
26982
26865
  "kind": "Content",
@@ -27052,7 +26935,7 @@
27052
26935
  {
27053
26936
  "kind": "Reference",
27054
26937
  "text": "DelegatesARIATextbox",
27055
- "canonicalReference": "@fluentui/web-components!DelegatesARIATextbox:class"
26938
+ "canonicalReference": "@fluentui/web-components!~DelegatesARIATextbox:class"
27056
26939
  },
27057
26940
  {
27058
26941
  "kind": "Content",
@@ -27236,6 +27119,45 @@
27236
27119
  "endIndex": 6
27237
27120
  }
27238
27121
  },
27122
+ {
27123
+ "kind": "TypeAlias",
27124
+ "canonicalReference": "@fluentui/web-components!TextInputOptions:type",
27125
+ "docComment": "",
27126
+ "excerptTokens": [
27127
+ {
27128
+ "kind": "Content",
27129
+ "text": "export declare type TextInputOptions = "
27130
+ },
27131
+ {
27132
+ "kind": "Reference",
27133
+ "text": "StartEndOptions",
27134
+ "canonicalReference": "@fluentui/web-components!~StartEndOptions:type"
27135
+ },
27136
+ {
27137
+ "kind": "Content",
27138
+ "text": "<"
27139
+ },
27140
+ {
27141
+ "kind": "Reference",
27142
+ "text": "TextInput",
27143
+ "canonicalReference": "@fluentui/web-components!TextInput:class"
27144
+ },
27145
+ {
27146
+ "kind": "Content",
27147
+ "text": ">"
27148
+ },
27149
+ {
27150
+ "kind": "Content",
27151
+ "text": ";"
27152
+ }
27153
+ ],
27154
+ "releaseTag": "Public",
27155
+ "name": "TextInputOptions",
27156
+ "typeTokenRange": {
27157
+ "startIndex": 1,
27158
+ "endIndex": 5
27159
+ }
27160
+ },
27239
27161
  {
27240
27162
  "kind": "Variable",
27241
27163
  "canonicalReference": "@fluentui/web-components!TextInputStyles:var",
@@ -27263,6 +27185,67 @@
27263
27185
  "endIndex": 3
27264
27186
  }
27265
27187
  },
27188
+ {
27189
+ "kind": "TypeAlias",
27190
+ "canonicalReference": "@fluentui/web-components!TextInputType:type",
27191
+ "docComment": "/**\n * Types for the text field sub-types\n *\n * @public\n */\n",
27192
+ "excerptTokens": [
27193
+ {
27194
+ "kind": "Content",
27195
+ "text": "export declare type TextInputType = "
27196
+ },
27197
+ {
27198
+ "kind": "Reference",
27199
+ "text": "ValuesOf",
27200
+ "canonicalReference": "@fluentui/web-components!~ValuesOf:type"
27201
+ },
27202
+ {
27203
+ "kind": "Content",
27204
+ "text": "<typeof "
27205
+ },
27206
+ {
27207
+ "kind": "Reference",
27208
+ "text": "TextInputType",
27209
+ "canonicalReference": "@fluentui/web-components!TextInputType:var"
27210
+ },
27211
+ {
27212
+ "kind": "Content",
27213
+ "text": ">"
27214
+ },
27215
+ {
27216
+ "kind": "Content",
27217
+ "text": ";"
27218
+ }
27219
+ ],
27220
+ "releaseTag": "Public",
27221
+ "name": "TextInputType",
27222
+ "typeTokenRange": {
27223
+ "startIndex": 1,
27224
+ "endIndex": 5
27225
+ }
27226
+ },
27227
+ {
27228
+ "kind": "Variable",
27229
+ "canonicalReference": "@fluentui/web-components!TextInputType:var",
27230
+ "docComment": "/**\n * Text field sub-types\n *\n * @public\n */\n",
27231
+ "excerptTokens": [
27232
+ {
27233
+ "kind": "Content",
27234
+ "text": "TextInputType: "
27235
+ },
27236
+ {
27237
+ "kind": "Content",
27238
+ "text": "{\n readonly email: \"email\";\n readonly password: \"password\";\n readonly tel: \"tel\";\n readonly text: \"text\";\n readonly url: \"url\";\n}"
27239
+ }
27240
+ ],
27241
+ "isReadonly": true,
27242
+ "releaseTag": "Public",
27243
+ "name": "TextInputType",
27244
+ "variableTypeTokenRange": {
27245
+ "startIndex": 1,
27246
+ "endIndex": 2
27247
+ }
27248
+ },
27266
27249
  {
27267
27250
  "kind": "TypeAlias",
27268
27251
  "canonicalReference": "@fluentui/web-components!TextSize:type",