From a5aee3590a0f3583e2f0c9908083278f3539eb1c Mon Sep 17 00:00:00 2001 From: Ruriko Araki Date: Mon, 14 Aug 2023 14:45:27 -0700 Subject: [PATCH] Have postBump also regenerate lockfile (#3031) * Have postBump also regenerate lockfile * Add comment * Edit command * Update yarn.lock --- beachball.config.js | 4 + yarn.lock | 638 ++++++++++++++++++++++---------------------- 2 files changed, 323 insertions(+), 319 deletions(-) diff --git a/beachball.config.js b/beachball.config.js index a51b85cdd..f7be9faee 100644 --- a/beachball.config.js +++ b/beachball.config.js @@ -18,6 +18,10 @@ module.exports = { if (name === '@fluentui-react-native/dependency-profiles') { console.log(`Updating ${name} to use latest published versions`); execSync(`yarn update-profile`, { cwd: packagePath }); + // This logic is run after all bumps have happened, + // so it's ok that it's only run once + console.log('Updating lockfile'); + execSync(`yarn install --mode update-lockfile`); } }, }, diff --git a/yarn.lock b/yarn.lock index cb4911f5a..e2956adc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2509,7 +2509,7 @@ __metadata: languageName: node linkType: hard -"@fluentui-react-native/adapters@*, @fluentui-react-native/adapters@0.11.1, @fluentui-react-native/adapters@>=0.11.1 <1.0.0, @fluentui-react-native/adapters@^0.11.1, @fluentui-react-native/adapters@workspace:packages/utils/adapters": +"@fluentui-react-native/adapters@*, @fluentui-react-native/adapters@0.11.2, @fluentui-react-native/adapters@>=0.11.2 <1.0.0, @fluentui-react-native/adapters@^0.11.2, @fluentui-react-native/adapters@workspace:packages/utils/adapters": version: 0.0.0-use.local resolution: "@fluentui-react-native/adapters@workspace:packages/utils/adapters" dependencies: @@ -2529,7 +2529,7 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/android-theme@*, @fluentui-react-native/android-theme@>=0.18.4 <1.0.0, @fluentui-react-native/android-theme@workspace:packages/theming/android-theme": +"@fluentui-react-native/android-theme@*, @fluentui-react-native/android-theme@>=0.18.5 <1.0.0, @fluentui-react-native/android-theme@workspace:packages/theming/android-theme": version: 0.0.0-use.local resolution: "@fluentui-react-native/android-theme@workspace:packages/theming/android-theme" dependencies: @@ -2539,7 +2539,7 @@ __metadata: "@fluentui-react-native/theme": ">=0.9.1 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" react: 18.2.0 react-native: ^0.71.0 peerDependencies: @@ -2548,21 +2548,21 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/apple-theme@*, @fluentui-react-native/apple-theme@>=0.21.7 <1.0.0, @fluentui-react-native/apple-theme@workspace:packages/theming/apple-theme": +"@fluentui-react-native/apple-theme@*, @fluentui-react-native/apple-theme@>=0.21.8 <1.0.0, @fluentui-react-native/apple-theme@workspace:packages/theming/apple-theme": version: 0.0.0-use.local resolution: "@fluentui-react-native/apple-theme@workspace:packages/theming/apple-theme" dependencies: - "@fluentui-react-native/default-theme": ">=0.19.5 <1.0.0" + "@fluentui-react-native/default-theme": ">=0.19.6 <1.0.0" "@fluentui-react-native/design-tokens-ios": ^0.53.0 "@fluentui-react-native/design-tokens-macos": ^0.53.0 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/experimental-appearance-additions": ^0.5.6 + "@fluentui-react-native/experimental-appearance-additions": ^0.5.7 "@fluentui-react-native/memo-cache": ^1.3.1 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/theme": ">=0.9.1 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" - "@fluentui-react-native/theming-utils": ^0.24.2 + "@fluentui-react-native/theming-utils": ^0.24.3 "@types/react": ^18.2.0 assert-never: ^1.2.1 react: 18.2.0 @@ -2575,19 +2575,19 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/avatar@*, @fluentui-react-native/avatar@^1.10.8, @fluentui-react-native/avatar@workspace:packages/components/Avatar": +"@fluentui-react-native/avatar@*, @fluentui-react-native/avatar@^1.10.9, @fluentui-react-native/avatar@workspace:packages/components/Avatar": version: 0.0.0-use.local resolution: "@fluentui-react-native/avatar@workspace:packages/components/Avatar" dependencies: - "@fluentui-react-native/adapters": ^0.11.1 - "@fluentui-react-native/badge": ^0.7.4 + "@fluentui-react-native/adapters": ^0.11.2 + "@fluentui-react-native/badge": ^0.7.5 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/icon": ^0.19.6 + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/icon": ^0.19.7 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/theme-tokens": ^0.25.1 - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" - "@fluentui-react-native/tokens": ^0.21.1 + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" + "@fluentui-react-native/tokens": ^0.21.2 "@fluentui-react-native/use-styling": ^0.11.1 "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -2600,22 +2600,22 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/badge@*, @fluentui-react-native/badge@>=0.7.4 <1.0.0, @fluentui-react-native/badge@^0.7.4, @fluentui-react-native/badge@workspace:packages/components/Badge": +"@fluentui-react-native/badge@*, @fluentui-react-native/badge@>=0.7.5 <1.0.0, @fluentui-react-native/badge@^0.7.5, @fluentui-react-native/badge@workspace:packages/components/Badge": version: 0.0.0-use.local resolution: "@fluentui-react-native/badge@workspace:packages/components/Badge" dependencies: - "@fluentui-react-native/adapters": ^0.11.1 + "@fluentui-react-native/adapters": ^0.11.2 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/experimental-shadow": ">=0.4.6 <1.0.0" - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" - "@fluentui-react-native/icon": ^0.19.6 + "@fluentui-react-native/experimental-shadow": ">=0.4.7 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" + "@fluentui-react-native/icon": ^0.19.7 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 "@fluentui-react-native/theme-types": ^0.32.0 - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" - "@fluentui-react-native/tokens": ^0.21.1 + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" + "@fluentui-react-native/tokens": ^0.21.2 "@fluentui-react-native/use-styling": ^0.11.1 "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -2628,30 +2628,30 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/button@*, @fluentui-react-native/button@0.34.9, @fluentui-react-native/button@>=0.34.9 <1.0.0, @fluentui-react-native/button@^0.34.9, @fluentui-react-native/button@workspace:packages/components/Button": +"@fluentui-react-native/button@*, @fluentui-react-native/button@0.34.10, @fluentui-react-native/button@>=0.34.10 <1.0.0, @fluentui-react-native/button@^0.34.10, @fluentui-react-native/button@workspace:packages/components/Button": version: 0.0.0-use.local resolution: "@fluentui-react-native/button@workspace:packages/components/Button" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/experimental-activity-indicator": ^0.8.5 - "@fluentui-react-native/experimental-shadow": 0.4.6 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/icon": 0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" - "@fluentui-react-native/pressable": ">=0.10.7 <1.0.0" + "@fluentui-react-native/experimental-activity-indicator": ^0.8.6 + "@fluentui-react-native/experimental-shadow": 0.4.7 + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/icon": 0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" + "@fluentui-react-native/pressable": ">=0.10.8 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/styling-utils": ">=0.5.0 <1.0.0" "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0" "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -2662,19 +2662,19 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/callout@*, @fluentui-react-native/callout@0.24.12, @fluentui-react-native/callout@>=0.24.12 <1.0.0, @fluentui-react-native/callout@workspace:packages/components/Callout": +"@fluentui-react-native/callout@*, @fluentui-react-native/callout@0.24.13, @fluentui-react-native/callout@>=0.24.13 <1.0.0, @fluentui-react-native/callout@workspace:packages/components/Callout": version: 0.0.0-use.local resolution: "@fluentui-react-native/callout@workspace:packages/components/Callout" dependencies: - "@fluentui-react-native/adapters": ^0.11.1 + "@fluentui-react-native/adapters": ^0.11.2 "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -2684,26 +2684,26 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/checkbox@*, @fluentui-react-native/checkbox@0.20.9, @fluentui-react-native/checkbox@>=0.20.9 <1.0.0, @fluentui-react-native/checkbox@workspace:packages/components/Checkbox": +"@fluentui-react-native/checkbox@*, @fluentui-react-native/checkbox@0.20.10, @fluentui-react-native/checkbox@>=0.20.10 <1.0.0, @fluentui-react-native/checkbox@workspace:packages/components/Checkbox": version: 0.0.0-use.local resolution: "@fluentui-react-native/checkbox@workspace:packages/components/Checkbox" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" - "@fluentui-react-native/pressable": ">=0.10.7 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" + "@fluentui-react-native/pressable": ">=0.10.8 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/styling-utils": ">=0.5.0 <1.0.0" "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -2716,20 +2716,20 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/chip@^0.1.5, @fluentui-react-native/chip@workspace:packages/components/Chip": +"@fluentui-react-native/chip@^0.1.6, @fluentui-react-native/chip@workspace:packages/components/Chip": version: 0.0.0-use.local resolution: "@fluentui-react-native/chip@workspace:packages/components/Chip" dependencies: - "@fluentui-react-native/adapters": ^0.11.1 + "@fluentui-react-native/adapters": ^0.11.2 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" - "@fluentui-react-native/icon": ^0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" + "@fluentui-react-native/icon": ^0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 - "@fluentui-react-native/tokens": ^0.21.1 + "@fluentui-react-native/tokens": ^0.21.2 "@fluentui-react-native/use-styling": ^0.11.1 "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -2790,23 +2790,23 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/contextual-menu@*, @fluentui-react-native/contextual-menu@0.22.13, @fluentui-react-native/contextual-menu@^0.22.13, @fluentui-react-native/contextual-menu@workspace:packages/components/ContextualMenu": +"@fluentui-react-native/contextual-menu@*, @fluentui-react-native/contextual-menu@0.22.14, @fluentui-react-native/contextual-menu@^0.22.14, @fluentui-react-native/contextual-menu@workspace:packages/components/ContextualMenu": version: 0.0.0-use.local resolution: "@fluentui-react-native/contextual-menu@workspace:packages/components/ContextualMenu" dependencies: - "@fluentui-react-native/adapters": ^0.11.1 - "@fluentui-react-native/callout": ">=0.24.12 <1.0.0" + "@fluentui-react-native/adapters": ^0.11.2 + "@fluentui-react-native/callout": ">=0.24.13 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ^0.12.8 - "@fluentui-react-native/icon": 0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" - "@fluentui-react-native/pressable": ">=0.10.7 <1.0.0" + "@fluentui-react-native/focus-zone": ^0.12.9 + "@fluentui-react-native/icon": 0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" + "@fluentui-react-native/pressable": ">=0.10.8 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -2819,7 +2819,7 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/default-theme@*, @fluentui-react-native/default-theme@>=0.19.5 <1.0.0, @fluentui-react-native/default-theme@workspace:packages/theming/default-theme": +"@fluentui-react-native/default-theme@*, @fluentui-react-native/default-theme@>=0.19.6 <1.0.0, @fluentui-react-native/default-theme@workspace:packages/theming/default-theme": version: 0.0.0-use.local resolution: "@fluentui-react-native/default-theme@workspace:packages/theming/default-theme" dependencies: @@ -2829,7 +2829,7 @@ __metadata: "@fluentui-react-native/theme": ">=0.9.1 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@types/react": ^18.2.0 assert-never: ^1.2.1 @@ -2958,18 +2958,18 @@ __metadata: languageName: node linkType: hard -"@fluentui-react-native/divider@^0.5.6, @fluentui-react-native/divider@workspace:packages/components/Divider": +"@fluentui-react-native/divider@^0.5.7, @fluentui-react-native/divider@workspace:packages/components/Divider": version: 0.0.0-use.local resolution: "@fluentui-react-native/divider@workspace:packages/components/Divider" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/icon": 0.19.6 + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/icon": 0.19.7 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 react-native: ^0.71.0 @@ -2979,13 +2979,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/drawer@^0.2.7, @fluentui-react-native/drawer@workspace:packages/experimental/Drawer": +"@fluentui-react-native/drawer@^0.2.8, @fluentui-react-native/drawer@workspace:packages/experimental/Drawer": version: 0.0.0-use.local resolution: "@fluentui-react-native/drawer@workspace:packages/experimental/Drawer" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/theme-tokens": ^0.25.1 "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" @@ -2997,19 +2997,19 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/dropdown@*, @fluentui-react-native/dropdown@>=0.8.16 <1.0.0, @fluentui-react-native/dropdown@workspace:packages/experimental/Dropdown": +"@fluentui-react-native/dropdown@*, @fluentui-react-native/dropdown@>=0.8.17 <1.0.0, @fluentui-react-native/dropdown@workspace:packages/experimental/Dropdown": version: 0.0.0-use.local resolution: "@fluentui-react-native/dropdown@workspace:packages/experimental/Dropdown" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" - "@fluentui-react-native/button": ">=0.34.9 <1.0.0" - "@fluentui-react-native/callout": ">=0.24.12 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" + "@fluentui-react-native/button": ">=0.34.10 <1.0.0" + "@fluentui-react-native/callout": ">=0.24.13 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 react: 18.2.0 react-native: ^0.71.0 @@ -3028,7 +3028,7 @@ __metadata: "@babel/core": ^7.8.0 "@babel/runtime": ^7.8.0 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ^0.12.8 + "@fluentui-react-native/focus-zone": ^0.12.9 "@fluentui-react-native/scripts": ^0.1.1 "@rnx-kit/metro-config": ^1.3.1 "@types/jasmine": 3.10.3 @@ -3064,12 +3064,12 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-activity-indicator@*, @fluentui-react-native/experimental-activity-indicator@>=0.8.5 <1.0.0, @fluentui-react-native/experimental-activity-indicator@^0.8.5, @fluentui-react-native/experimental-activity-indicator@workspace:packages/experimental/ActivityIndicator": +"@fluentui-react-native/experimental-activity-indicator@*, @fluentui-react-native/experimental-activity-indicator@>=0.8.6 <1.0.0, @fluentui-react-native/experimental-activity-indicator@^0.8.6, @fluentui-react-native/experimental-activity-indicator@workspace:packages/experimental/ActivityIndicator": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-activity-indicator@workspace:packages/experimental/ActivityIndicator" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 assert-never: ^1.2.1 react: 18.2.0 @@ -3082,12 +3082,12 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-appearance-additions@^0.5.6, @fluentui-react-native/experimental-appearance-additions@workspace:packages/experimental/AppearanceAdditions": +"@fluentui-react-native/experimental-appearance-additions@^0.5.7, @fluentui-react-native/experimental-appearance-additions@workspace:packages/experimental/AppearanceAdditions": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-appearance-additions@workspace:packages/experimental/AppearanceAdditions" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 "@types/use-subscription": 1.0.0 react: 18.2.0 @@ -3099,13 +3099,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-avatar@*, @fluentui-react-native/experimental-avatar@>=0.19.5 <1.0.0, @fluentui-react-native/experimental-avatar@workspace:packages/experimental/Avatar": +"@fluentui-react-native/experimental-avatar@*, @fluentui-react-native/experimental-avatar@>=0.19.6 <1.0.0, @fluentui-react-native/experimental-avatar@workspace:packages/experimental/Avatar": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-avatar@workspace:packages/experimental/Avatar" dependencies: "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 react: 18.2.0 react-native: ^0.71.0 @@ -3115,11 +3115,11 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-button@*, @fluentui-react-native/experimental-button@0.18.9, @fluentui-react-native/experimental-button@^0.18.9, @fluentui-react-native/experimental-button@workspace:packages/experimental/Button": +"@fluentui-react-native/experimental-button@*, @fluentui-react-native/experimental-button@0.18.10, @fluentui-react-native/experimental-button@^0.18.10, @fluentui-react-native/experimental-button@workspace:packages/experimental/Button": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-button@workspace:packages/experimental/Button" dependencies: - "@fluentui-react-native/button": ^0.34.9 + "@fluentui-react-native/button": ^0.34.10 "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" @@ -3131,15 +3131,15 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-checkbox@*, @fluentui-react-native/experimental-checkbox@0.15.8, @fluentui-react-native/experimental-checkbox@workspace:packages/experimental/Checkbox": +"@fluentui-react-native/experimental-checkbox@*, @fluentui-react-native/experimental-checkbox@0.15.9, @fluentui-react-native/experimental-checkbox@workspace:packages/experimental/Checkbox": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-checkbox@workspace:packages/experimental/Checkbox" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" - "@fluentui-react-native/checkbox": ">=0.20.9 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" + "@fluentui-react-native/checkbox": ">=0.20.10 <1.0.0" "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -3151,13 +3151,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-expander@*, @fluentui-react-native/experimental-expander@0.6.7, @fluentui-react-native/experimental-expander@workspace:packages/experimental/Expander": +"@fluentui-react-native/experimental-expander@*, @fluentui-react-native/experimental-expander@0.6.8, @fluentui-react-native/experimental-expander@workspace:packages/experimental/Expander": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-expander@workspace:packages/experimental/Expander" dependencies: "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 react: 18.2.0 react-native: ^0.71.0 @@ -3174,7 +3174,7 @@ __metadata: resolution: "@fluentui-react-native/experimental-link@workspace:packages/experimental/Link" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/link": ">=0.19.9 <1.0.0" + "@fluentui-react-native/link": ">=0.19.10 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 react: 18.2.0 react-native: ^0.71.0 @@ -3184,16 +3184,16 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-menu-button@*, @fluentui-react-native/experimental-menu-button@>=0.7.16 <1.0.0, @fluentui-react-native/experimental-menu-button@workspace:packages/experimental/MenuButton": +"@fluentui-react-native/experimental-menu-button@*, @fluentui-react-native/experimental-menu-button@>=0.7.17 <1.0.0, @fluentui-react-native/experimental-menu-button@workspace:packages/experimental/MenuButton": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-menu-button@workspace:packages/experimental/MenuButton" dependencies: - "@fluentui-react-native/contextual-menu": ^0.22.13 + "@fluentui-react-native/contextual-menu": ^0.22.14 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/experimental-button": ^0.18.9 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/experimental-button": ^0.18.10 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 react-native: ^0.71.0 @@ -3240,7 +3240,7 @@ __metadata: resolution: "@fluentui-react-native/experimental-radio-group@workspace:packages/experimental/RadioGroup" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/radio-group": ">=0.18.8 <1.0.0" + "@fluentui-react-native/radio-group": ">=0.18.9 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -3251,13 +3251,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-shadow@*, @fluentui-react-native/experimental-shadow@0.4.6, @fluentui-react-native/experimental-shadow@>=0.4.6 <1.0.0, @fluentui-react-native/experimental-shadow@workspace:packages/experimental/Shadow": +"@fluentui-react-native/experimental-shadow@*, @fluentui-react-native/experimental-shadow@0.4.7, @fluentui-react-native/experimental-shadow@>=0.4.7 <1.0.0, @fluentui-react-native/experimental-shadow@workspace:packages/experimental/Shadow": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-shadow@workspace:packages/experimental/Shadow" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/pressable": 0.10.7 + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/pressable": 0.10.8 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" "@fluentui-react-native/theme-types": 0.32.0 @@ -3269,16 +3269,16 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-shimmer@*, @fluentui-react-native/experimental-shimmer@0.10.7, @fluentui-react-native/experimental-shimmer@workspace:packages/experimental/Shimmer": +"@fluentui-react-native/experimental-shimmer@*, @fluentui-react-native/experimental-shimmer@0.10.8, @fluentui-react-native/experimental-shimmer@workspace:packages/experimental/Shimmer": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-shimmer@workspace:packages/experimental/Shimmer" dependencies: "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ^0.11.1 assert-never: ^1.2.1 react: 18.2.0 @@ -3295,12 +3295,12 @@ __metadata: version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-stack@workspace:packages/experimental/Stack" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 tslib: ^2.3.1 @@ -3310,20 +3310,20 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-tabs@*, @fluentui-react-native/experimental-tabs@0.9.9, @fluentui-react-native/experimental-tabs@workspace:packages/experimental/Tabs": +"@fluentui-react-native/experimental-tabs@*, @fluentui-react-native/experimental-tabs@0.9.10, @fluentui-react-native/experimental-tabs@workspace:packages/experimental/Tabs": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-tabs@workspace:packages/experimental/Tabs" dependencies: - "@fluentui-react-native/adapters": 0.11.1 + "@fluentui-react-native/adapters": 0.11.2 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.12.8 <1.0.0" - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/icon": 0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.12.9 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/icon": 0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -3335,13 +3335,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/experimental-text@*, @fluentui-react-native/experimental-text@>=0.13.6 <1.0.0, @fluentui-react-native/experimental-text@workspace:packages/experimental/Text": +"@fluentui-react-native/experimental-text@*, @fluentui-react-native/experimental-text@>=0.13.7 <1.0.0, @fluentui-react-native/experimental-text@workspace:packages/experimental/Text": version: 0.0.0-use.local resolution: "@fluentui-react-native/experimental-text@workspace:packages/experimental/Text" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" react: 18.2.0 react-native: ^0.71.0 tslib: ^2.3.1 @@ -3351,14 +3351,14 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/focus-trap-zone@*, @fluentui-react-native/focus-trap-zone@0.10.8, @fluentui-react-native/focus-trap-zone@workspace:packages/components/FocusTrapZone": +"@fluentui-react-native/focus-trap-zone@*, @fluentui-react-native/focus-trap-zone@0.10.9, @fluentui-react-native/focus-trap-zone@workspace:packages/components/FocusTrapZone": version: 0.0.0-use.local resolution: "@fluentui-react-native/focus-trap-zone@workspace:packages/components/FocusTrapZone" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" @@ -3371,13 +3371,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/focus-zone@*, @fluentui-react-native/focus-zone@0.12.8, @fluentui-react-native/focus-zone@>=0.12.8 <1.0.0, @fluentui-react-native/focus-zone@^0.12.8, @fluentui-react-native/focus-zone@workspace:packages/components/FocusZone": +"@fluentui-react-native/focus-zone@*, @fluentui-react-native/focus-zone@0.12.9, @fluentui-react-native/focus-zone@>=0.12.9 <1.0.0, @fluentui-react-native/focus-zone@^0.12.9, @fluentui-react-native/focus-zone@workspace:packages/components/FocusZone": version: 0.0.0-use.local resolution: "@fluentui-react-native/focus-zone@workspace:packages/components/FocusZone" dependencies: "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" @@ -3390,19 +3390,19 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/framework@*, @fluentui-react-native/framework@0.11.4, @fluentui-react-native/framework@>=0.11.4 <1.0.0, @fluentui-react-native/framework@workspace:packages/framework/framework": +"@fluentui-react-native/framework@*, @fluentui-react-native/framework@0.11.5, @fluentui-react-native/framework@>=0.11.5 <1.0.0, @fluentui-react-native/framework@workspace:packages/framework/framework": version: 0.0.0-use.local resolution: "@fluentui-react-native/framework@workspace:packages/framework/framework" dependencies: "@fluentui-react-native/composition": ">=0.9.2 <1.0.0" - "@fluentui-react-native/default-theme": ">=0.19.5 <1.0.0" + "@fluentui-react-native/default-theme": ">=0.19.6 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/immutable-merge": ^1.2.1 "@fluentui-react-native/memo-cache": ^1.3.1 "@fluentui-react-native/merge-props": ">=0.7.1 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-slot": ">=0.4.2 <1.0.0" "@fluentui-react-native/use-slots": ">=0.8.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" @@ -3417,16 +3417,16 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/icon@*, @fluentui-react-native/icon@0.19.6, @fluentui-react-native/icon@^0.19.6, @fluentui-react-native/icon@workspace:packages/components/Icon": +"@fluentui-react-native/icon@*, @fluentui-react-native/icon@0.19.7, @fluentui-react-native/icon@^0.19.7, @fluentui-react-native/icon@workspace:packages/components/Icon": version: 0.0.0-use.local resolution: "@fluentui-react-native/icon@workspace:packages/components/Icon" dependencies: - "@fluentui-react-native/adapters": ^0.11.1 + "@fluentui-react-native/adapters": ^0.11.2 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ^0.21.6 + "@fluentui-react-native/text": ^0.21.7 "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 react-native: ^0.71.0 @@ -3450,20 +3450,20 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/input@^0.3.8, @fluentui-react-native/input@workspace:packages/components/Input": +"@fluentui-react-native/input@^0.3.9, @fluentui-react-native/input@workspace:packages/components/Input": version: 0.0.0-use.local resolution: "@fluentui-react-native/input@workspace:packages/components/Input" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/icon": ^0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/icon": ^0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/styling-utils": ">=0.5.0 <1.0.0" "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -3475,13 +3475,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/interactive-hooks@*, @fluentui-react-native/interactive-hooks@0.24.6, @fluentui-react-native/interactive-hooks@>=0.24.6 <1.0.0, @fluentui-react-native/interactive-hooks@workspace:packages/utils/interactive-hooks": +"@fluentui-react-native/interactive-hooks@*, @fluentui-react-native/interactive-hooks@0.24.7, @fluentui-react-native/interactive-hooks@>=0.24.7 <1.0.0, @fluentui-react-native/interactive-hooks@workspace:packages/utils/interactive-hooks": version: 0.0.0-use.local resolution: "@fluentui-react-native/interactive-hooks@workspace:packages/utils/interactive-hooks" dependencies: - "@fluentui-react-native/adapters": ^0.11.1 + "@fluentui-react-native/adapters": ^0.11.2 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" "@fluentui-react-native/memo-cache": ^1.3.1 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" @@ -3503,21 +3503,21 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/link@*, @fluentui-react-native/link@0.19.9, @fluentui-react-native/link@>=0.19.9 <1.0.0, @fluentui-react-native/link@workspace:packages/components/Link": +"@fluentui-react-native/link@*, @fluentui-react-native/link@0.19.10, @fluentui-react-native/link@>=0.19.10 <1.0.0, @fluentui-react-native/link@workspace:packages/components/Link": version: 0.0.0-use.local resolution: "@fluentui-react-native/link@workspace:packages/components/Link" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ^0.11.1 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -3540,20 +3540,20 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/menu-button@*, @fluentui-react-native/menu-button@0.11.16, @fluentui-react-native/menu-button@workspace:packages/components/MenuButton": +"@fluentui-react-native/menu-button@*, @fluentui-react-native/menu-button@0.11.17, @fluentui-react-native/menu-button@workspace:packages/components/MenuButton": version: 0.0.0-use.local resolution: "@fluentui-react-native/menu-button@workspace:packages/components/MenuButton" dependencies: - "@fluentui-react-native/button": ^0.34.9 + "@fluentui-react-native/button": ^0.34.10 "@fluentui-react-native/component-cache": ^1.5.1 - "@fluentui-react-native/contextual-menu": ^0.22.13 + "@fluentui-react-native/contextual-menu": ^0.22.14 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/icon": ^0.19.6 + "@fluentui-react-native/icon": ^0.19.7 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/tokens": ^0.21.1 + "@fluentui-react-native/tokens": ^0.21.2 "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -3565,23 +3565,23 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/menu@*, @fluentui-react-native/menu@^1.11.15, @fluentui-react-native/menu@workspace:packages/components/Menu": +"@fluentui-react-native/menu@*, @fluentui-react-native/menu@^1.11.16, @fluentui-react-native/menu@workspace:packages/components/Menu": version: 0.0.0-use.local resolution: "@fluentui-react-native/menu@workspace:packages/components/Menu" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" - "@fluentui-react-native/button": ">=0.34.9 <1.0.0" - "@fluentui-react-native/callout": ">=0.24.12 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" + "@fluentui-react-native/button": ">=0.34.10 <1.0.0" + "@fluentui-react-native/callout": ">=0.24.13 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.12.8 <1.0.0" - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/icon": ^0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.12.9 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/icon": ^0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -3613,25 +3613,25 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/notification@*, @fluentui-react-native/notification@0.23.9, @fluentui-react-native/notification@workspace:packages/components/Notification": +"@fluentui-react-native/notification@*, @fluentui-react-native/notification@0.23.10, @fluentui-react-native/notification@workspace:packages/components/Notification": version: 0.0.0-use.local resolution: "@fluentui-react-native/notification@workspace:packages/components/Notification" dependencies: - "@fluentui-react-native/adapters": ^0.11.1 - "@fluentui-react-native/button": ">=0.34.9 <1.0.0" + "@fluentui-react-native/adapters": ^0.11.2 + "@fluentui-react-native/button": ">=0.34.10 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/experimental-appearance-additions": ^0.5.6 - "@fluentui-react-native/experimental-shadow": 0.4.6 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/icon": 0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" - "@fluentui-react-native/pressable": ">=0.10.7 <1.0.0" + "@fluentui-react-native/experimental-appearance-additions": ^0.5.7 + "@fluentui-react-native/experimental-shadow": 0.4.7 + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/icon": 0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" + "@fluentui-react-native/pressable": ">=0.10.8 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": 0.25.1 "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -3644,21 +3644,21 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/persona-coin@*, @fluentui-react-native/persona-coin@0.13.5, @fluentui-react-native/persona-coin@>=0.13.5 <1.0.0, @fluentui-react-native/persona-coin@workspace:packages/components/PersonaCoin": +"@fluentui-react-native/persona-coin@*, @fluentui-react-native/persona-coin@0.13.6, @fluentui-react-native/persona-coin@>=0.13.6 <1.0.0, @fluentui-react-native/persona-coin@workspace:packages/components/PersonaCoin": version: 0.0.0-use.local resolution: "@fluentui-react-native/persona-coin@workspace:packages/components/PersonaCoin" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" - "@uifabricshared/foundation-tokens": ">=0.13.3 <1.0.0" + "@uifabricshared/foundation-tokens": ">=0.13.4 <1.0.0" react: 18.2.0 react-native: ^0.71.0 peerDependencies: @@ -3667,20 +3667,20 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/persona@*, @fluentui-react-native/persona@0.14.5, @fluentui-react-native/persona@workspace:packages/components/Persona": +"@fluentui-react-native/persona@*, @fluentui-react-native/persona@0.14.6, @fluentui-react-native/persona@workspace:packages/components/Persona": version: 0.0.0-use.local resolution: "@fluentui-react-native/persona@workspace:packages/components/Persona" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" - "@fluentui-react-native/persona-coin": ">=0.13.5 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" + "@fluentui-react-native/persona-coin": ">=0.13.6 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" - "@uifabricshared/foundation-tokens": ">=0.13.3 <1.0.0" + "@uifabricshared/foundation-tokens": ">=0.13.4 <1.0.0" react: 18.2.0 react-native: ^0.71.0 peerDependencies: @@ -3693,9 +3693,9 @@ __metadata: version: 0.0.0-use.local resolution: "@fluentui-react-native/popover@workspace:packages/experimental/Popover" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 react: 18.2.0 react-native: ^0.71.0 @@ -3706,13 +3706,13 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/pressable@*, @fluentui-react-native/pressable@0.10.7, @fluentui-react-native/pressable@>=0.10.7 <1.0.0, @fluentui-react-native/pressable@workspace:packages/components/Pressable": +"@fluentui-react-native/pressable@*, @fluentui-react-native/pressable@0.10.8, @fluentui-react-native/pressable@>=0.10.8 <1.0.0, @fluentui-react-native/pressable@workspace:packages/components/Pressable": version: 0.0.0-use.local resolution: "@fluentui-react-native/pressable@workspace:packages/components/Pressable" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" @@ -3724,26 +3724,26 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/radio-group@*, @fluentui-react-native/radio-group@0.18.8, @fluentui-react-native/radio-group@>=0.18.8 <1.0.0, @fluentui-react-native/radio-group@workspace:packages/components/RadioGroup": +"@fluentui-react-native/radio-group@*, @fluentui-react-native/radio-group@0.18.9, @fluentui-react-native/radio-group@>=0.18.9 <1.0.0, @fluentui-react-native/radio-group@workspace:packages/components/RadioGroup": version: 0.0.0-use.local resolution: "@fluentui-react-native/radio-group@workspace:packages/components/RadioGroup" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.12.8 <1.0.0" - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" - "@fluentui-react-native/pressable": ">=0.10.7 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.12.9 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" + "@fluentui-react-native/pressable": ">=0.10.8 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -3823,12 +3823,12 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/separator@*, @fluentui-react-native/separator@0.16.4, @fluentui-react-native/separator@^0.16.4, @fluentui-react-native/separator@workspace:packages/components/Separator": +"@fluentui-react-native/separator@*, @fluentui-react-native/separator@0.16.5, @fluentui-react-native/separator@^0.16.5, @fluentui-react-native/separator@workspace:packages/components/Separator": version: 0.0.0-use.local resolution: "@fluentui-react-native/separator@workspace:packages/components/Separator" dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/theme-tokens": ^0.25.1 "@fluentui-react-native/use-styling": ^0.11.1 @@ -3841,15 +3841,15 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/spinner@^0.7.7, @fluentui-react-native/spinner@workspace:packages/experimental/Spinner": +"@fluentui-react-native/spinner@^0.7.8, @fluentui-react-native/spinner@workspace:packages/experimental/Spinner": version: 0.0.0-use.local resolution: "@fluentui-react-native/spinner@workspace:packages/experimental/Spinner" dependencies: "@fluentui-react-native/component-cache": ^1.5.1 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 + "@fluentui-react-native/framework": 0.11.5 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 "@fluentui-react-native/use-styling": ^0.11.1 react: 18.2.0 @@ -3862,20 +3862,20 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/stack@*, @fluentui-react-native/stack@>=0.8.8 <1.0.0, @fluentui-react-native/stack@workspace:packages/components/Stack": +"@fluentui-react-native/stack@*, @fluentui-react-native/stack@>=0.8.9 <1.0.0, @fluentui-react-native/stack@workspace:packages/components/Stack": version: 0.0.0-use.local resolution: "@fluentui-react-native/stack@workspace:packages/components/Stack" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" - "@uifabricshared/foundation-tokens": ">=0.13.3 <1.0.0" + "@uifabricshared/foundation-tokens": ">=0.13.4 <1.0.0" react: 18.2.0 react-native: ^0.71.0 peerDependencies: @@ -3898,19 +3898,19 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/switch@*, @fluentui-react-native/switch@^0.10.6, @fluentui-react-native/switch@workspace:packages/components/Switch": +"@fluentui-react-native/switch@*, @fluentui-react-native/switch@^0.10.7, @fluentui-react-native/switch@workspace:packages/components/Switch": version: 0.0.0-use.local resolution: "@fluentui-react-native/switch@workspace:packages/components/Switch" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -3922,20 +3922,20 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/tablist@0.3.6, @fluentui-react-native/tablist@workspace:packages/experimental/TabList": +"@fluentui-react-native/tablist@0.3.7, @fluentui-react-native/tablist@workspace:packages/experimental/TabList": version: 0.0.0-use.local resolution: "@fluentui-react-native/tablist@workspace:packages/experimental/TabList" dependencies: - "@fluentui-react-native/adapters": 0.11.1 + "@fluentui-react-native/adapters": 0.11.2 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.12.8 <1.0.0" - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/icon": 0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.12.9 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/icon": 0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@fluentui-react-native/use-styling": ">=0.11.1 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 react: 18.2.0 @@ -3947,22 +3947,22 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/tabs@*, @fluentui-react-native/tabs@0.13.7, @fluentui-react-native/tabs@workspace:packages/components/Tabs": +"@fluentui-react-native/tabs@*, @fluentui-react-native/tabs@0.13.8, @fluentui-react-native/tabs@workspace:packages/components/Tabs": version: 0.0.0-use.local resolution: "@fluentui-react-native/tabs@workspace:packages/components/Tabs" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-zone": ">=0.12.8 <1.0.0" - "@fluentui-react-native/icon": 0.19.6 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/focus-zone": ">=0.12.9 <1.0.0" + "@fluentui-react-native/icon": 0.19.7 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@uifabricshared/foundation-compose": ^1.14.6 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 @@ -3994,7 +3994,7 @@ __metadata: dependencies: "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/tester": ^0.151.20 + "@fluentui-react-native/tester": ^0.151.21 "@office-iss/react-native-win32": ^0.71.0 "@office-iss/rex-win32": 0.71.15-devmain.16608.10000 "@rnx-kit/cli": ^0.16.2 @@ -4025,58 +4025,58 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/tester@*, @fluentui-react-native/tester@^0.151.20, @fluentui-react-native/tester@workspace:apps/fluent-tester": +"@fluentui-react-native/tester@*, @fluentui-react-native/tester@^0.151.21, @fluentui-react-native/tester@workspace:apps/fluent-tester": version: 0.0.0-use.local resolution: "@fluentui-react-native/tester@workspace:apps/fluent-tester" dependencies: "@babel/core": ^7.8.0 "@babel/runtime": ^7.8.0 - "@fluentui-react-native/android-theme": ">=0.18.4 <1.0.0" - "@fluentui-react-native/apple-theme": ">=0.21.7 <1.0.0" - "@fluentui-react-native/avatar": ^1.10.8 - "@fluentui-react-native/badge": ">=0.7.4 <1.0.0" - "@fluentui-react-native/button": ">=0.34.9 <1.0.0" - "@fluentui-react-native/chip": ^0.1.5 - "@fluentui-react-native/default-theme": ">=0.19.5 <1.0.0" - "@fluentui-react-native/divider": ^0.5.6 - "@fluentui-react-native/drawer": ^0.2.7 - "@fluentui-react-native/dropdown": ">=0.8.16 <1.0.0" + "@fluentui-react-native/android-theme": ">=0.18.5 <1.0.0" + "@fluentui-react-native/apple-theme": ">=0.21.8 <1.0.0" + "@fluentui-react-native/avatar": ^1.10.9 + "@fluentui-react-native/badge": ">=0.7.5 <1.0.0" + "@fluentui-react-native/button": ">=0.34.10 <1.0.0" + "@fluentui-react-native/chip": ^0.1.6 + "@fluentui-react-native/default-theme": ">=0.19.6 <1.0.0" + "@fluentui-react-native/divider": ^0.5.7 + "@fluentui-react-native/drawer": ^0.2.8 + "@fluentui-react-native/dropdown": ">=0.8.17 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/experimental-activity-indicator": ">=0.8.5 <1.0.0" - "@fluentui-react-native/experimental-appearance-additions": ^0.5.6 - "@fluentui-react-native/experimental-avatar": ">=0.19.5 <1.0.0" - "@fluentui-react-native/experimental-button": 0.18.9 - "@fluentui-react-native/experimental-checkbox": 0.15.8 - "@fluentui-react-native/experimental-expander": 0.6.7 - "@fluentui-react-native/experimental-menu-button": ">=0.7.16 <1.0.0" + "@fluentui-react-native/experimental-activity-indicator": ">=0.8.6 <1.0.0" + "@fluentui-react-native/experimental-appearance-additions": ^0.5.7 + "@fluentui-react-native/experimental-avatar": ">=0.19.6 <1.0.0" + "@fluentui-react-native/experimental-button": 0.18.10 + "@fluentui-react-native/experimental-checkbox": 0.15.9 + "@fluentui-react-native/experimental-expander": 0.6.8 + "@fluentui-react-native/experimental-menu-button": ">=0.7.17 <1.0.0" "@fluentui-react-native/experimental-native-date-picker": ">=0.8.0 <1.0.0" - "@fluentui-react-native/experimental-shadow": 0.4.6 - "@fluentui-react-native/experimental-shimmer": 0.10.7 - "@fluentui-react-native/experimental-tabs": 0.9.9 - "@fluentui-react-native/experimental-text": ">=0.13.6 <1.0.0" - "@fluentui-react-native/focus-zone": ^0.12.8 - "@fluentui-react-native/framework": ">=0.11.4 <1.0.0" - "@fluentui-react-native/icon": 0.19.6 - "@fluentui-react-native/input": ^0.3.8 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" - "@fluentui-react-native/menu": ^1.11.15 + "@fluentui-react-native/experimental-shadow": 0.4.7 + "@fluentui-react-native/experimental-shimmer": 0.10.8 + "@fluentui-react-native/experimental-tabs": 0.9.10 + "@fluentui-react-native/experimental-text": ">=0.13.7 <1.0.0" + "@fluentui-react-native/focus-zone": ^0.12.9 + "@fluentui-react-native/framework": ">=0.11.5 <1.0.0" + "@fluentui-react-native/icon": 0.19.7 + "@fluentui-react-native/input": ^0.3.9 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" + "@fluentui-react-native/menu": ^1.11.16 "@fluentui-react-native/merge-props": ">=0.7.1 <1.0.0" - "@fluentui-react-native/notification": 0.23.9 - "@fluentui-react-native/radio-group": ">=0.18.8 <1.0.0" + "@fluentui-react-native/notification": 0.23.10 + "@fluentui-react-native/radio-group": ">=0.18.9 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/separator": ^0.16.4 - "@fluentui-react-native/spinner": ^0.7.7 - "@fluentui-react-native/stack": ">=0.8.8 <1.0.0" - "@fluentui-react-native/switch": ^0.10.6 - "@fluentui-react-native/tablist": 0.3.6 - "@fluentui-react-native/text": ">=0.21.6 <1.0.0" + "@fluentui-react-native/separator": ^0.16.5 + "@fluentui-react-native/spinner": ^0.7.8 + "@fluentui-react-native/stack": ">=0.8.9 <1.0.0" + "@fluentui-react-native/switch": ^0.10.7 + "@fluentui-react-native/tablist": 0.3.7 + "@fluentui-react-native/text": ">=0.21.7 <1.0.0" "@fluentui-react-native/theme": ">=0.9.1 <1.0.0" "@fluentui-react-native/theme-tokens": ^0.25.1 "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" "@fluentui-react-native/themed-stylesheet": ^1.5.2 - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" - "@fluentui-react-native/win32-theme": ">=0.27.3 <1.0.0" - "@fluentui/react-native": ">=0.37.17 <1.0.0" + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" + "@fluentui-react-native/win32-theme": ">=0.27.4 <1.0.0" + "@fluentui/react-native": ">=0.37.18 <1.0.0" "@fortawesome/fontawesome-svg-core": ^6.2.0 "@fortawesome/free-solid-svg-icons": ^6.2.0 "@fortawesome/react-native-fontawesome": ^0.3.0 @@ -4103,20 +4103,20 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/text@*, @fluentui-react-native/text@0.21.6, @fluentui-react-native/text@>=0.21.6 <1.0.0, @fluentui-react-native/text@^0.21.6, @fluentui-react-native/text@workspace:packages/components/text": +"@fluentui-react-native/text@*, @fluentui-react-native/text@0.21.7, @fluentui-react-native/text@>=0.21.7 <1.0.0, @fluentui-react-native/text@^0.21.7, @fluentui-react-native/text@workspace:packages/components/text": version: 0.0.0-use.local resolution: "@fluentui-react-native/text@workspace:packages/components/text" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/experimental-native-font-metrics": ^0.4.1 - "@fluentui-react-native/framework": 0.11.4 - "@fluentui-react-native/interactive-hooks": ">=0.24.6 <1.0.0" + "@fluentui-react-native/framework": 0.11.5 + "@fluentui-react-native/interactive-hooks": ">=0.24.7 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/test-tools": ">=0.1.1 <1.0.0" "@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" - "@uifabricshared/foundation-compose": ^1.14.5 + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" + "@uifabricshared/foundation-compose": ^1.14.6 react: 18.2.0 react-native: ^0.71.0 tslib: ^2.3.1 @@ -4192,7 +4192,7 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/theming-utils@*, @fluentui-react-native/theming-utils@>=0.24.2 <1.0.0, @fluentui-react-native/theming-utils@^0.24.2, @fluentui-react-native/theming-utils@workspace:packages/theming/theming-utils": +"@fluentui-react-native/theming-utils@*, @fluentui-react-native/theming-utils@>=0.24.3 <1.0.0, @fluentui-react-native/theming-utils@^0.24.3, @fluentui-react-native/theming-utils@workspace:packages/theming/theming-utils": version: 0.0.0-use.local resolution: "@fluentui-react-native/theming-utils@workspace:packages/theming/theming-utils" dependencies: @@ -4201,7 +4201,7 @@ __metadata: "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" - "@fluentui-react-native/tokens": ">=0.21.1 <1.0.0" + "@fluentui-react-native/tokens": ">=0.21.2 <1.0.0" react: 18.2.0 react-native: ^0.71.0 react-native-windows: ^0.71.0 @@ -4212,11 +4212,11 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/tokens@*, @fluentui-react-native/tokens@0.21.1, @fluentui-react-native/tokens@>=0.21.1 <1.0.0, @fluentui-react-native/tokens@^0.21.1, @fluentui-react-native/tokens@workspace:packages/utils/tokens": +"@fluentui-react-native/tokens@*, @fluentui-react-native/tokens@0.21.2, @fluentui-react-native/tokens@>=0.21.2 <1.0.0, @fluentui-react-native/tokens@^0.21.2, @fluentui-react-native/tokens@workspace:packages/utils/tokens": version: 0.0.0-use.local resolution: "@fluentui-react-native/tokens@workspace:packages/utils/tokens" dependencies: - "@fluentui-react-native/adapters": ">=0.11.1 <1.0.0" + "@fluentui-react-native/adapters": ">=0.11.2 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/scripts": ^0.1.1 "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" @@ -4294,11 +4294,11 @@ __metadata: languageName: unknown linkType: soft -"@fluentui-react-native/win32-theme@*, @fluentui-react-native/win32-theme@>=0.27.3 <1.0.0, @fluentui-react-native/win32-theme@workspace:packages/theming/win32-theme": +"@fluentui-react-native/win32-theme@*, @fluentui-react-native/win32-theme@>=0.27.4 <1.0.0, @fluentui-react-native/win32-theme@workspace:packages/theming/win32-theme": version: 0.0.0-use.local resolution: "@fluentui-react-native/win32-theme@workspace:packages/theming/win32-theme" dependencies: - "@fluentui-react-native/default-theme": ">=0.19.5 <1.0.0" + "@fluentui-react-native/default-theme": ">=0.19.6 <1.0.0" "@fluentui-react-native/design-tokens-win32": ^0.53.0 "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/memo-cache": ^1.3.1 @@ -4306,7 +4306,7 @@ __metadata: "@fluentui-react-native/theme": ">=0.9.1 <1.0.0" "@fluentui-react-native/theme-tokens": ">=0.25.1 <1.0.0" "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" - "@fluentui-react-native/theming-utils": ">=0.24.2 <1.0.0" + "@fluentui-react-native/theming-utils": ">=0.24.3 <1.0.0" "@office-iss/react-native-win32": ^0.71.0 "@types/react": ^18.2.0 react: 18.2.0 @@ -4318,28 +4318,28 @@ __metadata: languageName: unknown linkType: soft -"@fluentui/react-native@*, @fluentui/react-native@>=0.37.17 <1.0.0, @fluentui/react-native@workspace:packages/libraries/core": +"@fluentui/react-native@*, @fluentui/react-native@>=0.37.18 <1.0.0, @fluentui/react-native@workspace:packages/libraries/core": version: 0.0.0-use.local resolution: "@fluentui/react-native@workspace:packages/libraries/core" dependencies: - "@fluentui-react-native/button": 0.34.9 - "@fluentui-react-native/callout": 0.24.12 - "@fluentui-react-native/checkbox": 0.20.9 - "@fluentui-react-native/contextual-menu": 0.22.13 + "@fluentui-react-native/button": 0.34.10 + "@fluentui-react-native/callout": 0.24.13 + "@fluentui-react-native/checkbox": 0.20.10 + "@fluentui-react-native/contextual-menu": 0.22.14 "@fluentui-react-native/eslint-config-rules": ^0.1.1 - "@fluentui-react-native/focus-trap-zone": 0.10.8 - "@fluentui-react-native/focus-zone": 0.12.8 - "@fluentui-react-native/interactive-hooks": 0.24.6 - "@fluentui-react-native/link": 0.19.9 - "@fluentui-react-native/menu-button": 0.11.16 - "@fluentui-react-native/persona": 0.14.5 - "@fluentui-react-native/persona-coin": 0.13.5 - "@fluentui-react-native/pressable": 0.10.7 - "@fluentui-react-native/radio-group": 0.18.8 + "@fluentui-react-native/focus-trap-zone": 0.10.9 + "@fluentui-react-native/focus-zone": 0.12.9 + "@fluentui-react-native/interactive-hooks": 0.24.7 + "@fluentui-react-native/link": 0.19.10 + "@fluentui-react-native/menu-button": 0.11.17 + "@fluentui-react-native/persona": 0.14.6 + "@fluentui-react-native/persona-coin": 0.13.6 + "@fluentui-react-native/pressable": 0.10.8 + "@fluentui-react-native/radio-group": 0.18.9 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/separator": 0.16.4 - "@fluentui-react-native/tabs": 0.13.7 - "@fluentui-react-native/text": 0.21.6 + "@fluentui-react-native/separator": 0.16.5 + "@fluentui-react-native/tabs": 0.13.8 + "@fluentui-react-native/text": 0.21.7 react: 18.2.0 react-native: ^0.71.0 peerDependencies: @@ -7476,11 +7476,11 @@ __metadata: languageName: unknown linkType: soft -"@uifabricshared/foundation-compose@*, @uifabricshared/foundation-compose@^1.14.5, @uifabricshared/foundation-compose@workspace:packages/deprecated/foundation-compose": +"@uifabricshared/foundation-compose@*, @uifabricshared/foundation-compose@^1.14.6, @uifabricshared/foundation-compose@workspace:packages/deprecated/foundation-compose": version: 0.0.0-use.local resolution: "@uifabricshared/foundation-compose@workspace:packages/deprecated/foundation-compose" dependencies: - "@fluentui-react-native/default-theme": ">=0.19.5 <1.0.0" + "@fluentui-react-native/default-theme": ">=0.19.6 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/immutable-merge": ^1.2.1 "@fluentui-react-native/memo-cache": ^1.3.1 @@ -7488,7 +7488,7 @@ __metadata: "@fluentui-react-native/theme-types": ">=0.32.0 <1.0.0" "@uifabricshared/foundation-composable": ">=0.12.2 <1.0.0" "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" - "@uifabricshared/foundation-tokens": ">=0.13.3 <1.0.0" + "@uifabricshared/foundation-tokens": ">=0.13.4 <1.0.0" "@uifabricshared/themed-settings": ">=0.10.2 <1.0.0" "@uifabricshared/theming-ramp": ">=0.19.1 <1.0.0" react: 18.2.0 @@ -7514,14 +7514,14 @@ __metadata: languageName: unknown linkType: soft -"@uifabricshared/foundation-tokens@*, @uifabricshared/foundation-tokens@>=0.13.3 <1.0.0, @uifabricshared/foundation-tokens@workspace:packages/deprecated/foundation-tokens": +"@uifabricshared/foundation-tokens@*, @uifabricshared/foundation-tokens@>=0.13.4 <1.0.0, @uifabricshared/foundation-tokens@workspace:packages/deprecated/foundation-tokens": version: 0.0.0-use.local resolution: "@uifabricshared/foundation-tokens@workspace:packages/deprecated/foundation-tokens" dependencies: "@fluentui-react-native/memo-cache": ^1.3.1 "@fluentui-react-native/merge-props": ">=0.7.1 <1.0.0" "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/tokens": 0.21.1 + "@fluentui-react-native/tokens": 0.21.2 "@types/jest": ^29.0.0 "@uifabricshared/foundation-settings": ">=0.13.2 <1.0.0" react: 18.2.0 @@ -7588,10 +7588,10 @@ __metadata: version: 0.0.0-use.local resolution: "@uifabricshared/theming-react-native@workspace:packages/deprecated/theming-react-native" dependencies: - "@fluentui-react-native/default-theme": ">=0.19.5 <1.0.0" + "@fluentui-react-native/default-theme": ">=0.19.6 <1.0.0" "@fluentui-react-native/eslint-config-rules": ^0.1.1 "@fluentui-react-native/scripts": ^0.1.1 - "@fluentui-react-native/win32-theme": ">=0.27.3 <1.0.0" + "@fluentui-react-native/win32-theme": ">=0.27.4 <1.0.0" "@types/jest": ^29.0.0 "@types/react": ^18.2.0 "@uifabricshared/theme-registry": ">=0.10.1 <1.0.0"