Skip to content

Commit dc11ed5

Browse files
amgleitmanAdam Gleitman
andauthored
Bump Spacing to at least Experimental everywhere (#2474)
* Bump Spacing's status to at least Experimental everywhere * Change files Co-authored-by: Adam Gleitman <[email protected]>
1 parent 6421aef commit dc11ed5

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

apps/fluent-tester/src/TestComponents/Spacing/SpacingTest.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ const BasicUsage: React.FunctionComponent = () => {
5252
export const SpacingTokensTest: React.FunctionComponent = () => {
5353
const status: PlatformStatus = {
5454
win32Status: 'Beta',
55-
uwpStatus: 'Backlog',
55+
uwpStatus: 'Experimental',
5656
iosStatus: 'Experimental',
57-
macosStatus: 'Backlog',
58-
androidStatus: 'Backlog',
57+
macosStatus: 'Experimental',
58+
androidStatus: 'Experimental',
5959
};
6060

6161
const description = 'This showcases the different spacing tokens available in Fluent UI.';
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Bump Spacing's status to at least Experimental everywhere",
4+
"packageName": "@fluentui-react-native/tester",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)