@fluentui/react-migration-v8-v9 9.6.40 → 9.6.41
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 +13 -3
- package/lib/components/Button/index.js +9 -9
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Checkbox/index.js +1 -1
- package/lib/components/Checkbox/index.js.map +1 -1
- package/lib/components/Menu/index.js +2 -2
- package/lib/components/Menu/index.js.map +1 -1
- package/lib/components/Stack/index.js +2 -2
- package/lib/components/Stack/index.js.map +1 -1
- package/lib/components/Theme/index.js +4 -4
- package/lib/components/Theme/index.js.map +1 -1
- package/lib-commonjs/components/Button/index.js +44 -10
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Checkbox/index.js +7 -2
- package/lib-commonjs/components/Checkbox/index.js.map +1 -1
- package/lib-commonjs/components/Menu/index.js +25 -3
- package/lib-commonjs/components/Menu/index.js.map +1 -1
- package/lib-commonjs/components/Stack/index.js +16 -3
- package/lib-commonjs/components/Stack/index.js.map +1 -1
- package/lib-commonjs/components/Theme/index.js +75 -5
- package/lib-commonjs/components/Theme/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,27 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-migration-v8-v9
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Mon, 09 Dec 2024 17:34:07 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.6.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.41)
|
|
8
|
+
|
|
9
|
+
Mon, 09 Dec 2024 17:34:07 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.40..@fluentui/react-migration-v8-v9_v9.6.41)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- chore: remove usage of "export *" ([PR #33384](https://github.com/microsoft/fluentui/pull/33384) by olfedias@microsoft.com)
|
|
15
|
+
- Bump @fluentui/react-components to v9.56.5 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
|
|
16
|
+
|
|
7
17
|
## [9.6.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.40)
|
|
8
18
|
|
|
9
|
-
Fri, 06 Dec 2024 12:
|
|
19
|
+
Fri, 06 Dec 2024 12:53:46 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.6.39..@fluentui/react-migration-v8-v9_v9.6.40)
|
|
11
21
|
|
|
12
22
|
### Patches
|
|
13
23
|
|
|
14
|
-
- Bump @fluentui/react-components to v9.56.4 ([PR #
|
|
24
|
+
- Bump @fluentui/react-components to v9.56.4 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
|
|
15
25
|
|
|
16
26
|
## [9.6.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.6.39)
|
|
17
27
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
1
|
+
export { ActionButtonShim } from './ActionButtonShim';
|
|
2
|
+
export { ButtonShim } from './ButtonShim';
|
|
3
|
+
export { CommandButtonShim } from './CommandButtonShim';
|
|
4
|
+
export { CompoundButtonShim } from './CompoundButtonShim';
|
|
5
|
+
export { DefaultButtonShim } from './DefaultButtonShim';
|
|
6
|
+
export { MenuButtonShim } from './MenuButtonShim';
|
|
7
|
+
export { PrimaryButtonShim } from './PrimaryButtonShim';
|
|
8
|
+
export { shimButtonProps } from './shimButtonProps';
|
|
9
|
+
export { ToggleButtonShim } from './ToggleButtonShim';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Button/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Button/index.ts"],"sourcesContent":["export { ActionButtonShim } from './ActionButtonShim';\nexport { ButtonShim } from './ButtonShim';\nexport { CommandButtonShim } from './CommandButtonShim';\nexport { CompoundButtonShim } from './CompoundButtonShim';\nexport { DefaultButtonShim } from './DefaultButtonShim';\nexport { MenuButtonShim } from './MenuButtonShim';\nexport { PrimaryButtonShim } from './PrimaryButtonShim';\nexport { shimButtonProps } from './shimButtonProps';\nexport { ToggleButtonShim } from './ToggleButtonShim';\n"],"names":["ActionButtonShim","ButtonShim","CommandButtonShim","CompoundButtonShim","DefaultButtonShim","MenuButtonShim","PrimaryButtonShim","shimButtonProps","ToggleButtonShim"],"rangeMappings":";;;;;;;;","mappings":"AAAA,SAASA,gBAAgB,QAAQ,qBAAqB;AACtD,SAASC,UAAU,QAAQ,eAAe;AAC1C,SAASC,iBAAiB,QAAQ,sBAAsB;AACxD,SAASC,kBAAkB,QAAQ,uBAAuB;AAC1D,SAASC,iBAAiB,QAAQ,sBAAsB;AACxD,SAASC,cAAc,QAAQ,mBAAmB;AAClD,SAASC,iBAAiB,QAAQ,sBAAsB;AACxD,SAASC,eAAe,QAAQ,oBAAoB;AACpD,SAASC,gBAAgB,QAAQ,qBAAqB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export { CheckboxShim } from './CheckboxShim';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Checkbox/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Checkbox/index.ts"],"sourcesContent":["export { CheckboxShim } from './CheckboxShim';\n"],"names":["CheckboxShim"],"rangeMappings":"","mappings":"AAAA,SAASA,YAAY,QAAQ,iBAAiB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { MenuItemShim } from './MenuShim';
|
|
2
|
+
export { shimMenuHeaderProps, shimMenuItemCheckboxProps, shimMenuItemProps, shimMenuProps } from './shimMenuProps';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Menu/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Menu/index.ts"],"sourcesContent":["export { MenuItemShim } from './MenuShim';\nexport { shimMenuHeaderProps, shimMenuItemCheckboxProps, shimMenuItemProps, shimMenuProps } from './shimMenuProps';\n"],"names":["MenuItemShim","shimMenuHeaderProps","shimMenuItemCheckboxProps","shimMenuItemProps","shimMenuProps"],"rangeMappings":";","mappings":"AAAA,SAASA,YAAY,QAAQ,aAAa;AAC1C,SAASC,mBAAmB,EAAEC,yBAAyB,EAAEC,iBAAiB,EAAEC,aAAa,QAAQ,kBAAkB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
1
|
+
export { StackItemShim } from './StackItemShim';
|
|
2
|
+
export { StackShim } from './StackShim';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Stack/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Stack/index.ts"],"sourcesContent":["export { StackItemShim } from './StackItemShim';\nexport { StackShim } from './StackShim';\n"],"names":["StackItemShim","StackShim"],"rangeMappings":";","mappings":"AAAA,SAASA,aAAa,QAAQ,kBAAkB;AAChD,SAASC,SAAS,QAAQ,cAAc"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
1
|
+
export { black, blackAlpha, brandWeb, grey, grey10Alpha, grey12Alpha, grey14Alpha, hcButtonFace, hcButtonText, hcCanvas, hcCanvasText, hcDisabled, hcHighlight, hcHighlightText, hcHyperlink, sharedColors, white, whiteAlpha } from './themeDuplicates';
|
|
2
|
+
export { createV8Theme } from './v8ThemeShim';
|
|
3
|
+
export { createBrandVariants } from './v9BrandVariantsShim';
|
|
4
|
+
export { createV9Theme } from './v9ThemeShim';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Theme/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Theme/index.ts"],"sourcesContent":["export type {\n AlphaColors,\n ColorVariants,\n GlobalSharedColors,\n Greys,\n TextAlignment,\n TextAlignments,\n} from './themeDuplicates';\nexport {\n black,\n blackAlpha,\n brandWeb,\n grey,\n grey10Alpha,\n grey12Alpha,\n grey14Alpha,\n hcButtonFace,\n hcButtonText,\n hcCanvas,\n hcCanvasText,\n hcDisabled,\n hcHighlight,\n hcHighlightText,\n hcHyperlink,\n sharedColors,\n white,\n whiteAlpha,\n} from './themeDuplicates';\nexport { createV8Theme } from './v8ThemeShim';\nexport { createBrandVariants } from './v9BrandVariantsShim';\nexport { createV9Theme } from './v9ThemeShim';\n"],"names":["black","blackAlpha","brandWeb","grey","grey10Alpha","grey12Alpha","grey14Alpha","hcButtonFace","hcButtonText","hcCanvas","hcCanvasText","hcDisabled","hcHighlight","hcHighlightText","hcHyperlink","sharedColors","white","whiteAlpha","createV8Theme","createBrandVariants","createV9Theme"],"rangeMappings":";;;","mappings":"AAQA,SACEA,KAAK,EACLC,UAAU,EACVC,QAAQ,EACRC,IAAI,EACJC,WAAW,EACXC,WAAW,EACXC,WAAW,EACXC,YAAY,EACZC,YAAY,EACZC,QAAQ,EACRC,YAAY,EACZC,UAAU,EACVC,WAAW,EACXC,eAAe,EACfC,WAAW,EACXC,YAAY,EACZC,KAAK,EACLC,UAAU,QACL,oBAAoB;AAC3B,SAASC,aAAa,QAAQ,gBAAgB;AAC9C,SAASC,mBAAmB,QAAQ,wBAAwB;AAC5D,SAASC,aAAa,QAAQ,gBAAgB"}
|
|
@@ -2,13 +2,47 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
+
ActionButtonShim: function() {
|
|
13
|
+
return _ActionButtonShim.ActionButtonShim;
|
|
14
|
+
},
|
|
15
|
+
ButtonShim: function() {
|
|
16
|
+
return _ButtonShim.ButtonShim;
|
|
17
|
+
},
|
|
18
|
+
CommandButtonShim: function() {
|
|
19
|
+
return _CommandButtonShim.CommandButtonShim;
|
|
20
|
+
},
|
|
21
|
+
CompoundButtonShim: function() {
|
|
22
|
+
return _CompoundButtonShim.CompoundButtonShim;
|
|
23
|
+
},
|
|
24
|
+
DefaultButtonShim: function() {
|
|
25
|
+
return _DefaultButtonShim.DefaultButtonShim;
|
|
26
|
+
},
|
|
27
|
+
MenuButtonShim: function() {
|
|
28
|
+
return _MenuButtonShim.MenuButtonShim;
|
|
29
|
+
},
|
|
30
|
+
PrimaryButtonShim: function() {
|
|
31
|
+
return _PrimaryButtonShim.PrimaryButtonShim;
|
|
32
|
+
},
|
|
33
|
+
ToggleButtonShim: function() {
|
|
34
|
+
return _ToggleButtonShim.ToggleButtonShim;
|
|
35
|
+
},
|
|
36
|
+
shimButtonProps: function() {
|
|
37
|
+
return _shimButtonProps.shimButtonProps;
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
const _ActionButtonShim = require("./ActionButtonShim");
|
|
41
|
+
const _ButtonShim = require("./ButtonShim");
|
|
42
|
+
const _CommandButtonShim = require("./CommandButtonShim");
|
|
43
|
+
const _CompoundButtonShim = require("./CompoundButtonShim");
|
|
44
|
+
const _DefaultButtonShim = require("./DefaultButtonShim");
|
|
45
|
+
const _MenuButtonShim = require("./MenuButtonShim");
|
|
46
|
+
const _PrimaryButtonShim = require("./PrimaryButtonShim");
|
|
47
|
+
const _shimButtonProps = require("./shimButtonProps");
|
|
48
|
+
const _ToggleButtonShim = require("./ToggleButtonShim");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Button/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Button/index.ts"],"sourcesContent":["export { ActionButtonShim } from './ActionButtonShim';\nexport { ButtonShim } from './ButtonShim';\nexport { CommandButtonShim } from './CommandButtonShim';\nexport { CompoundButtonShim } from './CompoundButtonShim';\nexport { DefaultButtonShim } from './DefaultButtonShim';\nexport { MenuButtonShim } from './MenuButtonShim';\nexport { PrimaryButtonShim } from './PrimaryButtonShim';\nexport { shimButtonProps } from './shimButtonProps';\nexport { ToggleButtonShim } from './ToggleButtonShim';\n"],"names":["ActionButtonShim","ButtonShim","CommandButtonShim","CompoundButtonShim","DefaultButtonShim","MenuButtonShim","PrimaryButtonShim","ToggleButtonShim","shimButtonProps"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,gBAAgB;eAAhBA,kCAAgB;;IAChBC,UAAU;eAAVA,sBAAU;;IACVC,iBAAiB;eAAjBA,oCAAiB;;IACjBC,kBAAkB;eAAlBA,sCAAkB;;IAClBC,iBAAiB;eAAjBA,oCAAiB;;IACjBC,cAAc;eAAdA,8BAAc;;IACdC,iBAAiB;eAAjBA,oCAAiB;;IAEjBC,gBAAgB;eAAhBA,kCAAgB;;IADhBC,eAAe;eAAfA,gCAAe;;;kCAPS;4BACN;mCACO;oCACC;mCACD;gCACH;mCACG;iCACF;kCACC"}
|
|
@@ -2,5 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
Object.defineProperty(exports, "CheckboxShim", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return _CheckboxShim.CheckboxShim;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const _CheckboxShim = require("./CheckboxShim");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Checkbox/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Checkbox/index.ts"],"sourcesContent":["export { CheckboxShim } from './CheckboxShim';\n"],"names":["CheckboxShim"],"rangeMappings":";;;;;;;;;;","mappings":";;;;+BAASA;;;eAAAA,0BAAY;;;8BAAQ"}
|
|
@@ -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
|
+
MenuItemShim: function() {
|
|
13
|
+
return _MenuShim.MenuItemShim;
|
|
14
|
+
},
|
|
15
|
+
shimMenuHeaderProps: function() {
|
|
16
|
+
return _shimMenuProps.shimMenuHeaderProps;
|
|
17
|
+
},
|
|
18
|
+
shimMenuItemCheckboxProps: function() {
|
|
19
|
+
return _shimMenuProps.shimMenuItemCheckboxProps;
|
|
20
|
+
},
|
|
21
|
+
shimMenuItemProps: function() {
|
|
22
|
+
return _shimMenuProps.shimMenuItemProps;
|
|
23
|
+
},
|
|
24
|
+
shimMenuProps: function() {
|
|
25
|
+
return _shimMenuProps.shimMenuProps;
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
const _MenuShim = require("./MenuShim");
|
|
29
|
+
const _shimMenuProps = require("./shimMenuProps");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Menu/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Menu/index.ts"],"sourcesContent":["export { MenuItemShim } from './MenuShim';\nexport { shimMenuHeaderProps, shimMenuItemCheckboxProps, shimMenuItemProps, shimMenuProps } from './shimMenuProps';\n"],"names":["MenuItemShim","shimMenuHeaderProps","shimMenuItemCheckboxProps","shimMenuItemProps","shimMenuProps"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,YAAY;eAAZA,sBAAY;;IACZC,mBAAmB;eAAnBA,kCAAmB;;IAAEC,yBAAyB;eAAzBA,wCAAyB;;IAAEC,iBAAiB;eAAjBA,gCAAiB;;IAAEC,aAAa;eAAbA,4BAAa;;;0BAD5D;+BACoE"}
|
|
@@ -2,6 +2,19 @@
|
|
|
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
|
+
StackItemShim: function() {
|
|
13
|
+
return _StackItemShim.StackItemShim;
|
|
14
|
+
},
|
|
15
|
+
StackShim: function() {
|
|
16
|
+
return _StackShim.StackShim;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
const _StackItemShim = require("./StackItemShim");
|
|
20
|
+
const _StackShim = require("./StackShim");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Stack/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Stack/index.ts"],"sourcesContent":["export { StackItemShim } from './StackItemShim';\nexport { StackShim } from './StackShim';\n"],"names":["StackItemShim","StackShim"],"rangeMappings":";;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,aAAa;eAAbA,4BAAa;;IACbC,SAAS;eAATA,oBAAS;;;+BADY;2BACJ"}
|
|
@@ -2,8 +2,78 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", {
|
|
3
3
|
value: true
|
|
4
4
|
});
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
black: function() {
|
|
13
|
+
return _themeDuplicates.black;
|
|
14
|
+
},
|
|
15
|
+
blackAlpha: function() {
|
|
16
|
+
return _themeDuplicates.blackAlpha;
|
|
17
|
+
},
|
|
18
|
+
brandWeb: function() {
|
|
19
|
+
return _themeDuplicates.brandWeb;
|
|
20
|
+
},
|
|
21
|
+
createBrandVariants: function() {
|
|
22
|
+
return _v9BrandVariantsShim.createBrandVariants;
|
|
23
|
+
},
|
|
24
|
+
createV8Theme: function() {
|
|
25
|
+
return _v8ThemeShim.createV8Theme;
|
|
26
|
+
},
|
|
27
|
+
createV9Theme: function() {
|
|
28
|
+
return _v9ThemeShim.createV9Theme;
|
|
29
|
+
},
|
|
30
|
+
grey: function() {
|
|
31
|
+
return _themeDuplicates.grey;
|
|
32
|
+
},
|
|
33
|
+
grey10Alpha: function() {
|
|
34
|
+
return _themeDuplicates.grey10Alpha;
|
|
35
|
+
},
|
|
36
|
+
grey12Alpha: function() {
|
|
37
|
+
return _themeDuplicates.grey12Alpha;
|
|
38
|
+
},
|
|
39
|
+
grey14Alpha: function() {
|
|
40
|
+
return _themeDuplicates.grey14Alpha;
|
|
41
|
+
},
|
|
42
|
+
hcButtonFace: function() {
|
|
43
|
+
return _themeDuplicates.hcButtonFace;
|
|
44
|
+
},
|
|
45
|
+
hcButtonText: function() {
|
|
46
|
+
return _themeDuplicates.hcButtonText;
|
|
47
|
+
},
|
|
48
|
+
hcCanvas: function() {
|
|
49
|
+
return _themeDuplicates.hcCanvas;
|
|
50
|
+
},
|
|
51
|
+
hcCanvasText: function() {
|
|
52
|
+
return _themeDuplicates.hcCanvasText;
|
|
53
|
+
},
|
|
54
|
+
hcDisabled: function() {
|
|
55
|
+
return _themeDuplicates.hcDisabled;
|
|
56
|
+
},
|
|
57
|
+
hcHighlight: function() {
|
|
58
|
+
return _themeDuplicates.hcHighlight;
|
|
59
|
+
},
|
|
60
|
+
hcHighlightText: function() {
|
|
61
|
+
return _themeDuplicates.hcHighlightText;
|
|
62
|
+
},
|
|
63
|
+
hcHyperlink: function() {
|
|
64
|
+
return _themeDuplicates.hcHyperlink;
|
|
65
|
+
},
|
|
66
|
+
sharedColors: function() {
|
|
67
|
+
return _themeDuplicates.sharedColors;
|
|
68
|
+
},
|
|
69
|
+
white: function() {
|
|
70
|
+
return _themeDuplicates.white;
|
|
71
|
+
},
|
|
72
|
+
whiteAlpha: function() {
|
|
73
|
+
return _themeDuplicates.whiteAlpha;
|
|
74
|
+
}
|
|
75
|
+
});
|
|
76
|
+
const _themeDuplicates = require("./themeDuplicates");
|
|
77
|
+
const _v8ThemeShim = require("./v8ThemeShim");
|
|
78
|
+
const _v9BrandVariantsShim = require("./v9BrandVariantsShim");
|
|
79
|
+
const _v9ThemeShim = require("./v9ThemeShim");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/Theme/index.ts"],"sourcesContent":["export
|
|
1
|
+
{"version":3,"sources":["../src/components/Theme/index.ts"],"sourcesContent":["export type {\n AlphaColors,\n ColorVariants,\n GlobalSharedColors,\n Greys,\n TextAlignment,\n TextAlignments,\n} from './themeDuplicates';\nexport {\n black,\n blackAlpha,\n brandWeb,\n grey,\n grey10Alpha,\n grey12Alpha,\n grey14Alpha,\n hcButtonFace,\n hcButtonText,\n hcCanvas,\n hcCanvasText,\n hcDisabled,\n hcHighlight,\n hcHighlightText,\n hcHyperlink,\n sharedColors,\n white,\n whiteAlpha,\n} from './themeDuplicates';\nexport { createV8Theme } from './v8ThemeShim';\nexport { createBrandVariants } from './v9BrandVariantsShim';\nexport { createV9Theme } from './v9ThemeShim';\n"],"names":["black","blackAlpha","brandWeb","createBrandVariants","createV8Theme","createV9Theme","grey","grey10Alpha","grey12Alpha","grey14Alpha","hcButtonFace","hcButtonText","hcCanvas","hcCanvasText","hcDisabled","hcHighlight","hcHighlightText","hcHyperlink","sharedColors","white","whiteAlpha"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IASEA,KAAK;eAALA,sBAAK;;IACLC,UAAU;eAAVA,2BAAU;;IACVC,QAAQ;eAARA,yBAAQ;;IAkBDC,mBAAmB;eAAnBA,wCAAmB;;IADnBC,aAAa;eAAbA,0BAAa;;IAEbC,aAAa;eAAbA,0BAAa;;IAlBpBC,IAAI;eAAJA,qBAAI;;IACJC,WAAW;eAAXA,4BAAW;;IACXC,WAAW;eAAXA,4BAAW;;IACXC,WAAW;eAAXA,4BAAW;;IACXC,YAAY;eAAZA,6BAAY;;IACZC,YAAY;eAAZA,6BAAY;;IACZC,QAAQ;eAARA,yBAAQ;;IACRC,YAAY;eAAZA,6BAAY;;IACZC,UAAU;eAAVA,2BAAU;;IACVC,WAAW;eAAXA,4BAAW;;IACXC,eAAe;eAAfA,gCAAe;;IACfC,WAAW;eAAXA,4BAAW;;IACXC,YAAY;eAAZA,6BAAY;;IACZC,KAAK;eAALA,sBAAK;;IACLC,UAAU;eAAVA,2BAAU;;;iCACL;6BACuB;qCACM;6BACN"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-migration-v8-v9",
|
|
3
|
-
"version": "9.6.
|
|
3
|
+
"version": "9.6.41",
|
|
4
4
|
"description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@ctrl/tinycolor": "3.3.4",
|
|
22
22
|
"@fluentui/fluent2-theme": "^8.107.116",
|
|
23
23
|
"@fluentui/react": "^8.121.13",
|
|
24
|
-
"@fluentui/react-components": "^9.56.
|
|
24
|
+
"@fluentui/react-components": "^9.56.5",
|
|
25
25
|
"@fluentui/react-icons": "^2.0.245",
|
|
26
26
|
"@fluentui/react-hooks": "^8.8.16",
|
|
27
27
|
"@griffel/react": "^1.5.22",
|