From 6534842807ae0af9f559862153af0e92ef52079c Mon Sep 17 00:00:00 2001 From: Sean Monahan Date: Wed, 15 May 2024 13:24:05 -0700 Subject: [PATCH 1/3] remove relative positioning to test VRT --- .../src/components/SpinButton/useSpinButtonStyles.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-components/react-spinbutton/src/components/SpinButton/useSpinButtonStyles.styles.ts b/packages/react-components/react-spinbutton/src/components/SpinButton/useSpinButtonStyles.styles.ts index 6c3239d348325..32a2f3984e7de 100644 --- a/packages/react-components/react-spinbutton/src/components/SpinButton/useSpinButtonStyles.styles.ts +++ b/packages/react-components/react-spinbutton/src/components/SpinButton/useSpinButtonStyles.styles.ts @@ -25,7 +25,7 @@ const useRootClassName = makeResetStyles({ gridTemplateRows: '1fr 1fr', columnGap: tokens.spacingHorizontalXS, rowGap: 0, - position: 'relative', + // position: 'relative', isolation: 'isolate', backgroundColor: tokens.colorNeutralBackground1, From 1d2832f7b2d0c29ba4b00f3fdca5e25d74cd0788 Mon Sep 17 00:00:00 2001 From: Sean Monahan Date: Thu, 16 May 2024 16:29:44 -0700 Subject: [PATCH 2/3] change --- .../src/components/SpinButton/useSpinButtonStyles.styles.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/react-components/react-spinbutton/src/components/SpinButton/useSpinButtonStyles.styles.ts b/packages/react-components/react-spinbutton/src/components/SpinButton/useSpinButtonStyles.styles.ts index 32a2f3984e7de..ebcc1fbae2d6e 100644 --- a/packages/react-components/react-spinbutton/src/components/SpinButton/useSpinButtonStyles.styles.ts +++ b/packages/react-components/react-spinbutton/src/components/SpinButton/useSpinButtonStyles.styles.ts @@ -12,6 +12,7 @@ export const spinButtonClassNames: SlotClassNames = { const spinButtonExtraClassNames = { buttonActive: 'fui-SpinButton__button_active', + change: 'change_for_pr', }; const fieldHeights = { @@ -25,7 +26,7 @@ const useRootClassName = makeResetStyles({ gridTemplateRows: '1fr 1fr', columnGap: tokens.spacingHorizontalXS, rowGap: 0, - // position: 'relative', + position: 'relative', isolation: 'isolate', backgroundColor: tokens.colorNeutralBackground1, From aa328711186d5ffd62454c109fa9f1e4623f79d8 Mon Sep 17 00:00:00 2001 From: Sean Monahan Date: Thu, 16 May 2024 16:52:05 -0700 Subject: [PATCH 3/3] change file --- ...ct-spinbutton-7f7593ef-9c79-4a33-8700-7a6d6385a8bd.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@fluentui-react-spinbutton-7f7593ef-9c79-4a33-8700-7a6d6385a8bd.json diff --git a/change/@fluentui-react-spinbutton-7f7593ef-9c79-4a33-8700-7a6d6385a8bd.json b/change/@fluentui-react-spinbutton-7f7593ef-9c79-4a33-8700-7a6d6385a8bd.json new file mode 100644 index 0000000000000..13329070b22c7 --- /dev/null +++ b/change/@fluentui-react-spinbutton-7f7593ef-9c79-4a33-8700-7a6d6385a8bd.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "test", + "packageName": "@fluentui/react-spinbutton", + "email": "seanmonahan@microsoft.com", + "dependentChangeType": "patch" +}