@fluentui/web-components 2.5.5 → 2.5.7

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 (59) hide show
  1. package/CHANGELOG.json +46 -1
  2. package/CHANGELOG.md +20 -2
  3. package/dist/dts/combobox/combobox.stories.d.ts +5 -0
  4. package/dist/dts/custom-elements.d.ts +3 -35
  5. package/dist/dts/number-field/index.d.ts +1 -1
  6. package/dist/dts/number-field/number-field.styles.d.ts +1 -2
  7. package/dist/dts/search/index.d.ts +1 -1
  8. package/dist/dts/search/search.styles.d.ts +2 -3
  9. package/dist/dts/select/index.d.ts +1 -1
  10. package/dist/dts/select/select.styles.d.ts +11 -3
  11. package/dist/dts/styles/focus.d.ts +13 -0
  12. package/dist/dts/styles/index.d.ts +1 -0
  13. package/dist/dts/styles/patterns/button.styles.d.ts +12 -6
  14. package/dist/dts/styles/patterns/input.styles.d.ts +13 -5
  15. package/dist/dts/text-area/index.d.ts +2 -18
  16. package/dist/dts/text-area/text-area.stories.d.ts +1 -17
  17. package/dist/dts/text-area/text-area.styles.d.ts +1 -2
  18. package/dist/dts/text-field/index.d.ts +2 -18
  19. package/dist/dts/text-field/text-field.stories.d.ts +1 -17
  20. package/dist/dts/text-field/text-field.styles.d.ts +1 -2
  21. package/dist/esm/accordion/accordion-item/accordion-item.styles.js +8 -10
  22. package/dist/esm/anchor/anchor.styles.js +3 -10
  23. package/dist/esm/breadcrumb-item/breadcrumb-item.styles.js +6 -10
  24. package/dist/esm/button/button.styles.js +14 -39
  25. package/dist/esm/checkbox/checkbox.styles.js +4 -8
  26. package/dist/esm/combobox/combobox.stories.js +7 -2
  27. package/dist/esm/combobox/combobox.styles.js +22 -23
  28. package/dist/esm/data-grid/data-grid-cell.styles.js +6 -9
  29. package/dist/esm/flipper/flipper.styles.js +5 -6
  30. package/dist/esm/listbox/listbox.styles.js +3 -4
  31. package/dist/esm/listbox-option/listbox-option.styles.js +9 -6
  32. package/dist/esm/menu/menu.styles.js +1 -1
  33. package/dist/esm/menu-item/menu-item.styles.js +5 -9
  34. package/dist/esm/number-field/number-field.styles.js +5 -16
  35. package/dist/esm/progress/progress/progress.styles.js +0 -1
  36. package/dist/esm/progress/progress-ring/progress-ring.styles.js +0 -1
  37. package/dist/esm/radio/radio.styles.js +4 -9
  38. package/dist/esm/search/search.styles.js +8 -11
  39. package/dist/esm/select/select.stories.js +2 -2
  40. package/dist/esm/select/select.styles.js +37 -110
  41. package/dist/esm/styles/focus.js +21 -0
  42. package/dist/esm/styles/index.js +1 -0
  43. package/dist/esm/styles/patterns/button.styles.js +194 -161
  44. package/dist/esm/styles/patterns/input.styles.js +113 -102
  45. package/dist/esm/switch/switch.styles.js +5 -17
  46. package/dist/esm/tabs/tab/tab.styles.js +4 -6
  47. package/dist/esm/text-area/text-area.stories.js +2 -2
  48. package/dist/esm/text-area/text-area.styles.js +5 -11
  49. package/dist/esm/text-field/text-field.styles.js +5 -11
  50. package/dist/esm/toolbar/toolbar.styles.js +4 -3
  51. package/dist/esm/tree-item/tree-item.styles.js +4 -14
  52. package/dist/esm/tree-view/tree-view.styles.js +0 -4
  53. package/dist/fluent-web-components.api.json +179 -397
  54. package/dist/web-components.d.ts +54 -90
  55. package/dist/web-components.js +158 -132
  56. package/dist/web-components.min.js +137 -156
  57. package/docs/api-report.md +44 -99
  58. package/karma.conf.js +3 -8
  59. package/package.json +27 -40
@@ -3091,43 +3091,7 @@
3091
3091
  },
3092
3092
  {
3093
3093
  "kind": "Content",
3094
- "text": "<{\n baseName: string;\n baseClass: typeof "
3095
- },
3096
- {
3097
- "kind": "Reference",
3098
- "text": "TextArea",
3099
- "canonicalReference": "@microsoft/fast-foundation!TextArea:class"
3100
- },
3101
- {
3102
- "kind": "Content",
3103
- "text": ";\n template: import(\"@microsoft/fast-foundation\")."
3104
- },
3105
- {
3106
- "kind": "Reference",
3107
- "text": "FoundationElementTemplate",
3108
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
3109
- },
3110
- {
3111
- "kind": "Content",
3112
- "text": "<import(\"@microsoft/fast-element\")."
3113
- },
3114
- {
3115
- "kind": "Reference",
3116
- "text": "ViewTemplate",
3117
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
3118
- },
3119
- {
3120
- "kind": "Content",
3121
- "text": "<"
3122
- },
3123
- {
3124
- "kind": "Reference",
3125
- "text": "TextArea",
3126
- "canonicalReference": "@microsoft/fast-foundation!TextArea:class"
3127
- },
3128
- {
3129
- "kind": "Content",
3130
- "text": ", any>, import(\"@microsoft/fast-foundation\")."
3094
+ "text": "<import(\"@microsoft/fast-foundation\")."
3131
3095
  },
3132
3096
  {
3133
3097
  "kind": "Reference",
@@ -3136,16 +3100,7 @@
3136
3100
  },
3137
3101
  {
3138
3102
  "kind": "Content",
3139
- "text": ">;\n styles: (context: any, definition: any) => import(\"@microsoft/fast-element\")."
3140
- },
3141
- {
3142
- "kind": "Reference",
3143
- "text": "ElementStyles",
3144
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
3145
- },
3146
- {
3147
- "kind": "Content",
3148
- "text": ";\n shadowOptions: {\n delegatesFocus: true;\n };\n }> | undefined) => import(\"@microsoft/fast-foundation\")."
3103
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
3149
3104
  },
3150
3105
  {
3151
3106
  "kind": "Reference",
@@ -3154,43 +3109,7 @@
3154
3109
  },
3155
3110
  {
3156
3111
  "kind": "Content",
3157
- "text": "<{\n baseName: string;\n baseClass: typeof "
3158
- },
3159
- {
3160
- "kind": "Reference",
3161
- "text": "TextArea",
3162
- "canonicalReference": "@microsoft/fast-foundation!TextArea:class"
3163
- },
3164
- {
3165
- "kind": "Content",
3166
- "text": ";\n template: import(\"@microsoft/fast-foundation\")."
3167
- },
3168
- {
3169
- "kind": "Reference",
3170
- "text": "FoundationElementTemplate",
3171
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
3172
- },
3173
- {
3174
- "kind": "Content",
3175
- "text": "<import(\"@microsoft/fast-element\")."
3176
- },
3177
- {
3178
- "kind": "Reference",
3179
- "text": "ViewTemplate",
3180
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
3181
- },
3182
- {
3183
- "kind": "Content",
3184
- "text": "<"
3185
- },
3186
- {
3187
- "kind": "Reference",
3188
- "text": "TextArea",
3189
- "canonicalReference": "@microsoft/fast-foundation!TextArea:class"
3190
- },
3191
- {
3192
- "kind": "Content",
3193
- "text": ", any>, import(\"@microsoft/fast-foundation\")."
3112
+ "text": "<import(\"@microsoft/fast-foundation\")."
3194
3113
  },
3195
3114
  {
3196
3115
  "kind": "Reference",
@@ -3199,16 +3118,7 @@
3199
3118
  },
3200
3119
  {
3201
3120
  "kind": "Content",
3202
- "text": ">;\n styles: (context: any, definition: any) => import(\"@microsoft/fast-element\")."
3203
- },
3204
- {
3205
- "kind": "Reference",
3206
- "text": "ElementStyles",
3207
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
3208
- },
3209
- {
3210
- "kind": "Content",
3211
- "text": ";\n shadowOptions: {\n delegatesFocus: true;\n };\n }, typeof import(\"./text-area/index\")."
3121
+ "text": ", typeof import(\"./text-area/index\")."
3212
3122
  },
3213
3123
  {
3214
3124
  "kind": "Reference",
@@ -3226,61 +3136,16 @@
3226
3136
  },
3227
3137
  {
3228
3138
  "kind": "Content",
3229
- "text": "<{\n baseName: string;\n baseClass: typeof "
3230
- },
3231
- {
3232
- "kind": "Reference",
3233
- "text": "TextField",
3234
- "canonicalReference": "@microsoft/fast-foundation!TextField:class"
3235
- },
3236
- {
3237
- "kind": "Content",
3238
- "text": ";\n template: import(\"@microsoft/fast-foundation\")."
3239
- },
3240
- {
3241
- "kind": "Reference",
3242
- "text": "FoundationElementTemplate",
3243
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
3244
- },
3245
- {
3246
- "kind": "Content",
3247
- "text": "<import(\"@microsoft/fast-element\")."
3248
- },
3249
- {
3250
- "kind": "Reference",
3251
- "text": "ViewTemplate",
3252
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
3253
- },
3254
- {
3255
- "kind": "Content",
3256
- "text": "<"
3257
- },
3258
- {
3259
- "kind": "Reference",
3260
- "text": "TextField",
3261
- "canonicalReference": "@microsoft/fast-foundation!TextField:class"
3262
- },
3263
- {
3264
- "kind": "Content",
3265
- "text": ", any>, import(\"@microsoft/fast-foundation\")."
3266
- },
3267
- {
3268
- "kind": "Reference",
3269
- "text": "TextFieldOptions",
3270
- "canonicalReference": "@microsoft/fast-foundation!TextFieldOptions:type"
3271
- },
3272
- {
3273
- "kind": "Content",
3274
- "text": ">;\n styles: (context: any, definition: any) => import(\"@microsoft/fast-element\")."
3139
+ "text": "<import(\"@microsoft/fast-foundation\")."
3275
3140
  },
3276
3141
  {
3277
3142
  "kind": "Reference",
3278
- "text": "ElementStyles",
3279
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
3143
+ "text": "FoundationElementDefinition",
3144
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3280
3145
  },
3281
3146
  {
3282
3147
  "kind": "Content",
3283
- "text": ";\n shadowOptions: {\n delegatesFocus: true;\n };\n }> | undefined) => import(\"@microsoft/fast-foundation\")."
3148
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
3284
3149
  },
3285
3150
  {
3286
3151
  "kind": "Reference",
@@ -3289,61 +3154,16 @@
3289
3154
  },
3290
3155
  {
3291
3156
  "kind": "Content",
3292
- "text": "<{\n baseName: string;\n baseClass: typeof "
3293
- },
3294
- {
3295
- "kind": "Reference",
3296
- "text": "TextField",
3297
- "canonicalReference": "@microsoft/fast-foundation!TextField:class"
3298
- },
3299
- {
3300
- "kind": "Content",
3301
- "text": ";\n template: import(\"@microsoft/fast-foundation\")."
3302
- },
3303
- {
3304
- "kind": "Reference",
3305
- "text": "FoundationElementTemplate",
3306
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
3307
- },
3308
- {
3309
- "kind": "Content",
3310
- "text": "<import(\"@microsoft/fast-element\")."
3311
- },
3312
- {
3313
- "kind": "Reference",
3314
- "text": "ViewTemplate",
3315
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
3316
- },
3317
- {
3318
- "kind": "Content",
3319
- "text": "<"
3320
- },
3321
- {
3322
- "kind": "Reference",
3323
- "text": "TextField",
3324
- "canonicalReference": "@microsoft/fast-foundation!TextField:class"
3325
- },
3326
- {
3327
- "kind": "Content",
3328
- "text": ", any>, import(\"@microsoft/fast-foundation\")."
3329
- },
3330
- {
3331
- "kind": "Reference",
3332
- "text": "TextFieldOptions",
3333
- "canonicalReference": "@microsoft/fast-foundation!TextFieldOptions:type"
3334
- },
3335
- {
3336
- "kind": "Content",
3337
- "text": ">;\n styles: (context: any, definition: any) => import(\"@microsoft/fast-element\")."
3157
+ "text": "<import(\"@microsoft/fast-foundation\")."
3338
3158
  },
3339
3159
  {
3340
3160
  "kind": "Reference",
3341
- "text": "ElementStyles",
3342
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
3161
+ "text": "FoundationElementDefinition",
3162
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
3343
3163
  },
3344
3164
  {
3345
3165
  "kind": "Content",
3346
- "text": ";\n shadowOptions: {\n delegatesFocus: true;\n };\n }, typeof import(\"./text-field/index\")."
3166
+ "text": ", typeof import(\"./text-field/index\")."
3347
3167
  },
3348
3168
  {
3349
3169
  "kind": "Reference",
@@ -3557,7 +3377,7 @@
3557
3377
  "name": "allComponents",
3558
3378
  "variableTypeTokenRange": {
3559
3379
  "startIndex": 1,
3560
- "endIndex": 522
3380
+ "endIndex": 482
3561
3381
  }
3562
3382
  },
3563
3383
  {
@@ -9986,43 +9806,7 @@
9986
9806
  },
9987
9807
  {
9988
9808
  "kind": "Content",
9989
- "text": "<{\n baseName: string;\n baseClass: typeof "
9990
- },
9991
- {
9992
- "kind": "Reference",
9993
- "text": "FoundationTextArea",
9994
- "canonicalReference": "@microsoft/fast-foundation!TextArea:class"
9995
- },
9996
- {
9997
- "kind": "Content",
9998
- "text": ";\n template: import(\"@microsoft/fast-foundation\")."
9999
- },
10000
- {
10001
- "kind": "Reference",
10002
- "text": "FoundationElementTemplate",
10003
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
10004
- },
10005
- {
10006
- "kind": "Content",
10007
- "text": "<import(\"@microsoft/fast-element\")."
10008
- },
10009
- {
10010
- "kind": "Reference",
10011
- "text": "ViewTemplate",
10012
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
10013
- },
10014
- {
10015
- "kind": "Content",
10016
- "text": "<"
10017
- },
10018
- {
10019
- "kind": "Reference",
10020
- "text": "FoundationTextArea",
10021
- "canonicalReference": "@microsoft/fast-foundation!TextArea:class"
10022
- },
10023
- {
10024
- "kind": "Content",
10025
- "text": ", any>, import(\"@microsoft/fast-foundation\")."
9809
+ "text": "<import(\"@microsoft/fast-foundation\")."
10026
9810
  },
10027
9811
  {
10028
9812
  "kind": "Reference",
@@ -10031,16 +9815,7 @@
10031
9815
  },
10032
9816
  {
10033
9817
  "kind": "Content",
10034
- "text": ">;\n styles: (context: any, definition: any) => import(\"@microsoft/fast-element\")."
10035
- },
10036
- {
10037
- "kind": "Reference",
10038
- "text": "ElementStyles",
10039
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
10040
- },
10041
- {
10042
- "kind": "Content",
10043
- "text": ";\n shadowOptions: {\n delegatesFocus: true;\n };\n}> | undefined) => import(\"@microsoft/fast-foundation\")."
9818
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
10044
9819
  },
10045
9820
  {
10046
9821
  "kind": "Reference",
@@ -10049,43 +9824,7 @@
10049
9824
  },
10050
9825
  {
10051
9826
  "kind": "Content",
10052
- "text": "<{\n baseName: string;\n baseClass: typeof "
10053
- },
10054
- {
10055
- "kind": "Reference",
10056
- "text": "FoundationTextArea",
10057
- "canonicalReference": "@microsoft/fast-foundation!TextArea:class"
10058
- },
10059
- {
10060
- "kind": "Content",
10061
- "text": ";\n template: import(\"@microsoft/fast-foundation\")."
10062
- },
10063
- {
10064
- "kind": "Reference",
10065
- "text": "FoundationElementTemplate",
10066
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
10067
- },
10068
- {
10069
- "kind": "Content",
10070
- "text": "<import(\"@microsoft/fast-element\")."
10071
- },
10072
- {
10073
- "kind": "Reference",
10074
- "text": "ViewTemplate",
10075
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
10076
- },
10077
- {
10078
- "kind": "Content",
10079
- "text": "<"
10080
- },
10081
- {
10082
- "kind": "Reference",
10083
- "text": "FoundationTextArea",
10084
- "canonicalReference": "@microsoft/fast-foundation!TextArea:class"
10085
- },
10086
- {
10087
- "kind": "Content",
10088
- "text": ", any>, import(\"@microsoft/fast-foundation\")."
9827
+ "text": "<import(\"@microsoft/fast-foundation\")."
10089
9828
  },
10090
9829
  {
10091
9830
  "kind": "Reference",
@@ -10094,16 +9833,7 @@
10094
9833
  },
10095
9834
  {
10096
9835
  "kind": "Content",
10097
- "text": ">;\n styles: (context: any, definition: any) => import(\"@microsoft/fast-element\")."
10098
- },
10099
- {
10100
- "kind": "Reference",
10101
- "text": "ElementStyles",
10102
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
10103
- },
10104
- {
10105
- "kind": "Content",
10106
- "text": ";\n shadowOptions: {\n delegatesFocus: true;\n };\n}, typeof "
9836
+ "text": ", typeof "
10107
9837
  },
10108
9838
  {
10109
9839
  "kind": "Reference",
@@ -10119,7 +9849,7 @@
10119
9849
  "name": "fluentTextArea",
10120
9850
  "variableTypeTokenRange": {
10121
9851
  "startIndex": 1,
10122
- "endIndex": 32
9852
+ "endIndex": 12
10123
9853
  }
10124
9854
  },
10125
9855
  {
@@ -10142,61 +9872,16 @@
10142
9872
  },
10143
9873
  {
10144
9874
  "kind": "Content",
10145
- "text": "<{\n baseName: string;\n baseClass: typeof "
10146
- },
10147
- {
10148
- "kind": "Reference",
10149
- "text": "FoundationTextField",
10150
- "canonicalReference": "@microsoft/fast-foundation!TextField:class"
10151
- },
10152
- {
10153
- "kind": "Content",
10154
- "text": ";\n template: import(\"@microsoft/fast-foundation\")."
10155
- },
10156
- {
10157
- "kind": "Reference",
10158
- "text": "FoundationElementTemplate",
10159
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
10160
- },
10161
- {
10162
- "kind": "Content",
10163
- "text": "<import(\"@microsoft/fast-element\")."
10164
- },
10165
- {
10166
- "kind": "Reference",
10167
- "text": "ViewTemplate",
10168
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
10169
- },
10170
- {
10171
- "kind": "Content",
10172
- "text": "<"
10173
- },
10174
- {
10175
- "kind": "Reference",
10176
- "text": "FoundationTextField",
10177
- "canonicalReference": "@microsoft/fast-foundation!TextField:class"
10178
- },
10179
- {
10180
- "kind": "Content",
10181
- "text": ", any>, import(\"@microsoft/fast-foundation\")."
10182
- },
10183
- {
10184
- "kind": "Reference",
10185
- "text": "TextFieldOptions",
10186
- "canonicalReference": "@microsoft/fast-foundation!TextFieldOptions:type"
10187
- },
10188
- {
10189
- "kind": "Content",
10190
- "text": ">;\n styles: (context: any, definition: any) => import(\"@microsoft/fast-element\")."
9875
+ "text": "<import(\"@microsoft/fast-foundation\")."
10191
9876
  },
10192
9877
  {
10193
9878
  "kind": "Reference",
10194
- "text": "ElementStyles",
10195
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
9879
+ "text": "FoundationElementDefinition",
9880
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
10196
9881
  },
10197
9882
  {
10198
9883
  "kind": "Content",
10199
- "text": ";\n shadowOptions: {\n delegatesFocus: true;\n };\n}> | undefined) => import(\"@microsoft/fast-foundation\")."
9884
+ "text": "> | undefined) => import(\"@microsoft/fast-foundation\")."
10200
9885
  },
10201
9886
  {
10202
9887
  "kind": "Reference",
@@ -10205,61 +9890,16 @@
10205
9890
  },
10206
9891
  {
10207
9892
  "kind": "Content",
10208
- "text": "<{\n baseName: string;\n baseClass: typeof "
10209
- },
10210
- {
10211
- "kind": "Reference",
10212
- "text": "FoundationTextField",
10213
- "canonicalReference": "@microsoft/fast-foundation!TextField:class"
10214
- },
10215
- {
10216
- "kind": "Content",
10217
- "text": ";\n template: import(\"@microsoft/fast-foundation\")."
10218
- },
10219
- {
10220
- "kind": "Reference",
10221
- "text": "FoundationElementTemplate",
10222
- "canonicalReference": "@microsoft/fast-foundation!FoundationElementTemplate:type"
10223
- },
10224
- {
10225
- "kind": "Content",
10226
- "text": "<import(\"@microsoft/fast-element\")."
10227
- },
10228
- {
10229
- "kind": "Reference",
10230
- "text": "ViewTemplate",
10231
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
10232
- },
10233
- {
10234
- "kind": "Content",
10235
- "text": "<"
10236
- },
10237
- {
10238
- "kind": "Reference",
10239
- "text": "FoundationTextField",
10240
- "canonicalReference": "@microsoft/fast-foundation!TextField:class"
10241
- },
10242
- {
10243
- "kind": "Content",
10244
- "text": ", any>, import(\"@microsoft/fast-foundation\")."
10245
- },
10246
- {
10247
- "kind": "Reference",
10248
- "text": "TextFieldOptions",
10249
- "canonicalReference": "@microsoft/fast-foundation!TextFieldOptions:type"
10250
- },
10251
- {
10252
- "kind": "Content",
10253
- "text": ">;\n styles: (context: any, definition: any) => import(\"@microsoft/fast-element\")."
9893
+ "text": "<import(\"@microsoft/fast-foundation\")."
10254
9894
  },
10255
9895
  {
10256
9896
  "kind": "Reference",
10257
- "text": "ElementStyles",
10258
- "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
9897
+ "text": "FoundationElementDefinition",
9898
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
10259
9899
  },
10260
9900
  {
10261
9901
  "kind": "Content",
10262
- "text": ";\n shadowOptions: {\n delegatesFocus: true;\n };\n}, typeof "
9902
+ "text": ", typeof "
10263
9903
  },
10264
9904
  {
10265
9905
  "kind": "Reference",
@@ -10275,7 +9915,7 @@
10275
9915
  "name": "fluentTextField",
10276
9916
  "variableTypeTokenRange": {
10277
9917
  "startIndex": 1,
10278
- "endIndex": 32
9918
+ "endIndex": 12
10279
9919
  }
10280
9920
  },
10281
9921
  {
@@ -10759,6 +10399,58 @@
10759
10399
  "endIndex": 4
10760
10400
  }
10761
10401
  },
10402
+ {
10403
+ "kind": "Variable",
10404
+ "canonicalReference": "@fluentui/web-components!focusTreatmentBase:var",
10405
+ "docComment": "/**\n * Partial CSS for the focus treatment for most typical sized components like Button, Menu Item, etc.\n *\n * @public\n */\n",
10406
+ "excerptTokens": [
10407
+ {
10408
+ "kind": "Content",
10409
+ "text": "focusTreatmentBase: "
10410
+ },
10411
+ {
10412
+ "kind": "Content",
10413
+ "text": "import(\"@microsoft/fast-element\")."
10414
+ },
10415
+ {
10416
+ "kind": "Reference",
10417
+ "text": "CSSDirective",
10418
+ "canonicalReference": "@microsoft/fast-element!CSSDirective:class"
10419
+ }
10420
+ ],
10421
+ "releaseTag": "Public",
10422
+ "name": "focusTreatmentBase",
10423
+ "variableTypeTokenRange": {
10424
+ "startIndex": 1,
10425
+ "endIndex": 3
10426
+ }
10427
+ },
10428
+ {
10429
+ "kind": "Variable",
10430
+ "canonicalReference": "@fluentui/web-components!focusTreatmentTight:var",
10431
+ "docComment": "/**\n * Partial CSS for the focus treatment for tighter components with spacing constraints, like Checkbox and Radio, or plain text like Hypertext appearance Anchor or Breadcrumb Item.\n *\n * @public\n */\n",
10432
+ "excerptTokens": [
10433
+ {
10434
+ "kind": "Content",
10435
+ "text": "focusTreatmentTight: "
10436
+ },
10437
+ {
10438
+ "kind": "Content",
10439
+ "text": "import(\"@microsoft/fast-element\")."
10440
+ },
10441
+ {
10442
+ "kind": "Reference",
10443
+ "text": "CSSDirective",
10444
+ "canonicalReference": "@microsoft/fast-element!CSSDirective:class"
10445
+ }
10446
+ ],
10447
+ "releaseTag": "Public",
10448
+ "name": "focusTreatmentTight",
10449
+ "variableTypeTokenRange": {
10450
+ "startIndex": 1,
10451
+ "endIndex": 3
10452
+ }
10453
+ },
10762
10454
  {
10763
10455
  "kind": "Variable",
10764
10456
  "canonicalReference": "@fluentui/web-components!fontWeight:var",
@@ -17336,7 +17028,25 @@
17336
17028
  },
17337
17029
  {
17338
17030
  "kind": "Content",
17339
- "text": "(context: any, definition: any) => import(\"@microsoft/fast-element\")."
17031
+ "text": "(context: import(\"@microsoft/fast-foundation\")."
17032
+ },
17033
+ {
17034
+ "kind": "Reference",
17035
+ "text": "ElementDefinitionContext",
17036
+ "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
17037
+ },
17038
+ {
17039
+ "kind": "Content",
17040
+ "text": ", definition: "
17041
+ },
17042
+ {
17043
+ "kind": "Reference",
17044
+ "text": "NumberFieldOptions",
17045
+ "canonicalReference": "@microsoft/fast-foundation!NumberFieldOptions:type"
17046
+ },
17047
+ {
17048
+ "kind": "Content",
17049
+ "text": ") => import(\"@microsoft/fast-element\")."
17340
17050
  },
17341
17051
  {
17342
17052
  "kind": "Reference",
@@ -17348,7 +17058,7 @@
17348
17058
  "name": "numberFieldStyles",
17349
17059
  "variableTypeTokenRange": {
17350
17060
  "startIndex": 1,
17351
- "endIndex": 3
17061
+ "endIndex": 7
17352
17062
  }
17353
17063
  },
17354
17064
  {
@@ -18198,7 +17908,25 @@
18198
17908
  },
18199
17909
  {
18200
17910
  "kind": "Content",
18201
- "text": "(context: any, definition: any) => import(\"@microsoft/fast-element\")."
17911
+ "text": "(context: import(\"@microsoft/fast-foundation\")."
17912
+ },
17913
+ {
17914
+ "kind": "Reference",
17915
+ "text": "ElementDefinitionContext",
17916
+ "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
17917
+ },
17918
+ {
17919
+ "kind": "Content",
17920
+ "text": ", definition: "
17921
+ },
17922
+ {
17923
+ "kind": "Reference",
17924
+ "text": "SearchOptions",
17925
+ "canonicalReference": "@microsoft/fast-foundation!SearchOptions:type"
17926
+ },
17927
+ {
17928
+ "kind": "Content",
17929
+ "text": ") => import(\"@microsoft/fast-element\")."
18202
17930
  },
18203
17931
  {
18204
17932
  "kind": "Reference",
@@ -18210,7 +17938,7 @@
18210
17938
  "name": "searchStyles",
18211
17939
  "variableTypeTokenRange": {
18212
17940
  "startIndex": 1,
18213
- "endIndex": 3
17941
+ "endIndex": 7
18214
17942
  }
18215
17943
  },
18216
17944
  {
@@ -18306,7 +18034,25 @@
18306
18034
  },
18307
18035
  {
18308
18036
  "kind": "Content",
18309
- "text": "(context: any, definition: any) => import(\"@microsoft/fast-element\")."
18037
+ "text": "(context: import(\"@microsoft/fast-foundation\")."
18038
+ },
18039
+ {
18040
+ "kind": "Reference",
18041
+ "text": "ElementDefinitionContext",
18042
+ "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
18043
+ },
18044
+ {
18045
+ "kind": "Content",
18046
+ "text": ", definition: "
18047
+ },
18048
+ {
18049
+ "kind": "Reference",
18050
+ "text": "SelectOptions",
18051
+ "canonicalReference": "@microsoft/fast-foundation!SelectOptions:type"
18052
+ },
18053
+ {
18054
+ "kind": "Content",
18055
+ "text": ") => import(\"@microsoft/fast-element\")."
18310
18056
  },
18311
18057
  {
18312
18058
  "kind": "Reference",
@@ -18318,7 +18064,7 @@
18318
18064
  "name": "selectStyles",
18319
18065
  "variableTypeTokenRange": {
18320
18066
  "startIndex": 1,
18321
- "endIndex": 3
18067
+ "endIndex": 7
18322
18068
  }
18323
18069
  },
18324
18070
  {
@@ -19007,7 +18753,25 @@
19007
18753
  },
19008
18754
  {
19009
18755
  "kind": "Content",
19010
- "text": "(context: any, definition: any) => import(\"@microsoft/fast-element\")."
18756
+ "text": "(context: import(\"@microsoft/fast-foundation\")."
18757
+ },
18758
+ {
18759
+ "kind": "Reference",
18760
+ "text": "ElementDefinitionContext",
18761
+ "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
18762
+ },
18763
+ {
18764
+ "kind": "Content",
18765
+ "text": ", definition: import(\"@microsoft/fast-foundation\")."
18766
+ },
18767
+ {
18768
+ "kind": "Reference",
18769
+ "text": "FoundationElementDefinition",
18770
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
18771
+ },
18772
+ {
18773
+ "kind": "Content",
18774
+ "text": ") => import(\"@microsoft/fast-element\")."
19011
18775
  },
19012
18776
  {
19013
18777
  "kind": "Reference",
@@ -19019,7 +18783,7 @@
19019
18783
  "name": "textAreaStyles",
19020
18784
  "variableTypeTokenRange": {
19021
18785
  "startIndex": 1,
19022
- "endIndex": 3
18786
+ "endIndex": 7
19023
18787
  }
19024
18788
  },
19025
18789
  {
@@ -19058,7 +18822,25 @@
19058
18822
  },
19059
18823
  {
19060
18824
  "kind": "Content",
19061
- "text": "(context: any, definition: any) => import(\"@microsoft/fast-element\")."
18825
+ "text": "(context: import(\"@microsoft/fast-foundation\")."
18826
+ },
18827
+ {
18828
+ "kind": "Reference",
18829
+ "text": "ElementDefinitionContext",
18830
+ "canonicalReference": "@microsoft/fast-foundation!ElementDefinitionContext:interface"
18831
+ },
18832
+ {
18833
+ "kind": "Content",
18834
+ "text": ", definition: import(\"@microsoft/fast-foundation\")."
18835
+ },
18836
+ {
18837
+ "kind": "Reference",
18838
+ "text": "FoundationElementDefinition",
18839
+ "canonicalReference": "@microsoft/fast-foundation!FoundationElementDefinition:interface"
18840
+ },
18841
+ {
18842
+ "kind": "Content",
18843
+ "text": ") => import(\"@microsoft/fast-element\")."
19062
18844
  },
19063
18845
  {
19064
18846
  "kind": "Reference",
@@ -19070,7 +18852,7 @@
19070
18852
  "name": "textFieldStyles",
19071
18853
  "variableTypeTokenRange": {
19072
18854
  "startIndex": 1,
19073
- "endIndex": 3
18855
+ "endIndex": 7
19074
18856
  }
19075
18857
  },
19076
18858
  {