@talxis/base-controls 1.2601.4 → 1.2601.5

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 (87) hide show
  1. package/dist/components/DatasetControl/DatasetControl.d.ts +1 -2
  2. package/dist/components/DatasetControl/EditColumns/ColumnSelector/ColumnSelector.d.ts +5 -0
  3. package/dist/components/DatasetControl/EditColumns/ColumnSelector/ColumnSelector.js +70 -0
  4. package/dist/components/DatasetControl/EditColumns/ColumnSelector/ColumnSelector.js.map +1 -0
  5. package/dist/components/DatasetControl/EditColumns/ColumnSelector/styles.d.ts +7 -0
  6. package/dist/components/DatasetControl/EditColumns/ColumnSelector/styles.js +14 -0
  7. package/dist/components/DatasetControl/EditColumns/ColumnSelector/styles.js.map +1 -0
  8. package/dist/components/DatasetControl/EditColumns/EditColumns.d.ts +5 -0
  9. package/dist/components/DatasetControl/EditColumns/EditColumns.js +66 -0
  10. package/dist/components/DatasetControl/EditColumns/EditColumns.js.map +1 -0
  11. package/dist/components/DatasetControl/EditColumns/ScopeSelector/ScopeSelector.d.ts +1 -0
  12. package/dist/components/DatasetControl/EditColumns/ScopeSelector/ScopeSelector.js +35 -0
  13. package/dist/components/DatasetControl/EditColumns/ScopeSelector/ScopeSelector.js.map +1 -0
  14. package/dist/components/DatasetControl/EditColumns/Selector/Selector.d.ts +9 -0
  15. package/dist/components/DatasetControl/EditColumns/Selector/Selector.js +58 -0
  16. package/dist/components/DatasetControl/EditColumns/Selector/Selector.js.map +1 -0
  17. package/dist/components/DatasetControl/EditColumns/SortableItem/SortableItem.d.ts +4 -0
  18. package/dist/components/DatasetControl/EditColumns/SortableItem/SortableItem.js +32 -0
  19. package/dist/components/DatasetControl/EditColumns/SortableItem/SortableItem.js.map +1 -0
  20. package/dist/components/DatasetControl/EditColumns/SortableItem/styles.d.ts +26 -0
  21. package/dist/components/DatasetControl/EditColumns/SortableItem/styles.js +32 -0
  22. package/dist/components/DatasetControl/EditColumns/SortableItem/styles.js.map +1 -0
  23. package/dist/components/DatasetControl/EditColumns/styles.d.ts +50 -0
  24. package/dist/components/DatasetControl/EditColumns/styles.js +56 -0
  25. package/dist/components/DatasetControl/EditColumns/styles.js.map +1 -0
  26. package/dist/components/DatasetControl/EditColumns/useEditColumns.d.ts +4 -0
  27. package/dist/components/DatasetControl/EditColumns/useEditColumns.js +9 -0
  28. package/dist/components/DatasetControl/EditColumns/useEditColumns.js.map +1 -0
  29. package/dist/components/DatasetControl/Filtering/DatasetColumnFiltering.js +1 -1
  30. package/dist/components/DatasetControl/Header/Header.js +83 -45
  31. package/dist/components/DatasetControl/Header/Header.js.map +1 -1
  32. package/dist/components/DatasetControl/interfaces.d.ts +5 -1
  33. package/dist/components/DatasetControl/translations.d.ts +32 -0
  34. package/dist/components/DatasetControl/translations.js +8 -0
  35. package/dist/components/DatasetControl/translations.js.map +1 -1
  36. package/dist/components/DateTime/DateTime.d.ts +1 -2
  37. package/dist/components/DateTime/components/Calendar.d.ts +1 -2
  38. package/dist/components/Decimal/Decimal.d.ts +1 -2
  39. package/dist/components/Duration/Duration.d.ts +1 -2
  40. package/dist/components/Grid/cells/cell/Cell.d.ts +2 -3
  41. package/dist/components/Grid/cells/cell/content/CellContent.d.ts +1 -2
  42. package/dist/components/Grid/cells/cell/notifications/Notifications.d.ts +1 -2
  43. package/dist/components/Grid/cells/selection-cell/SelectionCell.d.ts +1 -2
  44. package/dist/components/Grid/cells/selection-cell/SelectionCell.js.map +1 -1
  45. package/dist/components/Grid/cells/selection-cell/record-save-error-callout/RecordSaveErrorCallout.d.ts +1 -2
  46. package/dist/components/Grid/column-headers/column-header/ColumnHeader.d.ts +1 -2
  47. package/dist/components/Grid/column-headers/column-header/ColumnHeaderContextualMenu.d.ts +1 -1
  48. package/dist/components/Grid/column-headers/column-header/FilterCallout.d.ts +1 -2
  49. package/dist/components/Grid/column-headers/record-selection-checkbox/RecordSelectionCheckbox.d.ts +1 -2
  50. package/dist/components/Grid/errors/FullWidthCellRendererError/FullWidthCellRendererError.d.ts +1 -2
  51. package/dist/components/Grid/grid/Grid.d.ts +1 -2
  52. package/dist/components/Grid/loading/full-row/FullRowLoading.d.ts +1 -2
  53. package/dist/components/Grid/overlays/empty-records/EmptyRecordsOverlay.d.ts +1 -2
  54. package/dist/components/Grid/overlays/loading/LoadingOverlay.d.ts +1 -2
  55. package/dist/components/GridCellRenderer/GridCellRenderer.d.ts +1 -2
  56. package/dist/components/GridCellRenderer/ValueRenderer/ValueRenderer.d.ts +1 -2
  57. package/dist/components/GridCellRenderer/ValueRenderer/styles.d.ts +174 -110
  58. package/dist/components/GridCellRenderer/ValueRenderer/styles.js +1 -0
  59. package/dist/components/GridCellRenderer/ValueRenderer/styles.js.map +1 -1
  60. package/dist/components/Lookup/Lookup.d.ts +1 -2
  61. package/dist/components/Lookup/components/RecordCreator.d.ts +1 -2
  62. package/dist/components/Lookup/components/TargetSelector.d.ts +1 -2
  63. package/dist/components/MultiSelectOptionSet/ColofulOptions/ColorfulOptions.d.ts +1 -2
  64. package/dist/components/MultiSelectOptionSet/MultiSelectOptionSet.d.ts +1 -2
  65. package/dist/components/NestedControlRenderer/NestedControlRenderer.d.ts +1 -2
  66. package/dist/components/OptionSet/OptionSet.d.ts +1 -2
  67. package/dist/components/OptionSet/shared.d.ts +1 -2
  68. package/dist/components/Ribbon/styles.d.ts +1 -0
  69. package/dist/components/Ribbon/styles.js +1 -0
  70. package/dist/components/Ribbon/styles.js.map +1 -1
  71. package/dist/components/TextField/TextField.d.ts +1 -2
  72. package/dist/components/TwoOptions/TwoOptions.d.ts +1 -2
  73. package/dist/hooks/useShouldRemount.d.ts +1 -0
  74. package/dist/hooks/useShouldRemount.js +14 -0
  75. package/dist/hooks/useShouldRemount.js.map +1 -0
  76. package/dist/index.d.ts +80 -15
  77. package/dist/utils/dataset/adapters/VirtualDatasetAdapter.d.ts +1 -0
  78. package/dist/utils/dataset/adapters/VirtualDatasetAdapter.js +3 -0
  79. package/dist/utils/dataset/adapters/VirtualDatasetAdapter.js.map +1 -1
  80. package/dist/utils/dataset-control/DatasetControl.d.ts +17 -2
  81. package/dist/utils/dataset-control/DatasetControl.js +19 -0
  82. package/dist/utils/dataset-control/DatasetControl.js.map +1 -1
  83. package/dist/utils/dataset-control/EditColumns.d.ts +48 -0
  84. package/dist/utils/dataset-control/EditColumns.js +140 -0
  85. package/dist/utils/dataset-control/EditColumns.js.map +1 -0
  86. package/dist/utils/theme/components/ThemeWrapper.d.ts +1 -1
  87. package/package.json +9 -4
@@ -11,6 +11,9 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
11
11
  alignItems?: import("csstype").Property.AlignItems | undefined;
12
12
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
13
13
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
14
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
15
+ anchorName?: import("csstype").Property.AnchorName | undefined;
16
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
14
17
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
15
18
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
16
19
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -37,17 +40,14 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
37
40
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
38
41
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
39
42
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
40
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
43
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
41
44
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
42
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
43
45
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
44
46
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
45
47
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
46
48
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
47
49
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
48
50
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
49
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
50
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
51
51
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
52
52
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
53
53
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -61,15 +61,12 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
61
61
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
62
62
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
63
63
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
64
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
65
64
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
66
65
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
67
66
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
68
67
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
69
68
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
70
69
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
71
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
72
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
73
70
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
74
71
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
75
72
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -96,8 +93,10 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
96
93
  caretShape?: import("csstype").Property.CaretShape | undefined;
97
94
  clear?: import("csstype").Property.Clear | undefined;
98
95
  clipPath?: import("csstype").Property.ClipPath | undefined;
96
+ clipRule?: import("csstype").Property.ClipRule | undefined;
99
97
  color?: import("csstype").Property.Color | undefined;
100
98
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
99
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
101
100
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
102
101
  columnCount?: import("csstype").Property.ColumnCount | undefined;
103
102
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -120,9 +119,17 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
120
119
  counterReset?: import("csstype").Property.CounterReset | undefined;
121
120
  counterSet?: import("csstype").Property.CounterSet | undefined;
122
121
  cursor?: import("csstype").Property.Cursor | undefined;
122
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
123
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
124
+ d?: import("csstype").Property.D | undefined;
123
125
  direction?: import("csstype").Property.Direction | undefined;
124
126
  display?: import("csstype").Property.Display | undefined;
127
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
125
128
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
129
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
130
+ fill?: import("csstype").Property.Fill | undefined;
131
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
132
+ fillRule?: import("csstype").Property.FillRule | undefined;
126
133
  filter?: import("csstype").Property.Filter | undefined;
127
134
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
128
135
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -130,6 +137,8 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
130
137
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
131
138
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
132
139
  float?: import("csstype").Property.Float | undefined;
140
+ floodColor?: import("csstype").Property.FloodColor | undefined;
141
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
133
142
  fontFamily?: import("csstype").Property.FontFamily | undefined;
134
143
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
135
144
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -139,7 +148,6 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
139
148
  fontSize: import("csstype").Property.FontSize<string | number>;
140
149
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
141
150
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
142
- fontStretch?: import("csstype").Property.FontStretch | undefined;
143
151
  fontStyle?: import("csstype").Property.FontStyle | undefined;
144
152
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
145
153
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -156,6 +164,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
156
164
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
157
165
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
158
166
  fontWeight?: import("csstype").Property.FontWeight | undefined;
167
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
159
168
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
160
169
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
161
170
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -176,12 +185,13 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
176
185
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
177
186
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
178
187
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
188
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
179
189
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
180
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
181
190
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
182
191
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
183
192
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
184
193
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
194
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
185
195
  isolation?: import("csstype").Property.Isolation | undefined;
186
196
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
187
197
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -189,6 +199,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
189
199
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
190
200
  left?: import("csstype").Property.Left<string | number> | undefined;
191
201
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
202
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
192
203
  lineBreak?: import("csstype").Property.LineBreak | undefined;
193
204
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
194
205
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -204,6 +215,10 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
204
215
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
205
216
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
206
217
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
218
+ marker?: import("csstype").Property.Marker | undefined;
219
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
220
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
221
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
207
222
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
208
223
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
209
224
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -238,6 +253,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
238
253
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
239
254
  objectFit?: import("csstype").Property.ObjectFit | undefined;
240
255
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
256
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
241
257
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
242
258
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
243
259
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -273,25 +289,32 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
273
289
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
274
290
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
275
291
  page?: import("csstype").Property.Page | undefined;
276
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
277
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
278
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
279
292
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
280
293
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
281
294
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
282
295
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
283
296
  position?: import("csstype").Property.Position | undefined;
297
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
298
+ positionArea?: import("csstype").Property.PositionArea | undefined;
299
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
300
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
301
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
284
302
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
285
303
  quotes?: import("csstype").Property.Quotes | undefined;
304
+ r?: import("csstype").Property.R<string | number> | undefined;
286
305
  resize?: import("csstype").Property.Resize | undefined;
287
306
  right?: import("csstype").Property.Right<string | number> | undefined;
288
307
  rotate?: import("csstype").Property.Rotate | undefined;
289
308
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
290
309
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
291
310
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
311
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
292
312
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
313
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
314
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
293
315
  scale?: import("csstype").Property.Scale | undefined;
294
316
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
317
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
295
318
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
296
319
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
297
320
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -323,10 +346,28 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
323
346
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
324
347
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
325
348
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
349
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
350
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
351
+ stopColor?: import("csstype").Property.StopColor | undefined;
352
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
353
+ stroke?: import("csstype").Property.Stroke | undefined;
354
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
355
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
356
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
357
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
358
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
359
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
360
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
361
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
326
362
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
327
363
  tableLayout?: import("csstype").Property.TableLayout | undefined;
328
364
  textAlign?: import("csstype").Property.TextAlign | undefined;
329
365
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
366
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
367
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
368
+ textBox?: import("csstype").Property.TextBox | undefined;
369
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
370
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
330
371
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
331
372
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
332
373
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -344,10 +385,12 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
344
385
  textRendering?: import("csstype").Property.TextRendering | undefined;
345
386
  textShadow?: import("csstype").Property.TextShadow | undefined;
346
387
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
388
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
347
389
  textTransform?: import("csstype").Property.TextTransform | undefined;
348
390
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
349
391
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
350
- textWrap?: import("csstype").Property.TextWrap | undefined;
392
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
393
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
351
394
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
352
395
  top?: import("csstype").Property.Top<string | number> | undefined;
353
396
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -363,15 +406,16 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
363
406
  translate?: import("csstype").Property.Translate<string | number> | undefined;
364
407
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
365
408
  userSelect?: import("csstype").Property.UserSelect | undefined;
409
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
366
410
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
367
411
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
368
412
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
369
413
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
414
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
370
415
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
371
416
  visibility?: import("csstype").Property.Visibility | undefined;
372
417
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
373
418
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
374
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
375
419
  widows?: import("csstype").Property.Widows | undefined;
376
420
  width?: import("csstype").Property.Width<string | number> | undefined;
377
421
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -379,6 +423,8 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
379
423
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
380
424
  wordWrap?: import("csstype").Property.WordWrap | undefined;
381
425
  writingMode?: import("csstype").Property.WritingMode | undefined;
426
+ x?: import("csstype").Property.X<string | number> | undefined;
427
+ y?: import("csstype").Property.Y<string | number> | undefined;
382
428
  zIndex?: import("csstype").Property.ZIndex | undefined;
383
429
  zoom?: import("csstype").Property.Zoom | undefined;
384
430
  all?: import("csstype").Globals | undefined;
@@ -388,14 +434,20 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
388
434
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
389
435
  border?: import("csstype").Property.Border<string | number> | undefined;
390
436
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
437
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
391
438
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
392
439
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
440
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
441
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
393
442
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
394
443
  borderColor?: import("csstype").Property.BorderColor | undefined;
395
444
  borderImage?: import("csstype").Property.BorderImage | undefined;
396
445
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
446
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
397
447
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
398
448
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
449
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
450
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
399
451
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
400
452
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
401
453
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -437,6 +489,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
437
489
  placeContent?: import("csstype").Property.PlaceContent | undefined;
438
490
  placeItems?: import("csstype").Property.PlaceItems | undefined;
439
491
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
492
+ positionTry?: import("csstype").Property.PositionTry | undefined;
440
493
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
441
494
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
442
495
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -447,6 +500,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
447
500
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
448
501
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
449
502
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
503
+ textWrap?: import("csstype").Property.TextWrap | undefined;
450
504
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
451
505
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
452
506
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -458,6 +512,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
458
512
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
459
513
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
460
514
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
515
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
461
516
  MozBinding?: import("csstype").Property.MozBinding | undefined;
462
517
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
463
518
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -469,8 +524,6 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
469
524
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
470
525
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
471
526
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
472
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
473
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
474
527
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
475
528
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
476
529
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -479,7 +532,6 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
479
532
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
480
533
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
481
534
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
482
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
483
535
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
484
536
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
485
537
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -490,11 +542,15 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
490
542
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
491
543
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
492
544
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
545
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
546
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
493
547
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
494
548
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
495
549
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
496
550
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
497
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
551
+ MozTransform?: import("csstype").Property.Transform | undefined;
552
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
553
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
498
554
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
499
555
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
500
556
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -613,6 +669,8 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
613
669
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
614
670
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
615
671
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
672
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
673
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
616
674
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
617
675
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
618
676
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -667,13 +725,14 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
667
725
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
668
726
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
669
727
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
670
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
728
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
671
729
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
672
730
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
673
731
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
674
732
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
675
733
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
676
734
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
735
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
677
736
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
678
737
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
679
738
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -694,7 +753,6 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
694
753
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
695
754
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
696
755
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
697
- azimuth?: import("csstype").Property.Azimuth | undefined;
698
756
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
699
757
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
700
758
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -704,16 +762,22 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
704
762
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
705
763
  boxPack?: import("csstype").Property.BoxPack | undefined;
706
764
  clip?: import("csstype").Property.Clip | undefined;
765
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
707
766
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
708
767
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
709
768
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
710
769
  imeMode?: import("csstype").Property.ImeMode | undefined;
770
+ insetArea?: import("csstype").Property.PositionArea | undefined;
711
771
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
712
772
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
713
773
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
714
774
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
715
775
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
716
776
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
777
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
778
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
779
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
780
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
717
781
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
718
782
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
719
783
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -731,9 +795,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
731
795
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
732
796
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
733
797
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
734
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
735
798
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
736
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
737
799
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
738
800
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
739
801
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -748,6 +810,8 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
748
810
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
749
811
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
750
812
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
813
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
814
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
751
815
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
752
816
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
753
817
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -755,20 +819,15 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
755
819
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
756
820
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
757
821
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
758
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
759
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
760
822
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
761
823
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
762
824
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
763
825
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
764
- MozTransform?: import("csstype").Property.Transform | undefined;
765
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
766
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
767
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
768
826
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
769
827
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
770
828
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
771
829
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
830
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
772
831
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
773
832
  msImeMode?: import("csstype").Property.ImeMode | undefined;
774
833
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -801,36 +860,9 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
801
860
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
802
861
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
803
862
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
804
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
805
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
806
- clipRule?: import("csstype").Property.ClipRule | undefined;
807
863
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
808
864
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
809
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
810
- fill?: import("csstype").Property.Fill | undefined;
811
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
812
- fillRule?: import("csstype").Property.FillRule | undefined;
813
- floodColor?: import("csstype").Property.FloodColor | undefined;
814
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
815
865
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
816
- lightingColor?: import("csstype").Property.LightingColor | undefined;
817
- marker?: import("csstype").Property.Marker | undefined;
818
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
819
- markerMid?: import("csstype").Property.MarkerMid | undefined;
820
- markerStart?: import("csstype").Property.MarkerStart | undefined;
821
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
822
- stopColor?: import("csstype").Property.StopColor | undefined;
823
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
824
- stroke?: import("csstype").Property.Stroke | undefined;
825
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
826
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
827
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
828
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
829
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
830
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
831
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
832
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
833
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
834
866
  };
835
867
  link: {
836
868
  accentColor?: import("csstype").Property.AccentColor | undefined;
@@ -838,6 +870,9 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
838
870
  alignItems?: import("csstype").Property.AlignItems | undefined;
839
871
  alignSelf?: import("csstype").Property.AlignSelf | undefined;
840
872
  alignTracks?: import("csstype").Property.AlignTracks | undefined;
873
+ alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
874
+ anchorName?: import("csstype").Property.AnchorName | undefined;
875
+ anchorScope?: import("csstype").Property.AnchorScope | undefined;
841
876
  animationComposition?: import("csstype").Property.AnimationComposition | undefined;
842
877
  animationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
843
878
  animationDirection?: import("csstype").Property.AnimationDirection | undefined;
@@ -864,17 +899,14 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
864
899
  backgroundPositionY?: import("csstype").Property.BackgroundPositionY<string | number> | undefined;
865
900
  backgroundRepeat?: import("csstype").Property.BackgroundRepeat | undefined;
866
901
  backgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
867
- blockOverflow?: import("csstype").Property.BlockOverflow | undefined;
902
+ baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
868
903
  blockSize?: import("csstype").Property.BlockSize<string | number> | undefined;
869
- borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
870
904
  borderBlockEndColor?: import("csstype").Property.BorderBlockEndColor | undefined;
871
905
  borderBlockEndStyle?: import("csstype").Property.BorderBlockEndStyle | undefined;
872
906
  borderBlockEndWidth?: import("csstype").Property.BorderBlockEndWidth<string | number> | undefined;
873
907
  borderBlockStartColor?: import("csstype").Property.BorderBlockStartColor | undefined;
874
908
  borderBlockStartStyle?: import("csstype").Property.BorderBlockStartStyle | undefined;
875
909
  borderBlockStartWidth?: import("csstype").Property.BorderBlockStartWidth<string | number> | undefined;
876
- borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
877
- borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
878
910
  borderBottomColor?: import("csstype").Property.BorderBottomColor | undefined;
879
911
  borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined;
880
912
  borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | undefined;
@@ -888,15 +920,12 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
888
920
  borderImageSlice?: import("csstype").Property.BorderImageSlice | undefined;
889
921
  borderImageSource?: import("csstype").Property.BorderImageSource | undefined;
890
922
  borderImageWidth?: import("csstype").Property.BorderImageWidth<string | number> | undefined;
891
- borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
892
923
  borderInlineEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
893
924
  borderInlineEndStyle?: import("csstype").Property.BorderInlineEndStyle | undefined;
894
925
  borderInlineEndWidth?: import("csstype").Property.BorderInlineEndWidth<string | number> | undefined;
895
926
  borderInlineStartColor?: import("csstype").Property.BorderInlineStartColor | undefined;
896
927
  borderInlineStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
897
928
  borderInlineStartWidth?: import("csstype").Property.BorderInlineStartWidth<string | number> | undefined;
898
- borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
899
- borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
900
929
  borderLeftColor?: import("csstype").Property.BorderLeftColor | undefined;
901
930
  borderLeftStyle?: import("csstype").Property.BorderLeftStyle | undefined;
902
931
  borderLeftWidth?: import("csstype").Property.BorderLeftWidth<string | number> | undefined;
@@ -923,8 +952,10 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
923
952
  caretShape?: import("csstype").Property.CaretShape | undefined;
924
953
  clear?: import("csstype").Property.Clear | undefined;
925
954
  clipPath?: import("csstype").Property.ClipPath | undefined;
955
+ clipRule?: import("csstype").Property.ClipRule | undefined;
926
956
  color?: import("csstype").Property.Color | undefined;
927
957
  colorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
958
+ colorInterpolationFilters?: import("csstype").Property.ColorInterpolationFilters | undefined;
928
959
  colorScheme?: import("csstype").Property.ColorScheme | undefined;
929
960
  columnCount?: import("csstype").Property.ColumnCount | undefined;
930
961
  columnFill?: import("csstype").Property.ColumnFill | undefined;
@@ -947,9 +978,17 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
947
978
  counterReset?: import("csstype").Property.CounterReset | undefined;
948
979
  counterSet?: import("csstype").Property.CounterSet | undefined;
949
980
  cursor?: import("csstype").Property.Cursor | undefined;
981
+ cx?: import("csstype").Property.Cx<string | number> | undefined;
982
+ cy?: import("csstype").Property.Cy<string | number> | undefined;
983
+ d?: import("csstype").Property.D | undefined;
950
984
  direction?: import("csstype").Property.Direction | undefined;
951
985
  display?: import("csstype").Property.Display | undefined;
986
+ dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
952
987
  emptyCells?: import("csstype").Property.EmptyCells | undefined;
988
+ fieldSizing?: import("csstype").Property.FieldSizing | undefined;
989
+ fill?: import("csstype").Property.Fill | undefined;
990
+ fillOpacity?: import("csstype").Property.FillOpacity | undefined;
991
+ fillRule?: import("csstype").Property.FillRule | undefined;
953
992
  filter?: import("csstype").Property.Filter | undefined;
954
993
  flexBasis?: import("csstype").Property.FlexBasis<string | number> | undefined;
955
994
  flexDirection?: import("csstype").Property.FlexDirection | undefined;
@@ -957,6 +996,8 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
957
996
  flexShrink?: import("csstype").Property.FlexShrink | undefined;
958
997
  flexWrap?: import("csstype").Property.FlexWrap | undefined;
959
998
  float?: import("csstype").Property.Float | undefined;
999
+ floodColor?: import("csstype").Property.FloodColor | undefined;
1000
+ floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
960
1001
  fontFamily?: import("csstype").Property.FontFamily | undefined;
961
1002
  fontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
962
1003
  fontKerning?: import("csstype").Property.FontKerning | undefined;
@@ -966,7 +1007,6 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
966
1007
  fontSize?: import("csstype").Property.FontSize<string | number> | undefined;
967
1008
  fontSizeAdjust?: import("csstype").Property.FontSizeAdjust | undefined;
968
1009
  fontSmooth?: import("csstype").Property.FontSmooth<string | number> | undefined;
969
- fontStretch?: import("csstype").Property.FontStretch | undefined;
970
1010
  fontStyle?: import("csstype").Property.FontStyle | undefined;
971
1011
  fontSynthesis?: import("csstype").Property.FontSynthesis | undefined;
972
1012
  fontSynthesisPosition?: import("csstype").Property.FontSynthesisPosition | undefined;
@@ -983,6 +1023,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
983
1023
  fontVariantPosition?: import("csstype").Property.FontVariantPosition | undefined;
984
1024
  fontVariationSettings?: import("csstype").Property.FontVariationSettings | undefined;
985
1025
  fontWeight?: import("csstype").Property.FontWeight | undefined;
1026
+ fontWidth?: import("csstype").Property.FontWidth | undefined;
986
1027
  forcedColorAdjust?: import("csstype").Property.ForcedColorAdjust | undefined;
987
1028
  gridAutoColumns?: import("csstype").Property.GridAutoColumns<string | number> | undefined;
988
1029
  gridAutoFlow?: import("csstype").Property.GridAutoFlow | undefined;
@@ -1003,12 +1044,13 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1003
1044
  imageRendering?: import("csstype").Property.ImageRendering | undefined;
1004
1045
  imageResolution?: import("csstype").Property.ImageResolution | undefined;
1005
1046
  initialLetter?: import("csstype").Property.InitialLetter | undefined;
1047
+ initialLetterAlign?: import("csstype").Property.InitialLetterAlign | undefined;
1006
1048
  inlineSize?: import("csstype").Property.InlineSize<string | number> | undefined;
1007
- inputSecurity?: import("csstype").Property.InputSecurity | undefined;
1008
1049
  insetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1009
1050
  insetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1010
1051
  insetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1011
1052
  insetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1053
+ interpolateSize?: import("csstype").Property.InterpolateSize | undefined;
1012
1054
  isolation?: import("csstype").Property.Isolation | undefined;
1013
1055
  justifyContent?: import("csstype").Property.JustifyContent | undefined;
1014
1056
  justifyItems?: import("csstype").Property.JustifyItems | undefined;
@@ -1016,6 +1058,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1016
1058
  justifyTracks?: import("csstype").Property.JustifyTracks | undefined;
1017
1059
  left?: import("csstype").Property.Left<string | number> | undefined;
1018
1060
  letterSpacing?: import("csstype").Property.LetterSpacing<string | number> | undefined;
1061
+ lightingColor?: import("csstype").Property.LightingColor | undefined;
1019
1062
  lineBreak?: import("csstype").Property.LineBreak | undefined;
1020
1063
  lineHeight?: import("csstype").Property.LineHeight<string | number> | undefined;
1021
1064
  lineHeightStep?: import("csstype").Property.LineHeightStep<string | number> | undefined;
@@ -1031,6 +1074,10 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1031
1074
  marginRight?: import("csstype").Property.MarginRight<string | number> | undefined;
1032
1075
  marginTop?: import("csstype").Property.MarginTop<string | number> | undefined;
1033
1076
  marginTrim?: import("csstype").Property.MarginTrim | undefined;
1077
+ marker?: import("csstype").Property.Marker | undefined;
1078
+ markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1079
+ markerMid?: import("csstype").Property.MarkerMid | undefined;
1080
+ markerStart?: import("csstype").Property.MarkerStart | undefined;
1034
1081
  maskBorderMode?: import("csstype").Property.MaskBorderMode | undefined;
1035
1082
  maskBorderOutset?: import("csstype").Property.MaskBorderOutset<string | number> | undefined;
1036
1083
  maskBorderRepeat?: import("csstype").Property.MaskBorderRepeat | undefined;
@@ -1065,6 +1112,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1065
1112
  motionRotation?: import("csstype").Property.OffsetRotate | undefined;
1066
1113
  objectFit?: import("csstype").Property.ObjectFit | undefined;
1067
1114
  objectPosition?: import("csstype").Property.ObjectPosition<string | number> | undefined;
1115
+ objectViewBox?: import("csstype").Property.ObjectViewBox | undefined;
1068
1116
  offsetAnchor?: import("csstype").Property.OffsetAnchor<string | number> | undefined;
1069
1117
  offsetDistance?: import("csstype").Property.OffsetDistance<string | number> | undefined;
1070
1118
  offsetPath?: import("csstype").Property.OffsetPath | undefined;
@@ -1100,25 +1148,32 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1100
1148
  paddingRight?: import("csstype").Property.PaddingRight<string | number> | undefined;
1101
1149
  paddingTop?: import("csstype").Property.PaddingTop<string | number> | undefined;
1102
1150
  page?: import("csstype").Property.Page | undefined;
1103
- pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1104
- pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1105
- pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1106
1151
  paintOrder?: import("csstype").Property.PaintOrder | undefined;
1107
1152
  perspective?: import("csstype").Property.Perspective<string | number> | undefined;
1108
1153
  perspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1109
1154
  pointerEvents?: import("csstype").Property.PointerEvents | undefined;
1110
1155
  position?: import("csstype").Property.Position | undefined;
1156
+ positionAnchor?: import("csstype").Property.PositionAnchor | undefined;
1157
+ positionArea?: import("csstype").Property.PositionArea | undefined;
1158
+ positionTryFallbacks?: import("csstype").Property.PositionTryFallbacks | undefined;
1159
+ positionTryOrder?: import("csstype").Property.PositionTryOrder | undefined;
1160
+ positionVisibility?: import("csstype").Property.PositionVisibility | undefined;
1111
1161
  printColorAdjust?: import("csstype").Property.PrintColorAdjust | undefined;
1112
1162
  quotes?: import("csstype").Property.Quotes | undefined;
1163
+ r?: import("csstype").Property.R<string | number> | undefined;
1113
1164
  resize?: import("csstype").Property.Resize | undefined;
1114
1165
  right?: import("csstype").Property.Right<string | number> | undefined;
1115
1166
  rotate?: import("csstype").Property.Rotate | undefined;
1116
1167
  rowGap?: import("csstype").Property.RowGap<string | number> | undefined;
1117
1168
  rubyAlign?: import("csstype").Property.RubyAlign | undefined;
1118
1169
  rubyMerge?: import("csstype").Property.RubyMerge | undefined;
1170
+ rubyOverhang?: import("csstype").Property.RubyOverhang | undefined;
1119
1171
  rubyPosition?: import("csstype").Property.RubyPosition | undefined;
1172
+ rx?: import("csstype").Property.Rx<string | number> | undefined;
1173
+ ry?: import("csstype").Property.Ry<string | number> | undefined;
1120
1174
  scale?: import("csstype").Property.Scale | undefined;
1121
1175
  scrollBehavior?: import("csstype").Property.ScrollBehavior | undefined;
1176
+ scrollInitialTarget?: import("csstype").Property.ScrollInitialTarget | undefined;
1122
1177
  scrollMarginBlockEnd?: import("csstype").Property.ScrollMarginBlockEnd<string | number> | undefined;
1123
1178
  scrollMarginBlockStart?: import("csstype").Property.ScrollMarginBlockStart<string | number> | undefined;
1124
1179
  scrollMarginBottom?: import("csstype").Property.ScrollMarginBottom<string | number> | undefined;
@@ -1150,10 +1205,28 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1150
1205
  shapeImageThreshold?: import("csstype").Property.ShapeImageThreshold | undefined;
1151
1206
  shapeMargin?: import("csstype").Property.ShapeMargin<string | number> | undefined;
1152
1207
  shapeOutside?: import("csstype").Property.ShapeOutside | undefined;
1208
+ shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1209
+ speakAs?: import("csstype").Property.SpeakAs | undefined;
1210
+ stopColor?: import("csstype").Property.StopColor | undefined;
1211
+ stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1212
+ stroke?: import("csstype").Property.Stroke | undefined;
1213
+ strokeColor?: import("csstype").Property.StrokeColor | undefined;
1214
+ strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1215
+ strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1216
+ strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1217
+ strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1218
+ strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1219
+ strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1220
+ strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1153
1221
  tabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1154
1222
  tableLayout?: import("csstype").Property.TableLayout | undefined;
1155
1223
  textAlign?: import("csstype").Property.TextAlign | undefined;
1156
1224
  textAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1225
+ textAnchor?: import("csstype").Property.TextAnchor | undefined;
1226
+ textAutospace?: import("csstype").Property.TextAutospace | undefined;
1227
+ textBox?: import("csstype").Property.TextBox | undefined;
1228
+ textBoxEdge?: import("csstype").Property.TextBoxEdge | undefined;
1229
+ textBoxTrim?: import("csstype").Property.TextBoxTrim | undefined;
1157
1230
  textCombineUpright?: import("csstype").Property.TextCombineUpright | undefined;
1158
1231
  textDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1159
1232
  textDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
@@ -1171,10 +1244,12 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1171
1244
  textRendering?: import("csstype").Property.TextRendering | undefined;
1172
1245
  textShadow?: import("csstype").Property.TextShadow | undefined;
1173
1246
  textSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1247
+ textSpacingTrim?: import("csstype").Property.TextSpacingTrim | undefined;
1174
1248
  textTransform?: import("csstype").Property.TextTransform | undefined;
1175
1249
  textUnderlineOffset?: import("csstype").Property.TextUnderlineOffset<string | number> | undefined;
1176
1250
  textUnderlinePosition?: import("csstype").Property.TextUnderlinePosition | undefined;
1177
- textWrap?: import("csstype").Property.TextWrap | undefined;
1251
+ textWrapMode?: import("csstype").Property.TextWrapMode | undefined;
1252
+ textWrapStyle?: import("csstype").Property.TextWrapStyle | undefined;
1178
1253
  timelineScope?: import("csstype").Property.TimelineScope | undefined;
1179
1254
  top?: import("csstype").Property.Top<string | number> | undefined;
1180
1255
  touchAction?: import("csstype").Property.TouchAction | undefined;
@@ -1190,15 +1265,16 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1190
1265
  translate?: import("csstype").Property.Translate<string | number> | undefined;
1191
1266
  unicodeBidi?: import("csstype").Property.UnicodeBidi | undefined;
1192
1267
  userSelect?: import("csstype").Property.UserSelect | undefined;
1268
+ vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1193
1269
  verticalAlign?: import("csstype").Property.VerticalAlign<string | number> | undefined;
1194
1270
  viewTimelineAxis?: import("csstype").Property.ViewTimelineAxis | undefined;
1195
1271
  viewTimelineInset?: import("csstype").Property.ViewTimelineInset<string | number> | undefined;
1196
1272
  viewTimelineName?: import("csstype").Property.ViewTimelineName | undefined;
1273
+ viewTransitionClass?: import("csstype").Property.ViewTransitionClass | undefined;
1197
1274
  viewTransitionName?: import("csstype").Property.ViewTransitionName | undefined;
1198
1275
  visibility?: import("csstype").Property.Visibility | undefined;
1199
1276
  whiteSpace?: import("csstype").Property.WhiteSpace | undefined;
1200
1277
  whiteSpaceCollapse?: import("csstype").Property.WhiteSpaceCollapse | undefined;
1201
- whiteSpaceTrim?: import("csstype").Property.WhiteSpaceTrim | undefined;
1202
1278
  widows?: import("csstype").Property.Widows | undefined;
1203
1279
  width?: import("csstype").Property.Width<string | number> | undefined;
1204
1280
  willChange?: import("csstype").Property.WillChange | undefined;
@@ -1206,6 +1282,8 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1206
1282
  wordSpacing?: import("csstype").Property.WordSpacing<string | number> | undefined;
1207
1283
  wordWrap?: import("csstype").Property.WordWrap | undefined;
1208
1284
  writingMode?: import("csstype").Property.WritingMode | undefined;
1285
+ x?: import("csstype").Property.X<string | number> | undefined;
1286
+ y?: import("csstype").Property.Y<string | number> | undefined;
1209
1287
  zIndex?: import("csstype").Property.ZIndex | undefined;
1210
1288
  zoom?: import("csstype").Property.Zoom | undefined;
1211
1289
  all?: import("csstype").Globals | undefined;
@@ -1215,14 +1293,20 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1215
1293
  backgroundPosition?: import("csstype").Property.BackgroundPosition<string | number> | undefined;
1216
1294
  border?: import("csstype").Property.Border<string | number> | undefined;
1217
1295
  borderBlock?: import("csstype").Property.BorderBlock<string | number> | undefined;
1296
+ borderBlockColor?: import("csstype").Property.BorderBlockColor | undefined;
1218
1297
  borderBlockEnd?: import("csstype").Property.BorderBlockEnd<string | number> | undefined;
1219
1298
  borderBlockStart?: import("csstype").Property.BorderBlockStart<string | number> | undefined;
1299
+ borderBlockStyle?: import("csstype").Property.BorderBlockStyle | undefined;
1300
+ borderBlockWidth?: import("csstype").Property.BorderBlockWidth<string | number> | undefined;
1220
1301
  borderBottom?: import("csstype").Property.BorderBottom<string | number> | undefined;
1221
1302
  borderColor?: import("csstype").Property.BorderColor | undefined;
1222
1303
  borderImage?: import("csstype").Property.BorderImage | undefined;
1223
1304
  borderInline?: import("csstype").Property.BorderInline<string | number> | undefined;
1305
+ borderInlineColor?: import("csstype").Property.BorderInlineColor | undefined;
1224
1306
  borderInlineEnd?: import("csstype").Property.BorderInlineEnd<string | number> | undefined;
1225
1307
  borderInlineStart?: import("csstype").Property.BorderInlineStart<string | number> | undefined;
1308
+ borderInlineStyle?: import("csstype").Property.BorderInlineStyle | undefined;
1309
+ borderInlineWidth?: import("csstype").Property.BorderInlineWidth<string | number> | undefined;
1226
1310
  borderLeft?: import("csstype").Property.BorderLeft<string | number> | undefined;
1227
1311
  borderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
1228
1312
  borderRight?: import("csstype").Property.BorderRight<string | number> | undefined;
@@ -1264,6 +1348,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1264
1348
  placeContent?: import("csstype").Property.PlaceContent | undefined;
1265
1349
  placeItems?: import("csstype").Property.PlaceItems | undefined;
1266
1350
  placeSelf?: import("csstype").Property.PlaceSelf | undefined;
1351
+ positionTry?: import("csstype").Property.PositionTry | undefined;
1267
1352
  scrollMargin?: import("csstype").Property.ScrollMargin<string | number> | undefined;
1268
1353
  scrollMarginBlock?: import("csstype").Property.ScrollMarginBlock<string | number> | undefined;
1269
1354
  scrollMarginInline?: import("csstype").Property.ScrollMarginInline<string | number> | undefined;
@@ -1274,6 +1359,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1274
1359
  scrollTimeline?: import("csstype").Property.ScrollTimeline | undefined;
1275
1360
  textDecoration?: import("csstype").Property.TextDecoration<string | number> | undefined;
1276
1361
  textEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1362
+ textWrap?: import("csstype").Property.TextWrap | undefined;
1277
1363
  transition?: import("csstype").Property.Transition<string & {}> | undefined;
1278
1364
  viewTimeline?: import("csstype").Property.ViewTimeline | undefined;
1279
1365
  MozAnimationDelay?: import("csstype").Property.AnimationDelay<string & {}> | undefined;
@@ -1285,6 +1371,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1285
1371
  MozAnimationPlayState?: import("csstype").Property.AnimationPlayState | undefined;
1286
1372
  MozAnimationTimingFunction?: import("csstype").Property.AnimationTimingFunction | undefined;
1287
1373
  MozAppearance?: import("csstype").Property.MozAppearance | undefined;
1374
+ MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1288
1375
  MozBinding?: import("csstype").Property.MozBinding | undefined;
1289
1376
  MozBorderBottomColors?: import("csstype").Property.MozBorderBottomColors | undefined;
1290
1377
  MozBorderEndColor?: import("csstype").Property.BorderInlineEndColor | undefined;
@@ -1296,8 +1383,6 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1296
1383
  MozBorderStartStyle?: import("csstype").Property.BorderInlineStartStyle | undefined;
1297
1384
  MozBorderTopColors?: import("csstype").Property.MozBorderTopColors | undefined;
1298
1385
  MozBoxSizing?: import("csstype").Property.BoxSizing | undefined;
1299
- MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1300
- MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1301
1386
  MozColumnRuleColor?: import("csstype").Property.ColumnRuleColor | undefined;
1302
1387
  MozColumnRuleStyle?: import("csstype").Property.ColumnRuleStyle | undefined;
1303
1388
  MozColumnRuleWidth?: import("csstype").Property.ColumnRuleWidth<string | number> | undefined;
@@ -1306,7 +1391,6 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1306
1391
  MozFontFeatureSettings?: import("csstype").Property.FontFeatureSettings | undefined;
1307
1392
  MozFontLanguageOverride?: import("csstype").Property.FontLanguageOverride | undefined;
1308
1393
  MozHyphens?: import("csstype").Property.Hyphens | undefined;
1309
- MozImageRegion?: import("csstype").Property.MozImageRegion | undefined;
1310
1394
  MozMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1311
1395
  MozMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1312
1396
  MozOrient?: import("csstype").Property.MozOrient | undefined;
@@ -1317,11 +1401,15 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1317
1401
  MozOutlineRadiusTopright?: import("csstype").Property.MozOutlineRadiusTopright<string | number> | undefined;
1318
1402
  MozPaddingEnd?: import("csstype").Property.PaddingInlineEnd<string | number> | undefined;
1319
1403
  MozPaddingStart?: import("csstype").Property.PaddingInlineStart<string | number> | undefined;
1404
+ MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1405
+ MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1320
1406
  MozStackSizing?: import("csstype").Property.MozStackSizing | undefined;
1321
1407
  MozTabSize?: import("csstype").Property.TabSize<string | number> | undefined;
1322
1408
  MozTextBlink?: import("csstype").Property.MozTextBlink | undefined;
1323
1409
  MozTextSizeAdjust?: import("csstype").Property.TextSizeAdjust | undefined;
1324
- MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1410
+ MozTransform?: import("csstype").Property.Transform | undefined;
1411
+ MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1412
+ MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1325
1413
  MozUserModify?: import("csstype").Property.MozUserModify | undefined;
1326
1414
  MozUserSelect?: import("csstype").Property.UserSelect | undefined;
1327
1415
  MozWindowDragging?: import("csstype").Property.MozWindowDragging | undefined;
@@ -1440,6 +1528,8 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1440
1528
  WebkitJustifyContent?: import("csstype").Property.JustifyContent | undefined;
1441
1529
  WebkitLineBreak?: import("csstype").Property.LineBreak | undefined;
1442
1530
  WebkitLineClamp?: import("csstype").Property.WebkitLineClamp | undefined;
1531
+ WebkitLogicalHeight?: import("csstype").Property.BlockSize<string | number> | undefined;
1532
+ WebkitLogicalWidth?: import("csstype").Property.InlineSize<string | number> | undefined;
1443
1533
  WebkitMarginEnd?: import("csstype").Property.MarginInlineEnd<string | number> | undefined;
1444
1534
  WebkitMarginStart?: import("csstype").Property.MarginInlineStart<string | number> | undefined;
1445
1535
  WebkitMaskAttachment?: import("csstype").Property.WebkitMaskAttachment | undefined;
@@ -1494,13 +1584,14 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1494
1584
  WebkitTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1495
1585
  WebkitTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1496
1586
  WebkitUserModify?: import("csstype").Property.WebkitUserModify | undefined;
1497
- WebkitUserSelect?: import("csstype").Property.UserSelect | undefined;
1587
+ WebkitUserSelect?: import("csstype").Property.WebkitUserSelect | undefined;
1498
1588
  WebkitWritingMode?: import("csstype").Property.WritingMode | undefined;
1499
1589
  MozAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
1500
1590
  MozBorderImage?: import("csstype").Property.BorderImage | undefined;
1501
1591
  MozColumnRule?: import("csstype").Property.ColumnRule<string | number> | undefined;
1502
1592
  MozColumns?: import("csstype").Property.Columns<string | number> | undefined;
1503
1593
  MozOutlineRadius?: import("csstype").Property.MozOutlineRadius<string | number> | undefined;
1594
+ MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1504
1595
  msContentZoomLimit?: import("csstype").Property.MsContentZoomLimit | undefined;
1505
1596
  msContentZoomSnap?: import("csstype").Property.MsContentZoomSnap | undefined;
1506
1597
  msFlex?: import("csstype").Property.Flex<string | number> | undefined;
@@ -1521,7 +1612,6 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1521
1612
  WebkitTextEmphasis?: import("csstype").Property.TextEmphasis | undefined;
1522
1613
  WebkitTextStroke?: import("csstype").Property.WebkitTextStroke<string | number> | undefined;
1523
1614
  WebkitTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1524
- azimuth?: import("csstype").Property.Azimuth | undefined;
1525
1615
  boxAlign?: import("csstype").Property.BoxAlign | undefined;
1526
1616
  boxDirection?: import("csstype").Property.BoxDirection | undefined;
1527
1617
  boxFlex?: import("csstype").Property.BoxFlex | undefined;
@@ -1531,16 +1621,22 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1531
1621
  boxOrient?: import("csstype").Property.BoxOrient | undefined;
1532
1622
  boxPack?: import("csstype").Property.BoxPack | undefined;
1533
1623
  clip?: import("csstype").Property.Clip | undefined;
1624
+ fontStretch?: import("csstype").Property.FontStretch | undefined;
1534
1625
  gridColumnGap?: import("csstype").Property.GridColumnGap<string | number> | undefined;
1535
1626
  gridGap?: import("csstype").Property.GridGap<string | number> | undefined;
1536
1627
  gridRowGap?: import("csstype").Property.GridRowGap<string | number> | undefined;
1537
1628
  imeMode?: import("csstype").Property.ImeMode | undefined;
1629
+ insetArea?: import("csstype").Property.PositionArea | undefined;
1538
1630
  offsetBlock?: import("csstype").Property.InsetBlock<string | number> | undefined;
1539
1631
  offsetBlockEnd?: import("csstype").Property.InsetBlockEnd<string | number> | undefined;
1540
1632
  offsetBlockStart?: import("csstype").Property.InsetBlockStart<string | number> | undefined;
1541
1633
  offsetInline?: import("csstype").Property.InsetInline<string | number> | undefined;
1542
1634
  offsetInlineEnd?: import("csstype").Property.InsetInlineEnd<string | number> | undefined;
1543
1635
  offsetInlineStart?: import("csstype").Property.InsetInlineStart<string | number> | undefined;
1636
+ pageBreakAfter?: import("csstype").Property.PageBreakAfter | undefined;
1637
+ pageBreakBefore?: import("csstype").Property.PageBreakBefore | undefined;
1638
+ pageBreakInside?: import("csstype").Property.PageBreakInside | undefined;
1639
+ positionTryOptions?: import("csstype").Property.PositionTryFallbacks | undefined;
1544
1640
  scrollSnapCoordinate?: import("csstype").Property.ScrollSnapCoordinate<string | number> | undefined;
1545
1641
  scrollSnapDestination?: import("csstype").Property.ScrollSnapDestination<string | number> | undefined;
1546
1642
  scrollSnapPointsX?: import("csstype").Property.ScrollSnapPointsX | undefined;
@@ -1558,9 +1654,7 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1558
1654
  KhtmlLineBreak?: import("csstype").Property.LineBreak | undefined;
1559
1655
  KhtmlOpacity?: import("csstype").Property.Opacity | undefined;
1560
1656
  KhtmlUserSelect?: import("csstype").Property.UserSelect | undefined;
1561
- MozBackfaceVisibility?: import("csstype").Property.BackfaceVisibility | undefined;
1562
1657
  MozBackgroundClip?: import("csstype").Property.BackgroundClip | undefined;
1563
- MozBackgroundInlinePolicy?: import("csstype").Property.BoxDecorationBreak | undefined;
1564
1658
  MozBackgroundOrigin?: import("csstype").Property.BackgroundOrigin | undefined;
1565
1659
  MozBackgroundSize?: import("csstype").Property.BackgroundSize<string | number> | undefined;
1566
1660
  MozBorderRadius?: import("csstype").Property.BorderRadius<string | number> | undefined;
@@ -1575,6 +1669,8 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1575
1669
  MozBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1576
1670
  MozBoxPack?: import("csstype").Property.BoxPack | undefined;
1577
1671
  MozBoxShadow?: import("csstype").Property.BoxShadow | undefined;
1672
+ MozColumnCount?: import("csstype").Property.ColumnCount | undefined;
1673
+ MozColumnFill?: import("csstype").Property.ColumnFill | undefined;
1578
1674
  MozFloatEdge?: import("csstype").Property.MozFloatEdge | undefined;
1579
1675
  MozForceBrokenImageIcon?: import("csstype").Property.MozForceBrokenImageIcon | undefined;
1580
1676
  MozOpacity?: import("csstype").Property.Opacity | undefined;
@@ -1582,20 +1678,15 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1582
1678
  MozOutlineColor?: import("csstype").Property.OutlineColor | undefined;
1583
1679
  MozOutlineStyle?: import("csstype").Property.OutlineStyle | undefined;
1584
1680
  MozOutlineWidth?: import("csstype").Property.OutlineWidth<string | number> | undefined;
1585
- MozPerspective?: import("csstype").Property.Perspective<string | number> | undefined;
1586
- MozPerspectiveOrigin?: import("csstype").Property.PerspectiveOrigin<string | number> | undefined;
1587
1681
  MozTextAlignLast?: import("csstype").Property.TextAlignLast | undefined;
1588
1682
  MozTextDecorationColor?: import("csstype").Property.TextDecorationColor | undefined;
1589
1683
  MozTextDecorationLine?: import("csstype").Property.TextDecorationLine | undefined;
1590
1684
  MozTextDecorationStyle?: import("csstype").Property.TextDecorationStyle | undefined;
1591
- MozTransform?: import("csstype").Property.Transform | undefined;
1592
- MozTransformOrigin?: import("csstype").Property.TransformOrigin<string | number> | undefined;
1593
- MozTransformStyle?: import("csstype").Property.TransformStyle | undefined;
1594
- MozTransition?: import("csstype").Property.Transition<string & {}> | undefined;
1595
1685
  MozTransitionDelay?: import("csstype").Property.TransitionDelay<string & {}> | undefined;
1596
1686
  MozTransitionDuration?: import("csstype").Property.TransitionDuration<string & {}> | undefined;
1597
1687
  MozTransitionProperty?: import("csstype").Property.TransitionProperty | undefined;
1598
1688
  MozTransitionTimingFunction?: import("csstype").Property.TransitionTimingFunction | undefined;
1689
+ MozUserFocus?: import("csstype").Property.MozUserFocus | undefined;
1599
1690
  MozUserInput?: import("csstype").Property.MozUserInput | undefined;
1600
1691
  msImeMode?: import("csstype").Property.ImeMode | undefined;
1601
1692
  OAnimation?: import("csstype").Property.Animation<string & {}> | undefined;
@@ -1628,36 +1719,9 @@ export declare const getValueRendererStyles: (deps: IDeps) => import("@fluentui/
1628
1719
  WebkitBoxOrdinalGroup?: import("csstype").Property.BoxOrdinalGroup | undefined;
1629
1720
  WebkitBoxOrient?: import("csstype").Property.BoxOrient | undefined;
1630
1721
  WebkitBoxPack?: import("csstype").Property.BoxPack | undefined;
1631
- alignmentBaseline?: import("csstype").Property.AlignmentBaseline | undefined;
1632
- baselineShift?: import("csstype").Property.BaselineShift<string | number> | undefined;
1633
- clipRule?: import("csstype").Property.ClipRule | undefined;
1634
1722
  colorInterpolation?: import("csstype").Property.ColorInterpolation | undefined;
1635
1723
  colorRendering?: import("csstype").Property.ColorRendering | undefined;
1636
- dominantBaseline?: import("csstype").Property.DominantBaseline | undefined;
1637
- fill?: import("csstype").Property.Fill | undefined;
1638
- fillOpacity?: import("csstype").Property.FillOpacity | undefined;
1639
- fillRule?: import("csstype").Property.FillRule | undefined;
1640
- floodColor?: import("csstype").Property.FloodColor | undefined;
1641
- floodOpacity?: import("csstype").Property.FloodOpacity | undefined;
1642
1724
  glyphOrientationVertical?: import("csstype").Property.GlyphOrientationVertical | undefined;
1643
- lightingColor?: import("csstype").Property.LightingColor | undefined;
1644
- marker?: import("csstype").Property.Marker | undefined;
1645
- markerEnd?: import("csstype").Property.MarkerEnd | undefined;
1646
- markerMid?: import("csstype").Property.MarkerMid | undefined;
1647
- markerStart?: import("csstype").Property.MarkerStart | undefined;
1648
- shapeRendering?: import("csstype").Property.ShapeRendering | undefined;
1649
- stopColor?: import("csstype").Property.StopColor | undefined;
1650
- stopOpacity?: import("csstype").Property.StopOpacity | undefined;
1651
- stroke?: import("csstype").Property.Stroke | undefined;
1652
- strokeDasharray?: import("csstype").Property.StrokeDasharray<string | number> | undefined;
1653
- strokeDashoffset?: import("csstype").Property.StrokeDashoffset<string | number> | undefined;
1654
- strokeLinecap?: import("csstype").Property.StrokeLinecap | undefined;
1655
- strokeLinejoin?: import("csstype").Property.StrokeLinejoin | undefined;
1656
- strokeMiterlimit?: import("csstype").Property.StrokeMiterlimit | undefined;
1657
- strokeOpacity?: import("csstype").Property.StrokeOpacity | undefined;
1658
- strokeWidth?: import("csstype").Property.StrokeWidth<string | number> | undefined;
1659
- textAnchor?: import("csstype").Property.TextAnchor | undefined;
1660
- vectorEffect?: import("csstype").Property.VectorEffect | undefined;
1661
1725
  };
1662
1726
  placeholder: {
1663
1727
  color: string;