@fluentui/react-migration-v0-v9 9.2.0 → 9.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/CHANGELOG.md +27 -2
  2. package/lib/components/Attachment/Attachment.js.map +1 -1
  3. package/lib/components/Attachment/AttachmentAction.js.map +1 -1
  4. package/lib/components/Attachment/AttachmentBody.js.map +1 -1
  5. package/lib/components/Attachment/AttachmentDescription.js.map +1 -1
  6. package/lib/components/Attachment/AttachmentHeader.js.map +1 -1
  7. package/lib/components/Attachment/AttachmentIcon.js.map +1 -1
  8. package/lib/components/Attachment/index.js.map +1 -1
  9. package/lib/components/Button/ButtonMigration.mixins.js.map +1 -1
  10. package/lib/components/Button/index.js.map +1 -1
  11. package/lib/components/Flex/Flex.js.map +1 -1
  12. package/lib/components/Flex/FlexItem.mixins.js.map +1 -1
  13. package/lib/components/Flex/index.js.map +1 -1
  14. package/lib/components/FormField/FormFieldShim.js.map +1 -1
  15. package/lib/components/FormField/index.js.map +1 -1
  16. package/lib/components/Grid/Grid.mixins.js.map +1 -1
  17. package/lib/components/Grid/GridShim.js.map +1 -1
  18. package/lib/components/Grid/index.js.map +1 -1
  19. package/lib/components/Input/Input.mixins.js.map +1 -1
  20. package/lib/components/Input/index.js.map +1 -1
  21. package/lib/components/ItemLayout/ItemLayout.js.map +1 -1
  22. package/lib/components/ItemLayout/index.js.map +1 -1
  23. package/lib/components/List/List/List.js.map +1 -1
  24. package/lib/components/List/List/List.types.js.map +1 -1
  25. package/lib/components/List/List/index.js.map +1 -1
  26. package/lib/components/List/List/listContext.js.map +1 -1
  27. package/lib/components/List/List/renderList.js.map +1 -1
  28. package/lib/components/List/List/useList.js.map +1 -1
  29. package/lib/components/List/List/useListContextValues.js.map +1 -1
  30. package/lib/components/List/ListItem/ListItem.js.map +1 -1
  31. package/lib/components/List/ListItem/ListItem.types.js.map +1 -1
  32. package/lib/components/List/ListItem/index.js.map +1 -1
  33. package/lib/components/List/ListItem/renderListItem.js.map +1 -1
  34. package/lib/components/List/ListItem/useListItem.js +10 -4
  35. package/lib/components/List/ListItem/useListItem.js.map +1 -1
  36. package/lib/components/List/hooks/index.js.map +1 -1
  37. package/lib/components/List/hooks/types.js.map +1 -1
  38. package/lib/components/List/hooks/useListSelection.js.map +1 -1
  39. package/lib/components/List/index.js.map +1 -1
  40. package/lib/components/Primitive/Primitive.js.map +1 -1
  41. package/lib/components/Primitive/index.js.map +1 -1
  42. package/lib/components/Segment/Segment.js.map +1 -1
  43. package/lib/components/Segment/index.js.map +1 -1
  44. package/lib/components/Slider/Slider.mixins.js.map +1 -1
  45. package/lib/components/Slider/index.js.map +1 -1
  46. package/lib/components/Spinner/SpinnerMigration.mixins.js.map +1 -1
  47. package/lib/components/Spinner/index.js.map +1 -1
  48. package/lib/components/StyledText/StyledText.js.map +1 -1
  49. package/lib/components/StyledText/index.js.map +1 -1
  50. package/lib/index.js.map +1 -1
  51. package/lib-commonjs/components/Attachment/Attachment.js +5 -5
  52. package/lib-commonjs/components/Attachment/Attachment.js.map +1 -1
  53. package/lib-commonjs/components/Attachment/Attachment.styles.js.map +1 -1
  54. package/lib-commonjs/components/Attachment/AttachmentAction.js +3 -3
  55. package/lib-commonjs/components/Attachment/AttachmentAction.js.map +1 -1
  56. package/lib-commonjs/components/Attachment/AttachmentAction.styles.js.map +1 -1
  57. package/lib-commonjs/components/Attachment/AttachmentBody.js +3 -3
  58. package/lib-commonjs/components/Attachment/AttachmentBody.js.map +1 -1
  59. package/lib-commonjs/components/Attachment/AttachmentBody.styles.js.map +1 -1
  60. package/lib-commonjs/components/Attachment/AttachmentDescription.js +3 -3
  61. package/lib-commonjs/components/Attachment/AttachmentDescription.js.map +1 -1
  62. package/lib-commonjs/components/Attachment/AttachmentDescription.styles.js.map +1 -1
  63. package/lib-commonjs/components/Attachment/AttachmentHeader.js +3 -3
  64. package/lib-commonjs/components/Attachment/AttachmentHeader.js.map +1 -1
  65. package/lib-commonjs/components/Attachment/AttachmentHeader.styles.js.map +1 -1
  66. package/lib-commonjs/components/Attachment/AttachmentIcon.js +3 -3
  67. package/lib-commonjs/components/Attachment/AttachmentIcon.js.map +1 -1
  68. package/lib-commonjs/components/Attachment/AttachmentIcon.styles.js.map +1 -1
  69. package/lib-commonjs/components/Attachment/index.js.map +1 -1
  70. package/lib-commonjs/components/Button/ButtonMigration.mixins.js +8 -8
  71. package/lib-commonjs/components/Button/ButtonMigration.mixins.js.map +1 -1
  72. package/lib-commonjs/components/Button/index.js.map +1 -1
  73. package/lib-commonjs/components/Flex/Flex.js +3 -3
  74. package/lib-commonjs/components/Flex/Flex.js.map +1 -1
  75. package/lib-commonjs/components/Flex/Flex.styles.js.map +1 -1
  76. package/lib-commonjs/components/Flex/FlexItem.mixins.js.map +1 -1
  77. package/lib-commonjs/components/Flex/index.js +3 -3
  78. package/lib-commonjs/components/Flex/index.js.map +1 -1
  79. package/lib-commonjs/components/FormField/FormFieldShim.js.map +1 -1
  80. package/lib-commonjs/components/FormField/index.js.map +1 -1
  81. package/lib-commonjs/components/Grid/Grid.mixins.js.map +1 -1
  82. package/lib-commonjs/components/Grid/Grid.styles.js.map +1 -1
  83. package/lib-commonjs/components/Grid/GridShim.js +3 -3
  84. package/lib-commonjs/components/Grid/GridShim.js.map +1 -1
  85. package/lib-commonjs/components/Grid/index.js +3 -3
  86. package/lib-commonjs/components/Grid/index.js.map +1 -1
  87. package/lib-commonjs/components/Input/Input.mixins.js.map +1 -1
  88. package/lib-commonjs/components/Input/index.js.map +1 -1
  89. package/lib-commonjs/components/ItemLayout/ItemLayout.js +3 -3
  90. package/lib-commonjs/components/ItemLayout/ItemLayout.js.map +1 -1
  91. package/lib-commonjs/components/ItemLayout/ItemLayout.styles.js.map +1 -1
  92. package/lib-commonjs/components/ItemLayout/index.js.map +1 -1
  93. package/lib-commonjs/components/List/List/List.js.map +1 -1
  94. package/lib-commonjs/components/List/List/List.types.js.map +1 -1
  95. package/lib-commonjs/components/List/List/index.js.map +1 -1
  96. package/lib-commonjs/components/List/List/listContext.js +3 -3
  97. package/lib-commonjs/components/List/List/listContext.js.map +1 -1
  98. package/lib-commonjs/components/List/List/renderList.js.map +1 -1
  99. package/lib-commonjs/components/List/List/useList.js.map +1 -1
  100. package/lib-commonjs/components/List/List/useListContextValues.js.map +1 -1
  101. package/lib-commonjs/components/List/List/useListStyles.styles.js.map +1 -1
  102. package/lib-commonjs/components/List/ListItem/ListItem.js.map +1 -1
  103. package/lib-commonjs/components/List/ListItem/ListItem.types.js.map +1 -1
  104. package/lib-commonjs/components/List/ListItem/index.js.map +1 -1
  105. package/lib-commonjs/components/List/ListItem/renderListItem.js.map +1 -1
  106. package/lib-commonjs/components/List/ListItem/useListItem.js +10 -4
  107. package/lib-commonjs/components/List/ListItem/useListItem.js.map +1 -1
  108. package/lib-commonjs/components/List/ListItem/useListItemStyles.styles.js.map +1 -1
  109. package/lib-commonjs/components/List/hooks/index.js.map +1 -1
  110. package/lib-commonjs/components/List/hooks/types.js.map +1 -1
  111. package/lib-commonjs/components/List/hooks/useListSelection.js.map +1 -1
  112. package/lib-commonjs/components/List/index.js +12 -12
  113. package/lib-commonjs/components/List/index.js.map +1 -1
  114. package/lib-commonjs/components/Primitive/Primitive.js +3 -3
  115. package/lib-commonjs/components/Primitive/Primitive.js.map +1 -1
  116. package/lib-commonjs/components/Primitive/index.js.map +1 -1
  117. package/lib-commonjs/components/Segment/Segment.js +3 -3
  118. package/lib-commonjs/components/Segment/Segment.js.map +1 -1
  119. package/lib-commonjs/components/Segment/Segment.styles.js.map +1 -1
  120. package/lib-commonjs/components/Segment/index.js.map +1 -1
  121. package/lib-commonjs/components/Slider/Slider.mixins.js.map +1 -1
  122. package/lib-commonjs/components/Slider/index.js.map +1 -1
  123. package/lib-commonjs/components/Spinner/SpinnerMigration.mixins.js.map +1 -1
  124. package/lib-commonjs/components/Spinner/index.js.map +1 -1
  125. package/lib-commonjs/components/StyledText/StyledText.js +3 -3
  126. package/lib-commonjs/components/StyledText/StyledText.js.map +1 -1
  127. package/lib-commonjs/components/StyledText/StyledText.styles.js +3 -3
  128. package/lib-commonjs/components/StyledText/StyledText.styles.js.map +1 -1
  129. package/lib-commonjs/components/StyledText/index.js.map +1 -1
  130. package/lib-commonjs/index.js +85 -85
  131. package/lib-commonjs/index.js.map +1 -1
  132. package/package.json +8 -8
@@ -9,71 +9,74 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- GridShim: function() {
13
- return _index.GridShim;
12
+ Attachment: function() {
13
+ return _Attachment.Attachment;
14
14
  },
15
- grid: function() {
16
- return _index.grid;
15
+ AttachmentAction: function() {
16
+ return _Attachment.AttachmentAction;
17
17
  },
18
- gridClassName: function() {
19
- return _index.gridClassName;
18
+ AttachmentBody: function() {
19
+ return _Attachment.AttachmentBody;
20
20
  },
21
- useGridStyles: function() {
22
- return _index.useGridStyles;
21
+ AttachmentDescription: function() {
22
+ return _Attachment.AttachmentDescription;
23
23
  },
24
- FormFieldShim: function() {
25
- return _FormField.FormFieldShim;
24
+ AttachmentHeader: function() {
25
+ return _Attachment.AttachmentHeader;
26
26
  },
27
- Segment: function() {
28
- return _Segment.Segment;
27
+ AttachmentIcon: function() {
28
+ return _Attachment.AttachmentIcon;
29
29
  },
30
- slider: function() {
31
- return _Slider.slider;
30
+ Flex: function() {
31
+ return _Flex.Flex;
32
32
  },
33
- input: function() {
34
- return _Input.input;
33
+ FormFieldShim: function() {
34
+ return _FormField.FormFieldShim;
35
35
  },
36
- v0Icon: function() {
37
- return _Button.v0Icon;
36
+ GridShim: function() {
37
+ return _index.GridShim;
38
38
  },
39
- v9CustomSizeIcon: function() {
40
- return _Button.v9CustomSizeIcon;
39
+ ItemLayout: function() {
40
+ return _ItemLayout.ItemLayout;
41
41
  },
42
- v9DisabledCursor: function() {
43
- return _Button.v9DisabledCursor;
42
+ List: function() {
43
+ return _List.List;
44
44
  },
45
- v9HoverClasses: function() {
46
- return _Button.v9HoverClasses;
45
+ ListItem: function() {
46
+ return _List.ListItem;
47
47
  },
48
- v9Icon: function() {
49
- return _Button.v9Icon;
48
+ Primitive: function() {
49
+ return _Primitive.Primitive;
50
50
  },
51
- spinner: function() {
52
- return _Spinner.spinner;
51
+ Segment: function() {
52
+ return _Segment.Segment;
53
53
  },
54
54
  StyledText: function() {
55
55
  return _StyledText.StyledText;
56
56
  },
57
- styledTextClassName: function() {
58
- return _StyledText.styledTextClassName;
57
+ attachmentActionClassName: function() {
58
+ return _Attachment.attachmentActionClassName;
59
59
  },
60
- Primitive: function() {
61
- return _Primitive.Primitive;
60
+ attachmentBodyClassName: function() {
61
+ return _Attachment.attachmentBodyClassName;
62
62
  },
63
- primitiveClassName: function() {
64
- return _Primitive.primitiveClassName;
63
+ attachmentClassName: function() {
64
+ return _Attachment.attachmentClassName;
65
65
  },
66
- ItemLayout: function() {
67
- return _ItemLayout.ItemLayout;
66
+ attachmentDescriptionClassName: function() {
67
+ return _Attachment.attachmentDescriptionClassName;
68
68
  },
69
- itemLayoutClassName: function() {
70
- return _ItemLayout.itemLayoutClassName;
69
+ attachmentHeaderClassName: function() {
70
+ return _Attachment.attachmentHeaderClassName;
71
71
  },
72
- useItemLayoutStyles: function() {
73
- return _ItemLayout.useItemLayoutStyles;
72
+ attachmentIconClassName: function() {
73
+ return _Attachment.attachmentIconClassName;
74
74
  },
75
- Flex: function() {
76
- return _Flex.Flex;
75
+ attachmentProgressBarClassName: function() {
76
+ return _Attachment.attachmentProgressBarClassName;
77
+ },
78
+ attachmentProgressContainerClassName: function() {
79
+ return _Attachment.attachmentProgressContainerClassName;
77
80
  },
78
81
  flexClassName: function() {
79
82
  return _Flex.flexClassName;
@@ -81,14 +84,17 @@ _export(exports, {
81
84
  flexItem: function() {
82
85
  return _Flex.flexItem;
83
86
  },
84
- useFlexStyles: function() {
85
- return _Flex.useFlexStyles;
87
+ grid: function() {
88
+ return _index.grid;
86
89
  },
87
- List: function() {
88
- return _List.List;
90
+ gridClassName: function() {
91
+ return _index.gridClassName;
89
92
  },
90
- ListItem: function() {
91
- return _List.ListItem;
93
+ input: function() {
94
+ return _Input.input;
95
+ },
96
+ itemLayoutClassName: function() {
97
+ return _ItemLayout.itemLayoutClassName;
92
98
  },
93
99
  listClassNames: function() {
94
100
  return _List.listClassNames;
@@ -96,12 +102,33 @@ _export(exports, {
96
102
  listItemClassNames: function() {
97
103
  return _List.listItemClassNames;
98
104
  },
105
+ primitiveClassName: function() {
106
+ return _Primitive.primitiveClassName;
107
+ },
99
108
  renderListItem_unstable: function() {
100
109
  return _List.renderListItem_unstable;
101
110
  },
102
111
  renderList_unstable: function() {
103
112
  return _List.renderList_unstable;
104
113
  },
114
+ slider: function() {
115
+ return _Slider.slider;
116
+ },
117
+ spinner: function() {
118
+ return _Spinner.spinner;
119
+ },
120
+ styledTextClassName: function() {
121
+ return _StyledText.styledTextClassName;
122
+ },
123
+ useFlexStyles: function() {
124
+ return _Flex.useFlexStyles;
125
+ },
126
+ useGridStyles: function() {
127
+ return _index.useGridStyles;
128
+ },
129
+ useItemLayoutStyles: function() {
130
+ return _ItemLayout.useItemLayoutStyles;
131
+ },
105
132
  useListItemStyles_unstable: function() {
106
133
  return _List.useListItemStyles_unstable;
107
134
  },
@@ -117,47 +144,20 @@ _export(exports, {
117
144
  useList_unstable: function() {
118
145
  return _List.useList_unstable;
119
146
  },
120
- Attachment: function() {
121
- return _Attachment.Attachment;
122
- },
123
- AttachmentAction: function() {
124
- return _Attachment.AttachmentAction;
125
- },
126
- AttachmentBody: function() {
127
- return _Attachment.AttachmentBody;
128
- },
129
- AttachmentDescription: function() {
130
- return _Attachment.AttachmentDescription;
131
- },
132
- AttachmentHeader: function() {
133
- return _Attachment.AttachmentHeader;
134
- },
135
- AttachmentIcon: function() {
136
- return _Attachment.AttachmentIcon;
137
- },
138
- attachmentClassName: function() {
139
- return _Attachment.attachmentClassName;
140
- },
141
- attachmentActionClassName: function() {
142
- return _Attachment.attachmentActionClassName;
143
- },
144
- attachmentBodyClassName: function() {
145
- return _Attachment.attachmentBodyClassName;
146
- },
147
- attachmentDescriptionClassName: function() {
148
- return _Attachment.attachmentDescriptionClassName;
147
+ v0Icon: function() {
148
+ return _Button.v0Icon;
149
149
  },
150
- attachmentHeaderClassName: function() {
151
- return _Attachment.attachmentHeaderClassName;
150
+ v9CustomSizeIcon: function() {
151
+ return _Button.v9CustomSizeIcon;
152
152
  },
153
- attachmentIconClassName: function() {
154
- return _Attachment.attachmentIconClassName;
153
+ v9DisabledCursor: function() {
154
+ return _Button.v9DisabledCursor;
155
155
  },
156
- attachmentProgressBarClassName: function() {
157
- return _Attachment.attachmentProgressBarClassName;
156
+ v9HoverClasses: function() {
157
+ return _Button.v9HoverClasses;
158
158
  },
159
- attachmentProgressContainerClassName: function() {
160
- return _Attachment.attachmentProgressContainerClassName;
159
+ v9Icon: function() {
160
+ return _Button.v9Icon;
161
161
  }
162
162
  });
163
163
  const _index = require("./components/Grid/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { GridShim, grid, gridClassName, useGridStyles } from './components/Grid/index';\nexport { FormFieldShim } from './components/FormField';\nexport { Segment } from './components/Segment';\nexport { slider } from './components/Slider';\nexport { input } from './components/Input';\nexport { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './components/Button';\nexport { spinner } from './components/Spinner';\nexport { StyledText, styledTextClassName } from './components/StyledText';\nexport { Primitive, primitiveClassName } from './components/Primitive';\nexport { ItemLayout, itemLayoutClassName, useItemLayoutStyles } from './components/ItemLayout';\nexport { Flex, flexClassName, flexItem, useFlexStyles } from './components/Flex';\nexport { List, ListItem, listClassNames, listItemClassNames, renderListItem_unstable, renderList_unstable, useListItemStyles_unstable, useListItem_unstable, useListSelection, useListStyles_unstable, useList_unstable } from './components/List';\nexport { Attachment, AttachmentAction, AttachmentBody, AttachmentDescription, AttachmentHeader, AttachmentIcon, attachmentClassName, attachmentActionClassName, attachmentBodyClassName, attachmentDescriptionClassName, attachmentHeaderClassName, attachmentIconClassName, attachmentProgressBarClassName, attachmentProgressContainerClassName } from './components/Attachment';\n"],"names":["GridShim","grid","gridClassName","useGridStyles","FormFieldShim","Segment","slider","input","v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon","spinner","StyledText","styledTextClassName","Primitive","primitiveClassName","ItemLayout","itemLayoutClassName","useItemLayoutStyles","Flex","flexClassName","flexItem","useFlexStyles","List","ListItem","listClassNames","listItemClassNames","renderListItem_unstable","renderList_unstable","useListItemStyles_unstable","useListItem_unstable","useListSelection","useListStyles_unstable","useList_unstable","Attachment","AttachmentAction","AttachmentBody","AttachmentDescription","AttachmentHeader","AttachmentIcon","attachmentClassName","attachmentActionClassName","attachmentBodyClassName","attachmentDescriptionClassName","attachmentHeaderClassName","attachmentIconClassName","attachmentProgressBarClassName","attachmentProgressContainerClassName"],"mappings":";;;;;;;;;;;IAASA,QAAQ;eAARA,eAAQ;;IAAEC,IAAI;eAAJA,WAAI;;IAAEC,aAAa;eAAbA,oBAAa;;IAAEC,aAAa;eAAbA,oBAAa;;IAC5CC,aAAa;eAAbA,wBAAa;;IACbC,OAAO;eAAPA,gBAAO;;IACPC,MAAM;eAANA,cAAM;;IACNC,KAAK;eAALA,YAAK;;IACLC,MAAM;eAANA,cAAM;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,cAAc;eAAdA,sBAAc;;IAAEC,MAAM;eAANA,cAAM;;IAClEC,OAAO;eAAPA,gBAAO;;IACPC,UAAU;eAAVA,sBAAU;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAC/BC,SAAS;eAATA,oBAAS;;IAAEC,kBAAkB;eAAlBA,6BAAkB;;IAC7BC,UAAU;eAAVA,sBAAU;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IACpDC,IAAI;eAAJA,UAAI;;IAAEC,aAAa;eAAbA,mBAAa;;IAAEC,QAAQ;eAARA,cAAQ;;IAAEC,aAAa;eAAbA,mBAAa;;IAC5CC,IAAI;eAAJA,UAAI;;IAAEC,QAAQ;eAARA,cAAQ;;IAAEC,cAAc;eAAdA,oBAAc;;IAAEC,kBAAkB;eAAlBA,wBAAkB;;IAAEC,uBAAuB;eAAvBA,6BAAuB;;IAAEC,mBAAmB;eAAnBA,yBAAmB;;IAAEC,0BAA0B;eAA1BA,gCAA0B;;IAAEC,oBAAoB;eAApBA,0BAAoB;;IAAEC,gBAAgB;eAAhBA,sBAAgB;;IAAEC,sBAAsB;eAAtBA,4BAAsB;;IAAEC,gBAAgB;eAAhBA,sBAAgB;;IAC9MC,UAAU;eAAVA,sBAAU;;IAAEC,gBAAgB;eAAhBA,4BAAgB;;IAAEC,cAAc;eAAdA,0BAAc;;IAAEC,qBAAqB;eAArBA,iCAAqB;;IAAEC,gBAAgB;eAAhBA,4BAAgB;;IAAEC,cAAc;eAAdA,0BAAc;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAAEC,yBAAyB;eAAzBA,qCAAyB;;IAAEC,uBAAuB;eAAvBA,mCAAuB;;IAAEC,8BAA8B;eAA9BA,0CAA8B;;IAAEC,yBAAyB;eAAzBA,qCAAyB;;IAAEC,uBAAuB;eAAvBA,mCAAuB;;IAAEC,8BAA8B;eAA9BA,0CAA8B;;IAAEC,oCAAoC;eAApCA,gDAAoC;;;uBAZpR;2BAC/B;yBACN;wBACD;uBACD;wBAC6D;yBAC3D;4BACwB;2BACF;4BACuB;sBACR;sBACkK;4BAC0H"}
1
+ {"version":3,"sources":["index.ts"],"sourcesContent":["export { GridShim, grid, gridClassName, useGridStyles } from './components/Grid/index';\nexport type { GridShimProps } from './components/Grid/index';\nexport { FormFieldShim } from './components/FormField';\nexport { Segment } from './components/Segment';\nexport { slider } from './components/Slider';\nexport { input } from './components/Input';\nexport { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './components/Button';\nexport { spinner } from './components/Spinner';\nexport { StyledText, styledTextClassName } from './components/StyledText';\nexport type { StyledTextProps, StyledTextSlots } from './components/StyledText';\nexport { Primitive, primitiveClassName } from './components/Primitive';\nexport { ItemLayout, itemLayoutClassName, useItemLayoutStyles } from './components/ItemLayout';\nexport { Flex, flexClassName, flexItem, useFlexStyles } from './components/Flex';\nexport {\n List,\n ListItem,\n listClassNames,\n listItemClassNames,\n renderListItem_unstable,\n renderList_unstable,\n useListItemStyles_unstable,\n useListItem_unstable,\n useListSelection,\n useListStyles_unstable,\n useList_unstable,\n} from './components/List';\nexport type { ListItemProps, ListItemSlots, ListItemState, ListProps, ListSlots, ListState } from './components/List';\nexport {\n Attachment,\n AttachmentAction,\n AttachmentBody,\n AttachmentDescription,\n AttachmentHeader,\n AttachmentIcon,\n attachmentClassName,\n attachmentActionClassName,\n attachmentBodyClassName,\n attachmentDescriptionClassName,\n attachmentHeaderClassName,\n attachmentIconClassName,\n attachmentProgressBarClassName,\n attachmentProgressContainerClassName,\n} from './components/Attachment';\n\nexport type {\n AttachmentProps,\n AttachmentActionProps,\n AttachmentBodyProps,\n AttachmentDescriptionProps,\n AttachmentHeaderProps,\n AttachmentIconProps,\n} from './components/Attachment';\n"],"names":["Attachment","AttachmentAction","AttachmentBody","AttachmentDescription","AttachmentHeader","AttachmentIcon","Flex","FormFieldShim","GridShim","ItemLayout","List","ListItem","Primitive","Segment","StyledText","attachmentActionClassName","attachmentBodyClassName","attachmentClassName","attachmentDescriptionClassName","attachmentHeaderClassName","attachmentIconClassName","attachmentProgressBarClassName","attachmentProgressContainerClassName","flexClassName","flexItem","grid","gridClassName","input","itemLayoutClassName","listClassNames","listItemClassNames","primitiveClassName","renderListItem_unstable","renderList_unstable","slider","spinner","styledTextClassName","useFlexStyles","useGridStyles","useItemLayoutStyles","useListItemStyles_unstable","useListItem_unstable","useListSelection","useListStyles_unstable","useList_unstable","v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IA4BEA,UAAU;eAAVA,sBAAU;;IACVC,gBAAgB;eAAhBA,4BAAgB;;IAChBC,cAAc;eAAdA,0BAAc;;IACdC,qBAAqB;eAArBA,iCAAqB;;IACrBC,gBAAgB;eAAhBA,4BAAgB;;IAChBC,cAAc;eAAdA,0BAAc;;IArBPC,IAAI;eAAJA,UAAI;;IAVJC,aAAa;eAAbA,wBAAa;;IAFbC,QAAQ;eAARA,eAAQ;;IAWRC,UAAU;eAAVA,sBAAU;;IAGjBC,IAAI;eAAJA,UAAI;;IACJC,QAAQ;eAARA,cAAQ;;IALDC,SAAS;eAATA,oBAAS;;IAPTC,OAAO;eAAPA,gBAAO;;IAKPC,UAAU;eAAVA,sBAAU;;IA2BjBC,yBAAyB;eAAzBA,qCAAyB;;IACzBC,uBAAuB;eAAvBA,mCAAuB;;IAFvBC,mBAAmB;eAAnBA,+BAAmB;;IAGnBC,8BAA8B;eAA9BA,0CAA8B;;IAC9BC,yBAAyB;eAAzBA,qCAAyB;;IACzBC,uBAAuB;eAAvBA,mCAAuB;;IACvBC,8BAA8B;eAA9BA,0CAA8B;;IAC9BC,oCAAoC;eAApCA,gDAAoC;;IA7BvBC,aAAa;eAAbA,mBAAa;;IAAEC,QAAQ;eAARA,cAAQ;;IAZnBC,IAAI;eAAJA,WAAI;;IAAEC,aAAa;eAAbA,oBAAa;;IAK7BC,KAAK;eAALA,YAAK;;IAMOC,mBAAmB;eAAnBA,+BAAmB;;IAKtCC,cAAc;eAAdA,oBAAc;;IACdC,kBAAkB;eAAlBA,wBAAkB;;IAPAC,kBAAkB;eAAlBA,6BAAkB;;IAQpCC,uBAAuB;eAAvBA,6BAAuB;;IACvBC,mBAAmB;eAAnBA,yBAAmB;;IAfZC,MAAM;eAANA,cAAM;;IAGNC,OAAO;eAAPA,gBAAO;;IACKC,mBAAmB;eAAnBA,+BAAmB;;IAIAC,aAAa;eAAbA,mBAAa;;IAZbC,aAAa;eAAbA,oBAAa;;IAWXC,mBAAmB;eAAnBA,+BAAmB;;IAS3DC,0BAA0B;eAA1BA,gCAA0B;;IAC1BC,oBAAoB;eAApBA,0BAAoB;;IACpBC,gBAAgB;eAAhBA,sBAAgB;;IAChBC,sBAAsB;eAAtBA,4BAAsB;;IACtBC,gBAAgB;eAAhBA,sBAAgB;;IAlBTC,MAAM;eAANA,cAAM;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,cAAc;eAAdA,sBAAc;;IAAEC,MAAM;eAANA,cAAM;;;uBANd;2BAE/B;yBACN;wBACD;uBACD;wBAC6D;yBAC3D;4BACwB;2BAEF;4BACuB;sBACR;sBAatD;4BAiBA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v0-v9",
3
- "version": "9.2.0",
3
+ "version": "9.2.2",
4
4
  "description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,15 +33,15 @@
33
33
  "@fluentui/scripts-storybook": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-aria": "^9.13.0",
37
- "@fluentui/react-components": "^9.54.3",
38
- "@fluentui/react-context-selector": "^9.1.63",
36
+ "@fluentui/react-aria": "^9.13.1",
37
+ "@fluentui/react-components": "^9.54.5",
38
+ "@fluentui/react-context-selector": "^9.1.64",
39
39
  "@fluentui/react-icons": "^2.0.245",
40
- "@fluentui/react-jsx-runtime": "^9.0.40",
41
- "@fluentui/react-shared-contexts": "^9.19.0",
42
- "@fluentui/react-tabster": "^9.22.1",
40
+ "@fluentui/react-jsx-runtime": "^9.0.41",
41
+ "@fluentui/react-shared-contexts": "^9.19.1",
42
+ "@fluentui/react-tabster": "^9.22.2",
43
43
  "@fluentui/react-theme": "^9.1.19",
44
- "@fluentui/react-utilities": "^9.18.11",
44
+ "@fluentui/react-utilities": "^9.18.12",
45
45
  "@griffel/react": "^1.5.22",
46
46
  "@swc/helpers": "^0.5.1"
47
47
  },