@fluentui/react-migration-v0-v9 9.2.22 → 9.2.24
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 +28 -2
- package/lib/components/Attachment/index.js +6 -6
- package/lib/components/Attachment/index.js.map +1 -1
- package/lib/components/Button/index.js +1 -1
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/FormField/index.js +1 -1
- package/lib/components/FormField/index.js.map +1 -1
- package/lib/components/ItemLayout/index.js +2 -2
- package/lib/components/ItemLayout/index.js.map +1 -1
- package/lib/components/List/List/index.js +4 -5
- package/lib/components/List/List/index.js.map +1 -1
- package/lib/components/List/ListItem/index.js +4 -5
- package/lib/components/List/ListItem/index.js.map +1 -1
- package/lib/components/List/hooks/index.js +1 -1
- package/lib/components/List/hooks/index.js.map +1 -1
- package/lib/components/Primitive/index.js +1 -1
- package/lib/components/Primitive/index.js.map +1 -1
- package/lib/components/Segment/index.js +1 -1
- package/lib/components/Segment/index.js.map +1 -1
- package/lib/components/StyledText/index.js +2 -2
- package/lib/components/StyledText/index.js.map +1 -1
- package/lib/components/Video/index.js +1 -1
- package/lib/components/Video/index.js.map +1 -1
- package/lib-commonjs/components/Attachment/index.js +56 -7
- package/lib-commonjs/components/Attachment/index.js.map +1 -1
- package/lib-commonjs/components/Button/index.js +24 -2
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/FormField/index.js +7 -2
- package/lib-commonjs/components/FormField/index.js.map +1 -1
- package/lib-commonjs/components/ItemLayout/index.js +19 -3
- package/lib-commonjs/components/ItemLayout/index.js.map +1 -1
- package/lib-commonjs/components/List/List/index.js +27 -6
- package/lib-commonjs/components/List/List/index.js.map +1 -1
- package/lib-commonjs/components/List/ListItem/index.js +27 -6
- package/lib-commonjs/components/List/ListItem/index.js.map +1 -1
- package/lib-commonjs/components/List/hooks/index.js +7 -2
- package/lib-commonjs/components/List/hooks/index.js.map +1 -1
- package/lib-commonjs/components/Primitive/index.js +15 -2
- package/lib-commonjs/components/Primitive/index.js.map +1 -1
- package/lib-commonjs/components/Segment/index.js +15 -2
- package/lib-commonjs/components/Segment/index.js.map +1 -1
- package/lib-commonjs/components/StyledText/index.js +25 -3
- package/lib-commonjs/components/StyledText/index.js.map +1 -1
- package/lib-commonjs/components/Video/index.js +15 -2
- package/lib-commonjs/components/Video/index.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,38 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-migration-v0-v9
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 18 Dec 2024 10:58:15 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.2.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.24)
|
|
8
|
+
|
|
9
|
+
Wed, 18 Dec 2024 10:58:15 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.23..@fluentui/react-migration-v0-v9_v9.2.24)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @fluentui/react-components to v9.56.7 ([PR #33483](https://github.com/microsoft/fluentui/pull/33483) by beachball)
|
|
15
|
+
|
|
16
|
+
## [9.2.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.23)
|
|
17
|
+
|
|
18
|
+
Mon, 16 Dec 2024 16:26:48 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.22..@fluentui/react-migration-v0-v9_v9.2.23)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- chore: remove usage of "export *" ([PR #33457](https://github.com/microsoft/fluentui/pull/33457) by olfedias@microsoft.com)
|
|
24
|
+
- Bump @fluentui/react-aria to v9.13.12 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
25
|
+
- Bump @fluentui/react-components to v9.56.6 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
26
|
+
- Bump @fluentui/react-context-selector to v9.1.71 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
27
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.48 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
28
|
+
- Bump @fluentui/react-shared-contexts to v9.21.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
29
|
+
- Bump @fluentui/react-tabster to v9.23.2 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
30
|
+
- Bump @fluentui/react-theme to v9.1.24 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
31
|
+
- Bump @fluentui/react-utilities to v9.18.19 ([PR #33468](https://github.com/microsoft/fluentui/pull/33468) by beachball)
|
|
32
|
+
|
|
7
33
|
## [9.2.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.2.22)
|
|
8
34
|
|
|
9
|
-
Mon, 09 Dec 2024 17:
|
|
35
|
+
Mon, 09 Dec 2024 17:38:16 GMT
|
|
10
36
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.2.21..@fluentui/react-migration-v0-v9_v9.2.22)
|
|
11
37
|
|
|
12
38
|
### Patches
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
1
|
+
export { Attachment, attachmentClassName, attachmentProgressBarClassName, attachmentProgressContainerClassName } from './Attachment';
|
|
2
|
+
export { AttachmentAction, attachmentActionClassName } from './AttachmentAction';
|
|
3
|
+
export { AttachmentBody, attachmentBodyClassName } from './AttachmentBody';
|
|
4
|
+
export { AttachmentDescription, attachmentDescriptionClassName } from './AttachmentDescription';
|
|
5
|
+
export { AttachmentHeader, attachmentHeaderClassName } from './AttachmentHeader';
|
|
6
|
+
export { AttachmentIcon, attachmentIconClassName } from './AttachmentIcon';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Attachment/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Attachment/index.ts"],"sourcesContent":["export type { AttachmentProps } from './Attachment';\nexport {\n Attachment,\n attachmentClassName,\n attachmentProgressBarClassName,\n attachmentProgressContainerClassName,\n} from './Attachment';\nexport type { AttachmentActionProps } from './AttachmentAction';\nexport { AttachmentAction, attachmentActionClassName } from './AttachmentAction';\nexport type { AttachmentBodyProps } from './AttachmentBody';\nexport { AttachmentBody, attachmentBodyClassName } from './AttachmentBody';\nexport type { AttachmentDescriptionProps } from './AttachmentDescription';\nexport { AttachmentDescription, attachmentDescriptionClassName } from './AttachmentDescription';\nexport type { AttachmentHeaderProps } from './AttachmentHeader';\nexport { AttachmentHeader, attachmentHeaderClassName } from './AttachmentHeader';\nexport type { AttachmentIconProps } from './AttachmentIcon';\nexport { AttachmentIcon, attachmentIconClassName } from './AttachmentIcon';\n"],"names":["Attachment","attachmentClassName","attachmentProgressBarClassName","attachmentProgressContainerClassName","AttachmentAction","attachmentActionClassName","AttachmentBody","attachmentBodyClassName","AttachmentDescription","attachmentDescriptionClassName","AttachmentHeader","attachmentHeaderClassName","AttachmentIcon","attachmentIconClassName"],"rangeMappings":";;;;;","mappings":"AACA,SACEA,UAAU,EACVC,mBAAmB,EACnBC,8BAA8B,EAC9BC,oCAAoC,QAC/B,eAAe;AAEtB,SAASC,gBAAgB,EAAEC,yBAAyB,QAAQ,qBAAqB;AAEjF,SAASC,cAAc,EAAEC,uBAAuB,QAAQ,mBAAmB;AAE3E,SAASC,qBAAqB,EAAEC,8BAA8B,QAAQ,0BAA0B;AAEhG,SAASC,gBAAgB,EAAEC,yBAAyB,QAAQ,qBAAqB;AAEjF,SAASC,cAAc,EAAEC,uBAAuB,QAAQ,mBAAmB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './ButtonMigration.mixins';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Button/index.tsx"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Button/index.tsx"],"sourcesContent":["export { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './ButtonMigration.mixins';\n"],"names":["v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon"],"rangeMappings":"","mappings":"AAAA,SAASA,MAAM,EAAEC,gBAAgB,EAAEC,gBAAgB,EAAEC,cAAc,EAAEC,MAAM,QAAQ,2BAA2B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { FormFieldShim } from './FormFieldShim';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/FormField/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/FormField/index.ts"],"sourcesContent":["export { FormFieldShim } from './FormFieldShim';\n"],"names":["FormFieldShim"],"rangeMappings":"","mappings":"AAAA,SAASA,aAAa,QAAQ,kBAAkB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { ItemLayout, itemLayoutClassName } from './ItemLayout';
|
|
2
|
+
export { useItemLayoutStyles } from './ItemLayout.styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/ItemLayout/index.tsx"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/ItemLayout/index.tsx"],"sourcesContent":["export { ItemLayout, itemLayoutClassName } from './ItemLayout';\nexport { useItemLayoutStyles } from './ItemLayout.styles';\n"],"names":["ItemLayout","itemLayoutClassName","useItemLayoutStyles"],"rangeMappings":";","mappings":"AAAA,SAASA,UAAU,EAAEC,mBAAmB,QAAQ,eAAe;AAC/D,SAASC,mBAAmB,QAAQ,sBAAsB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './useListStyles.styles';
|
|
1
|
+
export { List } from './List';
|
|
2
|
+
export { renderList_unstable } from './renderList';
|
|
3
|
+
export { useList_unstable } from './useList';
|
|
4
|
+
export { listClassNames, useListStyles_unstable } from './useListStyles.styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/List/List/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/List/List/index.ts"],"sourcesContent":["export { List } from './List';\nexport type { ListContextValue, ListContextValues, ListProps, ListSlots, ListState } from './List.types';\nexport { renderList_unstable } from './renderList';\nexport { useList_unstable } from './useList';\nexport { listClassNames, useListStyles_unstable } from './useListStyles.styles';\n"],"names":["List","renderList_unstable","useList_unstable","listClassNames","useListStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,IAAI,QAAQ,SAAS;AAE9B,SAASC,mBAAmB,QAAQ,eAAe;AACnD,SAASC,gBAAgB,QAAQ,YAAY;AAC7C,SAASC,cAAc,EAAEC,sBAAsB,QAAQ,yBAAyB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export * from './useListItemStyles.styles';
|
|
1
|
+
export { ListItem } from './ListItem';
|
|
2
|
+
export { renderListItem_unstable } from './renderListItem';
|
|
3
|
+
export { useListItem_unstable } from './useListItem';
|
|
4
|
+
export { listItemClassNames, useListItemStyles_unstable } from './useListItemStyles.styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/List/ListItem/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/List/ListItem/index.ts"],"sourcesContent":["export { ListItem } from './ListItem';\nexport type { ListItemProps, ListItemSlots, ListItemState } from './ListItem.types';\nexport { renderListItem_unstable } from './renderListItem';\nexport { useListItem_unstable } from './useListItem';\nexport { listItemClassNames, useListItemStyles_unstable } from './useListItemStyles.styles';\n"],"names":["ListItem","renderListItem_unstable","useListItem_unstable","listItemClassNames","useListItemStyles_unstable"],"rangeMappings":";;;","mappings":"AAAA,SAASA,QAAQ,QAAQ,aAAa;AAEtC,SAASC,uBAAuB,QAAQ,mBAAmB;AAC3D,SAASC,oBAAoB,QAAQ,gBAAgB;AACrD,SAASC,kBAAkB,EAAEC,0BAA0B,QAAQ,6BAA6B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { useListSelection } from './useListSelection';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/List/hooks/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/List/hooks/index.ts"],"sourcesContent":["export { useListSelection } from './useListSelection';\n"],"names":["useListSelection"],"rangeMappings":"","mappings":"AAAA,SAASA,gBAAgB,QAAQ,qBAAqB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Primitive, primitiveClassName } from './Primitive';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Primitive/index.tsx"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Primitive/index.tsx"],"sourcesContent":["export { Primitive, primitiveClassName } from './Primitive';\n"],"names":["Primitive","primitiveClassName"],"rangeMappings":"","mappings":"AAAA,SAASA,SAAS,EAAEC,kBAAkB,QAAQ,cAAc"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Segment, segmentClassName } from './Segment';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Segment/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Segment/index.ts"],"sourcesContent":["export { Segment, segmentClassName } from './Segment';\n"],"names":["Segment","segmentClassName"],"rangeMappings":"","mappings":"AAAA,SAASA,OAAO,EAAEC,gBAAgB,QAAQ,YAAY"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { StyledText, styledTextClassName } from './StyledText';
|
|
2
|
+
export { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export type { StyledTextProps, StyledTextSlots } from './StyledText';\nexport { StyledText, styledTextClassName } from './StyledText';\nexport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\n"],"names":["StyledText","styledTextClassName","useSizeStyles","useStyles","useWeightStyles"],"rangeMappings":";","mappings":"AACA,SAASA,UAAU,EAAEC,mBAAmB,QAAQ,eAAe;AAC/D,SAASC,aAAa,EAAEC,SAAS,EAAEC,eAAe,QAAQ,sBAAsB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { Video, videoClassName } from './Video';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export type { VideoProps } from './Video';\nexport { Video, videoClassName } from './Video';\n"],"names":["Video","videoClassName"],"rangeMappings":"","mappings":"AACA,SAASA,KAAK,EAAEC,cAAc,QAAQ,UAAU"}
|
|
@@ -2,10 +2,59 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Attachment: function() {
|
|
13
|
+
return _Attachment.Attachment;
|
|
14
|
+
},
|
|
15
|
+
AttachmentAction: function() {
|
|
16
|
+
return _AttachmentAction.AttachmentAction;
|
|
17
|
+
},
|
|
18
|
+
AttachmentBody: function() {
|
|
19
|
+
return _AttachmentBody.AttachmentBody;
|
|
20
|
+
},
|
|
21
|
+
AttachmentDescription: function() {
|
|
22
|
+
return _AttachmentDescription.AttachmentDescription;
|
|
23
|
+
},
|
|
24
|
+
AttachmentHeader: function() {
|
|
25
|
+
return _AttachmentHeader.AttachmentHeader;
|
|
26
|
+
},
|
|
27
|
+
AttachmentIcon: function() {
|
|
28
|
+
return _AttachmentIcon.AttachmentIcon;
|
|
29
|
+
},
|
|
30
|
+
attachmentActionClassName: function() {
|
|
31
|
+
return _AttachmentAction.attachmentActionClassName;
|
|
32
|
+
},
|
|
33
|
+
attachmentBodyClassName: function() {
|
|
34
|
+
return _AttachmentBody.attachmentBodyClassName;
|
|
35
|
+
},
|
|
36
|
+
attachmentClassName: function() {
|
|
37
|
+
return _Attachment.attachmentClassName;
|
|
38
|
+
},
|
|
39
|
+
attachmentDescriptionClassName: function() {
|
|
40
|
+
return _AttachmentDescription.attachmentDescriptionClassName;
|
|
41
|
+
},
|
|
42
|
+
attachmentHeaderClassName: function() {
|
|
43
|
+
return _AttachmentHeader.attachmentHeaderClassName;
|
|
44
|
+
},
|
|
45
|
+
attachmentIconClassName: function() {
|
|
46
|
+
return _AttachmentIcon.attachmentIconClassName;
|
|
47
|
+
},
|
|
48
|
+
attachmentProgressBarClassName: function() {
|
|
49
|
+
return _Attachment.attachmentProgressBarClassName;
|
|
50
|
+
},
|
|
51
|
+
attachmentProgressContainerClassName: function() {
|
|
52
|
+
return _Attachment.attachmentProgressContainerClassName;
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
const _Attachment = require("./Attachment");
|
|
56
|
+
const _AttachmentAction = require("./AttachmentAction");
|
|
57
|
+
const _AttachmentBody = require("./AttachmentBody");
|
|
58
|
+
const _AttachmentDescription = require("./AttachmentDescription");
|
|
59
|
+
const _AttachmentHeader = require("./AttachmentHeader");
|
|
60
|
+
const _AttachmentIcon = require("./AttachmentIcon");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Attachment/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Attachment/index.ts"],"sourcesContent":["export type { AttachmentProps } from './Attachment';\nexport {\n Attachment,\n attachmentClassName,\n attachmentProgressBarClassName,\n attachmentProgressContainerClassName,\n} from './Attachment';\nexport type { AttachmentActionProps } from './AttachmentAction';\nexport { AttachmentAction, attachmentActionClassName } from './AttachmentAction';\nexport type { AttachmentBodyProps } from './AttachmentBody';\nexport { AttachmentBody, attachmentBodyClassName } from './AttachmentBody';\nexport type { AttachmentDescriptionProps } from './AttachmentDescription';\nexport { AttachmentDescription, attachmentDescriptionClassName } from './AttachmentDescription';\nexport type { AttachmentHeaderProps } from './AttachmentHeader';\nexport { AttachmentHeader, attachmentHeaderClassName } from './AttachmentHeader';\nexport type { AttachmentIconProps } from './AttachmentIcon';\nexport { AttachmentIcon, attachmentIconClassName } from './AttachmentIcon';\n"],"names":["Attachment","AttachmentAction","AttachmentBody","AttachmentDescription","AttachmentHeader","AttachmentIcon","attachmentActionClassName","attachmentBodyClassName","attachmentClassName","attachmentDescriptionClassName","attachmentHeaderClassName","attachmentIconClassName","attachmentProgressBarClassName","attachmentProgressContainerClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAEEA,UAAU;eAAVA,sBAAU;;IAMHC,gBAAgB;eAAhBA,kCAAgB;;IAEhBC,cAAc;eAAdA,8BAAc;;IAEdC,qBAAqB;eAArBA,4CAAqB;;IAErBC,gBAAgB;eAAhBA,kCAAgB;;IAEhBC,cAAc;eAAdA,8BAAc;;IARIC,yBAAyB;eAAzBA,2CAAyB;;IAE3BC,uBAAuB;eAAvBA,uCAAuB;;IAP9CC,mBAAmB;eAAnBA,+BAAmB;;IASWC,8BAA8B;eAA9BA,qDAA8B;;IAEnCC,yBAAyB;eAAzBA,2CAAyB;;IAE3BC,uBAAuB;eAAvBA,uCAAuB;;IAZ9CC,8BAA8B;eAA9BA,0CAA8B;;IAC9BC,oCAAoC;eAApCA,gDAAoC;;;4BAC/B;kCAEqD;gCAEJ;uCAEc;kCAEV;gCAEJ"}
|
|
@@ -2,5 +2,27 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
v0Icon: function() {
|
|
13
|
+
return _ButtonMigrationmixins.v0Icon;
|
|
14
|
+
},
|
|
15
|
+
v9CustomSizeIcon: function() {
|
|
16
|
+
return _ButtonMigrationmixins.v9CustomSizeIcon;
|
|
17
|
+
},
|
|
18
|
+
v9DisabledCursor: function() {
|
|
19
|
+
return _ButtonMigrationmixins.v9DisabledCursor;
|
|
20
|
+
},
|
|
21
|
+
v9HoverClasses: function() {
|
|
22
|
+
return _ButtonMigrationmixins.v9HoverClasses;
|
|
23
|
+
},
|
|
24
|
+
v9Icon: function() {
|
|
25
|
+
return _ButtonMigrationmixins.v9Icon;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _ButtonMigrationmixins = require("./ButtonMigration.mixins");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Button/index.tsx"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Button/index.tsx"],"sourcesContent":["export { v0Icon, v9CustomSizeIcon, v9DisabledCursor, v9HoverClasses, v9Icon } from './ButtonMigration.mixins';\n"],"names":["v0Icon","v9CustomSizeIcon","v9DisabledCursor","v9HoverClasses","v9Icon"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,MAAM;eAANA,6BAAM;;IAAEC,gBAAgB;eAAhBA,uCAAgB;;IAAEC,gBAAgB;eAAhBA,uCAAgB;;IAAEC,cAAc;eAAdA,qCAAc;;IAAEC,MAAM;eAANA,6BAAM;;;uCAAQ"}
|
|
@@ -2,5 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Object.defineProperty(exports, "FormFieldShim", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _FormFieldShim.FormFieldShim;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const _FormFieldShim = require("./FormFieldShim");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/FormField/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/FormField/index.ts"],"sourcesContent":["export { FormFieldShim } from './FormFieldShim';\n"],"names":["FormFieldShim"],"rangeMappings":";;;;;;;;;;","mappings":";;;;+BAASA;;;eAAAA,4BAAa;;;+BAAQ"}
|
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
ItemLayout: function() {
|
|
13
|
+
return _ItemLayout.ItemLayout;
|
|
14
|
+
},
|
|
15
|
+
itemLayoutClassName: function() {
|
|
16
|
+
return _ItemLayout.itemLayoutClassName;
|
|
17
|
+
},
|
|
18
|
+
useItemLayoutStyles: function() {
|
|
19
|
+
return _ItemLayoutstyles.useItemLayoutStyles;
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
const _ItemLayout = require("./ItemLayout");
|
|
23
|
+
const _ItemLayoutstyles = require("./ItemLayout.styles");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/ItemLayout/index.tsx"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/ItemLayout/index.tsx"],"sourcesContent":["export { ItemLayout, itemLayoutClassName } from './ItemLayout';\nexport { useItemLayoutStyles } from './ItemLayout.styles';\n"],"names":["ItemLayout","itemLayoutClassName","useItemLayoutStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,UAAU;eAAVA,sBAAU;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAC/BC,mBAAmB;eAAnBA,qCAAmB;;;4BADoB;kCACZ"}
|
|
@@ -2,9 +2,30 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
List: function() {
|
|
13
|
+
return _List.List;
|
|
14
|
+
},
|
|
15
|
+
listClassNames: function() {
|
|
16
|
+
return _useListStylesstyles.listClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderList_unstable: function() {
|
|
19
|
+
return _renderList.renderList_unstable;
|
|
20
|
+
},
|
|
21
|
+
useListStyles_unstable: function() {
|
|
22
|
+
return _useListStylesstyles.useListStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useList_unstable: function() {
|
|
25
|
+
return _useList.useList_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _List = require("./List");
|
|
29
|
+
const _renderList = require("./renderList");
|
|
30
|
+
const _useList = require("./useList");
|
|
31
|
+
const _useListStylesstyles = require("./useListStyles.styles");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/List/List/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/List/List/index.ts"],"sourcesContent":["export { List } from './List';\nexport type { ListContextValue, ListContextValues, ListProps, ListSlots, ListState } from './List.types';\nexport { renderList_unstable } from './renderList';\nexport { useList_unstable } from './useList';\nexport { listClassNames, useListStyles_unstable } from './useListStyles.styles';\n"],"names":["List","listClassNames","renderList_unstable","useListStyles_unstable","useList_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,IAAI;eAAJA,UAAI;;IAIJC,cAAc;eAAdA,mCAAc;;IAFdC,mBAAmB;eAAnBA,+BAAmB;;IAEHC,sBAAsB;eAAtBA,2CAAsB;;IADtCC,gBAAgB;eAAhBA,yBAAgB;;;sBAHJ;4BAEe;yBACH;qCACsB"}
|
|
@@ -2,9 +2,30 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
ListItem: function() {
|
|
13
|
+
return _ListItem.ListItem;
|
|
14
|
+
},
|
|
15
|
+
listItemClassNames: function() {
|
|
16
|
+
return _useListItemStylesstyles.listItemClassNames;
|
|
17
|
+
},
|
|
18
|
+
renderListItem_unstable: function() {
|
|
19
|
+
return _renderListItem.renderListItem_unstable;
|
|
20
|
+
},
|
|
21
|
+
useListItemStyles_unstable: function() {
|
|
22
|
+
return _useListItemStylesstyles.useListItemStyles_unstable;
|
|
23
|
+
},
|
|
24
|
+
useListItem_unstable: function() {
|
|
25
|
+
return _useListItem.useListItem_unstable;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _ListItem = require("./ListItem");
|
|
29
|
+
const _renderListItem = require("./renderListItem");
|
|
30
|
+
const _useListItem = require("./useListItem");
|
|
31
|
+
const _useListItemStylesstyles = require("./useListItemStyles.styles");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/List/ListItem/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/List/ListItem/index.ts"],"sourcesContent":["export { ListItem } from './ListItem';\nexport type { ListItemProps, ListItemSlots, ListItemState } from './ListItem.types';\nexport { renderListItem_unstable } from './renderListItem';\nexport { useListItem_unstable } from './useListItem';\nexport { listItemClassNames, useListItemStyles_unstable } from './useListItemStyles.styles';\n"],"names":["ListItem","listItemClassNames","renderListItem_unstable","useListItemStyles_unstable","useListItem_unstable"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,QAAQ;eAARA,kBAAQ;;IAIRC,kBAAkB;eAAlBA,2CAAkB;;IAFlBC,uBAAuB;eAAvBA,uCAAuB;;IAEHC,0BAA0B;eAA1BA,mDAA0B;;IAD9CC,oBAAoB;eAApBA,iCAAoB;;;0BAHJ;gCAEe;6BACH;yCAC0B"}
|
|
@@ -2,5 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Object.defineProperty(exports, "useListSelection", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _useListSelection.useListSelection;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const _useListSelection = require("./useListSelection");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/List/hooks/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/List/hooks/index.ts"],"sourcesContent":["export { useListSelection } from './useListSelection';\n"],"names":["useListSelection"],"rangeMappings":";;;;;;;;;;","mappings":";;;;+BAASA;;;eAAAA,kCAAgB;;;kCAAQ"}
|
|
@@ -2,5 +2,18 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Primitive: function() {
|
|
13
|
+
return _Primitive.Primitive;
|
|
14
|
+
},
|
|
15
|
+
primitiveClassName: function() {
|
|
16
|
+
return _Primitive.primitiveClassName;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
const _Primitive = require("./Primitive");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Primitive/index.tsx"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Primitive/index.tsx"],"sourcesContent":["export { Primitive, primitiveClassName } from './Primitive';\n"],"names":["Primitive","primitiveClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,SAAS;eAATA,oBAAS;;IAAEC,kBAAkB;eAAlBA,6BAAkB;;;2BAAQ"}
|
|
@@ -2,5 +2,18 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Segment: function() {
|
|
13
|
+
return _Segment.Segment;
|
|
14
|
+
},
|
|
15
|
+
segmentClassName: function() {
|
|
16
|
+
return _Segment.segmentClassName;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
const _Segment = require("./Segment");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Segment/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Segment/index.ts"],"sourcesContent":["export { Segment, segmentClassName } from './Segment';\n"],"names":["Segment","segmentClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,OAAO;eAAPA,gBAAO;;IAAEC,gBAAgB;eAAhBA,yBAAgB;;;yBAAQ"}
|
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
StyledText: function() {
|
|
13
|
+
return _StyledText.StyledText;
|
|
14
|
+
},
|
|
15
|
+
styledTextClassName: function() {
|
|
16
|
+
return _StyledText.styledTextClassName;
|
|
17
|
+
},
|
|
18
|
+
useSizeStyles: function() {
|
|
19
|
+
return _StyledTextstyles.useSizeStyles;
|
|
20
|
+
},
|
|
21
|
+
useStyles: function() {
|
|
22
|
+
return _StyledTextstyles.useStyles;
|
|
23
|
+
},
|
|
24
|
+
useWeightStyles: function() {
|
|
25
|
+
return _StyledTextstyles.useWeightStyles;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _StyledText = require("./StyledText");
|
|
29
|
+
const _StyledTextstyles = require("./StyledText.styles");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/StyledText/index.tsx"],"sourcesContent":["export type { StyledTextProps, StyledTextSlots } from './StyledText';\nexport { StyledText, styledTextClassName } from './StyledText';\nexport { useSizeStyles, useStyles, useWeightStyles } from './StyledText.styles';\n"],"names":["StyledText","styledTextClassName","useSizeStyles","useStyles","useWeightStyles"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,UAAU;eAAVA,sBAAU;;IAAEC,mBAAmB;eAAnBA,+BAAmB;;IAC/BC,aAAa;eAAbA,+BAAa;;IAAEC,SAAS;eAATA,2BAAS;;IAAEC,eAAe;eAAfA,iCAAe;;;4BADF;kCACU"}
|
|
@@ -2,5 +2,18 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: all[name]
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
Video: function() {
|
|
13
|
+
return _Video.Video;
|
|
14
|
+
},
|
|
15
|
+
videoClassName: function() {
|
|
16
|
+
return _Video.videoClassName;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
const _Video = require("./Video");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Video/index.ts"],"sourcesContent":["export type { VideoProps } from './Video';\nexport { Video, videoClassName } from './Video';\n"],"names":["Video","videoClassName"],"rangeMappings":";;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,KAAK;eAALA,YAAK;;IAAEC,cAAc;eAAdA,qBAAc;;;uBAAQ"}
|
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.24",
|
|
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",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"@fluentui/scripts-storybook": "*"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@fluentui/react-aria": "^9.13.
|
|
24
|
-
"@fluentui/react-components": "^9.56.
|
|
25
|
-
"@fluentui/react-context-selector": "^9.1.
|
|
23
|
+
"@fluentui/react-aria": "^9.13.12",
|
|
24
|
+
"@fluentui/react-components": "^9.56.7",
|
|
25
|
+
"@fluentui/react-context-selector": "^9.1.71",
|
|
26
26
|
"@fluentui/react-icons": "^2.0.245",
|
|
27
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
|
28
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
|
29
|
-
"@fluentui/react-tabster": "^9.23.
|
|
30
|
-
"@fluentui/react-theme": "^9.1.
|
|
31
|
-
"@fluentui/react-utilities": "^9.18.
|
|
27
|
+
"@fluentui/react-jsx-runtime": "^9.0.48",
|
|
28
|
+
"@fluentui/react-shared-contexts": "^9.21.2",
|
|
29
|
+
"@fluentui/react-tabster": "^9.23.2",
|
|
30
|
+
"@fluentui/react-theme": "^9.1.24",
|
|
31
|
+
"@fluentui/react-utilities": "^9.18.19",
|
|
32
32
|
"@griffel/react": "^1.5.22",
|
|
33
33
|
"@swc/helpers": "^0.5.1"
|
|
34
34
|
},
|