Skip to content
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
77 changes: 77 additions & 0 deletions .changeset/lovely-beans-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
"@uifabricshared/foundation-composable": patch
"@fluentui-react-native/experimental-appearance-additions": patch
"@uifabricshared/theming-react-native": patch
"@uifabricshared/foundation-settings": patch
"@fluentui-react-native/experimental-activity-indicator": patch
"@fluentui-react-native/experimental-native-font-metrics": patch
"@uifabricshared/foundation-compose": patch
"@fluentui-react-native/experimental-native-date-picker": patch
"@uifabricshared/foundation-tokens": patch
"@fluentui-react-native/themed-stylesheet": patch
"@uifabricshared/themed-settings": patch
"@fluentui-react-native/contextual-menu": patch
"@uifabricshared/theme-registry": patch
"@fluentui-react-native/vibrancy-view": patch
"@fluentui-react-native/focus-trap-zone": patch
"@fluentui-react-native/notification": patch
"@uifabricshared/theming-ramp": patch
"@fluentui-react-native/experimental-menu-button": patch
"@fluentui-react-native/interactive-hooks": patch
"@fluentui-react-native/persona-coin": patch
"@fluentui-react-native/menu-button": patch
"@fluentui-react-native/radio-group": patch
"@fluentui-react-native/experimental-checkbox": patch
"@fluentui-react-native/dropdown": patch
"@fluentui-react-native/experimental-expander": patch
"@fluentui-react-native/overflow": patch
"@fluentui-react-native/composition": patch
"@fluentui-react-native/use-styling": patch
"@fluentui-react-native/android-theme": patch
"@fluentui-react-native/default-theme": patch
"@fluentui-react-native/theming-utils": patch
"@fluentui-react-native/focus-zone": patch
"@fluentui-react-native/pressable": patch
"@fluentui-react-native/separator": patch
"@fluentui-react-native/popover": patch
"@fluentui-react-native/experimental-shimmer": patch
"@fluentui-react-native/spinner": patch
"@fluentui-react-native/tooltip": patch
"@fluentui-react-native/use-tokens": patch
"@fluentui-react-native/theme-tokens": patch
"@fluentui-react-native/checkbox": patch
"@fluentui-react-native/experimental-avatar": patch
"@fluentui-react-native/drawer": patch
"@fluentui-react-native/experimental-shadow": patch
"@fluentui-react-native/framework": patch
"@fluentui-react-native/use-slots": patch
"@fluentui-react-native/apple-theme": patch
"@fluentui-react-native/theme-types": patch
"@fluentui-react-native/win32-theme": patch
"@fluentui-react-native/callout": patch
"@fluentui-react-native/divider": patch
"@fluentui-react-native/persona": patch
"@fluentui-react-native/tablist": patch
"@fluentui-react-native/use-slot": patch
"@fluentui-react-native/avatar": patch
"@fluentui-react-native/button": patch
"@fluentui-react-native/switch": patch
"@fluentui-react-native/badge": patch
"@fluentui-react-native/input": patch
"@fluentui-react-native/stack": patch
"@fluentui-react-native/chip": patch
"@fluentui-react-native/icon": patch
"@fluentui-react-native/link": patch
"@fluentui-react-native/menu": patch
"@fluentui-react-native/text": patch
"@fluentui-react-native/theme": patch
"@fluentui-react-native/framework-base": patch
"@fluentui/react-native": patch
"@fluentui-react-native/adapters": patch
"@fluentui-react-native/styling-utils": patch
"@fluentui-react-native/tokens": patch
"@fluentui-react-native/tester": patch
"@fluentui-react-native/codemods": patch
---

Configuration and dependency changes
3 changes: 1 addition & 2 deletions apps/E2E/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@
"core-win32",
"core-windows",
"metro-react-native-babel-transformer",
"react",
"tools-core"
"react"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@fluentui-react-native/scripts/jest-config');

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
},
"dependencies": {},
"devDependencies": {
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"react": "18.2.0",
Expand All @@ -40,6 +37,9 @@
"react": "18.2.0",
"react-native": "^0.71.0"
},
"furn": {
"jestPlatform": "ios"
},
"rnx-kit": {
"extends": "@fluentui-react-native/kit-config",
"kitType": "library",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@fluentui-react-native/scripts/tsconfig",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib"
},
"include": ["src"]
Expand Down
2 changes: 1 addition & 1 deletion apps/fluent-tester/babel.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@fluentui-react-native/babel-config');
module.exports = require('@fluentui-react-native/scripts/babel-config');
4 changes: 1 addition & 3 deletions apps/fluent-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"devDependencies": {
"@babel/core": "catalog:",
"@babel/runtime": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/callout": "workspace:*",
"@fluentui-react-native/experimental-appearance-additions": "workspace:*",
"@fluentui-react-native/experimental-avatar": "workspace:*",
Expand Down Expand Up @@ -176,8 +175,7 @@
"react",
"react-test-renderer",
"svg",
"test-app",
"tools-core"
"test-app"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down
2 changes: 1 addition & 1 deletion apps/tester-core/babel.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@fluentui-react-native/babel-config');
module.exports = require('@fluentui-react-native/scripts/babel-config');
4 changes: 1 addition & 3 deletions apps/tester-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
"devDependencies": {
"@babel/core": "catalog:",
"@babel/runtime": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.81.0",
Expand Down Expand Up @@ -223,8 +222,7 @@
"core-windows",
"react",
"react-test-renderer",
"svg",
"tools-core"
"svg"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down
2 changes: 1 addition & 1 deletion apps/win32-81/babel.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@fluentui-react-native/babel-config');
module.exports = require('@fluentui-react-native/scripts/babel-config');
4 changes: 1 addition & 3 deletions apps/win32-81/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@babel/core": "catalog:",
"@babel/runtime": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/rex-win32": "0.81.0-preview.0",
Expand Down Expand Up @@ -130,8 +129,7 @@
"react",
"react-test-renderer",
"svg",
"test-app",
"tools-core"
"test-app"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down
2 changes: 1 addition & 1 deletion apps/win32/babel.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@fluentui-react-native/babel-config');
module.exports = require('@fluentui-react-native/scripts/babel-config');
4 changes: 1 addition & 3 deletions apps/win32/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@babel/core": "catalog:",
"@babel/runtime": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/rex-win32": "0.73.11-devmain.16.0.17615.15030",
Expand Down Expand Up @@ -122,8 +121,7 @@
"react",
"react-test-renderer",
"svg",
"test-app",
"tools-core"
"test-app"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down
1 change: 0 additions & 1 deletion packages/codemods/babel.config.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/codemods/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@fluentui-react-native/scripts/jest-config');
1 change: 0 additions & 1 deletion packages/codemods/jest.config.js

This file was deleted.

9 changes: 3 additions & 6 deletions packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@babel/core": "catalog:",
"@babel/preset-env": "catalog:",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/react-configs": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
"@types/jscodeshift": "^0.11.11",
Expand All @@ -57,16 +56,14 @@
"ignorePatterns": [
"src/transforms/__testfixtures__/*"
]
}
},
"jestPlatform": "react"
},
"rnx-kit": {
"kitType": "library",
"extends": "@fluentui-react-native/kit-config",
"alignDeps": {
"capabilities": [
"tools-core",
"tools-jest-react"
]
"capabilities": []
}
}
}
1 change: 0 additions & 1 deletion packages/components/Avatar/babel.config.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/components/Avatar/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@fluentui-react-native/scripts/jest-config');
2 changes: 0 additions & 2 deletions packages/components/Avatar/jest.config.js

This file was deleted.

9 changes: 4 additions & 5 deletions packages/components/Avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
},
"devDependencies": {
"@babel/core": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down Expand Up @@ -89,6 +87,9 @@
"optional": true
}
},
"furn": {
"jestPlatform": "win32"
},
"rnx-kit": {
"kitType": "library",
"alignDeps": {
Expand All @@ -101,9 +102,7 @@
"core-windows",
"react",
"react-test-renderer",
"svg",
"tools-core",
"tools-jest"
"svg"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down
1 change: 0 additions & 1 deletion packages/components/Badge/babel.config.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/components/Badge/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@fluentui-react-native/scripts/jest-config');
2 changes: 0 additions & 2 deletions packages/components/Badge/jest.config.js

This file was deleted.

9 changes: 4 additions & 5 deletions packages/components/Badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
},
"devDependencies": {
"@babel/core": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
Expand Down Expand Up @@ -88,6 +86,9 @@
"optional": true
}
},
"furn": {
"jestPlatform": "ios"
},
"rnx-kit": {
"kitType": "library",
"alignDeps": {
Expand All @@ -100,9 +101,7 @@
"core-windows",
"react",
"react-test-renderer",
"svg",
"tools-core",
"tools-jest"
"svg"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down
1 change: 0 additions & 1 deletion packages/components/Button/babel.config.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/components/Button/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@fluentui-react-native/scripts/jest-config');
2 changes: 0 additions & 2 deletions packages/components/Button/jest.config.js

This file was deleted.

9 changes: 4 additions & 5 deletions packages/components/Button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
},
"devDependencies": {
"@babel/core": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/framework-base": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/test-tools": "workspace:*",
Expand Down Expand Up @@ -98,6 +96,9 @@
"optional": true
}
},
"furn": {
"jestPlatform": "ios"
},
"rnx-kit": {
"kitType": "library",
"alignDeps": {
Expand All @@ -110,9 +111,7 @@
"core-windows",
"react",
"react-test-renderer",
"svg",
"tools-core",
"tools-jest"
"svg"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down
1 change: 0 additions & 1 deletion packages/components/Callout/babel.config.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/components/Callout/jest.config.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@fluentui-react-native/scripts/jest-config');
2 changes: 0 additions & 2 deletions packages/components/Callout/jest.config.js

This file was deleted.

9 changes: 4 additions & 5 deletions packages/components/Callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
},
"devDependencies": {
"@babel/core": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/jest-config": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@office-iss/react-native-win32": "^0.74.0",
Expand Down Expand Up @@ -87,6 +85,9 @@
"type": "components",
"jsSrcsDir": "lib"
},
"furn": {
"jestPlatform": "win32"
},
"rnx-kit": {
"kitType": "library",
"alignDeps": {
Expand All @@ -98,9 +99,7 @@
"core-macos",
"core-windows",
"react",
"react-test-renderer",
"tools-core",
"tools-jest"
"react-test-renderer"
]
},
"extends": "@fluentui-react-native/kit-config"
Expand Down
1 change: 0 additions & 1 deletion packages/components/Checkbox/babel.config.js

This file was deleted.

Loading
Loading