@fluentui/react-migration-v8-v9 9.4.10 → 9.4.12

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 (76) hide show
  1. package/CHANGELOG.json +61 -1
  2. package/CHANGELOG.md +25 -2
  3. package/lib/components/Button/ActionButtonShim.js.map +1 -1
  4. package/lib/components/Button/ButtonShim.js +2 -2
  5. package/lib/components/Button/ButtonShim.js.map +1 -1
  6. package/lib/components/Button/CompoundButtonShim.js +2 -2
  7. package/lib/components/Button/CompoundButtonShim.js.map +1 -1
  8. package/lib/components/Button/DefaultButtonShim.js.map +1 -1
  9. package/lib/components/Button/MenuButtonShim.js.map +1 -1
  10. package/lib/components/Button/PrimaryButtonShim.js.map +1 -1
  11. package/lib/components/Button/ToggleButtonShim.js.map +1 -1
  12. package/lib/components/Button/shimButtonProps.js.map +1 -1
  13. package/lib/components/Menu/MenuShim.js.map +1 -1
  14. package/lib/components/Menu/shimMenuProps.js +3 -2
  15. package/lib/components/Menu/shimMenuProps.js.map +1 -1
  16. package/lib/components/Stack/StackItemShim.js +1 -1
  17. package/lib/components/Stack/StackItemShim.js.map +1 -1
  18. package/lib/components/Stack/StackShim.js +1 -1
  19. package/lib/components/Stack/StackShim.js.map +1 -1
  20. package/lib/components/Stack/stackUtils.js +2 -2
  21. package/lib/components/Stack/stackUtils.js.map +1 -1
  22. package/lib/components/Theme/v8ThemeShim.js +2 -1
  23. package/lib/components/Theme/v8ThemeShim.js.map +1 -1
  24. package/lib/components/Theme/v9BrandVariantsShim.js.map +1 -1
  25. package/lib/components/Theme/v9ThemeShim.js.map +1 -1
  26. package/lib-commonjs/components/Button/ActionButtonShim.js +7 -5
  27. package/lib-commonjs/components/Button/ActionButtonShim.js.map +1 -1
  28. package/lib-commonjs/components/Button/ButtonShim.js +13 -11
  29. package/lib-commonjs/components/Button/ButtonShim.js.map +1 -1
  30. package/lib-commonjs/components/Button/CommandButtonShim.js +4 -2
  31. package/lib-commonjs/components/Button/CommandButtonShim.js.map +1 -1
  32. package/lib-commonjs/components/Button/CompoundButtonShim.js +9 -7
  33. package/lib-commonjs/components/Button/CompoundButtonShim.js.map +1 -1
  34. package/lib-commonjs/components/Button/DefaultButtonShim.js +7 -5
  35. package/lib-commonjs/components/Button/DefaultButtonShim.js.map +1 -1
  36. package/lib-commonjs/components/Button/MenuButtonShim.js +7 -5
  37. package/lib-commonjs/components/Button/MenuButtonShim.js.map +1 -1
  38. package/lib-commonjs/components/Button/PrimaryButtonShim.js +7 -5
  39. package/lib-commonjs/components/Button/PrimaryButtonShim.js.map +1 -1
  40. package/lib-commonjs/components/Button/ToggleButtonShim.js +7 -5
  41. package/lib-commonjs/components/Button/ToggleButtonShim.js.map +1 -1
  42. package/lib-commonjs/components/Button/index.js +10 -10
  43. package/lib-commonjs/components/Button/index.js.map +1 -1
  44. package/lib-commonjs/components/Button/shimButtonProps.js +5 -3
  45. package/lib-commonjs/components/Button/shimButtonProps.js.map +1 -1
  46. package/lib-commonjs/components/Menu/MenuShim.js +12 -10
  47. package/lib-commonjs/components/Menu/MenuShim.js.map +1 -1
  48. package/lib-commonjs/components/Menu/index.js +3 -3
  49. package/lib-commonjs/components/Menu/index.js.map +1 -1
  50. package/lib-commonjs/components/Menu/shimMenuProps.js +17 -8
  51. package/lib-commonjs/components/Menu/shimMenuProps.js.map +1 -1
  52. package/lib-commonjs/components/Stack/StackItemShim.js +12 -10
  53. package/lib-commonjs/components/Stack/StackItemShim.js.map +1 -1
  54. package/lib-commonjs/components/Stack/StackItemShim.styles.js +20 -10
  55. package/lib-commonjs/components/Stack/StackItemShim.styles.js.map +1 -1
  56. package/lib-commonjs/components/Stack/StackShim.js +11 -9
  57. package/lib-commonjs/components/Stack/StackShim.js.map +1 -1
  58. package/lib-commonjs/components/Stack/StackShim.styles.js +16 -8
  59. package/lib-commonjs/components/Stack/StackShim.styles.js.map +1 -1
  60. package/lib-commonjs/components/Stack/index.js +3 -3
  61. package/lib-commonjs/components/Stack/index.js.map +1 -1
  62. package/lib-commonjs/components/Stack/stackUtils.js +11 -5
  63. package/lib-commonjs/components/Stack/stackUtils.js.map +1 -1
  64. package/lib-commonjs/components/Theme/index.js +5 -5
  65. package/lib-commonjs/components/Theme/index.js.map +1 -1
  66. package/lib-commonjs/components/Theme/themeDuplicates.js +54 -18
  67. package/lib-commonjs/components/Theme/themeDuplicates.js.map +1 -1
  68. package/lib-commonjs/components/Theme/v8ThemeShim.js +7 -4
  69. package/lib-commonjs/components/Theme/v8ThemeShim.js.map +1 -1
  70. package/lib-commonjs/components/Theme/v9BrandVariantsShim.js +3 -1
  71. package/lib-commonjs/components/Theme/v9BrandVariantsShim.js.map +1 -1
  72. package/lib-commonjs/components/Theme/v9ThemeShim.js +5 -3
  73. package/lib-commonjs/components/Theme/v9ThemeShim.js.map +1 -1
  74. package/lib-commonjs/index.js +96 -32
  75. package/lib-commonjs/index.js.map +1 -1
  76. package/package.json +11 -11
@@ -1 +1 @@
1
- {"version":3,"sources":["v9ThemeShim.js"],"sourcesContent":["import { webLightTheme } from '@fluentui/react-components';\nimport { blackAlpha, whiteAlpha, grey, grey10Alpha, grey12Alpha } from './themeDuplicates';\n/**\n * Creates v9 color tokens from a v8 palette.\n */ const mapAliasColors = (palette, inverted)=>{\n return {\n colorNeutralForeground1: palette.neutralPrimary,\n colorNeutralForeground1Hover: palette.neutralPrimary,\n colorNeutralForeground1Pressed: palette.neutralPrimary,\n colorNeutralForeground1Selected: palette.neutralPrimary,\n colorNeutralForeground2: palette.neutralSecondary,\n colorNeutralForeground2Hover: palette.neutralPrimary,\n colorNeutralForeground2Pressed: palette.neutralPrimary,\n colorNeutralForeground2Selected: palette.neutralPrimary,\n colorNeutralForeground2BrandHover: palette.themePrimary,\n colorNeutralForeground2BrandPressed: palette.themeDarkAlt,\n colorNeutralForeground2BrandSelected: palette.themePrimary,\n colorNeutralForeground3: palette.neutralTertiary,\n colorNeutralForeground3Hover: palette.neutralSecondary,\n colorNeutralForeground3Pressed: palette.neutralSecondary,\n colorNeutralForeground3Selected: palette.neutralSecondary,\n colorNeutralForeground3BrandHover: palette.themePrimary,\n colorNeutralForeground3BrandPressed: palette.themeDarkAlt,\n colorNeutralForeground3BrandSelected: palette.themePrimary,\n colorNeutralForeground4: palette.neutralQuaternary,\n colorNeutralForegroundDisabled: palette.neutralTertiaryAlt,\n colorNeutralForegroundInvertedDisabled: whiteAlpha[40],\n colorBrandForegroundLink: palette.themeDarkAlt,\n colorBrandForegroundLinkHover: palette.themeDark,\n colorBrandForegroundLinkPressed: palette.themeDarker,\n colorBrandForegroundLinkSelected: palette.themeDarkAlt,\n colorNeutralForeground2Link: palette.neutralSecondary,\n colorNeutralForeground2LinkHover: palette.neutralPrimary,\n colorNeutralForeground2LinkPressed: palette.neutralPrimary,\n colorNeutralForeground2LinkSelected: palette.neutralPrimary,\n colorCompoundBrandForeground1: palette.themePrimary,\n colorCompoundBrandForeground1Hover: palette.themeDarkAlt,\n colorCompoundBrandForeground1Pressed: palette.themeDark,\n colorBrandForeground1: palette.themePrimary,\n colorBrandForeground2: palette.themeDarkAlt,\n colorBrandForeground2Hover: palette.themeDarkAlt,\n colorBrandForeground2Pressed: palette.themeDarkAlt,\n colorNeutralForeground1Static: palette.neutralPrimary,\n colorNeutralForegroundInverted: palette.white,\n colorNeutralForegroundInvertedHover: palette.white,\n colorNeutralForegroundInvertedPressed: palette.white,\n colorNeutralForegroundInvertedSelected: palette.white,\n colorNeutralForegroundOnBrand: palette.white,\n colorNeutralForegroundStaticInverted: palette.white,\n colorNeutralForegroundInvertedLink: palette.white,\n colorNeutralForegroundInvertedLinkHover: palette.white,\n colorNeutralForegroundInvertedLinkPressed: palette.white,\n colorNeutralForegroundInvertedLinkSelected: palette.white,\n colorNeutralForegroundInverted2: palette.white,\n colorBrandForegroundInverted: palette.themeSecondary,\n colorBrandForegroundInvertedHover: palette.themeTertiary,\n colorBrandForegroundInvertedPressed: palette.themeSecondary,\n colorBrandForegroundOnLight: palette.themePrimary,\n colorBrandForegroundOnLightHover: palette.themeDarkAlt,\n colorBrandForegroundOnLightPressed: palette.themeDark,\n colorBrandForegroundOnLightSelected: palette.themeDark,\n colorNeutralBackground1: palette.white,\n colorNeutralBackground1Hover: palette.neutralLighter,\n colorNeutralBackground1Pressed: palette.neutralQuaternaryAlt,\n colorNeutralBackground1Selected: palette.neutralLight,\n colorNeutralBackground2: palette.neutralLighterAlt,\n colorNeutralBackground2Hover: palette.neutralLighter,\n colorNeutralBackground2Pressed: palette.neutralQuaternaryAlt,\n colorNeutralBackground2Selected: palette.neutralLight,\n colorNeutralBackground3: palette.neutralLighter,\n colorNeutralBackground3Hover: palette.neutralLight,\n colorNeutralBackground3Pressed: palette.neutralQuaternary,\n colorNeutralBackground3Selected: palette.neutralQuaternaryAlt,\n colorNeutralBackground4: palette.neutralLighter,\n colorNeutralBackground4Hover: palette.neutralLighterAlt,\n colorNeutralBackground4Pressed: palette.neutralLighter,\n colorNeutralBackground4Selected: palette.white,\n colorNeutralBackground5: palette.neutralLight,\n colorNeutralBackground5Hover: palette.neutralLighter,\n colorNeutralBackground5Pressed: palette.neutralLighter,\n colorNeutralBackground5Selected: palette.neutralLighterAlt,\n colorNeutralBackground6: palette.neutralLight,\n colorNeutralBackgroundStatic: grey[20],\n colorNeutralBackgroundInverted: palette.neutralSecondary,\n colorNeutralBackgroundAlpha: inverted ? grey10Alpha[50] : whiteAlpha[50],\n colorNeutralBackgroundAlpha2: inverted ? grey12Alpha[70] : whiteAlpha[80],\n colorSubtleBackground: 'transparent',\n colorSubtleBackgroundHover: palette.neutralLighter,\n colorSubtleBackgroundPressed: palette.neutralQuaternaryAlt,\n colorSubtleBackgroundSelected: palette.neutralLight,\n colorSubtleBackgroundLightAlphaHover: inverted ? whiteAlpha[10] : whiteAlpha[80],\n colorSubtleBackgroundLightAlphaPressed: inverted ? whiteAlpha[5] : whiteAlpha[50],\n colorSubtleBackgroundLightAlphaSelected: 'transparent',\n colorSubtleBackgroundInverted: 'transparent',\n colorSubtleBackgroundInvertedHover: blackAlpha[10],\n colorSubtleBackgroundInvertedPressed: blackAlpha[30],\n colorSubtleBackgroundInvertedSelected: blackAlpha[20],\n colorTransparentBackground: 'transparent',\n colorTransparentBackgroundHover: 'transparent',\n colorTransparentBackgroundPressed: 'transparent',\n colorTransparentBackgroundSelected: 'transparent',\n colorNeutralBackgroundDisabled: palette.neutralLighter,\n colorNeutralBackgroundInvertedDisabled: whiteAlpha[10],\n colorNeutralStencil1: palette.neutralLight,\n colorNeutralStencil2: palette.neutralLighterAlt,\n colorNeutralStencil1Alpha: inverted ? whiteAlpha[10] : blackAlpha[10],\n colorNeutralStencil2Alpha: inverted ? whiteAlpha[5] : blackAlpha[5],\n colorBackgroundOverlay: blackAlpha[40],\n colorScrollbarOverlay: blackAlpha[50],\n colorBrandBackground: palette.themePrimary,\n colorBrandBackgroundHover: palette.themeDarkAlt,\n colorBrandBackgroundPressed: palette.themeDarker,\n colorBrandBackgroundSelected: palette.themeDark,\n colorCompoundBrandBackground: palette.themePrimary,\n colorCompoundBrandBackgroundHover: palette.themeDarkAlt,\n colorCompoundBrandBackgroundPressed: palette.themeDark,\n colorBrandBackgroundStatic: palette.themePrimary,\n colorBrandBackground2: palette.themeLighterAlt,\n colorBrandBackground2Hover: palette.themeLighterAlt,\n colorBrandBackground2Pressed: palette.themeLighterAlt,\n colorBrandBackgroundInverted: palette.white,\n colorBrandBackgroundInvertedHover: palette.themeLighterAlt,\n colorBrandBackgroundInvertedPressed: palette.themeLight,\n colorBrandBackgroundInvertedSelected: palette.themeLighter,\n colorNeutralStrokeAccessible: palette.neutralSecondary,\n colorNeutralStrokeAccessibleHover: palette.neutralSecondary,\n colorNeutralStrokeAccessiblePressed: palette.neutralSecondary,\n colorNeutralStrokeAccessibleSelected: palette.themePrimary,\n colorNeutralStroke1: palette.neutralQuaternary,\n colorNeutralStroke1Hover: palette.neutralTertiaryAlt,\n colorNeutralStroke1Pressed: palette.neutralTertiaryAlt,\n colorNeutralStroke1Selected: palette.neutralTertiaryAlt,\n colorNeutralStroke2: palette.neutralQuaternaryAlt,\n colorNeutralStroke3: palette.neutralLighter,\n colorNeutralStrokeSubtle: palette.neutralQuaternaryAlt,\n colorNeutralStrokeOnBrand: palette.white,\n colorNeutralStrokeOnBrand2: palette.white,\n colorNeutralStrokeOnBrand2Hover: palette.white,\n colorNeutralStrokeOnBrand2Pressed: palette.white,\n colorNeutralStrokeOnBrand2Selected: palette.white,\n colorBrandStroke1: palette.themePrimary,\n colorBrandStroke2: palette.themeLight,\n colorBrandStroke2Hover: palette.themeLight,\n colorBrandStroke2Pressed: palette.themeLight,\n colorBrandStroke2Contrast: palette.themeLight,\n colorCompoundBrandStroke: palette.themePrimary,\n colorCompoundBrandStrokeHover: palette.themeDarkAlt,\n colorCompoundBrandStrokePressed: palette.themeDark,\n colorNeutralStrokeDisabled: palette.neutralQuaternaryAlt,\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: inverted ? whiteAlpha[10] : blackAlpha[5],\n colorNeutralStrokeAlpha2: whiteAlpha[20],\n colorStrokeFocus1: palette.white,\n colorStrokeFocus2: palette.black,\n colorNeutralShadowAmbient: 'rgba(0,0,0,0.12)',\n colorNeutralShadowKey: 'rgba(0,0,0,0.14)',\n colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.06)',\n colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.07)',\n colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.20)',\n colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.24)',\n colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',\n colorBrandShadowKey: 'rgba(0,0,0,0.25)'\n };\n};\n/**\n * Creates v9 shadow tokens from v8 effects.\n */ const mapShadowTokens = (effects)=>{\n return {\n shadow4: effects.elevation4,\n shadow8: effects.elevation8,\n shadow16: effects.elevation16,\n shadow64: effects.elevation64\n };\n};\n/**\n * Creates v9 border radius tokens from v8 effects\n */ const mapBorderRadiusTokens = (effects)=>{\n return {\n borderRadiusSmall: effects.roundedCorner2,\n borderRadiusMedium: effects.roundedCorner4,\n borderRadiusLarge: effects.roundedCorner6\n };\n};\n/**\n * Creates a v9 theme from a v8 theme.\n * You can optional pass a base v9 theme; otherwise webLightTheme is used.\n */ export const createV9Theme = (themeV8, baseThemeV9)=>{\n const baseTheme = baseThemeV9 !== null && baseThemeV9 !== void 0 ? baseThemeV9 : webLightTheme;\n return {\n ...baseTheme,\n ...mapAliasColors(themeV8.palette, themeV8.isInverted),\n ...mapShadowTokens(themeV8.effects),\n ...mapBorderRadiusTokens(themeV8.effects)\n };\n};\n"],"names":["createV9Theme","mapAliasColors","palette","inverted","colorNeutralForeground1","neutralPrimary","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","neutralSecondary","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","themePrimary","colorNeutralForeground2BrandPressed","themeDarkAlt","colorNeutralForeground2BrandSelected","colorNeutralForeground3","neutralTertiary","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","neutralQuaternary","colorNeutralForegroundDisabled","neutralTertiaryAlt","colorNeutralForegroundInvertedDisabled","whiteAlpha","colorBrandForegroundLink","colorBrandForegroundLinkHover","themeDark","colorBrandForegroundLinkPressed","themeDarker","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorBrandForeground1","colorBrandForeground2","colorBrandForeground2Hover","colorBrandForeground2Pressed","colorNeutralForeground1Static","colorNeutralForegroundInverted","white","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundOnBrand","colorNeutralForegroundStaticInverted","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorNeutralForegroundInverted2","colorBrandForegroundInverted","themeSecondary","colorBrandForegroundInvertedHover","themeTertiary","colorBrandForegroundInvertedPressed","colorBrandForegroundOnLight","colorBrandForegroundOnLightHover","colorBrandForegroundOnLightPressed","colorBrandForegroundOnLightSelected","colorNeutralBackground1","colorNeutralBackground1Hover","neutralLighter","colorNeutralBackground1Pressed","neutralQuaternaryAlt","colorNeutralBackground1Selected","neutralLight","colorNeutralBackground2","neutralLighterAlt","colorNeutralBackground2Hover","colorNeutralBackground2Pressed","colorNeutralBackground2Selected","colorNeutralBackground3","colorNeutralBackground3Hover","colorNeutralBackground3Pressed","colorNeutralBackground3Selected","colorNeutralBackground4","colorNeutralBackground4Hover","colorNeutralBackground4Pressed","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundStatic","grey","colorNeutralBackgroundInverted","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundInvertedDisabled","colorNeutralStencil1","colorNeutralStencil2","colorNeutralStencil1Alpha","colorNeutralStencil2Alpha","colorBackgroundOverlay","colorScrollbarOverlay","colorBrandBackground","colorBrandBackgroundHover","colorBrandBackgroundPressed","colorBrandBackgroundSelected","colorCompoundBrandBackground","colorCompoundBrandBackgroundHover","colorCompoundBrandBackgroundPressed","colorBrandBackgroundStatic","colorBrandBackground2","themeLighterAlt","colorBrandBackground2Hover","colorBrandBackground2Pressed","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","themeLight","colorBrandBackgroundInvertedSelected","themeLighter","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorBrandStroke2Contrast","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorNeutralStrokeAlpha2","colorStrokeFocus1","colorStrokeFocus2","black","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey","mapShadowTokens","effects","shadow4","elevation4","shadow8","elevation8","shadow16","elevation16","shadow64","elevation64","mapBorderRadiusTokens","borderRadiusSmall","roundedCorner2","borderRadiusMedium","roundedCorner4","borderRadiusLarge","roundedCorner6","themeV8","baseThemeV9","baseTheme","webLightTheme","isInverted"],"mappings":"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"}
1
+ {"version":3,"sources":["v9ThemeShim.js"],"sourcesContent":["import { webLightTheme } from '@fluentui/react-components';\nimport { blackAlpha, whiteAlpha, grey, grey10Alpha, grey12Alpha } from './themeDuplicates';\n/**\n * Creates v9 color tokens from a v8 palette.\n */ const mapAliasColors = (palette, inverted)=>{\n return {\n colorNeutralForeground1: palette.neutralPrimary,\n colorNeutralForeground1Hover: palette.neutralPrimary,\n colorNeutralForeground1Pressed: palette.neutralPrimary,\n colorNeutralForeground1Selected: palette.neutralPrimary,\n colorNeutralForeground2: palette.neutralSecondary,\n colorNeutralForeground2Hover: palette.neutralPrimary,\n colorNeutralForeground2Pressed: palette.neutralPrimary,\n colorNeutralForeground2Selected: palette.neutralPrimary,\n colorNeutralForeground2BrandHover: palette.themePrimary,\n colorNeutralForeground2BrandPressed: palette.themeDarkAlt,\n colorNeutralForeground2BrandSelected: palette.themePrimary,\n colorNeutralForeground3: palette.neutralTertiary,\n colorNeutralForeground3Hover: palette.neutralSecondary,\n colorNeutralForeground3Pressed: palette.neutralSecondary,\n colorNeutralForeground3Selected: palette.neutralSecondary,\n colorNeutralForeground3BrandHover: palette.themePrimary,\n colorNeutralForeground3BrandPressed: palette.themeDarkAlt,\n colorNeutralForeground3BrandSelected: palette.themePrimary,\n colorNeutralForeground4: palette.neutralQuaternary,\n colorNeutralForegroundDisabled: palette.neutralTertiaryAlt,\n colorNeutralForegroundInvertedDisabled: whiteAlpha[40],\n colorBrandForegroundLink: palette.themeDarkAlt,\n colorBrandForegroundLinkHover: palette.themeDark,\n colorBrandForegroundLinkPressed: palette.themeDarker,\n colorBrandForegroundLinkSelected: palette.themeDarkAlt,\n colorNeutralForeground2Link: palette.neutralSecondary,\n colorNeutralForeground2LinkHover: palette.neutralPrimary,\n colorNeutralForeground2LinkPressed: palette.neutralPrimary,\n colorNeutralForeground2LinkSelected: palette.neutralPrimary,\n colorCompoundBrandForeground1: palette.themePrimary,\n colorCompoundBrandForeground1Hover: palette.themeDarkAlt,\n colorCompoundBrandForeground1Pressed: palette.themeDark,\n colorBrandForeground1: palette.themePrimary,\n colorBrandForeground2: palette.themeDarkAlt,\n colorBrandForeground2Hover: palette.themeDarkAlt,\n colorBrandForeground2Pressed: palette.themeDarkAlt,\n colorNeutralForeground1Static: palette.neutralPrimary,\n colorNeutralForegroundInverted: palette.white,\n colorNeutralForegroundInvertedHover: palette.white,\n colorNeutralForegroundInvertedPressed: palette.white,\n colorNeutralForegroundInvertedSelected: palette.white,\n colorNeutralForegroundOnBrand: palette.white,\n colorNeutralForegroundStaticInverted: palette.white,\n colorNeutralForegroundInvertedLink: palette.white,\n colorNeutralForegroundInvertedLinkHover: palette.white,\n colorNeutralForegroundInvertedLinkPressed: palette.white,\n colorNeutralForegroundInvertedLinkSelected: palette.white,\n colorNeutralForegroundInverted2: palette.white,\n colorBrandForegroundInverted: palette.themeSecondary,\n colorBrandForegroundInvertedHover: palette.themeTertiary,\n colorBrandForegroundInvertedPressed: palette.themeSecondary,\n colorBrandForegroundOnLight: palette.themePrimary,\n colorBrandForegroundOnLightHover: palette.themeDarkAlt,\n colorBrandForegroundOnLightPressed: palette.themeDark,\n colorBrandForegroundOnLightSelected: palette.themeDark,\n colorNeutralBackground1: palette.white,\n colorNeutralBackground1Hover: palette.neutralLighter,\n colorNeutralBackground1Pressed: palette.neutralQuaternaryAlt,\n colorNeutralBackground1Selected: palette.neutralLight,\n colorNeutralBackground2: palette.neutralLighterAlt,\n colorNeutralBackground2Hover: palette.neutralLighter,\n colorNeutralBackground2Pressed: palette.neutralQuaternaryAlt,\n colorNeutralBackground2Selected: palette.neutralLight,\n colorNeutralBackground3: palette.neutralLighter,\n colorNeutralBackground3Hover: palette.neutralLight,\n colorNeutralBackground3Pressed: palette.neutralQuaternary,\n colorNeutralBackground3Selected: palette.neutralQuaternaryAlt,\n colorNeutralBackground4: palette.neutralLighter,\n colorNeutralBackground4Hover: palette.neutralLighterAlt,\n colorNeutralBackground4Pressed: palette.neutralLighter,\n colorNeutralBackground4Selected: palette.white,\n colorNeutralBackground5: palette.neutralLight,\n colorNeutralBackground5Hover: palette.neutralLighter,\n colorNeutralBackground5Pressed: palette.neutralLighter,\n colorNeutralBackground5Selected: palette.neutralLighterAlt,\n colorNeutralBackground6: palette.neutralLight,\n colorNeutralBackgroundStatic: grey[20],\n colorNeutralBackgroundInverted: palette.neutralSecondary,\n colorNeutralBackgroundAlpha: inverted ? grey10Alpha[50] : whiteAlpha[50],\n colorNeutralBackgroundAlpha2: inverted ? grey12Alpha[70] : whiteAlpha[80],\n colorSubtleBackground: 'transparent',\n colorSubtleBackgroundHover: palette.neutralLighter,\n colorSubtleBackgroundPressed: palette.neutralQuaternaryAlt,\n colorSubtleBackgroundSelected: palette.neutralLight,\n colorSubtleBackgroundLightAlphaHover: inverted ? whiteAlpha[10] : whiteAlpha[80],\n colorSubtleBackgroundLightAlphaPressed: inverted ? whiteAlpha[5] : whiteAlpha[50],\n colorSubtleBackgroundLightAlphaSelected: 'transparent',\n colorSubtleBackgroundInverted: 'transparent',\n colorSubtleBackgroundInvertedHover: blackAlpha[10],\n colorSubtleBackgroundInvertedPressed: blackAlpha[30],\n colorSubtleBackgroundInvertedSelected: blackAlpha[20],\n colorTransparentBackground: 'transparent',\n colorTransparentBackgroundHover: 'transparent',\n colorTransparentBackgroundPressed: 'transparent',\n colorTransparentBackgroundSelected: 'transparent',\n colorNeutralBackgroundDisabled: palette.neutralLighter,\n colorNeutralBackgroundInvertedDisabled: whiteAlpha[10],\n colorNeutralStencil1: palette.neutralLight,\n colorNeutralStencil2: palette.neutralLighterAlt,\n colorNeutralStencil1Alpha: inverted ? whiteAlpha[10] : blackAlpha[10],\n colorNeutralStencil2Alpha: inverted ? whiteAlpha[5] : blackAlpha[5],\n colorBackgroundOverlay: blackAlpha[40],\n colorScrollbarOverlay: blackAlpha[50],\n colorBrandBackground: palette.themePrimary,\n colorBrandBackgroundHover: palette.themeDarkAlt,\n colorBrandBackgroundPressed: palette.themeDarker,\n colorBrandBackgroundSelected: palette.themeDark,\n colorCompoundBrandBackground: palette.themePrimary,\n colorCompoundBrandBackgroundHover: palette.themeDarkAlt,\n colorCompoundBrandBackgroundPressed: palette.themeDark,\n colorBrandBackgroundStatic: palette.themePrimary,\n colorBrandBackground2: palette.themeLighterAlt,\n colorBrandBackground2Hover: palette.themeLighterAlt,\n colorBrandBackground2Pressed: palette.themeLighterAlt,\n colorBrandBackgroundInverted: palette.white,\n colorBrandBackgroundInvertedHover: palette.themeLighterAlt,\n colorBrandBackgroundInvertedPressed: palette.themeLight,\n colorBrandBackgroundInvertedSelected: palette.themeLighter,\n colorNeutralStrokeAccessible: palette.neutralSecondary,\n colorNeutralStrokeAccessibleHover: palette.neutralSecondary,\n colorNeutralStrokeAccessiblePressed: palette.neutralSecondary,\n colorNeutralStrokeAccessibleSelected: palette.themePrimary,\n colorNeutralStroke1: palette.neutralQuaternary,\n colorNeutralStroke1Hover: palette.neutralTertiaryAlt,\n colorNeutralStroke1Pressed: palette.neutralTertiaryAlt,\n colorNeutralStroke1Selected: palette.neutralTertiaryAlt,\n colorNeutralStroke2: palette.neutralQuaternaryAlt,\n colorNeutralStroke3: palette.neutralLighter,\n colorNeutralStrokeSubtle: palette.neutralQuaternaryAlt,\n colorNeutralStrokeOnBrand: palette.white,\n colorNeutralStrokeOnBrand2: palette.white,\n colorNeutralStrokeOnBrand2Hover: palette.white,\n colorNeutralStrokeOnBrand2Pressed: palette.white,\n colorNeutralStrokeOnBrand2Selected: palette.white,\n colorBrandStroke1: palette.themePrimary,\n colorBrandStroke2: palette.themeLight,\n colorBrandStroke2Hover: palette.themeLight,\n colorBrandStroke2Pressed: palette.themeLight,\n colorBrandStroke2Contrast: palette.themeLight,\n colorCompoundBrandStroke: palette.themePrimary,\n colorCompoundBrandStrokeHover: palette.themeDarkAlt,\n colorCompoundBrandStrokePressed: palette.themeDark,\n colorNeutralStrokeDisabled: palette.neutralQuaternaryAlt,\n colorNeutralStrokeInvertedDisabled: whiteAlpha[40],\n colorTransparentStroke: 'transparent',\n colorTransparentStrokeInteractive: 'transparent',\n colorTransparentStrokeDisabled: 'transparent',\n colorNeutralStrokeAlpha: inverted ? whiteAlpha[10] : blackAlpha[5],\n colorNeutralStrokeAlpha2: whiteAlpha[20],\n colorStrokeFocus1: palette.white,\n colorStrokeFocus2: palette.black,\n colorNeutralShadowAmbient: 'rgba(0,0,0,0.12)',\n colorNeutralShadowKey: 'rgba(0,0,0,0.14)',\n colorNeutralShadowAmbientLighter: 'rgba(0,0,0,0.06)',\n colorNeutralShadowKeyLighter: 'rgba(0,0,0,0.07)',\n colorNeutralShadowAmbientDarker: 'rgba(0,0,0,0.20)',\n colorNeutralShadowKeyDarker: 'rgba(0,0,0,0.24)',\n colorBrandShadowAmbient: 'rgba(0,0,0,0.30)',\n colorBrandShadowKey: 'rgba(0,0,0,0.25)'\n };\n};\n/**\n * Creates v9 shadow tokens from v8 effects.\n */ const mapShadowTokens = (effects)=>{\n return {\n shadow4: effects.elevation4,\n shadow8: effects.elevation8,\n shadow16: effects.elevation16,\n shadow64: effects.elevation64\n };\n};\n/**\n * Creates v9 border radius tokens from v8 effects\n */ const mapBorderRadiusTokens = (effects)=>{\n return {\n borderRadiusSmall: effects.roundedCorner2,\n borderRadiusMedium: effects.roundedCorner4,\n borderRadiusLarge: effects.roundedCorner6\n };\n};\n/**\n * Creates a v9 theme from a v8 theme.\n * You can optional pass a base v9 theme; otherwise webLightTheme is used.\n */ export const createV9Theme = (themeV8, baseThemeV9)=>{\n const baseTheme = baseThemeV9 !== null && baseThemeV9 !== void 0 ? baseThemeV9 : webLightTheme;\n return {\n ...baseTheme,\n ...mapAliasColors(themeV8.palette, themeV8.isInverted),\n ...mapShadowTokens(themeV8.effects),\n ...mapBorderRadiusTokens(themeV8.effects)\n };\n};\n"],"names":["createV9Theme","mapAliasColors","palette","inverted","colorNeutralForeground1","neutralPrimary","colorNeutralForeground1Hover","colorNeutralForeground1Pressed","colorNeutralForeground1Selected","colorNeutralForeground2","neutralSecondary","colorNeutralForeground2Hover","colorNeutralForeground2Pressed","colorNeutralForeground2Selected","colorNeutralForeground2BrandHover","themePrimary","colorNeutralForeground2BrandPressed","themeDarkAlt","colorNeutralForeground2BrandSelected","colorNeutralForeground3","neutralTertiary","colorNeutralForeground3Hover","colorNeutralForeground3Pressed","colorNeutralForeground3Selected","colorNeutralForeground3BrandHover","colorNeutralForeground3BrandPressed","colorNeutralForeground3BrandSelected","colorNeutralForeground4","neutralQuaternary","colorNeutralForegroundDisabled","neutralTertiaryAlt","colorNeutralForegroundInvertedDisabled","whiteAlpha","colorBrandForegroundLink","colorBrandForegroundLinkHover","themeDark","colorBrandForegroundLinkPressed","themeDarker","colorBrandForegroundLinkSelected","colorNeutralForeground2Link","colorNeutralForeground2LinkHover","colorNeutralForeground2LinkPressed","colorNeutralForeground2LinkSelected","colorCompoundBrandForeground1","colorCompoundBrandForeground1Hover","colorCompoundBrandForeground1Pressed","colorBrandForeground1","colorBrandForeground2","colorBrandForeground2Hover","colorBrandForeground2Pressed","colorNeutralForeground1Static","colorNeutralForegroundInverted","white","colorNeutralForegroundInvertedHover","colorNeutralForegroundInvertedPressed","colorNeutralForegroundInvertedSelected","colorNeutralForegroundOnBrand","colorNeutralForegroundStaticInverted","colorNeutralForegroundInvertedLink","colorNeutralForegroundInvertedLinkHover","colorNeutralForegroundInvertedLinkPressed","colorNeutralForegroundInvertedLinkSelected","colorNeutralForegroundInverted2","colorBrandForegroundInverted","themeSecondary","colorBrandForegroundInvertedHover","themeTertiary","colorBrandForegroundInvertedPressed","colorBrandForegroundOnLight","colorBrandForegroundOnLightHover","colorBrandForegroundOnLightPressed","colorBrandForegroundOnLightSelected","colorNeutralBackground1","colorNeutralBackground1Hover","neutralLighter","colorNeutralBackground1Pressed","neutralQuaternaryAlt","colorNeutralBackground1Selected","neutralLight","colorNeutralBackground2","neutralLighterAlt","colorNeutralBackground2Hover","colorNeutralBackground2Pressed","colorNeutralBackground2Selected","colorNeutralBackground3","colorNeutralBackground3Hover","colorNeutralBackground3Pressed","colorNeutralBackground3Selected","colorNeutralBackground4","colorNeutralBackground4Hover","colorNeutralBackground4Pressed","colorNeutralBackground4Selected","colorNeutralBackground5","colorNeutralBackground5Hover","colorNeutralBackground5Pressed","colorNeutralBackground5Selected","colorNeutralBackground6","colorNeutralBackgroundStatic","grey","colorNeutralBackgroundInverted","colorNeutralBackgroundAlpha","grey10Alpha","colorNeutralBackgroundAlpha2","grey12Alpha","colorSubtleBackground","colorSubtleBackgroundHover","colorSubtleBackgroundPressed","colorSubtleBackgroundSelected","colorSubtleBackgroundLightAlphaHover","colorSubtleBackgroundLightAlphaPressed","colorSubtleBackgroundLightAlphaSelected","colorSubtleBackgroundInverted","colorSubtleBackgroundInvertedHover","blackAlpha","colorSubtleBackgroundInvertedPressed","colorSubtleBackgroundInvertedSelected","colorTransparentBackground","colorTransparentBackgroundHover","colorTransparentBackgroundPressed","colorTransparentBackgroundSelected","colorNeutralBackgroundDisabled","colorNeutralBackgroundInvertedDisabled","colorNeutralStencil1","colorNeutralStencil2","colorNeutralStencil1Alpha","colorNeutralStencil2Alpha","colorBackgroundOverlay","colorScrollbarOverlay","colorBrandBackground","colorBrandBackgroundHover","colorBrandBackgroundPressed","colorBrandBackgroundSelected","colorCompoundBrandBackground","colorCompoundBrandBackgroundHover","colorCompoundBrandBackgroundPressed","colorBrandBackgroundStatic","colorBrandBackground2","themeLighterAlt","colorBrandBackground2Hover","colorBrandBackground2Pressed","colorBrandBackgroundInverted","colorBrandBackgroundInvertedHover","colorBrandBackgroundInvertedPressed","themeLight","colorBrandBackgroundInvertedSelected","themeLighter","colorNeutralStrokeAccessible","colorNeutralStrokeAccessibleHover","colorNeutralStrokeAccessiblePressed","colorNeutralStrokeAccessibleSelected","colorNeutralStroke1","colorNeutralStroke1Hover","colorNeutralStroke1Pressed","colorNeutralStroke1Selected","colorNeutralStroke2","colorNeutralStroke3","colorNeutralStrokeSubtle","colorNeutralStrokeOnBrand","colorNeutralStrokeOnBrand2","colorNeutralStrokeOnBrand2Hover","colorNeutralStrokeOnBrand2Pressed","colorNeutralStrokeOnBrand2Selected","colorBrandStroke1","colorBrandStroke2","colorBrandStroke2Hover","colorBrandStroke2Pressed","colorBrandStroke2Contrast","colorCompoundBrandStroke","colorCompoundBrandStrokeHover","colorCompoundBrandStrokePressed","colorNeutralStrokeDisabled","colorNeutralStrokeInvertedDisabled","colorTransparentStroke","colorTransparentStrokeInteractive","colorTransparentStrokeDisabled","colorNeutralStrokeAlpha","colorNeutralStrokeAlpha2","colorStrokeFocus1","colorStrokeFocus2","black","colorNeutralShadowAmbient","colorNeutralShadowKey","colorNeutralShadowAmbientLighter","colorNeutralShadowKeyLighter","colorNeutralShadowAmbientDarker","colorNeutralShadowKeyDarker","colorBrandShadowAmbient","colorBrandShadowKey","mapShadowTokens","effects","shadow4","elevation4","shadow8","elevation8","shadow16","elevation16","shadow64","elevation64","mapBorderRadiusTokens","borderRadiusSmall","roundedCorner2","borderRadiusMedium","roundedCorner4","borderRadiusLarge","roundedCorner6","themeV8","baseThemeV9","baseTheme","webLightTheme","isInverted"],"mappings":"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"}
@@ -9,38 +9,102 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- ActionButtonShim: ()=>_index.ActionButtonShim,
13
- ButtonShim: ()=>_index.ButtonShim,
14
- CommandButtonShim: ()=>_index.CommandButtonShim,
15
- CompoundButtonShim: ()=>_index.CompoundButtonShim,
16
- DefaultButtonShim: ()=>_index.DefaultButtonShim,
17
- MenuButtonShim: ()=>_index.MenuButtonShim,
18
- PrimaryButtonShim: ()=>_index.PrimaryButtonShim,
19
- shimButtonProps: ()=>_index.shimButtonProps,
20
- ToggleButtonShim: ()=>_index.ToggleButtonShim,
21
- MenuItemShim: ()=>_index1.MenuItemShim,
22
- shimMenuProps: ()=>_index1.shimMenuProps,
23
- StackItemShim: ()=>_index2.StackItemShim,
24
- StackShim: ()=>_index2.StackShim,
25
- black: ()=>_index3.black,
26
- blackAlpha: ()=>_index3.blackAlpha,
27
- brandWeb: ()=>_index3.brandWeb,
28
- createBrandVariants: ()=>_index3.createBrandVariants,
29
- createV8Theme: ()=>_index3.createV8Theme,
30
- createV9Theme: ()=>_index3.createV9Theme,
31
- grey: ()=>_index3.grey,
32
- grey14Alpha: ()=>_index3.grey14Alpha,
33
- hcButtonFace: ()=>_index3.hcButtonFace,
34
- hcButtonText: ()=>_index3.hcButtonText,
35
- hcCanvas: ()=>_index3.hcCanvas,
36
- hcCanvasText: ()=>_index3.hcCanvasText,
37
- hcDisabled: ()=>_index3.hcDisabled,
38
- hcHighlight: ()=>_index3.hcHighlight,
39
- hcHighlightText: ()=>_index3.hcHighlightText,
40
- hcHyperlink: ()=>_index3.hcHyperlink,
41
- sharedColors: ()=>_index3.sharedColors,
42
- white: ()=>_index3.white,
43
- whiteAlpha: ()=>_index3.whiteAlpha
12
+ ActionButtonShim: function() {
13
+ return _index.ActionButtonShim;
14
+ },
15
+ ButtonShim: function() {
16
+ return _index.ButtonShim;
17
+ },
18
+ CommandButtonShim: function() {
19
+ return _index.CommandButtonShim;
20
+ },
21
+ CompoundButtonShim: function() {
22
+ return _index.CompoundButtonShim;
23
+ },
24
+ DefaultButtonShim: function() {
25
+ return _index.DefaultButtonShim;
26
+ },
27
+ MenuButtonShim: function() {
28
+ return _index.MenuButtonShim;
29
+ },
30
+ PrimaryButtonShim: function() {
31
+ return _index.PrimaryButtonShim;
32
+ },
33
+ shimButtonProps: function() {
34
+ return _index.shimButtonProps;
35
+ },
36
+ ToggleButtonShim: function() {
37
+ return _index.ToggleButtonShim;
38
+ },
39
+ MenuItemShim: function() {
40
+ return _index1.MenuItemShim;
41
+ },
42
+ shimMenuProps: function() {
43
+ return _index1.shimMenuProps;
44
+ },
45
+ StackItemShim: function() {
46
+ return _index2.StackItemShim;
47
+ },
48
+ StackShim: function() {
49
+ return _index2.StackShim;
50
+ },
51
+ black: function() {
52
+ return _index3.black;
53
+ },
54
+ blackAlpha: function() {
55
+ return _index3.blackAlpha;
56
+ },
57
+ brandWeb: function() {
58
+ return _index3.brandWeb;
59
+ },
60
+ createBrandVariants: function() {
61
+ return _index3.createBrandVariants;
62
+ },
63
+ createV8Theme: function() {
64
+ return _index3.createV8Theme;
65
+ },
66
+ createV9Theme: function() {
67
+ return _index3.createV9Theme;
68
+ },
69
+ grey: function() {
70
+ return _index3.grey;
71
+ },
72
+ grey14Alpha: function() {
73
+ return _index3.grey14Alpha;
74
+ },
75
+ hcButtonFace: function() {
76
+ return _index3.hcButtonFace;
77
+ },
78
+ hcButtonText: function() {
79
+ return _index3.hcButtonText;
80
+ },
81
+ hcCanvas: function() {
82
+ return _index3.hcCanvas;
83
+ },
84
+ hcCanvasText: function() {
85
+ return _index3.hcCanvasText;
86
+ },
87
+ hcDisabled: function() {
88
+ return _index3.hcDisabled;
89
+ },
90
+ hcHighlight: function() {
91
+ return _index3.hcHighlight;
92
+ },
93
+ hcHighlightText: function() {
94
+ return _index3.hcHighlightText;
95
+ },
96
+ hcHyperlink: function() {
97
+ return _index3.hcHyperlink;
98
+ },
99
+ sharedColors: function() {
100
+ return _index3.sharedColors;
101
+ },
102
+ white: function() {
103
+ return _index3.white;
104
+ },
105
+ whiteAlpha: function() {
106
+ return _index3.whiteAlpha;
107
+ }
44
108
  });
45
109
  const _index = require("./components/Button/index");
46
110
  const _index1 = require("./components/Menu/index");
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"sourcesContent":["export { ActionButtonShim, ButtonShim, CommandButtonShim, CompoundButtonShim, DefaultButtonShim, MenuButtonShim, PrimaryButtonShim, shimButtonProps, ToggleButtonShim } from './components/Button/index';\nexport { MenuItemShim, shimMenuProps } from './components/Menu/index';\nexport { StackItemShim, StackShim } from './components/Stack/index';\nexport { black, blackAlpha, brandWeb, createBrandVariants, createV8Theme, createV9Theme, grey, grey14Alpha, hcButtonFace, hcButtonText, hcCanvas, hcCanvasText, hcDisabled, hcHighlight, hcHighlightText, hcHyperlink, sharedColors, white, whiteAlpha } from './components/Theme/index';\n"],"names":["ActionButtonShim","ButtonShim","CommandButtonShim","CompoundButtonShim","DefaultButtonShim","MenuButtonShim","PrimaryButtonShim","shimButtonProps","ToggleButtonShim","MenuItemShim","shimMenuProps","StackItemShim","StackShim","black","blackAlpha","brandWeb","createBrandVariants","createV8Theme","createV9Theme","grey","grey14Alpha","hcButtonFace","hcButtonText","hcCanvas","hcCanvasText","hcDisabled","hcHighlight","hcHighlightText","hcHyperlink","sharedColors","white","whiteAlpha"],"mappings":";;;;;;;;;;;IAASA,gBAAgB,MAAhBA,uBAAgB;IAAEC,UAAU,MAAVA,iBAAU;IAAEC,iBAAiB,MAAjBA,wBAAiB;IAAEC,kBAAkB,MAAlBA,yBAAkB;IAAEC,iBAAiB,MAAjBA,wBAAiB;IAAEC,cAAc,MAAdA,qBAAc;IAAEC,iBAAiB,MAAjBA,wBAAiB;IAAEC,eAAe,MAAfA,sBAAe;IAAEC,gBAAgB,MAAhBA,uBAAgB;IAC5JC,YAAY,MAAZA,oBAAY;IAAEC,aAAa,MAAbA,qBAAa;IAC3BC,aAAa,MAAbA,qBAAa;IAAEC,SAAS,MAATA,iBAAS;IACxBC,KAAK,MAALA,aAAK;IAAEC,UAAU,MAAVA,kBAAU;IAAEC,QAAQ,MAARA,gBAAQ;IAAEC,mBAAmB,MAAnBA,2BAAmB;IAAEC,aAAa,MAAbA,qBAAa;IAAEC,aAAa,MAAbA,qBAAa;IAAEC,IAAI,MAAJA,YAAI;IAAEC,WAAW,MAAXA,mBAAW;IAAEC,YAAY,MAAZA,oBAAY;IAAEC,YAAY,MAAZA,oBAAY;IAAEC,QAAQ,MAARA,gBAAQ;IAAEC,YAAY,MAAZA,oBAAY;IAAEC,UAAU,MAAVA,kBAAU;IAAEC,WAAW,MAAXA,mBAAW;IAAEC,eAAe,MAAfA,uBAAe;IAAEC,WAAW,MAAXA,mBAAW;IAAEC,YAAY,MAAZA,oBAAY;IAAEC,KAAK,MAALA,aAAK;IAAEC,UAAU,MAAVA,kBAAU;;uBAHzE;wBACjI;wBACH;wBACqN"}
1
+ {"version":3,"sources":["index.js"],"sourcesContent":["export { ActionButtonShim, ButtonShim, CommandButtonShim, CompoundButtonShim, DefaultButtonShim, MenuButtonShim, PrimaryButtonShim, shimButtonProps, ToggleButtonShim } from './components/Button/index';\nexport { MenuItemShim, shimMenuProps } from './components/Menu/index';\nexport { StackItemShim, StackShim } from './components/Stack/index';\nexport { black, blackAlpha, brandWeb, createBrandVariants, createV8Theme, createV9Theme, grey, grey14Alpha, hcButtonFace, hcButtonText, hcCanvas, hcCanvasText, hcDisabled, hcHighlight, hcHighlightText, hcHyperlink, sharedColors, white, whiteAlpha } from './components/Theme/index';\n"],"names":["ActionButtonShim","ButtonShim","CommandButtonShim","CompoundButtonShim","DefaultButtonShim","MenuButtonShim","PrimaryButtonShim","shimButtonProps","ToggleButtonShim","MenuItemShim","shimMenuProps","StackItemShim","StackShim","black","blackAlpha","brandWeb","createBrandVariants","createV8Theme","createV9Theme","grey","grey14Alpha","hcButtonFace","hcButtonText","hcCanvas","hcCanvasText","hcDisabled","hcHighlight","hcHighlightText","hcHyperlink","sharedColors","white","whiteAlpha"],"mappings":";;;;;;;;;;;IAASA,gBAAgB;eAAhBA,uBAAgB;;IAAEC,UAAU;eAAVA,iBAAU;;IAAEC,iBAAiB;eAAjBA,wBAAiB;;IAAEC,kBAAkB;eAAlBA,yBAAkB;;IAAEC,iBAAiB;eAAjBA,wBAAiB;;IAAEC,cAAc;eAAdA,qBAAc;;IAAEC,iBAAiB;eAAjBA,wBAAiB;;IAAEC,eAAe;eAAfA,sBAAe;;IAAEC,gBAAgB;eAAhBA,uBAAgB;;IAC5JC,YAAY;eAAZA,oBAAY;;IAAEC,aAAa;eAAbA,qBAAa;;IAC3BC,aAAa;eAAbA,qBAAa;;IAAEC,SAAS;eAATA,iBAAS;;IACxBC,KAAK;eAALA,aAAK;;IAAEC,UAAU;eAAVA,kBAAU;;IAAEC,QAAQ;eAARA,gBAAQ;;IAAEC,mBAAmB;eAAnBA,2BAAmB;;IAAEC,aAAa;eAAbA,qBAAa;;IAAEC,aAAa;eAAbA,qBAAa;;IAAEC,IAAI;eAAJA,YAAI;;IAAEC,WAAW;eAAXA,mBAAW;;IAAEC,YAAY;eAAZA,oBAAY;;IAAEC,YAAY;eAAZA,oBAAY;;IAAEC,QAAQ;eAARA,gBAAQ;;IAAEC,YAAY;eAAZA,oBAAY;;IAAEC,UAAU;eAAVA,kBAAU;;IAAEC,WAAW;eAAXA,mBAAW;;IAAEC,eAAe;eAAfA,uBAAe;;IAAEC,WAAW;eAAXA,mBAAW;;IAAEC,YAAY;eAAZA,oBAAY;;IAAEC,KAAK;eAALA,aAAK;;IAAEC,UAAU;eAAVA,kBAAU;;;uBAHzE;wBACjI;wBACH;wBACqN"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.4.10",
3
+ "version": "9.4.12",
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",
@@ -32,20 +32,20 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@ctrl/tinycolor": "3.3.4",
35
- "@fluentui/fluent2-theme": "^8.107.37",
36
- "@fluentui/react": "^8.111.1",
37
- "@fluentui/react-components": "^9.30.1",
35
+ "@fluentui/fluent2-theme": "^8.107.38",
36
+ "@fluentui/react": "^8.111.2",
37
+ "@fluentui/react-components": "^9.30.3",
38
38
  "@fluentui/react-icons": "^2.0.207",
39
- "@fluentui/react-theme": "^9.1.11",
40
- "@fluentui/react-utilities": "^9.13.0",
39
+ "@fluentui/react-theme": "^9.1.12",
40
+ "@fluentui/react-utilities": "^9.13.2",
41
41
  "@griffel/react": "^1.5.14",
42
- "@swc/helpers": "^0.4.14"
42
+ "@swc/helpers": "^0.5.1"
43
43
  },
44
44
  "peerDependencies": {
45
- "@types/react": ">=16.8.0 <19.0.0",
46
- "@types/react-dom": ">=16.8.0 <19.0.0",
47
- "react": ">=16.8.0 <19.0.0",
48
- "react-dom": ">=16.8.0 <19.0.0"
45
+ "@types/react": ">=16.14.0 <19.0.0",
46
+ "@types/react-dom": ">=16.14.0 <19.0.0",
47
+ "react": ">=16.14.0 <19.0.0",
48
+ "react-dom": ">=16.14.0 <19.0.0"
49
49
  },
50
50
  "beachball": {
51
51
  "disallowedChangeTypes": [