Граф коммитов

2336 Коммитов

Автор SHA1 Сообщение Дата
Lawrence Win 4eb131d61e
Delete Tabs and Experimental Tabs (#3356)
* Delete TabsV1 code

* Remove Tabs package

* Update yarn.lock

* Change files

* Remove e2e tests

* Change files

* Remove tabs test exports

* Remove dead link to Tabs package

* Add tablist to core library
2024-01-16 16:56:21 -08:00
UI-Fabric-RN-Bot a43b1935ff applying package updates 2024-01-10 20:27:27 +00:00
Saad Najmi 7816839224
Update to react-native-test-app 3.0.0 (#3353)
* Update to react-native-test-app 3.0.0

* Change files
2024-01-10 11:55:55 -08:00
UI-Fabric-RN-Bot 5b602f4db3 applying package updates 2024-01-10 19:28:20 +00:00
Gulnaz Sayed 41920c7cbc
Legacy RadioGroup Fix - Narrator announcing selected RadioButton as "non-selected" (#3301)
* updates

* adding fix for mouse press

* Change files

* pr fix

* imported KeyPressEvent as type
2024-01-10 18:30:27 +00:00
UI-Fabric-RN-Bot b0d033f2b6 applying package updates 2024-01-09 20:05:31 +00:00
Lawrence Win 7bf4f78f17
Move TabList package from 'experimental' to 'components' folder (#3308)
* Move TabList package from 'experimental' to 'components' folder

* Change files
2024-01-09 11:33:44 -08:00
UI-Fabric-RN-Bot 1cab991e72 applying package updates 2024-01-04 21:06:30 +00:00
Ruriko Araki da4796b2c8
Delete colors pass 5 (#3339)
* Remove brandedPressed* (except secondary text)

* Remove brandedDiabled* except Border

* Remove brandedChecked*

* Remove defaultDisabledSecondaryContent

* Update tests

* Change files
2024-01-04 12:19:50 -08:00
UI-Fabric-RN-Bot a083b02e0e applying package updates 2024-01-04 01:35:46 +00:00
Ruriko Araki e25536d679
Delete colors pass 4 (#3338)
* Delete smallInput@Border

* Delete inputBorderHovered

* Delete inputBackgroundChecked*

* Delete inputForegroundChecked

* Delete menuHeader

* Delete listBackground

* Delete listItemBackgroundHovered

* Delete listItemBackgroundChecked*

* Fix tests

* Change files
2024-01-03 17:01:14 -08:00
UI-Fabric-RN-Bot d8eae069bb applying package updates 2024-01-03 22:31:51 +00:00
Adam Gleitman 17580514f0
Set disabled=false by default in MenuV1 item props (#3336)
* Set disabled=false by default in menu item props

* Change files

* Specify disabled=false for checkbox and radio items too

---------

Co-authored-by: Adam Gleitman <adgleitm@microsoft.com>
2024-01-03 21:42:40 +00:00
UI-Fabric-RN-Bot ede9cfe1ff applying package updates 2024-01-03 02:03:24 +00:00
Adam Gleitman 40943f4779
Specify disabled=false explicitly in accessibility state for Contextual Menu items and subitems (#3333)
* Specify disabled=false explicitly for contextual menu items and subitems

* Change files

---------

Co-authored-by: Adam Gleitman <adgleitm@microsoft.com>
2024-01-02 17:00:53 -08:00
UI-Fabric-RN-Bot 90e75c29bc applying package updates 2024-01-03 00:15:24 +00:00
Ruriko Araki 1086a55873
Delete colors pass 3 (#3324)
* delete buttonTextCheckedHovered, accentButtonText, listText, variantBorderHovered

* Remove defaultStateBackground, errorBackground, blockingBackground, warningBackground, warningHighlight, successBackground

* Change files

* Update tests
2024-01-02 23:39:34 +00:00
UI-Fabric-RN-Bot bc1675976a applying package updates 2024-01-02 20:07:51 +00:00
Krystal Kramer 9748dfeed8
Update Fluent UI Tester instructions for win32 (#3330)
* add info on prerequisites and updating branch

* update images

* update images and alt text

* Change files
2024-01-02 14:36:58 -05:00
UI-Fabric-RN-Bot 2a2a26f1c6 applying package updates 2023-12-30 02:10:35 +00:00
Adam Gleitman 9c4db27f4f
VoiceOver should ignore contextual menu item children (#3331)
* VoiceOver should ignore contextual menu item children

* Change files

* Nit: Specify `accessible: false` last so `createIconProps` doesn't override it

---------

Co-authored-by: Adam Gleitman <adgleitm@microsoft.com>
2023-12-29 17:38:38 -08:00
UI-Fabric-RN-Bot 7943ac41f1 applying package updates 2023-12-21 01:31:05 +00:00
Ruriko Araki bd888e9c94
Delete colors pass 2 (#3321)
* Remove actionLinkHovered and disabledSubtext

* Remove disabledBodySubtext, warningText

* Change files

* Delete inputTextHovered and buttonBackgroundCheckedHovered

* Fix build
2023-12-21 00:56:03 +00:00
UI-Fabric-RN-Bot 0ca5f17f1d applying package updates 2023-12-20 21:12:34 +00:00
UI-Fabric-RN-Bot e760b86979 applying package updates 2023-12-20 20:20:43 +00:00
Saad Najmi 4b647a7b04
[Apple] Remove Run Metro hook, update minimum OS dependency (#3322)
* [Apple] Various podfile fixes

* Change files

* fix typo
2023-12-20 14:15:38 -06:00
Ruriko Araki a0a8448464
Default colors refactoring (#3320)
* Clean up common code

* Change files

* Refactoring
2023-12-20 11:46:37 -08:00
UI-Fabric-RN-Bot c39f468bd9 applying package updates 2023-12-20 00:05:28 +00:00
Ruriko Araki 4da5194b2c
Delete colors pass 1 (#3319)
* Remove brandedBorder

* Delete brandedContent, brandedIcon, brandedHoveredBackground, brandedHoveredBorder

* Remove brandedHoveredContent, brandedHoveredIcon, brandedFocusedBackground, brandedFocusedBorder, brandedFocusedContent, brandedFocusedIcon

* Change files
2023-12-19 15:30:41 -08:00
UI-Fabric-RN-Bot e75cb6b9e4 applying package updates 2023-12-19 21:03:42 +00:00
Ruriko Araki f47e1b2706
Fix shimmer test (#3318)
* Fix shimmer test

* Change files
2023-12-19 20:27:51 +00:00
UI-Fabric-RN-Bot d8673aa346 applying package updates 2023-12-19 20:00:07 +00:00
Lawrence Win f6687139b8
Fix selected, hovered, subtle Tab token selection (#3315)
* Fix selected, hovered, subtle tab indicator token color

* Change files
2023-12-19 13:28:17 -06:00
Lawrence Win 835f1523c4
FURN Text in Circular Compound Button no longer cuts into button's margins (#3313)
* Increase circular compound button padding

* Change files
2023-12-19 13:28:00 -06:00
UI-Fabric-RN-Bot ba1b0c7fac applying package updates 2023-12-15 19:01:32 +00:00
Adam Gleitman 4a8aa9d24c
Show Shimmer background color on Mac (#3307)
* Make Shimmer respect backgroundColor and containerBorderRadius

* Increase border radius of one Shimmer test case

* Change files

* Use a stylesheet for the shimmer test page

* Update Shimmer test snapshots

---------

Co-authored-by: Adam Gleitman <adgleitm@microsoft.com>
2023-12-15 10:30:34 -08:00
UI-Fabric-RN-Bot f3092a4bd8 applying package updates 2023-12-14 18:50:25 +00:00
Lawrence Win 531ff393cc
Selected disabled Radio in RadioGroup no longer impedes keyboard navigation (#3305)
* Fix disabled, selected radio stopping keyboard nav

* Change files
2023-12-14 12:19:39 -06:00
UI-Fabric-RN-Bot 55b73264ce applying package updates 2023-12-14 00:40:45 +00:00
Lawrence Win d596477e42
Fix win32 high contrast appearance of TabList (#3298)
* Fix win32 tablist high contrast appearance

* Change files

* Add missing dependency

* Fix yarn.lock

* Fork Tab color tokens only
2023-12-13 18:08:55 -06:00
UI-Fabric-RN-Bot db07bc9bfb applying package updates 2023-12-13 18:47:43 +00:00
Lawrence Win 942da0494b
Re-structure TabList Animated Indicator code to work better with RTL layouts (#3236)
* Fix RTL styling on win32

* Change files

* Fix RTL rendering on mac

* Fix snapshot tests failing

* Re-add root slot to fix indicator positioning

* Rewrite animated indicator to work better with RTL

This commit simplifies the logic of the animated indicator. Rather than
positioning the indicator using a calculated `start` value, we position
it using absolute layout values within the tablist. Now, the
`useTabAnimation` hook does all the math to figure out the top and left
offsets of the indicator, and the styling hook for the animatedIndicator
simply uses them to position the `top` and `left` layout props.

The container slot of the animated indicator is also removed.

* Clean-up: refactoring + adding comments

* Fix snapshot tests

* Fix tablist test page title again

* Fix wrong token setting indicator border radius
2023-12-13 12:16:46 -06:00
UI-Fabric-RN-Bot fc37ea33dc applying package updates 2023-12-09 00:26:49 +00:00
Lawrence Win a564cf4ab6
Fix deprecated usage of `isFalsy()` / `isTruthy()` methods in E2E tests (#3294)
* Replace deprecated usage of falsy/truthy methods

* Change files
2023-12-08 15:56:24 -08:00
UI-Fabric-RN-Bot da1f88ea5a applying package updates 2023-12-06 22:22:02 +00:00
gremlin529 7d39eed548
Change to the UseFontIcon to actually use the computed prop (#3286)
* small change to use output of function

this should merge the styles as expected.

* Change files
2023-12-06 13:47:55 -08:00
UI-Fabric-RN-Bot 4e2be3c5e8 applying package updates 2023-12-05 00:56:21 +00:00
Ruriko Araki a3714842e3
Delete @fluentui-react-native/experimental-button (#3275)
* Delete files

* Update files

* yarn.lock

* Change files
2023-12-04 16:24:10 -08:00
UI-Fabric-RN-Bot c1df97f9b8 applying package updates 2023-12-04 22:05:06 +00:00
Krystal Kramer 940e0b0fd6
Update packages to version in NPM (again) (#3281)
* update versions to match NPM (again)

* Change files

* Change files

* update dep-profile
2023-12-04 16:32:19 -05:00