@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.
- package/CHANGELOG.md +27 -2
- package/lib/components/Attachment/Attachment.js.map +1 -1
- package/lib/components/Attachment/AttachmentAction.js.map +1 -1
- package/lib/components/Attachment/AttachmentBody.js.map +1 -1
- package/lib/components/Attachment/AttachmentDescription.js.map +1 -1
- package/lib/components/Attachment/AttachmentHeader.js.map +1 -1
- package/lib/components/Attachment/AttachmentIcon.js.map +1 -1
- package/lib/components/Attachment/index.js.map +1 -1
- package/lib/components/Button/ButtonMigration.mixins.js.map +1 -1
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Flex/Flex.js.map +1 -1
- package/lib/components/Flex/FlexItem.mixins.js.map +1 -1
- package/lib/components/Flex/index.js.map +1 -1
- package/lib/components/FormField/FormFieldShim.js.map +1 -1
- package/lib/components/FormField/index.js.map +1 -1
- package/lib/components/Grid/Grid.mixins.js.map +1 -1
- package/lib/components/Grid/GridShim.js.map +1 -1
- package/lib/components/Grid/index.js.map +1 -1
- package/lib/components/Input/Input.mixins.js.map +1 -1
- package/lib/components/Input/index.js.map +1 -1
- package/lib/components/ItemLayout/ItemLayout.js.map +1 -1
- package/lib/components/ItemLayout/index.js.map +1 -1
- package/lib/components/List/List/List.js.map +1 -1
- package/lib/components/List/List/List.types.js.map +1 -1
- package/lib/components/List/List/index.js.map +1 -1
- package/lib/components/List/List/listContext.js.map +1 -1
- package/lib/components/List/List/renderList.js.map +1 -1
- package/lib/components/List/List/useList.js.map +1 -1
- package/lib/components/List/List/useListContextValues.js.map +1 -1
- package/lib/components/List/ListItem/ListItem.js.map +1 -1
- package/lib/components/List/ListItem/ListItem.types.js.map +1 -1
- package/lib/components/List/ListItem/index.js.map +1 -1
- package/lib/components/List/ListItem/renderListItem.js.map +1 -1
- package/lib/components/List/ListItem/useListItem.js +10 -4
- package/lib/components/List/ListItem/useListItem.js.map +1 -1
- package/lib/components/List/hooks/index.js.map +1 -1
- package/lib/components/List/hooks/types.js.map +1 -1
- package/lib/components/List/hooks/useListSelection.js.map +1 -1
- package/lib/components/List/index.js.map +1 -1
- package/lib/components/Primitive/Primitive.js.map +1 -1
- package/lib/components/Primitive/index.js.map +1 -1
- package/lib/components/Segment/Segment.js.map +1 -1
- package/lib/components/Segment/index.js.map +1 -1
- package/lib/components/Slider/Slider.mixins.js.map +1 -1
- package/lib/components/Slider/index.js.map +1 -1
- package/lib/components/Spinner/SpinnerMigration.mixins.js.map +1 -1
- package/lib/components/Spinner/index.js.map +1 -1
- package/lib/components/StyledText/StyledText.js.map +1 -1
- package/lib/components/StyledText/index.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/components/Attachment/Attachment.js +5 -5
- package/lib-commonjs/components/Attachment/Attachment.js.map +1 -1
- package/lib-commonjs/components/Attachment/Attachment.styles.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentAction.js +3 -3
- package/lib-commonjs/components/Attachment/AttachmentAction.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentAction.styles.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentBody.js +3 -3
- package/lib-commonjs/components/Attachment/AttachmentBody.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentBody.styles.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentDescription.js +3 -3
- package/lib-commonjs/components/Attachment/AttachmentDescription.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentDescription.styles.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentHeader.js +3 -3
- package/lib-commonjs/components/Attachment/AttachmentHeader.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentHeader.styles.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentIcon.js +3 -3
- package/lib-commonjs/components/Attachment/AttachmentIcon.js.map +1 -1
- package/lib-commonjs/components/Attachment/AttachmentIcon.styles.js.map +1 -1
- package/lib-commonjs/components/Attachment/index.js.map +1 -1
- package/lib-commonjs/components/Button/ButtonMigration.mixins.js +8 -8
- package/lib-commonjs/components/Button/ButtonMigration.mixins.js.map +1 -1
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Flex/Flex.js +3 -3
- package/lib-commonjs/components/Flex/Flex.js.map +1 -1
- package/lib-commonjs/components/Flex/Flex.styles.js.map +1 -1
- package/lib-commonjs/components/Flex/FlexItem.mixins.js.map +1 -1
- package/lib-commonjs/components/Flex/index.js +3 -3
- package/lib-commonjs/components/Flex/index.js.map +1 -1
- package/lib-commonjs/components/FormField/FormFieldShim.js.map +1 -1
- package/lib-commonjs/components/FormField/index.js.map +1 -1
- package/lib-commonjs/components/Grid/Grid.mixins.js.map +1 -1
- package/lib-commonjs/components/Grid/Grid.styles.js.map +1 -1
- package/lib-commonjs/components/Grid/GridShim.js +3 -3
- package/lib-commonjs/components/Grid/GridShim.js.map +1 -1
- package/lib-commonjs/components/Grid/index.js +3 -3
- package/lib-commonjs/components/Grid/index.js.map +1 -1
- package/lib-commonjs/components/Input/Input.mixins.js.map +1 -1
- package/lib-commonjs/components/Input/index.js.map +1 -1
- package/lib-commonjs/components/ItemLayout/ItemLayout.js +3 -3
- package/lib-commonjs/components/ItemLayout/ItemLayout.js.map +1 -1
- package/lib-commonjs/components/ItemLayout/ItemLayout.styles.js.map +1 -1
- package/lib-commonjs/components/ItemLayout/index.js.map +1 -1
- package/lib-commonjs/components/List/List/List.js.map +1 -1
- package/lib-commonjs/components/List/List/List.types.js.map +1 -1
- package/lib-commonjs/components/List/List/index.js.map +1 -1
- package/lib-commonjs/components/List/List/listContext.js +3 -3
- package/lib-commonjs/components/List/List/listContext.js.map +1 -1
- package/lib-commonjs/components/List/List/renderList.js.map +1 -1
- package/lib-commonjs/components/List/List/useList.js.map +1 -1
- package/lib-commonjs/components/List/List/useListContextValues.js.map +1 -1
- package/lib-commonjs/components/List/List/useListStyles.styles.js.map +1 -1
- package/lib-commonjs/components/List/ListItem/ListItem.js.map +1 -1
- package/lib-commonjs/components/List/ListItem/ListItem.types.js.map +1 -1
- package/lib-commonjs/components/List/ListItem/index.js.map +1 -1
- package/lib-commonjs/components/List/ListItem/renderListItem.js.map +1 -1
- package/lib-commonjs/components/List/ListItem/useListItem.js +10 -4
- package/lib-commonjs/components/List/ListItem/useListItem.js.map +1 -1
- package/lib-commonjs/components/List/ListItem/useListItemStyles.styles.js.map +1 -1
- package/lib-commonjs/components/List/hooks/index.js.map +1 -1
- package/lib-commonjs/components/List/hooks/types.js.map +1 -1
- package/lib-commonjs/components/List/hooks/useListSelection.js.map +1 -1
- package/lib-commonjs/components/List/index.js +12 -12
- package/lib-commonjs/components/List/index.js.map +1 -1
- package/lib-commonjs/components/Primitive/Primitive.js +3 -3
- package/lib-commonjs/components/Primitive/Primitive.js.map +1 -1
- package/lib-commonjs/components/Primitive/index.js.map +1 -1
- package/lib-commonjs/components/Segment/Segment.js +3 -3
- package/lib-commonjs/components/Segment/Segment.js.map +1 -1
- package/lib-commonjs/components/Segment/Segment.styles.js.map +1 -1
- package/lib-commonjs/components/Segment/index.js.map +1 -1
- package/lib-commonjs/components/Slider/Slider.mixins.js.map +1 -1
- package/lib-commonjs/components/Slider/index.js.map +1 -1
- package/lib-commonjs/components/Spinner/SpinnerMigration.mixins.js.map +1 -1
- package/lib-commonjs/components/Spinner/index.js.map +1 -1
- package/lib-commonjs/components/StyledText/StyledText.js +3 -3
- package/lib-commonjs/components/StyledText/StyledText.js.map +1 -1
- package/lib-commonjs/components/StyledText/StyledText.styles.js +3 -3
- package/lib-commonjs/components/StyledText/StyledText.styles.js.map +1 -1
- package/lib-commonjs/components/StyledText/index.js.map +1 -1
- package/lib-commonjs/index.js +85 -85
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +8 -8
package/lib-commonjs/index.js
CHANGED
|
@@ -9,71 +9,74 @@ function _export(target, all) {
|
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
|
-
|
|
13
|
-
return
|
|
12
|
+
Attachment: function() {
|
|
13
|
+
return _Attachment.Attachment;
|
|
14
14
|
},
|
|
15
|
-
|
|
16
|
-
return
|
|
15
|
+
AttachmentAction: function() {
|
|
16
|
+
return _Attachment.AttachmentAction;
|
|
17
17
|
},
|
|
18
|
-
|
|
19
|
-
return
|
|
18
|
+
AttachmentBody: function() {
|
|
19
|
+
return _Attachment.AttachmentBody;
|
|
20
20
|
},
|
|
21
|
-
|
|
22
|
-
return
|
|
21
|
+
AttachmentDescription: function() {
|
|
22
|
+
return _Attachment.AttachmentDescription;
|
|
23
23
|
},
|
|
24
|
-
|
|
25
|
-
return
|
|
24
|
+
AttachmentHeader: function() {
|
|
25
|
+
return _Attachment.AttachmentHeader;
|
|
26
26
|
},
|
|
27
|
-
|
|
28
|
-
return
|
|
27
|
+
AttachmentIcon: function() {
|
|
28
|
+
return _Attachment.AttachmentIcon;
|
|
29
29
|
},
|
|
30
|
-
|
|
31
|
-
return
|
|
30
|
+
Flex: function() {
|
|
31
|
+
return _Flex.Flex;
|
|
32
32
|
},
|
|
33
|
-
|
|
34
|
-
return
|
|
33
|
+
FormFieldShim: function() {
|
|
34
|
+
return _FormField.FormFieldShim;
|
|
35
35
|
},
|
|
36
|
-
|
|
37
|
-
return
|
|
36
|
+
GridShim: function() {
|
|
37
|
+
return _index.GridShim;
|
|
38
38
|
},
|
|
39
|
-
|
|
40
|
-
return
|
|
39
|
+
ItemLayout: function() {
|
|
40
|
+
return _ItemLayout.ItemLayout;
|
|
41
41
|
},
|
|
42
|
-
|
|
43
|
-
return
|
|
42
|
+
List: function() {
|
|
43
|
+
return _List.List;
|
|
44
44
|
},
|
|
45
|
-
|
|
46
|
-
return
|
|
45
|
+
ListItem: function() {
|
|
46
|
+
return _List.ListItem;
|
|
47
47
|
},
|
|
48
|
-
|
|
49
|
-
return
|
|
48
|
+
Primitive: function() {
|
|
49
|
+
return _Primitive.Primitive;
|
|
50
50
|
},
|
|
51
|
-
|
|
52
|
-
return
|
|
51
|
+
Segment: function() {
|
|
52
|
+
return _Segment.Segment;
|
|
53
53
|
},
|
|
54
54
|
StyledText: function() {
|
|
55
55
|
return _StyledText.StyledText;
|
|
56
56
|
},
|
|
57
|
-
|
|
58
|
-
return
|
|
57
|
+
attachmentActionClassName: function() {
|
|
58
|
+
return _Attachment.attachmentActionClassName;
|
|
59
59
|
},
|
|
60
|
-
|
|
61
|
-
return
|
|
60
|
+
attachmentBodyClassName: function() {
|
|
61
|
+
return _Attachment.attachmentBodyClassName;
|
|
62
62
|
},
|
|
63
|
-
|
|
64
|
-
return
|
|
63
|
+
attachmentClassName: function() {
|
|
64
|
+
return _Attachment.attachmentClassName;
|
|
65
65
|
},
|
|
66
|
-
|
|
67
|
-
return
|
|
66
|
+
attachmentDescriptionClassName: function() {
|
|
67
|
+
return _Attachment.attachmentDescriptionClassName;
|
|
68
68
|
},
|
|
69
|
-
|
|
70
|
-
return
|
|
69
|
+
attachmentHeaderClassName: function() {
|
|
70
|
+
return _Attachment.attachmentHeaderClassName;
|
|
71
71
|
},
|
|
72
|
-
|
|
73
|
-
return
|
|
72
|
+
attachmentIconClassName: function() {
|
|
73
|
+
return _Attachment.attachmentIconClassName;
|
|
74
74
|
},
|
|
75
|
-
|
|
76
|
-
return
|
|
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
|
-
|
|
85
|
-
return
|
|
87
|
+
grid: function() {
|
|
88
|
+
return _index.grid;
|
|
86
89
|
},
|
|
87
|
-
|
|
88
|
-
return
|
|
90
|
+
gridClassName: function() {
|
|
91
|
+
return _index.gridClassName;
|
|
89
92
|
},
|
|
90
|
-
|
|
91
|
-
return
|
|
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
|
-
|
|
121
|
-
return
|
|
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
|
-
|
|
151
|
-
return
|
|
150
|
+
v9CustomSizeIcon: function() {
|
|
151
|
+
return _Button.v9CustomSizeIcon;
|
|
152
152
|
},
|
|
153
|
-
|
|
154
|
-
return
|
|
153
|
+
v9DisabledCursor: function() {
|
|
154
|
+
return _Button.v9DisabledCursor;
|
|
155
155
|
},
|
|
156
|
-
|
|
157
|
-
return
|
|
156
|
+
v9HoverClasses: function() {
|
|
157
|
+
return _Button.v9HoverClasses;
|
|
158
158
|
},
|
|
159
|
-
|
|
160
|
-
return
|
|
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.
|
|
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.
|
|
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.
|
|
37
|
-
"@fluentui/react-components": "^9.54.
|
|
38
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
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.
|
|
41
|
-
"@fluentui/react-shared-contexts": "^9.19.
|
|
42
|
-
"@fluentui/react-tabster": "^9.22.
|
|
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.
|
|
44
|
+
"@fluentui/react-utilities": "^9.18.12",
|
|
45
45
|
"@griffel/react": "^1.5.22",
|
|
46
46
|
"@swc/helpers": "^0.5.1"
|
|
47
47
|
},
|